0byt3m1n1
Path:
/
data
/
18
/
2
/
85
/
158
/
2085973
/
meta
/
2287229
/
mysql.backup
/
[
Home
]
File: fxu3xcefv.mysqlcluster6.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster6 Database: fxu3xcefv -- ------------------------------------------------------ -- Server version 5.6.47-87.0-56-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2019-12-30 17:37:02','2019-12-30 17:37:02','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.',0,'post-trashed','','',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gf_draft_submissions` -- DROP TABLE IF EXISTS `wp_gf_draft_submissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gf_draft_submissions` ( `uuid` char(32) COLLATE utf8mb4_unicode_ci NOT NULL, `email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `form_id` mediumint(8) unsigned NOT NULL, `date_created` datetime NOT NULL, `ip` varchar(39) COLLATE utf8mb4_unicode_ci NOT NULL, `source_url` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `submission` longtext COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`uuid`), KEY `form_id` (`form_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gf_draft_submissions` -- LOCK TABLES `wp_gf_draft_submissions` WRITE; /*!40000 ALTER TABLE `wp_gf_draft_submissions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_gf_draft_submissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gf_entry` -- DROP TABLE IF EXISTS `wp_gf_entry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gf_entry` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `form_id` mediumint(8) unsigned NOT NULL, `post_id` bigint(20) unsigned DEFAULT NULL, `date_created` datetime NOT NULL, `date_updated` datetime DEFAULT NULL, `is_starred` tinyint(1) NOT NULL DEFAULT '0', `is_read` tinyint(1) NOT NULL DEFAULT '0', `ip` varchar(39) COLLATE utf8mb4_unicode_ci NOT NULL, `source_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_agent` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `currency` varchar(5) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `payment_status` varchar(15) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `payment_date` datetime DEFAULT NULL, `payment_amount` decimal(19,2) DEFAULT NULL, `payment_method` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `transaction_id` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_fulfilled` tinyint(1) DEFAULT NULL, `created_by` bigint(20) unsigned DEFAULT NULL, `transaction_type` tinyint(1) DEFAULT NULL, `status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'active', PRIMARY KEY (`id`), KEY `form_id` (`form_id`), KEY `form_id_status` (`form_id`,`status`) ) ENGINE=InnoDB AUTO_INCREMENT=35 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gf_entry` -- LOCK TABLES `wp_gf_entry` WRITE; /*!40000 ALTER TABLE `wp_gf_entry` DISABLE KEYS */; INSERT INTO `wp_gf_entry` VALUES (1,1,NULL,'2020-02-21 16:30:31','2020-02-21 16:30:31',0,1,'108.28.189.72','https://www.fffpetsitting.com/contact/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'trash'),(2,1,NULL,'2020-02-21 16:42:25','2020-02-21 16:42:25',0,1,'108.28.189.72','https://www.fffpetsitting.com/contact/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'trash'),(3,2,NULL,'2020-02-28 13:11:31','2020-02-28 13:11:31',0,0,'108.28.28.22','https://www.fffpetsitting.com/schedule-a-service/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(4,2,NULL,'2020-02-28 22:54:50','2020-02-28 22:54:50',0,0,'71.255.250.135','https://www.fffpetsitting.com/schedule-a-service/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(5,3,NULL,'2020-03-01 16:22:26','2020-03-01 16:22:26',0,0,'71.255.250.135','https://www.fffpetsitting.com/employment/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(6,3,NULL,'2020-03-02 14:20:44','2020-03-02 14:20:44',0,0,'71.255.250.135','https://www.fffpetsitting.com/employment/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(7,3,NULL,'2020-03-02 14:23:17','2020-03-02 14:23:17',0,0,'108.28.189.72','https://www.fffpetsitting.com/employment/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(8,1,NULL,'2020-03-02 14:33:34','2020-03-02 14:33:34',0,1,'108.28.189.72','https://www.fffpetsitting.com/contact/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'trash'),(9,1,NULL,'2020-03-02 15:59:15','2020-03-02 15:59:15',0,1,'71.255.250.135','https://www.fffpetsitting.com/contact/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'trash'),(10,2,NULL,'2020-03-02 16:00:32','2020-03-02 16:00:32',0,0,'71.255.250.135','https://www.fffpetsitting.com/schedule-a-service/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(11,1,NULL,'2020-03-02 16:01:36','2020-03-02 16:01:36',0,1,'71.255.250.135','https://www.fffpetsitting.com/contact/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'trash'),(12,2,NULL,'2020-03-02 16:02:21','2020-03-02 16:02:21',0,1,'71.255.250.135','https://www.fffpetsitting.com/schedule-a-service/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(13,1,NULL,'2020-03-02 16:35:43','2020-03-02 16:35:43',0,1,'108.28.189.72','https://www.fffpetsitting.com/contact/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'trash'),(14,1,NULL,'2020-03-02 17:01:55','2020-03-02 17:01:55',0,1,'108.28.189.72','https://www.fffpetsitting.com/contact/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'trash'),(15,1,NULL,'2020-03-02 17:02:30','2020-03-02 17:02:30',0,1,'108.28.189.72','https://www.fffpetsitting.com/contact/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'trash'),(16,1,NULL,'2020-03-02 17:03:07','2020-03-02 17:03:07',0,1,'172.58.190.200','https://www.fffpetsitting.com/contact/','Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-G950U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/10.2 Chrome/71.0.3578.99 Mobile Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'trash'),(17,1,NULL,'2020-03-02 17:09:59','2020-03-02 17:09:59',0,1,'108.28.189.72','https://www.fffpetsitting.com/contact/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'trash'),(18,1,NULL,'2020-03-02 17:11:36','2020-03-02 17:11:36',0,1,'108.28.189.72','https://www.fffpetsitting.com/contact/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'trash'),(19,1,NULL,'2020-03-02 17:15:07','2020-03-02 17:15:07',0,1,'108.28.189.72','https://www.fffpetsitting.com/contact/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'trash'),(20,1,NULL,'2020-03-02 17:47:59','2020-03-02 17:47:59',0,1,'108.28.189.72','https://www.fffpetsitting.com/contact/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'trash'),(21,1,NULL,'2020-03-03 19:50:51','2020-03-03 19:50:51',0,1,'71.255.250.135','https://www.fffpetsitting.com/contact/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'trash'),(22,1,NULL,'2020-03-03 19:54:11','2020-03-03 19:54:11',0,1,'71.255.250.135','https://www.fffpetsitting.com/contact/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'trash'),(23,1,NULL,'2020-03-03 20:52:37','2020-03-03 20:52:37',0,0,'108.28.189.72','https://www.fffpetsitting.com/contact/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(24,1,NULL,'2020-03-03 21:34:57','2020-03-03 21:34:57',0,0,'205.178.130.14','https://www.fffpetsitting.com/contact/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(25,1,NULL,'2020-03-03 21:36:44','2020-03-03 21:36:44',0,0,'205.178.130.14','https://www.fffpetsitting.com/contact/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(26,1,NULL,'2020-03-03 21:40:03','2020-03-03 21:40:03',0,0,'205.178.130.14','https://www.fffpetsitting.com/contact/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(27,1,NULL,'2020-03-03 22:55:07','2020-03-03 22:55:07',0,0,'205.178.130.14','https://www.fffpetsitting.com/contact/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36 OPR/66.0.3515.72','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(28,1,NULL,'2020-03-04 14:43:13','2020-03-04 14:43:13',0,0,'108.51.93.50','https://www.fffpetsitting.com/contact/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(29,1,NULL,'2020-03-04 14:50:40','2020-03-04 14:50:40',0,0,'108.28.189.72','https://www.fffpetsitting.com/contact/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(30,1,NULL,'2020-03-04 14:52:45','2020-03-04 14:52:45',0,0,'108.28.189.72','https://www.fffpetsitting.com/contact/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(31,2,NULL,'2020-03-04 14:59:04','2020-03-04 14:59:04',0,0,'71.163.245.183','https://www.fffpetsitting.com/schedule-a-service/','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.5 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(32,1,NULL,'2020-03-04 15:06:10','2020-03-04 15:06:10',0,0,'108.28.189.72','https://www.fffpetsitting.com/contact/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(33,1,NULL,'2020-03-04 15:09:08','2020-03-04 15:09:08',0,0,'108.28.189.72','https://www.fffpetsitting.com/contact/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(34,1,NULL,'2020-03-04 15:09:36','2020-03-04 15:09:36',0,0,'108.28.189.72','https://www.fffpetsitting.com/contact/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'); /*!40000 ALTER TABLE `wp_gf_entry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gf_entry_meta` -- DROP TABLE IF EXISTS `wp_gf_entry_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gf_entry_meta` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `form_id` mediumint(8) unsigned NOT NULL DEFAULT '0', `entry_id` bigint(20) unsigned NOT NULL, `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, `item_index` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), KEY `meta_key` (`meta_key`(191)), KEY `entry_id` (`entry_id`), KEY `meta_value` (`meta_value`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=451 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gf_entry_meta` -- LOCK TABLES `wp_gf_entry_meta` WRITE; /*!40000 ALTER TABLE `wp_gf_entry_meta` DISABLE KEYS */; INSERT INTO `wp_gf_entry_meta` VALUES (1,1,1,'1.3','Testing',''),(2,1,1,'1.6','Testing',''),(3,1,1,'2','ben.kauffman@acscreative.com',''),(4,1,1,'3','(301) 528-5575',''),(5,1,1,'4.1','19847 Century Blvd.',''),(6,1,1,'4.2','Suite 230',''),(7,1,1,'4.3','Germantown',''),(8,1,1,'4.4','Maryland',''),(9,1,1,'4.5','20874',''),(10,1,1,'4.6','United States',''),(11,1,1,'5','TESTING',''),(12,1,2,'1.3','Testing',''),(13,1,2,'1.6','Testing',''),(14,1,2,'2','ben.kauffman@acscreative.com',''),(15,1,2,'3','(301) 528-5575',''),(16,1,2,'4.1','19847 Century Blvd.',''),(17,1,2,'4.2','Suite 230',''),(18,1,2,'4.3','Germantown',''),(19,1,2,'4.4','Maryland',''),(20,1,2,'4.5','20874',''),(21,1,2,'4.6','United States',''),(22,1,2,'5','TESTING',''),(23,2,3,'1.3','GEORGE',''),(24,2,3,'1.6','Morris',''),(25,2,3,'2','(301) 219-5950',''),(26,2,3,'3','(301) 219-5950',''),(27,2,3,'5','gmo5314243@aol.com',''),(28,2,3,'4.1','19425 SAINT JOHNSBURY LN',''),(29,2,3,'4.3','Germantown',''),(30,2,3,'4.4','Maryland',''),(31,2,3,'4.5','20876',''),(32,2,3,'4.6','United States',''),(33,2,3,'6','2020-03-05',''),(34,2,3,'7','06:00 pm',''),(35,2,3,'8','2020-03-09',''),(36,2,3,'9','06:00 pm',''),(37,2,3,'10','1',''),(38,2,3,'15','5',''),(39,2,3,'12.3','PM',''),(40,2,3,'11','No',''),(41,2,3,'16.3','Pet Sitting',''),(42,2,3,'13','1 visit per day for 1 young, ( 1yr) male cat with feeding, box scooping & mail retrieval',''),(43,2,3,'14','None',''),(44,2,4,'1.3','jane',''),(45,2,4,'1.6','doe',''),(46,2,4,'2','(301) 840-1989',''),(47,2,4,'3','(240) 425-2062',''),(48,2,4,'5','spokenreality@yahoo.com',''),(49,2,4,'4.1','1253Cross Ridge Way',''),(50,2,4,'4.2','1253Cross Ridge Way',''),(51,2,4,'4.3','1253Cross Ridge Way',''),(52,2,4,'4.4','Maryland',''),(53,2,4,'4.5','Germanown',''),(54,2,4,'4.6','United States',''),(55,2,4,'6','2020-03-06',''),(56,2,4,'7','04:00 am',''),(57,2,4,'8','2020-03-09',''),(58,2,4,'9','07:00 pm',''),(59,2,4,'10','1',''),(60,2,4,'15','1',''),(61,2,4,'12.3','PM',''),(62,2,4,'11','No',''),(63,2,4,'16.3','Pet Sitting',''),(64,2,4,'13','KLJGHKG',''),(65,2,4,'14','KLJG UKF JUYHG',''),(66,3,5,'1.3','Ayshia',''),(67,3,5,'1.6','Reed',''),(68,3,5,'2','ayshia.ar@gmail.com',''),(69,3,5,'3','(301) 540-7663',''),(70,3,5,'4.1','12537',''),(71,3,5,'4.2','Cross Ridge Way',''),(72,3,5,'4.3','Germantown',''),(73,3,5,'4.4','Maryland',''),(74,3,5,'4.5','20874',''),(75,3,5,'4.6','United States',''),(76,3,5,'5','2020-03-01',''),(77,3,5,'6','gazzette',''),(78,3,5,'7','Yes',''),(79,3,5,'8','Yes',''),(80,3,5,'9','1',''),(81,3,5,'10','No',''),(82,3,5,'11.1','Dog Walking',''),(83,3,5,'16','Yes',''),(84,3,5,'17','I love pets and like working with them',''),(85,3,5,'18','Janine Leapeharete\r\nCeleste Scott\r\nStacey Emery',''),(86,3,5,'19.1','1',''),(87,3,5,'19.2','I agree to the terms of the Independent Contractor Application',''),(88,3,5,'19.3','3',''),(89,3,6,'1.3','Ayshia',''),(90,3,6,'1.6','Reed',''),(91,3,6,'2','ayshia.ar@gmail.com',''),(92,3,6,'3','(240) 425-2062',''),(93,3,6,'4.1','12535 Cross Ridge Way',''),(94,3,6,'4.2','dfsdf',''),(95,3,6,'4.3','Germantown',''),(96,3,6,'4.4','Maryland',''),(97,3,6,'4.5','20874',''),(98,3,6,'4.6','United States',''),(99,3,6,'5','2020-03-02',''),(100,3,6,'6','sdfsdaf',''),(101,3,6,'7','Yes',''),(102,3,6,'8','Yes',''),(103,3,6,'9','1',''),(104,3,6,'10','No',''),(105,3,6,'11.1','Dog Walking',''),(106,3,6,'16','Yes',''),(107,3,6,'17','dfdg sdfh sdgthsfghsfgn',''),(108,3,6,'18','fh sfgbhsghfgh \r\nsgh sfghfghdfgh\r\ndfghdf ghdfgh',''),(109,3,6,'19.1','1',''),(110,3,6,'19.2','I agree to the terms of the Independent Contractor Application',''),(111,3,6,'19.3','3',''),(112,3,7,'1.3','Testing',''),(113,3,7,'1.6','Kauffman',''),(114,3,7,'2','benjaminkauffman@gmail.com',''),(115,3,7,'3','(301) 528-5575',''),(116,3,7,'4.1','5739 Century Blvd',''),(117,3,7,'4.3','New Market',''),(118,3,7,'4.4','Maryland',''),(119,3,7,'4.5','21774',''),(120,3,7,'4.6','United States',''),(121,3,7,'5','2020-03-04',''),(122,3,7,'6','Testing',''),(123,3,7,'7','Yes',''),(124,3,7,'8','Yes',''),(125,3,7,'9','test',''),(126,3,7,'10','Yes',''),(127,3,7,'11.1','Dog Walking',''),(128,3,7,'16','Yes',''),(129,3,7,'17','test',''),(130,3,7,'18','test',''),(131,3,7,'19.1','1',''),(132,3,7,'19.2','I agree to the terms of the Independent Contractor Application',''),(133,3,7,'19.3','3',''),(134,1,8,'1.3','Testing',''),(135,1,8,'1.6','Testing',''),(136,1,8,'2','ben.kauffman@acscreative.com',''),(137,1,8,'3','(301) 528-5575',''),(138,1,8,'4.1','19847 Century Blvd.',''),(139,1,8,'4.3','Germantown',''),(140,1,8,'4.4','Maryland',''),(141,1,8,'4.5','20874',''),(142,1,8,'4.6','United States',''),(143,1,8,'5','Test',''),(144,1,9,'1.3','ayshia',''),(145,1,9,'1.6','reed',''),(146,1,9,'2','ayshia.ar@gmail.com',''),(147,1,9,'3','(240) 425-2062',''),(148,1,9,'4.1','12535 Cross Ridge Way',''),(149,1,9,'4.2','apt. 2',''),(150,1,9,'4.3','Germantown',''),(151,1,9,'4.4','Maryland',''),(152,1,9,'4.5','20874',''),(153,1,9,'4.6','United States',''),(154,1,9,'5','asdlkfjaposdfigujdflbvkdfb',''),(155,2,10,'1.3','ayshia',''),(156,2,10,'1.6','reed',''),(157,2,10,'2','(240) 425-2062',''),(158,2,10,'3','(240) 425-2062',''),(159,2,10,'5','ayshia.ar@gmail.com',''),(160,2,10,'4.1','12535 Cross Ridge Way',''),(161,2,10,'4.2','apt 2',''),(162,2,10,'4.3','Germantown',''),(163,2,10,'4.4','Maryland',''),(164,2,10,'4.5','20874',''),(165,2,10,'4.6','United States',''),(166,2,10,'6','2020-03-04',''),(167,2,10,'7','04:04 am',''),(168,2,10,'8','2020-03-12',''),(169,2,10,'9','07:07 am',''),(170,2,10,'10','1',''),(171,2,10,'15','1',''),(172,2,10,'12.1','AM',''),(173,2,10,'11','Yes',''),(174,2,10,'16.1','Mid-Day Dog Walking',''),(175,2,10,'13','kgh ljh lhlk',''),(176,2,10,'14',',jhg kgliu hn',''),(177,1,11,'1.3','ayshia',''),(178,1,11,'1.6','reed',''),(179,1,11,'2','info@fffpetsitting.com',''),(180,1,11,'3','(240) 425-2062',''),(181,1,11,'4.1','12535 Cross Ridge Way',''),(182,1,11,'4.2','apt 2',''),(183,1,11,'4.3','Germantown',''),(184,1,11,'4.4','Maryland',''),(185,1,11,'4.5','20874',''),(186,1,11,'4.6','United States',''),(187,1,11,'5','fasdg fhsgh sfgn',''),(188,2,12,'1.3','ayshia',''),(189,2,12,'1.6','reed',''),(190,2,12,'2','(240) 425-2062',''),(191,2,12,'3','(240) 425-2062',''),(192,2,12,'5','info@fffpetsitting.com',''),(193,2,12,'4.1','12535 Cross Ridge Way',''),(194,2,12,'4.2','apt 2',''),(195,2,12,'4.3','Germantown',''),(196,2,12,'4.4','Maryland',''),(197,2,12,'4.5','20874',''),(198,2,12,'4.6','United States',''),(199,2,12,'6','2020-03-18',''),(200,2,12,'7','04:04 am',''),(201,2,12,'8','2020-03-27',''),(202,2,12,'9','07:07 am',''),(203,2,12,'10','1',''),(204,2,12,'15','1',''),(205,2,12,'12.1','AM',''),(206,2,12,'11','Yes',''),(207,2,12,'16.1','Mid-Day Dog Walking',''),(208,2,12,'13','dghjd fgj sfjhn',''),(209,2,12,'14','sg jhsh j sghjdgh',''),(210,1,13,'1.3','Chris',''),(211,1,13,'1.6','Howell',''),(212,1,13,'2','test@aol.com',''),(213,1,13,'3','(444) 444-4444',''),(214,1,13,'4.1','test email',''),(215,1,13,'4.2','test email',''),(216,1,13,'4.3','test email',''),(217,1,13,'4.4','Maryland',''),(218,1,13,'4.5','22222',''),(219,1,13,'4.6','United States',''),(220,1,13,'5','test',''),(221,1,14,'1.3','Testing',''),(222,1,14,'1.6','Testing',''),(223,1,14,'2','ben.kauffman@acscreative.com',''),(224,1,14,'3','(301) 528-5575',''),(225,1,14,'4.1','19847 Century Blvd.',''),(226,1,14,'4.3','Germantown',''),(227,1,14,'4.4','Maryland',''),(228,1,14,'4.5','20874',''),(229,1,14,'4.6','United States',''),(230,1,14,'5','Testing',''),(231,1,15,'1.3','Testing',''),(232,1,15,'1.6','Testing',''),(233,1,15,'2','ben.kauffman@acscreative.com',''),(234,1,15,'3','(301) 528-5575',''),(235,1,15,'4.1','19847 Century Blvd.',''),(236,1,15,'4.2','Suite 230',''),(237,1,15,'4.3','Germantown',''),(238,1,15,'4.4','Maryland',''),(239,1,15,'4.5','20874',''),(240,1,15,'4.6','United States',''),(241,1,15,'5','Testing',''),(242,1,16,'1.3','Ayshia',''),(243,1,16,'1.6','Reed',''),(244,1,16,'2','Info@fffpetsitting.com',''),(245,1,16,'3','(301) 840-1989',''),(246,1,16,'4.1','1 research ct.',''),(247,1,16,'4.2','Apt. 3',''),(248,1,16,'4.3','Germantown',''),(249,1,16,'4.4','Maryland',''),(250,1,16,'4.5','20874',''),(251,1,16,'4.6','United States',''),(252,1,16,'5','This is a test',''),(253,1,17,'1.3','Chris',''),(254,1,17,'1.6','Howell',''),(255,1,17,'2','test@aol.com',''),(256,1,17,'3','(444) 444-4444',''),(257,1,17,'4.1','test email',''),(258,1,17,'4.2','test email',''),(259,1,17,'4.3','test email',''),(260,1,17,'4.4','Maryland',''),(261,1,17,'4.5','22222',''),(262,1,17,'4.6','United States',''),(263,1,17,'5','test 99',''),(264,1,18,'1.3','Chris',''),(265,1,18,'1.6','Howell',''),(266,1,18,'2','test@aol.com',''),(267,1,18,'3','(444) 444-4444',''),(268,1,18,'4.1','test email',''),(269,1,18,'4.2','test email',''),(270,1,18,'4.3','test email',''),(271,1,18,'4.4','Maryland',''),(272,1,18,'4.5','22222',''),(273,1,18,'4.6','United States',''),(274,1,18,'5','test 100',''),(275,1,19,'1.3','Chris',''),(276,1,19,'1.6','Howell',''),(277,1,19,'2','test@aol.com',''),(278,1,19,'3','(444) 444-4444',''),(279,1,19,'4.1','test email',''),(280,1,19,'4.2','test email',''),(281,1,19,'4.3','test email',''),(282,1,19,'4.4','Iowa',''),(283,1,19,'4.5','22222',''),(284,1,19,'4.6','United States',''),(285,1,19,'5','test',''),(286,1,20,'1.3','Chris',''),(287,1,20,'1.6','Howell',''),(288,1,20,'2','test@aol.com',''),(289,1,20,'3','(444) 444-4444',''),(290,1,20,'4.1','test email',''),(291,1,20,'4.2','test email',''),(292,1,20,'4.3','test email',''),(293,1,20,'4.4','Iowa',''),(294,1,20,'4.5','22222',''),(295,1,20,'4.6','United States',''),(296,1,20,'5','test',''),(297,1,21,'1.3','Ayshia',''),(298,1,21,'1.6','Reed',''),(299,1,21,'2','ayshia@fffpetsitting.com',''),(300,1,21,'3','(301) 540-7663',''),(301,1,21,'4.1','125337 Cross Ridge Way',''),(302,1,21,'4.3','Germtown',''),(303,1,21,'4.4','Maryland',''),(304,1,21,'4.5','20874',''),(305,1,21,'4.6','United States',''),(306,1,21,'5','Test',''),(307,1,22,'1.3','Ayshia',''),(308,1,22,'1.6','Reed',''),(309,1,22,'2','info@fffpetsitting.com',''),(310,1,22,'3','(301) 540-7663',''),(311,1,22,'4.1','125337 Cross Ridge Way',''),(312,1,22,'4.3','Germtown',''),(313,1,22,'4.4','Maryland',''),(314,1,22,'4.5','20874',''),(315,1,22,'4.6','United States',''),(316,1,22,'5','Test',''),(317,1,23,'1.3','Testing',''),(318,1,23,'1.6','Testing',''),(319,1,23,'2','ben.kauffman@acscreative.com',''),(320,1,23,'3','(301) 528-5575',''),(321,1,23,'4.1','19847 Century Blvd.',''),(322,1,23,'4.2','Suite 230',''),(323,1,23,'4.3','Germantown',''),(324,1,23,'4.4','Maryland',''),(325,1,23,'4.5','20874',''),(326,1,23,'4.6','United States',''),(327,1,23,'5','Test',''),(328,1,24,'1.3','gabby',''),(329,1,24,'1.6','c',''),(330,1,24,'2','customersupport@gmail.com',''),(331,1,24,'3','(800) 333-7680',''),(332,1,24,'4.1','101 fake address',''),(333,1,24,'4.3','webville',''),(334,1,24,'4.4','Pennsylvania',''),(335,1,24,'4.5','19888',''),(336,1,24,'4.6','United States',''),(337,1,24,'5','x',''),(338,1,25,'1.3','test',''),(339,1,25,'1.6','test',''),(340,1,25,'2','customersupport@web.com',''),(341,1,25,'3','(800) 333-7680',''),(342,1,25,'4.1','101 test',''),(343,1,25,'4.3','testville',''),(344,1,25,'4.4','Kansas',''),(345,1,25,'4.5','test',''),(346,1,25,'4.6','United States',''),(347,1,25,'5','test',''),(348,1,26,'1.3','test',''),(349,1,26,'1.6','test',''),(350,1,26,'2','nsemailteam@gmail.com',''),(351,1,26,'3','(123) 456-7890',''),(352,1,26,'4.1','10 Azeal Drive',''),(353,1,26,'4.3','Drums',''),(354,1,26,'4.4','Pennsylvania',''),(355,1,26,'4.5','18222',''),(356,1,26,'4.6','United States',''),(357,1,26,'5','test',''),(358,1,27,'1.3','test',''),(359,1,27,'1.6','test',''),(360,1,27,'2','test@test.com',''),(361,1,27,'3','(123) 456-7890',''),(362,1,27,'4.1','10 azalea rd',''),(363,1,27,'4.3','drfums',''),(364,1,27,'4.4','Pennsylvania',''),(365,1,27,'4.5','18222',''),(366,1,27,'4.6','United States',''),(367,1,27,'5','test',''),(368,1,28,'1.3','dan',''),(369,1,28,'1.6','crowe',''),(370,1,28,'2','dan@acscreative.com',''),(371,1,28,'3','(703) 217-7976',''),(372,1,28,'4.1','5201 lewisham rf',''),(373,1,28,'4.3','fairfax',''),(374,1,28,'4.4','Virginia',''),(375,1,28,'4.5','22030',''),(376,1,28,'4.6','United States',''),(377,1,28,'5','Email Testing, Please send an email to dan@acscreative.com is you got this form submission.',''),(378,1,29,'1.3','Chris',''),(379,1,29,'1.6','Test',''),(380,1,29,'2','test@aol.com',''),(381,1,29,'3','(333) 333-3333',''),(382,1,29,'4.1','test',''),(383,1,29,'4.3','test',''),(384,1,29,'4.4','Maryland',''),(385,1,29,'4.5','21770',''),(386,1,29,'4.6','United States',''),(387,1,29,'5','Test 03/04/20',''),(388,1,30,'1.3','Chris',''),(389,1,30,'1.6','Test',''),(390,1,30,'2','test@aol.com',''),(391,1,30,'3','(333) 333-3333',''),(392,1,30,'4.1','test',''),(393,1,30,'4.3','test',''),(394,1,30,'4.4','Maryland',''),(395,1,30,'4.5','21770',''),(396,1,30,'4.6','United States',''),(397,1,30,'5','Test 03/04/20 B',''),(398,2,31,'1.3','Julie',''),(399,2,31,'1.6','Grimley',''),(400,2,31,'2','(240) 620-7647',''),(401,2,31,'3','(240) 620-7647',''),(402,2,31,'5','juliegrimley01@gmail.com',''),(403,2,31,'4.1','610 Poplarwood Place',''),(404,2,31,'4.3','Gaithersburg',''),(405,2,31,'4.4','Maryland',''),(406,2,31,'4.5','20877',''),(407,2,31,'4.6','United States',''),(408,2,31,'6','2020-03-30',''),(409,2,31,'7','08:00 am',''),(410,2,31,'8','2020-04-02',''),(411,2,31,'9','08:00 am',''),(412,2,31,'10','2',''),(413,2,31,'15','1',''),(414,2,31,'12.1','AM',''),(415,2,31,'11','No',''),(416,2,31,'16.3','Pet Sitting',''),(417,2,31,'13','Please visit Jenny and Pepper one morning per day to feed, clean litter boxes, and give fresh water.',''),(418,2,31,'14','No changes at this time.',''),(419,1,32,'1.3','Testing',''),(420,1,32,'1.6','Testing',''),(421,1,32,'2','ben.kauffman@acscreative.com',''),(422,1,32,'3','(301) 528-5575',''),(423,1,32,'4.1','19847 Century Blvd.',''),(424,1,32,'4.2','Suite 230',''),(425,1,32,'4.3','Germantown',''),(426,1,32,'4.4','Maryland',''),(427,1,32,'4.5','20874',''),(428,1,32,'4.6','United States',''),(429,1,32,'5','POST NETWORK SOLUTIONS CALL. Please email us back to confirm receipt.',''),(430,1,33,'1.3','Chris',''),(431,1,33,'1.6','Test',''),(432,1,33,'2','test@aol.com',''),(433,1,33,'3','(333) 333-3333',''),(434,1,33,'4.1','test',''),(435,1,33,'4.3','test',''),(436,1,33,'4.4','Maryland',''),(437,1,33,'4.5','21770',''),(438,1,33,'4.6','United States',''),(439,1,33,'5','This is from the noreply@ email address',''),(440,1,34,'1.3','Testing',''),(441,1,34,'1.6','Testing',''),(442,1,34,'2','ben.kauffman@acscreative.com',''),(443,1,34,'3','(301) 528-5575',''),(444,1,34,'4.1','19847 Century Blvd.',''),(445,1,34,'4.2','Suite 230',''),(446,1,34,'4.3','Germantown',''),(447,1,34,'4.4','Maryland',''),(448,1,34,'4.5','20874',''),(449,1,34,'4.6','United States',''),(450,1,34,'5','TEST 2',''); /*!40000 ALTER TABLE `wp_gf_entry_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gf_entry_notes` -- DROP TABLE IF EXISTS `wp_gf_entry_notes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gf_entry_notes` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `entry_id` int(10) unsigned NOT NULL, `user_name` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `user_id` bigint(20) DEFAULT NULL, `date_created` datetime NOT NULL, `value` longtext COLLATE utf8mb4_unicode_ci, `note_type` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `sub_type` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), KEY `entry_id` (`entry_id`), KEY `entry_user_key` (`entry_id`,`user_id`) ) ENGINE=InnoDB AUTO_INCREMENT=35 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gf_entry_notes` -- LOCK TABLES `wp_gf_entry_notes` WRITE; /*!40000 ALTER TABLE `wp_gf_entry_notes` DISABLE KEYS */; INSERT INTO `wp_gf_entry_notes` VALUES (1,1,'Admin Notification (ID: 5e3da2744c916)',0,'2020-02-21 16:30:31','WordPress successfully passed the notification email to the sending server.','notification','success'),(2,2,'Admin Notification (ID: 5e3da2744c916)',0,'2020-02-21 16:42:25','WordPress successfully passed the notification email to the sending server.','notification','success'),(3,3,'Admin Notification (ID: 5e3da519bb2a7)',0,'2020-02-28 13:11:31','WordPress successfully passed the notification email to the sending server.','notification','success'),(4,4,'Admin Notification (ID: 5e3da519bb2a7)',0,'2020-02-28 22:54:50','WordPress successfully passed the notification email to the sending server.','notification','success'),(5,5,'Admin Notification (ID: 5e42dc2fa4619)',0,'2020-03-01 16:22:26','WordPress successfully passed the notification email to the sending server.','notification','success'),(6,6,'Admin Notification (ID: 5e42dc2fa4619)',0,'2020-03-02 14:20:44','WordPress successfully passed the notification email to the sending server.','notification','success'),(7,7,'Admin Notification (ID: 5e42dc2fa4619)',0,'2020-03-02 14:23:17','WordPress successfully passed the notification email to the sending server.','notification','success'),(8,8,'Admin Notification (ID: 5e3da2744c916)',0,'2020-03-02 14:33:34','WordPress successfully passed the notification email to the sending server.','notification','success'),(9,9,'Admin Notification (ID: 5e3da2744c916)',0,'2020-03-02 15:59:15','WordPress successfully passed the notification email to the sending server.','notification','success'),(10,10,'Admin Notification (ID: 5e3da519bb2a7)',0,'2020-03-02 16:00:32','WordPress successfully passed the notification email to the sending server.','notification','success'),(11,11,'Admin Notification (ID: 5e3da2744c916)',0,'2020-03-02 16:01:36','WordPress successfully passed the notification email to the sending server.','notification','success'),(12,12,'Admin Notification (ID: 5e3da519bb2a7)',0,'2020-03-02 16:02:21','WordPress successfully passed the notification email to the sending server.','notification','success'),(13,13,'Admin Notification (ID: 5e3da2744c916)',0,'2020-03-02 16:35:43','WordPress successfully passed the notification email to the sending server.','notification','success'),(14,14,'Admin Notification (ID: 5e3da2744c916)',0,'2020-03-02 17:01:55','WordPress successfully passed the notification email to the sending server.','notification','success'),(15,15,'Admin Notification (ID: 5e3da2744c916)',0,'2020-03-02 17:02:31','WordPress successfully passed the notification email to the sending server.','notification','success'),(16,16,'Admin Notification (ID: 5e3da2744c916)',0,'2020-03-02 17:03:07','WordPress successfully passed the notification email to the sending server.','notification','success'),(17,17,'Admin Notification (ID: 5e3da2744c916)',0,'2020-03-02 17:09:59','WordPress successfully passed the notification email to the sending server.','notification','success'),(18,18,'Admin Notification (ID: 5e3da2744c916)',0,'2020-03-02 17:11:36','WordPress successfully passed the notification email to the sending server.','notification','success'),(19,19,'Admin Notification (ID: 5e3da2744c916)',0,'2020-03-02 17:15:07','WordPress successfully passed the notification email to the sending server.','notification','success'),(20,20,'Admin Notification (ID: 5e3da2744c916)',0,'2020-03-02 17:47:59','WordPress successfully passed the notification email to the sending server.','notification','success'),(21,21,'Admin Notification (ID: 5e3da2744c916)',0,'2020-03-03 19:50:51','WordPress successfully passed the notification email to the sending server.','notification','success'),(22,22,'Admin Notification (ID: 5e3da2744c916)',0,'2020-03-03 19:54:11','WordPress successfully passed the notification email to the sending server.','notification','success'),(23,23,'Admin Notification (ID: 5e3da2744c916)',0,'2020-03-03 20:52:37','WordPress successfully passed the notification email to the sending server.','notification','success'),(24,24,'Admin Notification (ID: 5e3da2744c916)',0,'2020-03-03 21:34:57','WordPress successfully passed the notification email to the sending server.','notification','success'),(25,25,'Admin Notification (ID: 5e3da2744c916)',0,'2020-03-03 21:36:44','WordPress successfully passed the notification email to the sending server.','notification','success'),(26,26,'Admin Notification (ID: 5e3da2744c916)',0,'2020-03-03 21:40:03','WordPress successfully passed the notification email to the sending server.','notification','success'),(27,27,'Admin Notification (ID: 5e3da2744c916)',0,'2020-03-03 22:55:07','WordPress successfully passed the notification email to the sending server.','notification','success'),(28,28,'Admin Notification (ID: 5e3da2744c916)',0,'2020-03-04 14:43:13','WordPress successfully passed the notification email to the sending server.','notification','success'),(29,29,'Admin Notification (ID: 5e3da2744c916)',0,'2020-03-04 14:50:41','WordPress successfully passed the notification email to the sending server.','notification','success'),(30,30,'Admin Notification (ID: 5e3da2744c916)',0,'2020-03-04 14:52:45','WordPress successfully passed the notification email to the sending server.','notification','success'),(31,31,'Admin Notification (ID: 5e3da519bb2a7)',0,'2020-03-04 14:59:04','WordPress successfully passed the notification email to the sending server.','notification','success'),(32,32,'Admin Notification (ID: 5e3da2744c916)',0,'2020-03-04 15:06:10','WordPress successfully passed the notification email to the sending server.','notification','success'),(33,33,'Admin Notification (ID: 5e3da2744c916)',0,'2020-03-04 15:09:08','WordPress successfully passed the notification email to the sending server.','notification','success'),(34,34,'Admin Notification (ID: 5e3da2744c916)',0,'2020-03-04 15:09:36','WordPress successfully passed the notification email to the sending server.','notification','success'); /*!40000 ALTER TABLE `wp_gf_entry_notes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gf_form` -- DROP TABLE IF EXISTS `wp_gf_form`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gf_form` ( `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(150) COLLATE utf8mb4_unicode_ci NOT NULL, `date_created` datetime NOT NULL, `date_updated` datetime DEFAULT NULL, `is_active` tinyint(1) NOT NULL DEFAULT '1', `is_trash` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gf_form` -- LOCK TABLES `wp_gf_form` WRITE; /*!40000 ALTER TABLE `wp_gf_form` DISABLE KEYS */; INSERT INTO `wp_gf_form` VALUES (1,'Contact','2020-02-07 17:46:28',NULL,1,0),(2,'Service Request','2020-02-07 17:57:45',NULL,1,0),(3,'Employment','2020-02-11 16:54:07',NULL,1,0); /*!40000 ALTER TABLE `wp_gf_form` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gf_form_meta` -- DROP TABLE IF EXISTS `wp_gf_form_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gf_form_meta` ( `form_id` mediumint(8) unsigned NOT NULL, `display_meta` longtext COLLATE utf8mb4_unicode_ci, `entries_grid_meta` longtext COLLATE utf8mb4_unicode_ci, `confirmations` longtext COLLATE utf8mb4_unicode_ci, `notifications` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`form_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gf_form_meta` -- LOCK TABLES `wp_gf_form_meta` WRITE; /*!40000 ALTER TABLE `wp_gf_form_meta` DISABLE KEYS */; INSERT INTO `wp_gf_form_meta` VALUES (1,'{\"title\":\"Contact\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"name\",\"id\":1,\"label\":\"Name\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"nameFormat\":\"advanced\",\"inputs\":[{\"id\":\"1.2\",\"label\":\"Prefix\",\"name\":\"\",\"choices\":[{\"text\":\"Mr.\",\"value\":\"Mr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Mrs.\",\"value\":\"Mrs.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Miss\",\"value\":\"Miss\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Ms.\",\"value\":\"Ms.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Dr.\",\"value\":\"Dr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Prof.\",\"value\":\"Prof.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Rev.\",\"value\":\"Rev.\",\"isSelected\":false,\"price\":\"\"}],\"isHidden\":true,\"inputType\":\"radio\"},{\"id\":\"1.3\",\"label\":\"First\",\"name\":\"\"},{\"id\":\"1.4\",\"label\":\"Middle\",\"name\":\"\",\"isHidden\":true},{\"id\":\"1.6\",\"label\":\"Last\",\"name\":\"\"},{\"id\":\"1.8\",\"label\":\"Suffix\",\"name\":\"\",\"isHidden\":true}],\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"email\",\"id\":2,\"label\":\"Email\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"gf_left_half\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"emailConfirmEnabled\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"phone\",\"id\":3,\"label\":\"Phone\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"phoneFormat\":\"standard\",\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"gf_right_half\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"address\",\"id\":4,\"label\":\"Address\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"addressType\":\"us\",\"inputs\":[{\"id\":\"4.1\",\"label\":\"Street Address\",\"name\":\"\"},{\"id\":\"4.2\",\"label\":\"Address Line 2\",\"name\":\"\"},{\"id\":\"4.3\",\"label\":\"City\",\"name\":\"\"},{\"id\":\"4.4\",\"label\":\"State \\/ Province\",\"name\":\"\"},{\"id\":\"4.5\",\"label\":\"ZIP \\/ Postal Code\",\"name\":\"\"},{\"id\":\"4.6\",\"label\":\"Country\",\"name\":\"\",\"isHidden\":true}],\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"defaultCountry\":\"United States\",\"defaultProvince\":\"\",\"productField\":\"\",\"defaultState\":\"\",\"enableCopyValuesOption\":\"\",\"copyValuesOptionDefault\":\"\",\"copyValuesOptionLabel\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"textarea\",\"id\":5,\"label\":\"Message\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"form_id\":\"\",\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false}],\"version\":\"2.4.17\",\"id\":1,\"nextFieldId\":6,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null}',NULL,'{\"5e3da2744d19b\":{\"id\":\"5e3da2744d19b\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}','{\"5e3da2744c916\":{\"isActive\":true,\"name\":\"Admin Notification\",\"service\":\"wordpress\",\"event\":\"form_submission\",\"to\":\"ben.kauffman@acscreative.com, ayshia.ar@gmail.com, info@fffpetsitting.com, chris@acscreative.com\",\"toType\":\"email\",\"cc\":\"\",\"bcc\":\"\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\",\"from\":\"noreply@fffpetsitting.com\",\"fromName\":\"\",\"replyTo\":\"\",\"routing\":null,\"conditionalLogic\":null,\"disableAutoformat\":false,\"enableAttachments\":false,\"id\":\"5e3da2744c916\"}}'),(2,'{\"title\":\"Service Request\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"name\",\"id\":1,\"label\":\"Name\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"nameFormat\":\"advanced\",\"inputs\":[{\"id\":\"1.2\",\"label\":\"Prefix\",\"name\":\"\",\"choices\":[{\"text\":\"Mr.\",\"value\":\"Mr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Mrs.\",\"value\":\"Mrs.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Miss\",\"value\":\"Miss\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Ms.\",\"value\":\"Ms.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Dr.\",\"value\":\"Dr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Prof.\",\"value\":\"Prof.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Rev.\",\"value\":\"Rev.\",\"isSelected\":false,\"price\":\"\"}],\"isHidden\":true,\"inputType\":\"radio\"},{\"id\":\"1.3\",\"label\":\"First\",\"name\":\"\"},{\"id\":\"1.4\",\"label\":\"Middle\",\"name\":\"\",\"isHidden\":true},{\"id\":\"1.6\",\"label\":\"Last\",\"name\":\"\"},{\"id\":\"1.8\",\"label\":\"Suffix\",\"name\":\"\",\"isHidden\":true}],\"formId\":2,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"phone\",\"id\":2,\"label\":\"Phone\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"phoneFormat\":\"standard\",\"formId\":2,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"gf_left_half\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"phone\",\"id\":3,\"label\":\"Mobile\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"phoneFormat\":\"standard\",\"formId\":2,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"gf_right_half\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"email\",\"id\":5,\"label\":\"Email\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":2,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"emailConfirmEnabled\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"address\",\"id\":4,\"label\":\"Address\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"addressType\":\"us\",\"inputs\":[{\"id\":\"4.1\",\"label\":\"Street Address\",\"name\":\"\"},{\"id\":\"4.2\",\"label\":\"Address Line 2\",\"name\":\"\"},{\"id\":\"4.3\",\"label\":\"City\",\"name\":\"\"},{\"id\":\"4.4\",\"label\":\"State \\/ Province\",\"name\":\"\"},{\"id\":\"4.5\",\"label\":\"ZIP \\/ Postal Code\",\"name\":\"\"},{\"id\":\"4.6\",\"label\":\"Country\",\"name\":\"\",\"isHidden\":true}],\"formId\":2,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"defaultCountry\":\"United States\",\"defaultProvince\":\"\",\"productField\":\"\",\"defaultState\":\"\",\"enableCopyValuesOption\":\"\",\"copyValuesOptionDefault\":\"\",\"copyValuesOptionLabel\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"date\",\"id\":6,\"label\":\"Start Date\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"dateType\":\"datepicker\",\"calendarIconType\":\"none\",\"formId\":2,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"gf_left_third\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"calendarIconUrl\":\"\",\"dateFormat\":\"\",\"productField\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"time\",\"id\":7,\"label\":\"Start Time\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":[{\"id\":\"7.1\",\"label\":\"HH\",\"name\":\"\"},{\"id\":\"7.2\",\"label\":\"MM\",\"name\":\"\"},{\"id\":\"7.3\",\"label\":\"AM\\/PM\",\"name\":\"\"}],\"formId\":2,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"gf_middle_third\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"timeFormat\":\"12\",\"productField\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"date\",\"id\":8,\"label\":\"End Date\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"dateType\":\"datepicker\",\"calendarIconType\":\"none\",\"formId\":2,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"gf_left_third\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"calendarIconUrl\":\"\",\"dateFormat\":\"\",\"productField\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"time\",\"id\":9,\"label\":\"End Time\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":[{\"id\":\"9.1\",\"label\":\"HH\",\"name\":\"\"},{\"id\":\"9.2\",\"label\":\"MM\",\"name\":\"\"},{\"id\":\"9.3\",\"label\":\"AM\\/PM\",\"name\":\"\"}],\"formId\":2,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"gf_middle_third\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"timeFormat\":\"12\",\"productField\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"number\",\"id\":10,\"label\":\"Number of Pets\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"numberFormat\":\"decimal_dot\",\"formId\":2,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"1\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"enableCalculation\":false,\"rangeMin\":\"\",\"rangeMax\":\"\",\"productField\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"number\",\"id\":15,\"label\":\"Number of Visits\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"numberFormat\":\"decimal_dot\",\"formId\":2,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"1\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"enableCalculation\":false,\"rangeMin\":\"\",\"rangeMax\":\"\",\"productField\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"checkbox\",\"id\":12,\"label\":\"Time Preference\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"choices\":[{\"text\":\"AM\",\"value\":\"AM\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Mid-day\",\"value\":\"Mid-day\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"PM\",\"value\":\"PM\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Anytime\",\"value\":\"Anytime\",\"isSelected\":false,\"price\":\"\"}],\"inputs\":[{\"id\":\"12.1\",\"label\":\"AM\",\"name\":\"\"},{\"id\":\"12.2\",\"label\":\"Mid-day\",\"name\":\"\"},{\"id\":\"12.3\",\"label\":\"PM\",\"name\":\"\"},{\"id\":\"12.4\",\"label\":\"Anytime\",\"name\":\"\"}],\"formId\":2,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enableSelectAll\":\"\",\"enablePrice\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"radio\",\"id\":11,\"label\":\"Medication?\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"text\":\"Yes\",\"value\":\"Yes\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"No\",\"value\":\"No\",\"isSelected\":false,\"price\":\"\"}],\"formId\":2,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enableOtherChoice\":\"\",\"enablePrice\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"checkbox\",\"id\":16,\"label\":\"Requested Service(s)\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"choices\":[{\"text\":\"Mid-Day Dog Walking\",\"value\":\"Mid-Day Dog Walking\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Pet Tranportation\",\"value\":\"Pet Tranportation\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Pet Sitting\",\"value\":\"Pet Sitting\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"House Sitting\",\"value\":\"House Sitting\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Bed & Breakfast\",\"value\":\"Bed & Breakfast\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Dog Training\",\"value\":\"Dog Training\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Photography\",\"value\":\"Photography\",\"isSelected\":false,\"price\":\"\"}],\"inputs\":[{\"id\":\"16.1\",\"label\":\"Mid-Day Dog Walking\",\"name\":\"\"},{\"id\":\"16.2\",\"label\":\"Pet Tranportation\",\"name\":\"\"},{\"id\":\"16.3\",\"label\":\"Pet Sitting\",\"name\":\"\"},{\"id\":\"16.4\",\"label\":\"House Sitting\",\"name\":\"\"},{\"id\":\"16.5\",\"label\":\"Bed & Breakfast\",\"name\":\"\"},{\"id\":\"16.6\",\"label\":\"Dog Training\",\"name\":\"\"},{\"id\":\"16.7\",\"label\":\"Photography\",\"name\":\"\"}],\"formId\":2,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enableSelectAll\":\"\",\"enablePrice\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"textarea\",\"id\":13,\"label\":\"Additional Information\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":2,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"form_id\":\"\",\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false},{\"type\":\"textarea\",\"id\":14,\"label\":\"Schedule Changes\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":2,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"form_id\":\"\",\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false}],\"version\":\"2.4.17\",\"id\":2,\"nextFieldId\":17,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null}',NULL,'{\"5e3da519bbd13\":{\"id\":\"5e3da519bbd13\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}','{\"5e3da519bb2a7\":{\"isActive\":true,\"name\":\"Admin Notification\",\"service\":\"wordpress\",\"event\":\"form_submission\",\"to\":\"info@fffpetsitting.com, ben.kauffman@acscreative.com, ayshia.ar@gmail.com\",\"toType\":\"email\",\"cc\":\"\",\"bcc\":\"\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\",\"from\":\"web@fffpetsitting.com\",\"fromName\":\"\",\"replyTo\":\"\",\"routing\":null,\"conditionalLogic\":null,\"disableAutoformat\":false,\"enableAttachments\":false,\"id\":\"5e3da519bb2a7\"}}'),(3,'{\"title\":\"Employment\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"name\",\"id\":1,\"label\":\"Name\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"nameFormat\":\"advanced\",\"inputs\":[{\"id\":\"1.2\",\"label\":\"Prefix\",\"name\":\"\",\"choices\":[{\"text\":\"Mr.\",\"value\":\"Mr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Mrs.\",\"value\":\"Mrs.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Miss\",\"value\":\"Miss\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Ms.\",\"value\":\"Ms.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Dr.\",\"value\":\"Dr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Prof.\",\"value\":\"Prof.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Rev.\",\"value\":\"Rev.\",\"isSelected\":false,\"price\":\"\"}],\"isHidden\":true,\"inputType\":\"radio\"},{\"id\":\"1.3\",\"label\":\"First\",\"name\":\"\"},{\"id\":\"1.4\",\"label\":\"Middle\",\"name\":\"\",\"isHidden\":true},{\"id\":\"1.6\",\"label\":\"Last\",\"name\":\"\"},{\"id\":\"1.8\",\"label\":\"Suffix\",\"name\":\"\",\"isHidden\":true}],\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"email\",\"id\":2,\"label\":\"Email\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"gf_left_half\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"emailConfirmEnabled\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"phone\",\"id\":3,\"label\":\"Phone\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"phoneFormat\":\"standard\",\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"gf_right_half\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"address\",\"id\":4,\"label\":\"Address\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"addressType\":\"us\",\"inputs\":[{\"id\":\"4.1\",\"label\":\"Street Address\",\"name\":\"\"},{\"id\":\"4.2\",\"label\":\"Address Line 2\",\"name\":\"\"},{\"id\":\"4.3\",\"label\":\"City\",\"name\":\"\"},{\"id\":\"4.4\",\"label\":\"State \\/ Province\",\"name\":\"\"},{\"id\":\"4.5\",\"label\":\"ZIP \\/ Postal Code\",\"name\":\"\"},{\"id\":\"4.6\",\"label\":\"Country\",\"name\":\"\",\"isHidden\":true}],\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"defaultCountry\":\"United States\",\"defaultProvince\":\"\",\"productField\":\"\",\"defaultState\":\"\",\"enableCopyValuesOption\":\"\",\"copyValuesOptionDefault\":\"\",\"copyValuesOptionLabel\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"date\",\"id\":5,\"label\":\"Date\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"dateType\":\"datepicker\",\"calendarIconType\":\"none\",\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"calendarIconUrl\":\"\",\"dateFormat\":\"\",\"productField\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"text\",\"id\":6,\"label\":\"How did you hear about this position?\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"radio\",\"id\":7,\"label\":\"Are you a US Citizen?\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"text\":\"Yes\",\"value\":\"Yes\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"No\",\"value\":\"No\",\"isSelected\":false,\"price\":\"\"}],\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enableOtherChoice\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"radio\",\"id\":8,\"label\":\"Do you own a reliable vehicle?\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"text\":\"Yes\",\"value\":\"Yes\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"No\",\"value\":\"No\",\"isSelected\":false,\"price\":\"\"}],\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enableOtherChoice\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":9,\"label\":\"How many years of experience do you have in Dog Walking\\/Pet Sitting?\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"radio\",\"id\":10,\"label\":\"Is there any situation that would impact you from making\\/keeping a six month commitment to the company?\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"text\":\"Yes\",\"value\":\"Yes\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"No\",\"value\":\"No\",\"isSelected\":false,\"price\":\"\"}],\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enableOtherChoice\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"checkbox\",\"id\":11,\"label\":\"Please select which type of service you are interested in:\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"choices\":[{\"text\":\"Dog Walking\",\"value\":\"Dog Walking\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Pet Sitting\",\"value\":\"Pet Sitting\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"House Sitting\",\"value\":\"House Sitting\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Bed & Breakfast\",\"value\":\"Bed & Breakfast\",\"isSelected\":false,\"price\":\"\"}],\"inputs\":[{\"id\":\"11.1\",\"label\":\"Dog Walking\",\"name\":\"\"},{\"id\":\"11.2\",\"label\":\"Pet Sitting\",\"name\":\"\"},{\"id\":\"11.3\",\"label\":\"House Sitting\",\"name\":\"\"},{\"id\":\"11.4\",\"label\":\"Bed & Breakfast\",\"name\":\"\"}],\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enableSelectAll\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"checkbox\",\"id\":12,\"label\":\"Please select your experience with the following:\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"choices\":[{\"text\":\"Injections\",\"value\":\"Injections\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Pilling\",\"value\":\"Pilling\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Subcutaneous Fluids\",\"value\":\"Subcutaneous Fluids\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Other\",\"value\":\"Other\",\"isSelected\":false,\"price\":\"\"}],\"inputs\":[{\"id\":\"12.1\",\"label\":\"Injections\",\"name\":\"\"},{\"id\":\"12.2\",\"label\":\"Pilling\",\"name\":\"\"},{\"id\":\"12.3\",\"label\":\"Subcutaneous Fluids\",\"name\":\"\"},{\"id\":\"12.4\",\"label\":\"Other\",\"name\":\"\"}],\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":{\"actionType\":\"show\",\"logicType\":\"all\",\"rules\":[{\"fieldId\":\"1.3\",\"operator\":\"is\",\"value\":\"\"}]},\"productField\":\"\",\"enableSelectAll\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":13,\"label\":\"If you selected Other, please specify:\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":{\"actionType\":\"show\",\"logicType\":\"all\",\"rules\":[{\"fieldId\":\"12\",\"operator\":\"is\",\"value\":\"Other\"}]},\"productField\":\"\",\"enablePasswordInput\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"checkbox\",\"id\":14,\"label\":\"Please select the days you are available:\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"choices\":[{\"text\":\"Monday\",\"value\":\"Monday\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Tuesday\",\"value\":\"Tuesday\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Wednesday\",\"value\":\"Wednesday\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Thursday\",\"value\":\"Thursday\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Friday\",\"value\":\"Friday\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Saturday\",\"value\":\"Saturday\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Sunday\",\"value\":\"Sunday\",\"isSelected\":false,\"price\":\"\"}],\"inputs\":[{\"id\":\"14.1\",\"label\":\"Monday\",\"name\":\"\"},{\"id\":\"14.2\",\"label\":\"Tuesday\",\"name\":\"\"},{\"id\":\"14.3\",\"label\":\"Wednesday\",\"name\":\"\"},{\"id\":\"14.4\",\"label\":\"Thursday\",\"name\":\"\"},{\"id\":\"14.5\",\"label\":\"Friday\",\"name\":\"\"},{\"id\":\"14.6\",\"label\":\"Saturday\",\"name\":\"\"},{\"id\":\"14.7\",\"label\":\"Sunday\",\"name\":\"\"}],\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":{\"actionType\":\"show\",\"logicType\":\"all\",\"rules\":[{\"fieldId\":\"1.3\",\"operator\":\"is\",\"value\":\"\"}]},\"productField\":\"\",\"enableSelectAll\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"checkbox\",\"id\":15,\"label\":\"Please select the times you are available:\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"choices\":[{\"text\":\"7:00 AM - 9:00 AM\",\"value\":\"7:00 AM - 9:00 AM\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"10:00 AM - 3:00 PM\",\"value\":\"10:00 AM - 3:00 PM\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"6:00 PM - 8:00 PM\",\"value\":\"6:00 PM - 8:00 PM\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Overnight\",\"value\":\"Overnight\",\"isSelected\":false,\"price\":\"\"}],\"inputs\":[{\"id\":\"15.1\",\"label\":\"7:00 AM - 9:00 AM\",\"name\":\"\"},{\"id\":\"15.2\",\"label\":\"10:00 AM - 3:00 PM\",\"name\":\"\"},{\"id\":\"15.3\",\"label\":\"6:00 PM - 8:00 PM\",\"name\":\"\"},{\"id\":\"15.4\",\"label\":\"Overnight\",\"name\":\"\"}],\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":{\"actionType\":\"show\",\"logicType\":\"all\",\"rules\":[{\"fieldId\":\"1.3\",\"operator\":\"is\",\"value\":\"\"}]},\"productField\":\"\",\"enableSelectAll\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"radio\",\"id\":16,\"label\":\"Are you able to work Holidays?\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"text\":\"Yes\",\"value\":\"Yes\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"No\",\"value\":\"No\",\"isSelected\":false,\"price\":\"\"}],\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enableOtherChoice\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"textarea\",\"id\":17,\"label\":\"Please tell us in your own words, why you would like to be a Pet Sitter and what you can contribute to the pets for whom you\'ll be caring?\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"form_id\":\"\",\"useRichTextEditor\":false,\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"textarea\",\"id\":18,\"label\":\"Please provide 3 professional references (not relatives).\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"form_id\":\"\",\"useRichTextEditor\":false,\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"section\",\"id\":20,\"label\":\"PLEASE READ CAREFULLY\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"formId\":3,\"description\":\"I certify that all statements made in this Independent Contractor Application are true and correct to the best of my knowledge, belief, and are made in good faith. I give Angel\'s Paw, LLC dba Fur, Fins & Feathers and it\'s agents the right to investigate all information given and to secure addition information as necessary.\\n\\nI hereby release from any and all liability or responsibility all persons, companies, and corporations furnishing such information.\\n\\nI further understand that this Independent Contractor Application will be retained for active consideration for 3 months following the date of submission. To remail in consideration for assignments after that time, it will be necessary that I complete another Independent Contractor Application.\\n\\nI further understand that any misleading or incorrect statements, or failure to complete any part of this Independent Contractor Application, not prohibited by law, may render this form null and void. I also understand that if contracted by Angel\'s Paw, LLC dba Fur, Fins & Feathers it would be cause for immediate discharge.\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\"},{\"type\":\"consent\",\"checked_indicator_url\":\"http:\\/\\/64.91.250.204\\/~fffpetsitting\\/wp-content\\/plugins\\/gravityforms\\/images\\/tick.png\",\"checked_indicator_markup\":\"<img src=\\\"http:\\/\\/64.91.250.204\\/~fffpetsitting\\/wp-content\\/plugins\\/gravityforms\\/images\\/tick.png\\\" \\/>\",\"id\":19,\"label\":\"Consent\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":[{\"id\":\"19.1\",\"label\":\"Consent\",\"name\":\"\"},{\"id\":\"19.2\",\"label\":\"Text\",\"name\":\"\",\"isHidden\":true},{\"id\":\"19.3\",\"label\":\"Description\",\"name\":\"\",\"isHidden\":true}],\"checkboxLabel\":\"I agree to the terms of the Independent Contractor Application\",\"descriptionPlaceholder\":\"Enter consent agreement text here. The Consent Field will store this agreement text with the form entry in order to track what the user has consented to.\",\"inputType\":\"consent\",\"choices\":[{\"text\":\"Checked\",\"value\":\"1\",\"isSelected\":false,\"price\":\"\"}],\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"displayAllCategories\":false,\"useRichTextEditor\":false}],\"version\":\"2.4.17\",\"id\":3,\"nextFieldId\":21,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null}',NULL,'{\"5e42dc2fa4dde\":{\"id\":\"5e42dc2fa4dde\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}','{\"5e42dc2fa4619\":{\"isActive\":true,\"name\":\"Admin Notification\",\"service\":\"wordpress\",\"event\":\"form_submission\",\"to\":\"info@fffpetsitting.com, ben.kauffman@acscreative.com, ayshia.ar@gmail.com\",\"toType\":\"email\",\"cc\":\"\",\"bcc\":\"\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\",\"from\":\"web@fffpetsitting.com\",\"fromName\":\"\",\"replyTo\":\"\",\"routing\":null,\"conditionalLogic\":null,\"disableAutoformat\":false,\"enableAttachments\":false,\"id\":\"5e42dc2fa4619\"}}'); /*!40000 ALTER TABLE `wp_gf_form_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gf_form_revisions` -- DROP TABLE IF EXISTS `wp_gf_form_revisions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gf_form_revisions` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `form_id` mediumint(8) unsigned NOT NULL, `display_meta` longtext COLLATE utf8mb4_unicode_ci, `date_created` datetime NOT NULL, PRIMARY KEY (`id`), KEY `date_created` (`date_created`), KEY `form_id` (`form_id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gf_form_revisions` -- LOCK TABLES `wp_gf_form_revisions` WRITE; /*!40000 ALTER TABLE `wp_gf_form_revisions` DISABLE KEYS */; INSERT INTO `wp_gf_form_revisions` VALUES (1,3,'{\"title\":\"Employment\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"name\",\"id\":1,\"label\":\"Name\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"nameFormat\":\"advanced\",\"inputs\":[{\"id\":\"1.2\",\"label\":\"Prefix\",\"name\":\"\",\"choices\":[{\"text\":\"Mr.\",\"value\":\"Mr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Mrs.\",\"value\":\"Mrs.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Miss\",\"value\":\"Miss\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Ms.\",\"value\":\"Ms.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Dr.\",\"value\":\"Dr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Prof.\",\"value\":\"Prof.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Rev.\",\"value\":\"Rev.\",\"isSelected\":false,\"price\":\"\"}],\"isHidden\":true,\"inputType\":\"radio\"},{\"id\":\"1.3\",\"label\":\"First\",\"name\":\"\"},{\"id\":\"1.4\",\"label\":\"Middle\",\"name\":\"\",\"isHidden\":true},{\"id\":\"1.6\",\"label\":\"Last\",\"name\":\"\"},{\"id\":\"1.8\",\"label\":\"Suffix\",\"name\":\"\",\"isHidden\":true}],\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":\"\",\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"email\",\"id\":2,\"label\":\"Email\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":\"\",\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"emailConfirmEnabled\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"phone\",\"id\":3,\"label\":\"Phone\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"phoneFormat\":\"standard\",\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":\"\",\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"address\",\"id\":4,\"label\":\"Address\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"addressType\":\"us\",\"inputs\":[{\"id\":\"4.1\",\"label\":\"Street Address\",\"name\":\"\"},{\"id\":\"4.2\",\"label\":\"Address Line 2\",\"name\":\"\"},{\"id\":\"4.3\",\"label\":\"City\",\"name\":\"\"},{\"id\":\"4.4\",\"label\":\"State \\/ Province\",\"name\":\"\"},{\"id\":\"4.5\",\"label\":\"ZIP \\/ Postal Code\",\"name\":\"\"},{\"id\":\"4.6\",\"label\":\"Country\",\"name\":\"\",\"isHidden\":true}],\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"defaultCountry\":\"United States\",\"defaultProvince\":\"\",\"productField\":\"\",\"defaultState\":\"\",\"enableCopyValuesOption\":\"\",\"copyValuesOptionDefault\":\"\",\"copyValuesOptionLabel\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"date\",\"id\":5,\"label\":\"Date\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"dateType\":\"datepicker\",\"calendarIconType\":\"none\",\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":\"\",\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"calendarIconUrl\":\"\",\"dateFormat\":\"\",\"productField\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":6,\"label\":\"How did you hear about this position?\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"radio\",\"id\":7,\"label\":\"Are you a US Citizen?\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"text\":\"Yes\",\"value\":\"Yes\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"No\",\"value\":\"No\",\"isSelected\":false,\"price\":\"\"}],\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enableOtherChoice\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"radio\",\"id\":8,\"label\":\"Do you own a reliable vehicle?\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"text\":\"Yes\",\"value\":\"Yes\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"No\",\"value\":\"No\",\"isSelected\":false,\"price\":\"\"}],\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enableOtherChoice\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":9,\"label\":\"How many years of experience do you have in Dog Walking\\/Pet Sitting?\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"radio\",\"id\":10,\"label\":\"Is there any situation that would impact you from making\\/keeping a six month commitment to the company?\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"text\":\"Yes\",\"value\":\"Yes\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"No\",\"value\":\"No\",\"isSelected\":false,\"price\":\"\"}],\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enableOtherChoice\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"checkbox\",\"id\":11,\"label\":\"Please select which type of service you are interested in:\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"choices\":[{\"text\":\"Dog Walking\",\"value\":\"Dog Walking\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Pet Sitting\",\"value\":\"Pet Sitting\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"House Sitting\",\"value\":\"House Sitting\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Bed & Breakfast\",\"value\":\"Bed & Breakfast\",\"isSelected\":false,\"price\":\"\"}],\"inputs\":[{\"id\":\"11.1\",\"label\":\"Dog Walking\",\"name\":\"\"},{\"id\":\"11.2\",\"label\":\"Pet Sitting\",\"name\":\"\"},{\"id\":\"11.3\",\"label\":\"House Sitting\",\"name\":\"\"},{\"id\":\"11.4\",\"label\":\"Bed & Breakfast\",\"name\":\"\"}],\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enableSelectAll\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"checkbox\",\"id\":12,\"label\":\"Please select your experience with the following:\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"choices\":[{\"text\":\"Injections\",\"value\":\"Injections\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Pilling\",\"value\":\"Pilling\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Subcutaneous Fluids\",\"value\":\"Subcutaneous Fluids\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Other\",\"value\":\"Other\",\"isSelected\":false,\"price\":\"\"}],\"inputs\":[{\"id\":\"12.1\",\"label\":\"Injections\",\"name\":\"\"},{\"id\":\"12.2\",\"label\":\"Pilling\",\"name\":\"\"},{\"id\":\"12.3\",\"label\":\"Subcutaneous Fluids\",\"name\":\"\"},{\"id\":\"12.4\",\"label\":\"Other\",\"name\":\"\"}],\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":{\"actionType\":\"show\",\"logicType\":\"all\",\"rules\":[{\"fieldId\":\"1.3\",\"operator\":\"is\",\"value\":\"\"}]},\"productField\":\"\",\"enableSelectAll\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":13,\"label\":\"If you selected Other, please specify:\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":{\"actionType\":\"show\",\"logicType\":\"all\",\"rules\":[{\"fieldId\":\"12\",\"operator\":\"is\",\"value\":\"Other\"}]},\"productField\":\"\",\"enablePasswordInput\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"checkbox\",\"id\":14,\"label\":\"Please select the days you are available:\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"choices\":[{\"text\":\"Monday\",\"value\":\"Monday\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Tuesday\",\"value\":\"Tuesday\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Wednesday\",\"value\":\"Wednesday\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Thursday\",\"value\":\"Thursday\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Friday\",\"value\":\"Friday\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Saturday\",\"value\":\"Saturday\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Sunday\",\"value\":\"Sunday\",\"isSelected\":false,\"price\":\"\"}],\"inputs\":[{\"id\":\"14.1\",\"label\":\"Monday\",\"name\":\"\"},{\"id\":\"14.2\",\"label\":\"Tuesday\",\"name\":\"\"},{\"id\":\"14.3\",\"label\":\"Wednesday\",\"name\":\"\"},{\"id\":\"14.4\",\"label\":\"Thursday\",\"name\":\"\"},{\"id\":\"14.5\",\"label\":\"Friday\",\"name\":\"\"},{\"id\":\"14.6\",\"label\":\"Saturday\",\"name\":\"\"},{\"id\":\"14.7\",\"label\":\"Sunday\",\"name\":\"\"}],\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":{\"actionType\":\"show\",\"logicType\":\"all\",\"rules\":[{\"fieldId\":\"1.3\",\"operator\":\"is\",\"value\":\"\"}]},\"productField\":\"\",\"enableSelectAll\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"checkbox\",\"id\":15,\"label\":\"Please select the times you are available:\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"choices\":[{\"text\":\"7:00 AM - 9:00 AM\",\"value\":\"7:00 AM - 9:00 AM\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"10:00 AM - 3:00 PM\",\"value\":\"10:00 AM - 3:00 PM\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"6:00 PM - 8:00 PM\",\"value\":\"6:00 PM - 8:00 PM\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Overnight\",\"value\":\"Overnight\",\"isSelected\":false,\"price\":\"\"}],\"inputs\":[{\"id\":\"15.1\",\"label\":\"7:00 AM - 9:00 AM\",\"name\":\"\"},{\"id\":\"15.2\",\"label\":\"10:00 AM - 3:00 PM\",\"name\":\"\"},{\"id\":\"15.3\",\"label\":\"6:00 PM - 8:00 PM\",\"name\":\"\"},{\"id\":\"15.4\",\"label\":\"Overnight\",\"name\":\"\"}],\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":{\"actionType\":\"show\",\"logicType\":\"all\",\"rules\":[{\"fieldId\":\"1.3\",\"operator\":\"is\",\"value\":\"\"}]},\"productField\":\"\",\"enableSelectAll\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"radio\",\"id\":16,\"label\":\"Are you able to work Holidays?\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"text\":\"Yes\",\"value\":\"Yes\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"No\",\"value\":\"No\",\"isSelected\":false,\"price\":\"\"}],\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enableOtherChoice\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"textarea\",\"id\":17,\"label\":\"Please tell us in your own words, why you would like to be a Pet Sitter and what you can contribute to the pets for whom you\'ll be caring?\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"form_id\":\"\",\"useRichTextEditor\":false,\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"textarea\",\"id\":18,\"label\":\"Please provide 3 professional references (not relatives).\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"form_id\":\"\",\"useRichTextEditor\":false,\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"section\",\"id\":20,\"label\":\"PLEASE READ CAREFULLY\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"formId\":3,\"description\":\"I certify that all statements made in this Independent Contractor Application are true and correct to the best of my knowledge, belief, and are made in good faith. I give Angel\'s Paw, LLC dba Fur, Fins & Feathers and it\'s agents the right to investigate all information given and to secure addition information as necessary.\\n\\nI hereby release from any and all liability or responsibility all persons, companies, and corporations furnishing such information.\\n\\nI further understand that this Independent Contractor Application will be retained for active consideration for 3 months following the date of submission. To remail in consideration for assignments after that time, it will be necessary that I complete another Independent Contractor Application.\\n\\nI further understand that any misleading or incorrect statements, or failure to complete any part of this Independent Contractor Application, not prohibited by law, may render this form null and void. I also understand that if contracted by Angel\'s Paw, LLC dba Fur, Fins & Feathers it would be cause for immediate discharge.\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\"},{\"type\":\"consent\",\"checked_indicator_url\":\"http:\\/\\/64.91.250.204\\/~fffpetsitting\\/wp-content\\/plugins\\/gravityforms\\/images\\/tick.png\",\"checked_indicator_markup\":\"<img src=\\\"http:\\/\\/64.91.250.204\\/~fffpetsitting\\/wp-content\\/plugins\\/gravityforms\\/images\\/tick.png\\\" \\/>\",\"id\":19,\"label\":\"Consent\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":[{\"id\":\"19.1\",\"label\":\"Consent\",\"name\":\"\"},{\"id\":\"19.2\",\"label\":\"Text\",\"name\":\"\",\"isHidden\":true},{\"id\":\"19.3\",\"label\":\"Description\",\"name\":\"\",\"isHidden\":true}],\"checkboxLabel\":\"I agree to the privacy policy.\",\"descriptionPlaceholder\":\"Enter consent agreement text here. The Consent Field will store this agreement text with the form entry in order to track what the user has consented to.\",\"inputType\":\"consent\",\"choices\":[{\"text\":\"Checked\",\"value\":\"1\",\"isSelected\":false,\"price\":\"\"}],\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":\"\",\"maxLength\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"pageNumber\":1,\"fields\":\"\"}],\"version\":\"2.4.17\",\"id\":3,\"nextFieldId\":21,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null}','2020-02-11 20:36:42'),(2,3,'{\"title\":\"Employment\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"name\",\"id\":1,\"label\":\"Name\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"nameFormat\":\"advanced\",\"inputs\":[{\"id\":\"1.2\",\"label\":\"Prefix\",\"name\":\"\",\"choices\":[{\"text\":\"Mr.\",\"value\":\"Mr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Mrs.\",\"value\":\"Mrs.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Miss\",\"value\":\"Miss\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Ms.\",\"value\":\"Ms.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Dr.\",\"value\":\"Dr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Prof.\",\"value\":\"Prof.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Rev.\",\"value\":\"Rev.\",\"isSelected\":false,\"price\":\"\"}],\"isHidden\":true,\"inputType\":\"radio\"},{\"id\":\"1.3\",\"label\":\"First\",\"name\":\"\"},{\"id\":\"1.4\",\"label\":\"Middle\",\"name\":\"\",\"isHidden\":true},{\"id\":\"1.6\",\"label\":\"Last\",\"name\":\"\"},{\"id\":\"1.8\",\"label\":\"Suffix\",\"name\":\"\",\"isHidden\":true}],\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":\"\",\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"email\",\"id\":2,\"label\":\"Email\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":\"\",\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"emailConfirmEnabled\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"phone\",\"id\":3,\"label\":\"Phone\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"phoneFormat\":\"standard\",\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":\"\",\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"address\",\"id\":4,\"label\":\"Address\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"addressType\":\"us\",\"inputs\":[{\"id\":\"4.1\",\"label\":\"Street Address\",\"name\":\"\"},{\"id\":\"4.2\",\"label\":\"Address Line 2\",\"name\":\"\"},{\"id\":\"4.3\",\"label\":\"City\",\"name\":\"\"},{\"id\":\"4.4\",\"label\":\"State \\/ Province\",\"name\":\"\"},{\"id\":\"4.5\",\"label\":\"ZIP \\/ Postal Code\",\"name\":\"\"},{\"id\":\"4.6\",\"label\":\"Country\",\"name\":\"\",\"isHidden\":true}],\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"defaultCountry\":\"United States\",\"defaultProvince\":\"\",\"productField\":\"\",\"defaultState\":\"\",\"enableCopyValuesOption\":\"\",\"copyValuesOptionDefault\":\"\",\"copyValuesOptionLabel\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"date\",\"id\":5,\"label\":\"Date\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"dateType\":\"datepicker\",\"calendarIconType\":\"none\",\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":\"\",\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"calendarIconUrl\":\"\",\"dateFormat\":\"\",\"productField\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":6,\"label\":\"How did you hear about this position?\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"radio\",\"id\":7,\"label\":\"Are you a US Citizen?\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"text\":\"Yes\",\"value\":\"Yes\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"No\",\"value\":\"No\",\"isSelected\":false,\"price\":\"\"}],\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enableOtherChoice\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"radio\",\"id\":8,\"label\":\"Do you own a reliable vehicle?\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"text\":\"Yes\",\"value\":\"Yes\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"No\",\"value\":\"No\",\"isSelected\":false,\"price\":\"\"}],\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enableOtherChoice\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":9,\"label\":\"How many years of experience do you have in Dog Walking\\/Pet Sitting?\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"radio\",\"id\":10,\"label\":\"Is there any situation that would impact you from making\\/keeping a six month commitment to the company?\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"text\":\"Yes\",\"value\":\"Yes\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"No\",\"value\":\"No\",\"isSelected\":false,\"price\":\"\"}],\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enableOtherChoice\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"checkbox\",\"id\":11,\"label\":\"Please select which type of service you are interested in:\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"choices\":[{\"text\":\"Dog Walking\",\"value\":\"Dog Walking\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Pet Sitting\",\"value\":\"Pet Sitting\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"House Sitting\",\"value\":\"House Sitting\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Bed & Breakfast\",\"value\":\"Bed & Breakfast\",\"isSelected\":false,\"price\":\"\"}],\"inputs\":[{\"id\":\"11.1\",\"label\":\"Dog Walking\",\"name\":\"\"},{\"id\":\"11.2\",\"label\":\"Pet Sitting\",\"name\":\"\"},{\"id\":\"11.3\",\"label\":\"House Sitting\",\"name\":\"\"},{\"id\":\"11.4\",\"label\":\"Bed & Breakfast\",\"name\":\"\"}],\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enableSelectAll\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"checkbox\",\"id\":12,\"label\":\"Please select your experience with the following:\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"choices\":[{\"text\":\"Injections\",\"value\":\"Injections\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Pilling\",\"value\":\"Pilling\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Subcutaneous Fluids\",\"value\":\"Subcutaneous Fluids\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Other\",\"value\":\"Other\",\"isSelected\":false,\"price\":\"\"}],\"inputs\":[{\"id\":\"12.1\",\"label\":\"Injections\",\"name\":\"\"},{\"id\":\"12.2\",\"label\":\"Pilling\",\"name\":\"\"},{\"id\":\"12.3\",\"label\":\"Subcutaneous Fluids\",\"name\":\"\"},{\"id\":\"12.4\",\"label\":\"Other\",\"name\":\"\"}],\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":{\"actionType\":\"show\",\"logicType\":\"all\",\"rules\":[{\"fieldId\":\"1.3\",\"operator\":\"is\",\"value\":\"\"}]},\"productField\":\"\",\"enableSelectAll\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":13,\"label\":\"If you selected Other, please specify:\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":{\"actionType\":\"show\",\"logicType\":\"all\",\"rules\":[{\"fieldId\":\"12\",\"operator\":\"is\",\"value\":\"Other\"}]},\"productField\":\"\",\"enablePasswordInput\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"checkbox\",\"id\":14,\"label\":\"Please select the days you are available:\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"choices\":[{\"text\":\"Monday\",\"value\":\"Monday\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Tuesday\",\"value\":\"Tuesday\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Wednesday\",\"value\":\"Wednesday\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Thursday\",\"value\":\"Thursday\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Friday\",\"value\":\"Friday\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Saturday\",\"value\":\"Saturday\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Sunday\",\"value\":\"Sunday\",\"isSelected\":false,\"price\":\"\"}],\"inputs\":[{\"id\":\"14.1\",\"label\":\"Monday\",\"name\":\"\"},{\"id\":\"14.2\",\"label\":\"Tuesday\",\"name\":\"\"},{\"id\":\"14.3\",\"label\":\"Wednesday\",\"name\":\"\"},{\"id\":\"14.4\",\"label\":\"Thursday\",\"name\":\"\"},{\"id\":\"14.5\",\"label\":\"Friday\",\"name\":\"\"},{\"id\":\"14.6\",\"label\":\"Saturday\",\"name\":\"\"},{\"id\":\"14.7\",\"label\":\"Sunday\",\"name\":\"\"}],\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":{\"actionType\":\"show\",\"logicType\":\"all\",\"rules\":[{\"fieldId\":\"1.3\",\"operator\":\"is\",\"value\":\"\"}]},\"productField\":\"\",\"enableSelectAll\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"checkbox\",\"id\":15,\"label\":\"Please select the times you are available:\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"choices\":[{\"text\":\"7:00 AM - 9:00 AM\",\"value\":\"7:00 AM - 9:00 AM\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"10:00 AM - 3:00 PM\",\"value\":\"10:00 AM - 3:00 PM\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"6:00 PM - 8:00 PM\",\"value\":\"6:00 PM - 8:00 PM\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Overnight\",\"value\":\"Overnight\",\"isSelected\":false,\"price\":\"\"}],\"inputs\":[{\"id\":\"15.1\",\"label\":\"7:00 AM - 9:00 AM\",\"name\":\"\"},{\"id\":\"15.2\",\"label\":\"10:00 AM - 3:00 PM\",\"name\":\"\"},{\"id\":\"15.3\",\"label\":\"6:00 PM - 8:00 PM\",\"name\":\"\"},{\"id\":\"15.4\",\"label\":\"Overnight\",\"name\":\"\"}],\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":{\"actionType\":\"show\",\"logicType\":\"all\",\"rules\":[{\"fieldId\":\"1.3\",\"operator\":\"is\",\"value\":\"\"}]},\"productField\":\"\",\"enableSelectAll\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"radio\",\"id\":16,\"label\":\"Are you able to work Holidays?\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"text\":\"Yes\",\"value\":\"Yes\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"No\",\"value\":\"No\",\"isSelected\":false,\"price\":\"\"}],\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enableOtherChoice\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"textarea\",\"id\":17,\"label\":\"Please tell us in your own words, why you would like to be a Pet Sitter and what you can contribute to the pets for whom you\'ll be caring?\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"form_id\":\"\",\"useRichTextEditor\":false,\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"textarea\",\"id\":18,\"label\":\"Please provide 3 professional references (not relatives).\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"form_id\":\"\",\"useRichTextEditor\":false,\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"section\",\"id\":20,\"label\":\"PLEASE READ CAREFULLY\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"formId\":3,\"description\":\"I certify that all statements made in this Independent Contractor Application are true and correct to the best of my knowledge, belief, and are made in good faith. I give Angel\'s Paw, LLC dba Fur, Fins & Feathers and it\'s agents the right to investigate all information given and to secure addition information as necessary.\\n\\nI hereby release from any and all liability or responsibility all persons, companies, and corporations furnishing such information.\\n\\nI further understand that this Independent Contractor Application will be retained for active consideration for 3 months following the date of submission. To remail in consideration for assignments after that time, it will be necessary that I complete another Independent Contractor Application.\\n\\nI further understand that any misleading or incorrect statements, or failure to complete any part of this Independent Contractor Application, not prohibited by law, may render this form null and void. I also understand that if contracted by Angel\'s Paw, LLC dba Fur, Fins & Feathers it would be cause for immediate discharge.\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\"},{\"type\":\"consent\",\"checked_indicator_url\":\"http:\\/\\/64.91.250.204\\/~fffpetsitting\\/wp-content\\/plugins\\/gravityforms\\/images\\/tick.png\",\"checked_indicator_markup\":\"<img src=\\\"http:\\/\\/64.91.250.204\\/~fffpetsitting\\/wp-content\\/plugins\\/gravityforms\\/images\\/tick.png\\\" \\/>\",\"id\":19,\"label\":\"Consent\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":[{\"id\":\"19.1\",\"label\":\"Consent\",\"name\":\"\"},{\"id\":\"19.2\",\"label\":\"Text\",\"name\":\"\",\"isHidden\":true},{\"id\":\"19.3\",\"label\":\"Description\",\"name\":\"\",\"isHidden\":true}],\"checkboxLabel\":\"I agree to the terms of the Independent Contractor Application\",\"descriptionPlaceholder\":\"Enter consent agreement text here. The Consent Field will store this agreement text with the form entry in order to track what the user has consented to.\",\"inputType\":\"consent\",\"choices\":[{\"text\":\"Checked\",\"value\":\"1\",\"isSelected\":false,\"price\":\"\"}],\"formId\":3,\"description\":\"I certify that all statements made in this Independent Contractor Application are true and correct to the best of my knowledge, belief, and are made in good faith. I give Angel\'s Paw, LLC dba Fur, Fins & Feathers and it\'s agents the right to investigate all information given and to secure addition information as necessary.\\n\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"displayAllCategories\":false,\"useRichTextEditor\":false}],\"version\":\"2.4.17\",\"id\":3,\"nextFieldId\":21,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null}','2020-02-11 20:37:40'),(3,3,'{\"title\":\"Employment\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"name\",\"id\":1,\"label\":\"Name\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"nameFormat\":\"advanced\",\"inputs\":[{\"id\":\"1.2\",\"label\":\"Prefix\",\"name\":\"\",\"choices\":[{\"text\":\"Mr.\",\"value\":\"Mr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Mrs.\",\"value\":\"Mrs.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Miss\",\"value\":\"Miss\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Ms.\",\"value\":\"Ms.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Dr.\",\"value\":\"Dr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Prof.\",\"value\":\"Prof.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Rev.\",\"value\":\"Rev.\",\"isSelected\":false,\"price\":\"\"}],\"isHidden\":true,\"inputType\":\"radio\"},{\"id\":\"1.3\",\"label\":\"First\",\"name\":\"\"},{\"id\":\"1.4\",\"label\":\"Middle\",\"name\":\"\",\"isHidden\":true},{\"id\":\"1.6\",\"label\":\"Last\",\"name\":\"\"},{\"id\":\"1.8\",\"label\":\"Suffix\",\"name\":\"\",\"isHidden\":true}],\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"email\",\"id\":2,\"label\":\"Email\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"gf_left_half\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"emailConfirmEnabled\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"phone\",\"id\":3,\"label\":\"Phone\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"phoneFormat\":\"standard\",\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"gf_right_half\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"address\",\"id\":4,\"label\":\"Address\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"addressType\":\"us\",\"inputs\":[{\"id\":\"4.1\",\"label\":\"Street Address\",\"name\":\"\"},{\"id\":\"4.2\",\"label\":\"Address Line 2\",\"name\":\"\"},{\"id\":\"4.3\",\"label\":\"City\",\"name\":\"\"},{\"id\":\"4.4\",\"label\":\"State \\/ Province\",\"name\":\"\"},{\"id\":\"4.5\",\"label\":\"ZIP \\/ Postal Code\",\"name\":\"\"},{\"id\":\"4.6\",\"label\":\"Country\",\"name\":\"\",\"isHidden\":true}],\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"defaultCountry\":\"United States\",\"defaultProvince\":\"\",\"productField\":\"\",\"defaultState\":\"\",\"enableCopyValuesOption\":\"\",\"copyValuesOptionDefault\":\"\",\"copyValuesOptionLabel\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"date\",\"id\":5,\"label\":\"Date\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"dateType\":\"datepicker\",\"calendarIconType\":\"none\",\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":\"\",\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"calendarIconUrl\":\"\",\"dateFormat\":\"\",\"productField\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":6,\"label\":\"How did you hear about this position?\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"radio\",\"id\":7,\"label\":\"Are you a US Citizen?\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"text\":\"Yes\",\"value\":\"Yes\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"No\",\"value\":\"No\",\"isSelected\":false,\"price\":\"\"}],\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enableOtherChoice\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"radio\",\"id\":8,\"label\":\"Do you own a reliable vehicle?\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"text\":\"Yes\",\"value\":\"Yes\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"No\",\"value\":\"No\",\"isSelected\":false,\"price\":\"\"}],\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enableOtherChoice\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":9,\"label\":\"How many years of experience do you have in Dog Walking\\/Pet Sitting?\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"radio\",\"id\":10,\"label\":\"Is there any situation that would impact you from making\\/keeping a six month commitment to the company?\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"text\":\"Yes\",\"value\":\"Yes\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"No\",\"value\":\"No\",\"isSelected\":false,\"price\":\"\"}],\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enableOtherChoice\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"checkbox\",\"id\":11,\"label\":\"Please select which type of service you are interested in:\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"choices\":[{\"text\":\"Dog Walking\",\"value\":\"Dog Walking\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Pet Sitting\",\"value\":\"Pet Sitting\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"House Sitting\",\"value\":\"House Sitting\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Bed & Breakfast\",\"value\":\"Bed & Breakfast\",\"isSelected\":false,\"price\":\"\"}],\"inputs\":[{\"id\":\"11.1\",\"label\":\"Dog Walking\",\"name\":\"\"},{\"id\":\"11.2\",\"label\":\"Pet Sitting\",\"name\":\"\"},{\"id\":\"11.3\",\"label\":\"House Sitting\",\"name\":\"\"},{\"id\":\"11.4\",\"label\":\"Bed & Breakfast\",\"name\":\"\"}],\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enableSelectAll\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"checkbox\",\"id\":12,\"label\":\"Please select your experience with the following:\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"choices\":[{\"text\":\"Injections\",\"value\":\"Injections\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Pilling\",\"value\":\"Pilling\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Subcutaneous Fluids\",\"value\":\"Subcutaneous Fluids\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Other\",\"value\":\"Other\",\"isSelected\":false,\"price\":\"\"}],\"inputs\":[{\"id\":\"12.1\",\"label\":\"Injections\",\"name\":\"\"},{\"id\":\"12.2\",\"label\":\"Pilling\",\"name\":\"\"},{\"id\":\"12.3\",\"label\":\"Subcutaneous Fluids\",\"name\":\"\"},{\"id\":\"12.4\",\"label\":\"Other\",\"name\":\"\"}],\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":{\"actionType\":\"show\",\"logicType\":\"all\",\"rules\":[{\"fieldId\":\"1.3\",\"operator\":\"is\",\"value\":\"\"}]},\"productField\":\"\",\"enableSelectAll\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":13,\"label\":\"If you selected Other, please specify:\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":{\"actionType\":\"show\",\"logicType\":\"all\",\"rules\":[{\"fieldId\":\"12\",\"operator\":\"is\",\"value\":\"Other\"}]},\"productField\":\"\",\"enablePasswordInput\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"checkbox\",\"id\":14,\"label\":\"Please select the days you are available:\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"choices\":[{\"text\":\"Monday\",\"value\":\"Monday\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Tuesday\",\"value\":\"Tuesday\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Wednesday\",\"value\":\"Wednesday\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Thursday\",\"value\":\"Thursday\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Friday\",\"value\":\"Friday\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Saturday\",\"value\":\"Saturday\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Sunday\",\"value\":\"Sunday\",\"isSelected\":false,\"price\":\"\"}],\"inputs\":[{\"id\":\"14.1\",\"label\":\"Monday\",\"name\":\"\"},{\"id\":\"14.2\",\"label\":\"Tuesday\",\"name\":\"\"},{\"id\":\"14.3\",\"label\":\"Wednesday\",\"name\":\"\"},{\"id\":\"14.4\",\"label\":\"Thursday\",\"name\":\"\"},{\"id\":\"14.5\",\"label\":\"Friday\",\"name\":\"\"},{\"id\":\"14.6\",\"label\":\"Saturday\",\"name\":\"\"},{\"id\":\"14.7\",\"label\":\"Sunday\",\"name\":\"\"}],\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":{\"actionType\":\"show\",\"logicType\":\"all\",\"rules\":[{\"fieldId\":\"1.3\",\"operator\":\"is\",\"value\":\"\"}]},\"productField\":\"\",\"enableSelectAll\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"checkbox\",\"id\":15,\"label\":\"Please select the times you are available:\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"choices\":[{\"text\":\"7:00 AM - 9:00 AM\",\"value\":\"7:00 AM - 9:00 AM\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"10:00 AM - 3:00 PM\",\"value\":\"10:00 AM - 3:00 PM\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"6:00 PM - 8:00 PM\",\"value\":\"6:00 PM - 8:00 PM\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Overnight\",\"value\":\"Overnight\",\"isSelected\":false,\"price\":\"\"}],\"inputs\":[{\"id\":\"15.1\",\"label\":\"7:00 AM - 9:00 AM\",\"name\":\"\"},{\"id\":\"15.2\",\"label\":\"10:00 AM - 3:00 PM\",\"name\":\"\"},{\"id\":\"15.3\",\"label\":\"6:00 PM - 8:00 PM\",\"name\":\"\"},{\"id\":\"15.4\",\"label\":\"Overnight\",\"name\":\"\"}],\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":{\"actionType\":\"show\",\"logicType\":\"all\",\"rules\":[{\"fieldId\":\"1.3\",\"operator\":\"is\",\"value\":\"\"}]},\"productField\":\"\",\"enableSelectAll\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"radio\",\"id\":16,\"label\":\"Are you able to work Holidays?\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"text\":\"Yes\",\"value\":\"Yes\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"No\",\"value\":\"No\",\"isSelected\":false,\"price\":\"\"}],\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enableOtherChoice\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"textarea\",\"id\":17,\"label\":\"Please tell us in your own words, why you would like to be a Pet Sitter and what you can contribute to the pets for whom you\'ll be caring?\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"form_id\":\"\",\"useRichTextEditor\":false,\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"textarea\",\"id\":18,\"label\":\"Please provide 3 professional references (not relatives).\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"form_id\":\"\",\"useRichTextEditor\":false,\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"section\",\"id\":20,\"label\":\"PLEASE READ CAREFULLY\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"formId\":3,\"description\":\"I certify that all statements made in this Independent Contractor Application are true and correct to the best of my knowledge, belief, and are made in good faith. I give Angel\'s Paw, LLC dba Fur, Fins & Feathers and it\'s agents the right to investigate all information given and to secure addition information as necessary.\\n\\nI hereby release from any and all liability or responsibility all persons, companies, and corporations furnishing such information.\\n\\nI further understand that this Independent Contractor Application will be retained for active consideration for 3 months following the date of submission. To remail in consideration for assignments after that time, it will be necessary that I complete another Independent Contractor Application.\\n\\nI further understand that any misleading or incorrect statements, or failure to complete any part of this Independent Contractor Application, not prohibited by law, may render this form null and void. I also understand that if contracted by Angel\'s Paw, LLC dba Fur, Fins & Feathers it would be cause for immediate discharge.\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\"},{\"type\":\"consent\",\"checked_indicator_url\":\"http:\\/\\/64.91.250.204\\/~fffpetsitting\\/wp-content\\/plugins\\/gravityforms\\/images\\/tick.png\",\"checked_indicator_markup\":\"<img src=\\\"http:\\/\\/64.91.250.204\\/~fffpetsitting\\/wp-content\\/plugins\\/gravityforms\\/images\\/tick.png\\\" \\/>\",\"id\":19,\"label\":\"Consent\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":[{\"id\":\"19.1\",\"label\":\"Consent\",\"name\":\"\"},{\"id\":\"19.2\",\"label\":\"Text\",\"name\":\"\",\"isHidden\":true},{\"id\":\"19.3\",\"label\":\"Description\",\"name\":\"\",\"isHidden\":true}],\"checkboxLabel\":\"I agree to the terms of the Independent Contractor Application\",\"descriptionPlaceholder\":\"Enter consent agreement text here. The Consent Field will store this agreement text with the form entry in order to track what the user has consented to.\",\"inputType\":\"consent\",\"choices\":[{\"text\":\"Checked\",\"value\":\"1\",\"isSelected\":false,\"price\":\"\"}],\"formId\":3,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"displayAllCategories\":false,\"useRichTextEditor\":false}],\"version\":\"2.4.17\",\"id\":3,\"nextFieldId\":21,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null}','2020-02-11 21:21:52'); /*!40000 ALTER TABLE `wp_gf_form_revisions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gf_form_view` -- DROP TABLE IF EXISTS `wp_gf_form_view`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gf_form_view` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `form_id` mediumint(8) unsigned NOT NULL, `date_created` datetime NOT NULL, `ip` char(15) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `count` mediumint(8) unsigned NOT NULL DEFAULT '1', PRIMARY KEY (`id`), KEY `date_created` (`date_created`), KEY `form_id` (`form_id`) ) ENGINE=InnoDB AUTO_INCREMENT=32 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gf_form_view` -- LOCK TABLES `wp_gf_form_view` WRITE; /*!40000 ALTER TABLE `wp_gf_form_view` DISABLE KEYS */; INSERT INTO `wp_gf_form_view` VALUES (1,1,'2020-02-12 19:52:23','',1),(2,2,'2020-02-12 21:01:30','',1),(3,2,'2020-02-14 13:57:57','',4),(4,3,'2020-02-14 14:48:08','',2),(5,1,'2020-02-14 15:22:05','',1),(6,1,'2020-02-17 14:31:56','',3),(7,2,'2020-02-17 14:37:04','',3),(8,3,'2020-02-17 14:38:35','',2),(9,1,'2020-02-21 14:12:35','',3),(10,2,'2020-02-21 19:42:57','',1),(11,2,'2020-02-25 19:41:36','',3),(12,3,'2020-02-25 19:43:35','',4),(13,1,'2020-02-25 19:45:05','',2),(14,1,'2020-02-27 08:15:08','',9),(15,2,'2020-02-27 08:16:25','',3),(16,3,'2020-02-27 08:22:55','',4),(17,1,'2020-02-28 09:42:06','',2),(18,2,'2020-02-28 09:43:06','',6),(19,3,'2020-02-28 09:49:18','',5),(20,1,'2020-02-29 10:07:34','',9),(21,2,'2020-02-29 10:24:35','',5),(22,3,'2020-03-01 00:06:36','',8),(23,1,'2020-03-01 10:09:42','',3),(24,2,'2020-03-01 13:00:09','',6),(25,1,'2020-03-02 11:10:52','',10),(26,3,'2020-03-02 11:18:31','',5),(27,2,'2020-03-02 15:38:04','',6),(28,1,'2020-03-03 14:04:45','',12),(29,2,'2020-03-03 22:48:32','',5),(30,3,'2020-03-04 07:22:34','',2),(31,1,'2020-03-04 14:33:45','',5); /*!40000 ALTER TABLE `wp_gf_form_view` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`), KEY `autoload` (`autoload`) ) ENGINE=InnoDB AUTO_INCREMENT=15262 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','https://www.fffpetsitting.com','yes'),(2,'home','https://www.fffpetsitting.com','yes'),(3,'blogname','Fur, Fins and Feathers Pet Sitting','yes'),(4,'blogdescription','Dog Walking and Pet Sitting | Montgomery County, Maryland','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','chris@acscreative.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','1','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','0','yes'),(22,'posts_per_page','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:127:{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:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:37:\"portfolio/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"portfolio/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"portfolio/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"portfolio/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"portfolio/([^/]+)/embed/?$\";s:42:\"index.php?portfolio=$matches[1]&embed=true\";s:30:\"portfolio/([^/]+)/trackback/?$\";s:36:\"index.php?portfolio=$matches[1]&tb=1\";s:38:\"portfolio/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&paged=$matches[2]\";s:45:\"portfolio/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&cpage=$matches[2]\";s:34:\"portfolio/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?portfolio=$matches[1]&page=$matches[2]\";s:26:\"portfolio/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"portfolio/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"portfolio/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"portfolio/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:59:\"portfolio-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio-category=$matches[1]&feed=$matches[2]\";s:54:\"portfolio-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio-category=$matches[1]&feed=$matches[2]\";s:35:\"portfolio-category/([^/]+)/embed/?$\";s:51:\"index.php?portfolio-category=$matches[1]&embed=true\";s:47:\"portfolio-category/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?portfolio-category=$matches[1]&paged=$matches[2]\";s:29:\"portfolio-category/([^/]+)/?$\";s:40:\"index.php?portfolio-category=$matches[1]\";s:40:\"vc_grid_item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"vc_grid_item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"vc_grid_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"vc_grid_item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"vc_grid_item/([^/]+)/embed/?$\";s:45:\"index.php?vc_grid_item=$matches[1]&embed=true\";s:33:\"vc_grid_item/([^/]+)/trackback/?$\";s:39:\"index.php?vc_grid_item=$matches[1]&tb=1\";s:41:\"vc_grid_item/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&paged=$matches[2]\";s:48:\"vc_grid_item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&cpage=$matches[2]\";s:37:\"vc_grid_item/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?vc_grid_item=$matches[1]&page=$matches[2]\";s:29:\"vc_grid_item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"vc_grid_item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"vc_grid_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"vc_grid_item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=6&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:7:{i:0;s:29:\"gravityforms/gravityforms.php\";i:1;s:19:\"akismet/akismet.php\";i:2;s:27:\"js_composer/js_composer.php\";i:3;s:28:\"revolution-plugin/plugin.php\";i:4;s:29:\"unitegallery/unitegallery.php\";i:5;s:25:\"wp-smush-pro/wp-smush.php\";i:6;s:40:\"wpmudev-updates/update-notifications.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','revolution','yes'),(41,'stylesheet','revolution-child','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','45805','yes'),(49,'uploads_use_yearmonth_folders','','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:3:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:109:\"<p class=\"p1\"><span class=\"s1\">Copyright© 2020 Fur, Fins & Feathers, LLC. All Rights Reserved</span></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:648:\"<p class=\"p1\"><span class=\"s1\"><b>Fur, Fins & Feathers</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">1 Research Court, Ste. 450, Rockville, MD 20850</span></p>\r\n<p class=\"p1\"><span class=\"s1\">Phone : 301-840-1989<span class=\"Apple-converted-space\"> </span>|<span class=\"Apple-converted-space\"> </span>Email: info@fffpetsitting.com</span></p>\r\n<a href=\"https://www.facebook.com/fffpetsitting\" target=\"_blank\" rel=\"noopener\">Facebook</a> | <a href=\"https://twitter.com/FFFPetsitting\" target=\"_blank\" rel=\"noopener\">Twitter</a> | <a href=\"https://www.instagram.com/therealfurfinsfeathers/\" target=\"_blank\" rel=\"noopener\">Instagram</a>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:0:{}','yes'),(81,'uninstall_plugins','a:1:{s:40:\"wpmudev-updates/update-notifications.php\";a:2:{i:0;s:17:\"WPMUDEV_Dashboard\";i:1;s:16:\"uninstall_plugin\";}}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','6','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','0','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'wp_page_for_privacy_policy','3','yes'),(92,'show_comments_cookies_opt_in','1','yes'),(93,'admin_email_lifespan','1593279422','yes'),(94,'initial_db_version','45805','yes'),(95,'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'),(96,'fresh_site','0','yes'),(97,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(98,'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'),(99,'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'),(100,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'sidebars_widgets','a:14:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:4:\"blog\";a:0:{}s:6:\"single\";a:0:{}s:4:\"page\";a:0:{}s:7:\"footer1\";a:2:{i:0;s:6:\"text-2\";i:1;s:13:\"custom_html-2\";}s:7:\"footer2\";a:1:{i:0;s:6:\"text-3\";}s:7:\"footer3\";a:1:{i:0;s:10:\"nav_menu-2\";}s:7:\"footer4\";a:0:{}s:7:\"footer5\";a:0:{}s:7:\"footer6\";a:0:{}s:15:\"header-style8-1\";a:0:{}s:15:\"header-style8-2\";a:0:{}s:15:\"header-style8-3\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(103,'cron','a:8:{i:1583336223;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:1583343422;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1583343423;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1583343451;a:3:{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;}}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:1583356677;a:1:{s:17:\"gravityforms_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1583357256;a:1:{s:22:\"wpmudev_scheduled_jobs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1583357318;a:1:{s:22:\"smush_update_cdn_stats\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(104,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_nav_menu','a:2:{i:2;a:1:{s:8:\"nav_menu\";i:3;}s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_custom_html','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:587:\"<a class=\"footer-logo\" href=\"https://www.bbb.org/us/md/rockville/profile/pet-services/fur-fins-feathers-0241-183738297/#sealclick\" target=\"_blank\" rel=\"nofollow\"><img src=\"https://seal-dc-easternpa.bbb.org/seals/blue-seal-200-42-whitetxt-bbb-183738297.png\" style=\"border: 0;\" alt=\"Fur, Fins & Feathers BBB Business Review\" /></a>\r\n\r\n<a class=\"footer-logo\" href=\"https://petsitters.org/default.aspx\" target=\"_blank\"><img src=\"https://www.fffpetsitting.com/wp-content/uploads/nappp-logo-120.png\" alt=\"National Assocation of Professional Pet Sitters Member\" width=\"70px\" height=\"70px\"/></a>\";}s:12:\"_multiwidget\";i:1;}','yes'),(114,'recovery_keys','a:0:{}','yes'),(115,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.3.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.3.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.3.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.3.2\";s:7:\"version\";s:5:\"5.3.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1583302045;s:15:\"version_checked\";s:5:\"5.3.2\";s:12:\"translations\";a:0:{}}','no'),(121,'theme_mods_twentytwenty','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1577740379;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'),(140,'can_compress_scripts','1','no'),(146,'current_theme','Revolution Child Theme','yes'),(147,'theme_mods_revolution-child','a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:8:\"nav-menu\";i:2;}s:15:\"ot_google_fonts\";a:980:{s:7:\"abeezee\";a:3:{s:6:\"family\";s:7:\"ABeeZee\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"abel\";a:3:{s:6:\"family\";s:4:\"Abel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"abhayalibre\";a:3:{s:6:\"family\";s:12:\"Abhaya Libre\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"sinhala\";}}s:12:\"abrilfatface\";a:3:{s:6:\"family\";s:13:\"Abril Fatface\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"aclonica\";a:3:{s:6:\"family\";s:8:\"Aclonica\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"acme\";a:3:{s:6:\"family\";s:4:\"Acme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"actor\";a:3:{s:6:\"family\";s:5:\"Actor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"adamina\";a:3:{s:6:\"family\";s:7:\"Adamina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"adventpro\";a:3:{s:6:\"family\";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:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"latin-ext\";}}s:14:\"aguafinascript\";a:3:{s:6:\"family\";s:15:\"Aguafina Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"akronim\";a:3:{s:6:\"family\";s:7:\"Akronim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"aladin\";a:3:{s:6:\"family\";s:6:\"Aladin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"alata\";a:3:{s:6:\"family\";s:5:\"Alata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:6:\"alatsi\";a:3:{s:6:\"family\";s:6:\"Alatsi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:7:\"aldrich\";a:3:{s:6:\"family\";s:7:\"Aldrich\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"alef\";a:3:{s:6:\"family\";s:4:\"Alef\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"hebrew\";}}s:8:\"alegreya\";a:3:{s:6:\"family\";s:8:\"Alegreya\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}}s:10:\"alegreyasc\";a:3:{s:6:\"family\";s:11:\"Alegreya SC\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}}s:12:\"alegreyasans\";a:3:{s:6:\"family\";s:13:\"Alegreya Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}}s:14:\"alegreyasanssc\";a:3:{s:6:\"family\";s:16:\"Alegreya Sans SC\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}}s:4:\"aleo\";a:3:{s:6:\"family\";s:4:\"Aleo\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"alexbrush\";a:3:{s:6:\"family\";s:10:\"Alex Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"alfaslabone\";a:3:{s:6:\"family\";s:13:\"Alfa Slab One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:5:\"alice\";a:3:{s:6:\"family\";s:5:\"Alice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";}}s:5:\"alike\";a:3:{s:6:\"family\";s:5:\"Alike\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"alikeangular\";a:3:{s:6:\"family\";s:13:\"Alike Angular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"allan\";a:3:{s:6:\"family\";s:5:\"Allan\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"allerta\";a:3:{s:6:\"family\";s:7:\"Allerta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"allertastencil\";a:3:{s:6:\"family\";s:15:\"Allerta Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"allura\";a:3:{s:6:\"family\";s:6:\"Allura\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"almarai\";a:3:{s:6:\"family\";s:7:\"Almarai\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";i:3;s:3:\"800\";}s:7:\"subsets\";a:1:{i:0;s:6:\"arabic\";}}s:8:\"almendra\";a:3:{s:6:\"family\";s:8:\"Almendra\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:15:\"almendradisplay\";a:3:{s:6:\"family\";s:16:\"Almendra Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"almendrasc\";a:3:{s:6:\"family\";s:11:\"Almendra SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"amarante\";a:3:{s:6:\"family\";s:8:\"Amarante\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"amaranth\";a:3:{s:6:\"family\";s:8:\"Amaranth\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"amaticsc\";a:3:{s:6:\"family\";s:9:\"Amatic SC\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:6:\"hebrew\";i:2;s:8:\"cyrillic\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:9:\"amethysta\";a:3:{s:6:\"family\";s:9:\"Amethysta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"amiko\";a:3:{s:6:\"family\";s:5:\"Amiko\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"600\";i:2;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:5:\"amiri\";a:3:{s:6:\"family\";s:5:\"Amiri\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"arabic\";}}s:5:\"amita\";a:3:{s:6:\"family\";s:5:\"Amita\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:7:\"anaheim\";a:3:{s:6:\"family\";s:7:\"Anaheim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"andada\";a:3:{s:6:\"family\";s:6:\"Andada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"andika\";a:3:{s:6:\"family\";s:6:\"Andika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:6:\"angkor\";a:3:{s:6:\"family\";s:6:\"Angkor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:21:\"annieuseyourtelescope\";a:3:{s:6:\"family\";s:24:\"Annie Use Your Telescope\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"anonymouspro\";a:3:{s:6:\"family\";s:13:\"Anonymous Pro\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:8:\"cyrillic\";i:3;s:9:\"latin-ext\";}}s:5:\"antic\";a:3:{s:6:\"family\";s:5:\"Antic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"anticdidone\";a:3:{s:6:\"family\";s:12:\"Antic Didone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"anticslab\";a:3:{s:6:\"family\";s:10:\"Antic Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"anton\";a:3:{s:6:\"family\";s:5:\"Anton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:6:\"arapey\";a:3:{s:6:\"family\";s:6:\"Arapey\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"arbutus\";a:3:{s:6:\"family\";s:7:\"Arbutus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"arbutusslab\";a:3:{s:6:\"family\";s:12:\"Arbutus Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:18:\"architectsdaughter\";a:3:{s:6:\"family\";s:19:\"Architects Daughter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"archivo\";a:3:{s:6:\"family\";s:7:\"Archivo\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:12:\"archivoblack\";a:3:{s:6:\"family\";s:13:\"Archivo Black\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:13:\"archivonarrow\";a:3:{s:6:\"family\";s:14:\"Archivo Narrow\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:9:\"arefruqaa\";a:3:{s:6:\"family\";s:10:\"Aref Ruqaa\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"arabic\";}}s:12:\"arimamadurai\";a:3:{s:6:\"family\";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:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:7:\"subsets\";a:4:{i:0;s:5:\"tamil\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}}s:5:\"arimo\";a:3:{s:6:\"family\";s:5:\"Arimo\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:8:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:6:\"hebrew\";i:4;s:8:\"cyrillic\";i:5;s:12:\"cyrillic-ext\";i:6;s:9:\"latin-ext\";i:7;s:10:\"vietnamese\";}}s:8:\"arizonia\";a:3:{s:6:\"family\";s:8:\"Arizonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"armata\";a:3:{s:6:\"family\";s:6:\"Armata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"arsenal\";a:3:{s:6:\"family\";s:7:\"Arsenal\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:8:\"artifika\";a:3:{s:6:\"family\";s:8:\"Artifika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"arvo\";a:3:{s:6:\"family\";s:4:\"Arvo\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"arya\";a:3:{s:6:\"family\";s:4:\"Arya\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:4:\"asap\";a:3:{s:6:\"family\";s:4:\"Asap\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:13:\"asapcondensed\";a:3:{s:6:\"family\";s:14:\"Asap Condensed\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:4:\"asar\";a:3:{s:6:\"family\";s:4:\"Asar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:5:\"asset\";a:3:{s:6:\"family\";s:5:\"Asset\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"assistant\";a:3:{s:6:\"family\";s:9:\"Assistant\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"hebrew\";}}s:7:\"astloch\";a:3:{s:6:\"family\";s:7:\"Astloch\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"asul\";a:3:{s:6:\"family\";s:4:\"Asul\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"athiti\";a:3:{s:6:\"family\";s:6:\"Athiti\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:4:\"atma\";a:3:{s:6:\"family\";s:4:\"Atma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:7:\"bengali\";i:2;s:9:\"latin-ext\";}}s:9:\"atomicage\";a:3:{s:6:\"family\";s:10:\"Atomic Age\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"aubrey\";a:3:{s:6:\"family\";s:6:\"Aubrey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"audiowide\";a:3:{s:6:\"family\";s:9:\"Audiowide\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"autourone\";a:3:{s:6:\"family\";s:10:\"Autour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"average\";a:3:{s:6:\"family\";s:7:\"Average\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"averagesans\";a:3:{s:6:\"family\";s:12:\"Average Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:17:\"averiagruesalibre\";a:3:{s:6:\"family\";s:19:\"Averia Gruesa Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"averialibre\";a:3:{s:6:\"family\";s:12:\"Averia Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:15:\"averiasanslibre\";a:3:{s:6:\"family\";s:17:\"Averia Sans Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:16:\"averiaseriflibre\";a:3:{s:6:\"family\";s:18:\"Averia Serif Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"b612\";a:3:{s:6:\"family\";s:4:\"B612\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"b612mono\";a:3:{s:6:\"family\";s:9:\"B612 Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"badscript\";a:3:{s:6:\"family\";s:10:\"Bad Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";}}s:7:\"bahiana\";a:3:{s:6:\"family\";s:7:\"Bahiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"bahianita\";a:3:{s:6:\"family\";s:9:\"Bahianita\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:11:\"baijamjuree\";a:3:{s:6:\"family\";s:12:\"Bai Jamjuree\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:5:\"baloo\";a:3:{s:6:\"family\";s:5:\"Baloo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}}s:9:\"baloobhai\";a:3:{s:6:\"family\";s:10:\"Baloo Bhai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"gujarati\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}}s:13:\"baloobhaijaan\";a:3:{s:6:\"family\";s:14:\"Baloo Bhaijaan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:6:\"arabic\";}}s:11:\"baloobhaina\";a:3:{s:6:\"family\";s:12:\"Baloo Bhaina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:5:\"oriya\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}}s:12:\"baloochettan\";a:3:{s:6:\"family\";s:13:\"Baloo Chettan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"malayalam\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}}s:7:\"balooda\";a:3:{s:6:\"family\";s:8:\"Baloo Da\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:7:\"bengali\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}}s:10:\"baloopaaji\";a:3:{s:6:\"family\";s:11:\"Baloo Paaji\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"gurmukhi\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}}s:10:\"balootamma\";a:3:{s:6:\"family\";s:11:\"Baloo Tamma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:7:\"kannada\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}}s:12:\"balootammudu\";a:3:{s:6:\"family\";s:13:\"Baloo Tammudu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}}s:11:\"baloothambi\";a:3:{s:6:\"family\";s:12:\"Baloo Thambi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"tamil\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}}s:9:\"balthazar\";a:3:{s:6:\"family\";s:9:\"Balthazar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"bangers\";a:3:{s:6:\"family\";s:7:\"Bangers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:6:\"barlow\";a:3:{s:6:\"family\";s:6:\"Barlow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:15:\"barlowcondensed\";a:3:{s:6:\"family\";s:16:\"Barlow Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:19:\"barlowsemicondensed\";a:3:{s:6:\"family\";s:21:\"Barlow Semi Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:10:\"barriecito\";a:3:{s:6:\"family\";s:10:\"Barriecito\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:6:\"barrio\";a:3:{s:6:\"family\";s:6:\"Barrio\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"basic\";a:3:{s:6:\"family\";s:5:\"Basic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"baskervville\";a:3:{s:6:\"family\";s:12:\"Baskervville\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"battambang\";a:3:{s:6:\"family\";s:10:\"Battambang\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:7:\"baumans\";a:3:{s:6:\"family\";s:7:\"Baumans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"bayon\";a:3:{s:6:\"family\";s:5:\"Bayon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:9:\"bevietnam\";a:3:{s:6:\"family\";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:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:9:\"bebasneue\";a:3:{s:6:\"family\";s:10:\"Bebas Neue\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"belgrano\";a:3:{s:6:\"family\";s:8:\"Belgrano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"bellefair\";a:3:{s:6:\"family\";s:9:\"Bellefair\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:6:\"hebrew\";i:2;s:9:\"latin-ext\";}}s:7:\"belleza\";a:3:{s:6:\"family\";s:7:\"Belleza\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"benchnine\";a:3:{s:6:\"family\";s:9:\"BenchNine\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"bentham\";a:3:{s:6:\"family\";s:7:\"Bentham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"berkshireswash\";a:3:{s:6:\"family\";s:15:\"Berkshire Swash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"bethellen\";a:3:{s:6:\"family\";s:10:\"Beth Ellen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"bevan\";a:3:{s:6:\"family\";s:5:\"Bevan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:19:\"bigshouldersdisplay\";a:3:{s:6:\"family\";s:21:\"Big Shoulders Display\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:16:\"bigshoulderstext\";a:3:{s:6:\"family\";s:18:\"Big Shoulders Text\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:12:\"bigelowrules\";a:3:{s:6:\"family\";s:13:\"Bigelow Rules\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"bigshotone\";a:3:{s:6:\"family\";s:11:\"Bigshot One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"bilbo\";a:3:{s:6:\"family\";s:5:\"Bilbo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:14:\"bilboswashcaps\";a:3:{s:6:\"family\";s:16:\"Bilbo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"biorhyme\";a:3:{s:6:\"family\";s:8:\"BioRhyme\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:16:\"biorhymeexpanded\";a:3:{s:6:\"family\";s:17:\"BioRhyme Expanded\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"biryani\";a:3:{s:6:\"family\";s:7:\"Biryani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:6:\"bitter\";a:3:{s:6:\"family\";s:6:\"Bitter\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:20:\"blackandwhitepicture\";a:3:{s:6:\"family\";s:23:\"Black And White Picture\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:12:\"blackhansans\";a:3:{s:6:\"family\";s:14:\"Black Han Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:11:\"blackopsone\";a:3:{s:6:\"family\";s:13:\"Black Ops One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"blinker\";a:3:{s:6:\"family\";s:7:\"Blinker\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"bokor\";a:3:{s:6:\"family\";s:5:\"Bokor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:6:\"bonbon\";a:3:{s:6:\"family\";s:6:\"Bonbon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"boogaloo\";a:3:{s:6:\"family\";s:8:\"Boogaloo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"bowlbyone\";a:3:{s:6:\"family\";s:10:\"Bowlby One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"bowlbyonesc\";a:3:{s:6:\"family\";s:13:\"Bowlby One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"brawler\";a:3:{s:6:\"family\";s:7:\"Brawler\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"breeserif\";a:3:{s:6:\"family\";s:10:\"Bree Serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:13:\"bubblegumsans\";a:3:{s:6:\"family\";s:14:\"Bubblegum Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"bubblerone\";a:3:{s:6:\"family\";s:11:\"Bubbler One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:4:\"buda\";a:3:{s:6:\"family\";s:4:\"Buda\";s:8:\"variants\";a:1:{i:0;s:3:\"300\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"buenard\";a:3:{s:6:\"family\";s:7:\"Buenard\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"bungee\";a:3:{s:6:\"family\";s:6:\"Bungee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:14:\"bungeehairline\";a:3:{s:6:\"family\";s:15:\"Bungee Hairline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:12:\"bungeeinline\";a:3:{s:6:\"family\";s:13:\"Bungee Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:13:\"bungeeoutline\";a:3:{s:6:\"family\";s:14:\"Bungee Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:11:\"bungeeshade\";a:3:{s:6:\"family\";s:12:\"Bungee Shade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:10:\"butcherman\";a:3:{s:6:\"family\";s:10:\"Butcherman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:13:\"butterflykids\";a:3:{s:6:\"family\";s:14:\"Butterfly Kids\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"cabin\";a:3:{s:6:\"family\";s:5:\"Cabin\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:14:\"cabincondensed\";a:3:{s:6:\"family\";s:15:\"Cabin Condensed\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:11:\"cabinsketch\";a:3:{s:6:\"family\";s:12:\"Cabin Sketch\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"caesardressing\";a:3:{s:6:\"family\";s:15:\"Caesar Dressing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"cagliostro\";a:3:{s:6:\"family\";s:10:\"Cagliostro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"cairo\";a:3:{s:6:\"family\";s:5:\"Cairo\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"arabic\";}}s:7:\"caladea\";a:3:{s:6:\"family\";s:7:\"Caladea\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"calistoga\";a:3:{s:6:\"family\";s:9:\"Calistoga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:14:\"calligraffitti\";a:3:{s:6:\"family\";s:14:\"Calligraffitti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"cambay\";a:3:{s:6:\"family\";s:6:\"Cambay\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:5:\"cambo\";a:3:{s:6:\"family\";s:5:\"Cambo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"candal\";a:3:{s:6:\"family\";s:6:\"Candal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"cantarell\";a:3:{s:6:\"family\";s:9:\"Cantarell\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"cantataone\";a:3:{s:6:\"family\";s:11:\"Cantata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"cantoraone\";a:3:{s:6:\"family\";s:11:\"Cantora One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"capriola\";a:3:{s:6:\"family\";s:8:\"Capriola\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"cardo\";a:3:{s:6:\"family\";s:5:\"Cardo\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:9:\"latin-ext\";}}s:5:\"carme\";a:3:{s:6:\"family\";s:5:\"Carme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"carroisgothic\";a:3:{s:6:\"family\";s:14:\"Carrois Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:15:\"carroisgothicsc\";a:3:{s:6:\"family\";s:17:\"Carrois Gothic SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"carterone\";a:3:{s:6:\"family\";s:10:\"Carter One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"catamaran\";a:3:{s:6:\"family\";s:9:\"Catamaran\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"tamil\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:6:\"caudex\";a:3:{s:6:\"family\";s:6:\"Caudex\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:9:\"latin-ext\";}}s:6:\"caveat\";a:3:{s:6:\"family\";s:6:\"Caveat\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";}}s:11:\"caveatbrush\";a:3:{s:6:\"family\";s:12:\"Caveat Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:17:\"cedarvillecursive\";a:3:{s:6:\"family\";s:18:\"Cedarville Cursive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"cevicheone\";a:3:{s:6:\"family\";s:11:\"Ceviche One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"chakrapetch\";a:3:{s:6:\"family\";s:12:\"Chakra Petch\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:6:\"changa\";a:3:{s:6:\"family\";s:6:\"Changa\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"arabic\";}}s:9:\"changaone\";a:3:{s:6:\"family\";s:10:\"Changa One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"chango\";a:3:{s:6:\"family\";s:6:\"Chango\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"charm\";a:3:{s:6:\"family\";s:5:\"Charm\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:10:\"charmonman\";a:3:{s:6:\"family\";s:10:\"Charmonman\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:8:\"chathura\";a:3:{s:6:\"family\";s:8:\"Chathura\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}}s:16:\"chauphilomeneone\";a:3:{s:6:\"family\";s:18:\"Chau Philomene One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"chelaone\";a:3:{s:6:\"family\";s:9:\"Chela One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:13:\"chelseamarket\";a:3:{s:6:\"family\";s:14:\"Chelsea Market\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"chenla\";a:3:{s:6:\"family\";s:6:\"Chenla\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:15:\"cherrycreamsoda\";a:3:{s:6:\"family\";s:17:\"Cherry Cream Soda\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"cherryswash\";a:3:{s:6:\"family\";s:12:\"Cherry Swash\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"chewy\";a:3:{s:6:\"family\";s:5:\"Chewy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"chicle\";a:3:{s:6:\"family\";s:6:\"Chicle\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"chilanka\";a:3:{s:6:\"family\";s:8:\"Chilanka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"malayalam\";}}s:5:\"chivo\";a:3:{s:6:\"family\";s:5:\"Chivo\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"chonburi\";a:3:{s:6:\"family\";s:8:\"Chonburi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:6:\"cinzel\";a:3:{s:6:\"family\";s:6:\"Cinzel\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:16:\"cinzeldecorative\";a:3:{s:6:\"family\";s:17:\"Cinzel Decorative\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"clickerscript\";a:3:{s:6:\"family\";s:14:\"Clicker Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:4:\"coda\";a:3:{s:6:\"family\";s:4:\"Coda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"codacaption\";a:3:{s:6:\"family\";s:12:\"Coda Caption\";s:8:\"variants\";a:1:{i:0;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"codystar\";a:3:{s:6:\"family\";s:8:\"Codystar\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"coiny\";a:3:{s:6:\"family\";s:5:\"Coiny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"tamil\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}}s:5:\"combo\";a:3:{s:6:\"family\";s:5:\"Combo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"comfortaa\";a:3:{s:6:\"family\";s:9:\"Comfortaa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:6:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:8:\"cyrillic\";i:3;s:12:\"cyrillic-ext\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}}s:10:\"comingsoon\";a:3:{s:6:\"family\";s:11:\"Coming Soon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"concertone\";a:3:{s:6:\"family\";s:11:\"Concert One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"condiment\";a:3:{s:6:\"family\";s:9:\"Condiment\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"content\";a:3:{s:6:\"family\";s:7:\"Content\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:11:\"contrailone\";a:3:{s:6:\"family\";s:12:\"Contrail One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"convergence\";a:3:{s:6:\"family\";s:11:\"Convergence\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"cookie\";a:3:{s:6:\"family\";s:6:\"Cookie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"copse\";a:3:{s:6:\"family\";s:5:\"Copse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"corben\";a:3:{s:6:\"family\";s:6:\"Corben\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"cormorant\";a:3:{s:6:\"family\";s:9:\"Cormorant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:17:\"cormorantgaramond\";a:3:{s:6:\"family\";s:18:\"Cormorant Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:15:\"cormorantinfant\";a:3:{s:6:\"family\";s:16:\"Cormorant Infant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:11:\"cormorantsc\";a:3:{s:6:\"family\";s:12:\"Cormorant SC\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:16:\"cormorantunicase\";a:3:{s:6:\"family\";s:17:\"Cormorant Unicase\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:16:\"cormorantupright\";a:3:{s:6:\"family\";s:17:\"Cormorant Upright\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:9:\"courgette\";a:3:{s:6:\"family\";s:9:\"Courgette\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"courierprime\";a:3:{s:6:\"family\";s:13:\"Courier Prime\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"cousine\";a:3:{s:6:\"family\";s:7:\"Cousine\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:8:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:6:\"hebrew\";i:4;s:8:\"cyrillic\";i:5;s:12:\"cyrillic-ext\";i:6;s:9:\"latin-ext\";i:7;s:10:\"vietnamese\";}}s:8:\"coustard\";a:3:{s:6:\"family\";s:8:\"Coustard\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:18:\"coveredbyyourgrace\";a:3:{s:6:\"family\";s:21:\"Covered By Your Grace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"craftygirls\";a:3:{s:6:\"family\";s:12:\"Crafty Girls\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"creepster\";a:3:{s:6:\"family\";s:9:\"Creepster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"creteround\";a:3:{s:6:\"family\";s:11:\"Crete Round\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"crimsonpro\";a:3:{s:6:\"family\";s:11:\"Crimson Pro\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:11:\"crimsontext\";a:3:{s:6:\"family\";s:12:\"Crimson Text\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"croissantone\";a:3:{s:6:\"family\";s:13:\"Croissant One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"crushed\";a:3:{s:6:\"family\";s:7:\"Crushed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"cuprum\";a:3:{s:6:\"family\";s:6:\"Cuprum\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:8:\"cutefont\";a:3:{s:6:\"family\";s:9:\"Cute Font\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:6:\"cutive\";a:3:{s:6:\"family\";s:6:\"Cutive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"cutivemono\";a:3:{s:6:\"family\";s:11:\"Cutive Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"dmsans\";a:3:{s:6:\"family\";s:7:\"DM Sans\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:14:\"dmserifdisplay\";a:3:{s:6:\"family\";s:16:\"DM Serif Display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"dmseriftext\";a:3:{s:6:\"family\";s:13:\"DM Serif Text\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"damion\";a:3:{s:6:\"family\";s:6:\"Damion\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"dancingscript\";a:3:{s:6:\"family\";s:14:\"Dancing Script\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:7:\"dangrek\";a:3:{s:6:\"family\";s:7:\"Dangrek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:15:\"darkergrotesque\";a:3:{s:6:\"family\";s:16:\"Darker Grotesque\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:10:\"davidlibre\";a:3:{s:6:\"family\";s:11:\"David Libre\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:6:\"hebrew\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}}s:16:\"dawningofanewday\";a:3:{s:6:\"family\";s:20:\"Dawning of a New Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"daysone\";a:3:{s:6:\"family\";s:8:\"Days One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"dekko\";a:3:{s:6:\"family\";s:5:\"Dekko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:6:\"delius\";a:3:{s:6:\"family\";s:6:\"Delius\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:15:\"deliusswashcaps\";a:3:{s:6:\"family\";s:17:\"Delius Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"deliusunicase\";a:3:{s:6:\"family\";s:14:\"Delius Unicase\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"dellarespira\";a:3:{s:6:\"family\";s:13:\"Della Respira\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"denkone\";a:3:{s:6:\"family\";s:8:\"Denk One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"devonshire\";a:3:{s:6:\"family\";s:10:\"Devonshire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"dhurjati\";a:3:{s:6:\"family\";s:8:\"Dhurjati\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}}s:12:\"didactgothic\";a:3:{s:6:\"family\";s:13:\"Didact Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:6:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";}}s:9:\"diplomata\";a:3:{s:6:\"family\";s:9:\"Diplomata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"diplomatasc\";a:3:{s:6:\"family\";s:12:\"Diplomata SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"dohyeon\";a:3:{s:6:\"family\";s:8:\"Do Hyeon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:5:\"dokdo\";a:3:{s:6:\"family\";s:5:\"Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:6:\"domine\";a:3:{s:6:\"family\";s:6:\"Domine\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"donegalone\";a:3:{s:6:\"family\";s:11:\"Donegal One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"doppioone\";a:3:{s:6:\"family\";s:10:\"Doppio One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"dorsa\";a:3:{s:6:\"family\";s:5:\"Dorsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"dosis\";a:3:{s:6:\"family\";s:5:\"Dosis\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:10:\"drsugiyama\";a:3:{s:6:\"family\";s:11:\"Dr Sugiyama\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"durusans\";a:3:{s:6:\"family\";s:9:\"Duru Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"dynalight\";a:3:{s:6:\"family\";s:9:\"Dynalight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"ebgaramond\";a:3:{s:6:\"family\";s:11:\"EB Garamond\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:6:\"italic\";i:6;s:9:\"500italic\";i:7;s:9:\"600italic\";i:8;s:9:\"700italic\";i:9;s:9:\"800italic\";}s:7:\"subsets\";a:7:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}}s:9:\"eaglelake\";a:3:{s:6:\"family\";s:10:\"Eagle Lake\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"eastseadokdo\";a:3:{s:6:\"family\";s:14:\"East Sea Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:5:\"eater\";a:3:{s:6:\"family\";s:5:\"Eater\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"economica\";a:3:{s:6:\"family\";s:9:\"Economica\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"eczar\";a:3:{s:6:\"family\";s:5:\"Eczar\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:9:\"elmessiri\";a:3:{s:6:\"family\";s:10:\"El Messiri\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:6:\"arabic\";}}s:11:\"electrolize\";a:3:{s:6:\"family\";s:11:\"Electrolize\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"elsie\";a:3:{s:6:\"family\";s:5:\"Elsie\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:14:\"elsieswashcaps\";a:3:{s:6:\"family\";s:16:\"Elsie Swash Caps\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"emblemaone\";a:3:{s:6:\"family\";s:11:\"Emblema One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"emilyscandy\";a:3:{s:6:\"family\";s:12:\"Emilys Candy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"encodesans\";a:3:{s:6:\"family\";s:11:\"Encode Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:19:\"encodesanscondensed\";a:3:{s:6:\"family\";s:21:\"Encode Sans Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:18:\"encodesansexpanded\";a:3:{s:6:\"family\";s:20:\"Encode Sans Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:23:\"encodesanssemicondensed\";a:3:{s:6:\"family\";s:26:\"Encode Sans Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:22:\"encodesanssemiexpanded\";a:3:{s:6:\"family\";s:25:\"Encode Sans Semi Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:10:\"engagement\";a:3:{s:6:\"family\";s:10:\"Engagement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"englebert\";a:3:{s:6:\"family\";s:9:\"Englebert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"enriqueta\";a:3:{s:6:\"family\";s:9:\"Enriqueta\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"ericaone\";a:3:{s:6:\"family\";s:9:\"Erica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"esteban\";a:3:{s:6:\"family\";s:7:\"Esteban\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:14:\"euphoriascript\";a:3:{s:6:\"family\";s:15:\"Euphoria Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"ewert\";a:3:{s:6:\"family\";s:5:\"Ewert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:3:\"exo\";a:3:{s:6:\"family\";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:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:4:\"exo2\";a:3:{s:6:\"family\";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:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:12:\"expletussans\";a:3:{s:6:\"family\";s:13:\"Expletus Sans\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"fahkwang\";a:3:{s:6:\"family\";s:8:\"Fahkwang\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:11:\"fanwoodtext\";a:3:{s:6:\"family\";s:12:\"Fanwood Text\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"farro\";a:3:{s:6:\"family\";s:5:\"Farro\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"farsan\";a:3:{s:6:\"family\";s:6:\"Farsan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"gujarati\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}}s:9:\"fascinate\";a:3:{s:6:\"family\";s:9:\"Fascinate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:15:\"fascinateinline\";a:3:{s:6:\"family\";s:16:\"Fascinate Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"fasterone\";a:3:{s:6:\"family\";s:10:\"Faster One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"fasthand\";a:3:{s:6:\"family\";s:8:\"Fasthand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:8:\"faunaone\";a:3:{s:6:\"family\";s:9:\"Fauna One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"faustina\";a:3:{s:6:\"family\";s:8:\"Faustina\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:8:\"federant\";a:3:{s:6:\"family\";s:8:\"Federant\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"federo\";a:3:{s:6:\"family\";s:6:\"Federo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"felipa\";a:3:{s:6:\"family\";s:6:\"Felipa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"fenix\";a:3:{s:6:\"family\";s:5:\"Fenix\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"fingerpaint\";a:3:{s:6:\"family\";s:12:\"Finger Paint\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"firacode\";a:3:{s:6:\"family\";s:9:\"Fira Code\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:6:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";}}s:8:\"firamono\";a:3:{s:6:\"family\";s:9:\"Fira Mono\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:7:\"subsets\";a:6:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";}}s:8:\"firasans\";a:3:{s:6:\"family\";s:9:\"Fira Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}}s:17:\"firasanscondensed\";a:3:{s:6:\"family\";s:19:\"Fira Sans Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}}s:22:\"firasansextracondensed\";a:3:{s:6:\"family\";s:25:\"Fira Sans Extra Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}}s:9:\"fjallaone\";a:3:{s:6:\"family\";s:10:\"Fjalla One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"fjordone\";a:3:{s:6:\"family\";s:9:\"Fjord One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"flamenco\";a:3:{s:6:\"family\";s:8:\"Flamenco\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"flavors\";a:3:{s:6:\"family\";s:7:\"Flavors\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"fondamento\";a:3:{s:6:\"family\";s:10:\"Fondamento\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:15:\"fontdinerswanky\";a:3:{s:6:\"family\";s:16:\"Fontdiner Swanky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"forum\";a:3:{s:6:\"family\";s:5:\"Forum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";}}s:11:\"francoisone\";a:3:{s:6:\"family\";s:12:\"Francois One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:14:\"frankruhllibre\";a:3:{s:6:\"family\";s:16:\"Frank Ruhl Libre\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:6:\"hebrew\";i:2;s:9:\"latin-ext\";}}s:11:\"freckleface\";a:3:{s:6:\"family\";s:12:\"Freckle Face\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:18:\"frederickathegreat\";a:3:{s:6:\"family\";s:20:\"Fredericka the Great\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"fredokaone\";a:3:{s:6:\"family\";s:11:\"Fredoka One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"freehand\";a:3:{s:6:\"family\";s:8:\"Freehand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:6:\"fresca\";a:3:{s:6:\"family\";s:6:\"Fresca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"frijole\";a:3:{s:6:\"family\";s:7:\"Frijole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"fruktur\";a:3:{s:6:\"family\";s:7:\"Fruktur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"fugazone\";a:3:{s:6:\"family\";s:9:\"Fugaz One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"gfsdidot\";a:3:{s:6:\"family\";s:9:\"GFS Didot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"greek\";}}s:14:\"gfsneohellenic\";a:3:{s:6:\"family\";s:15:\"GFS Neohellenic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"greek\";}}s:8:\"gabriela\";a:3:{s:6:\"family\";s:8:\"Gabriela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";}}s:5:\"gaegu\";a:3:{s:6:\"family\";s:5:\"Gaegu\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:6:\"gafata\";a:3:{s:6:\"family\";s:6:\"Gafata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"galada\";a:3:{s:6:\"family\";s:6:\"Galada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:7:\"bengali\";}}s:8:\"galdeano\";a:3:{s:6:\"family\";s:8:\"Galdeano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"galindo\";a:3:{s:6:\"family\";s:7:\"Galindo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"gamjaflower\";a:3:{s:6:\"family\";s:12:\"Gamja Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:8:\"gayathri\";a:3:{s:6:\"family\";s:8:\"Gayathri\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"malayalam\";}}s:7:\"gelasio\";a:3:{s:6:\"family\";s:7:\"Gelasio\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:12:\"gentiumbasic\";a:3:{s:6:\"family\";s:13:\"Gentium Basic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:16:\"gentiumbookbasic\";a:3:{s:6:\"family\";s:18:\"Gentium Book Basic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:3:\"geo\";a:3:{s:6:\"family\";s:3:\"Geo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"geostar\";a:3:{s:6:\"family\";s:7:\"Geostar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"geostarfill\";a:3:{s:6:\"family\";s:12:\"Geostar Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"germaniaone\";a:3:{s:6:\"family\";s:12:\"Germania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"gidugu\";a:3:{s:6:\"family\";s:6:\"Gidugu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}}s:12:\"gildadisplay\";a:3:{s:6:\"family\";s:13:\"Gilda Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"girassol\";a:3:{s:6:\"family\";s:8:\"Girassol\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"giveyouglory\";a:3:{s:6:\"family\";s:14:\"Give You Glory\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"glassantiqua\";a:3:{s:6:\"family\";s:13:\"Glass Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"glegoo\";a:3:{s:6:\"family\";s:6:\"Glegoo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:16:\"gloriahallelujah\";a:3:{s:6:\"family\";s:17:\"Gloria Hallelujah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"goblinone\";a:3:{s:6:\"family\";s:10:\"Goblin One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"gochihand\";a:3:{s:6:\"family\";s:10:\"Gochi Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"gorditas\";a:3:{s:6:\"family\";s:8:\"Gorditas\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"gothica1\";a:3:{s:6:\"family\";s:9:\"Gothic A1\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:19:\"goudybookletter1911\";a:3:{s:6:\"family\";s:21:\"Goudy Bookletter 1911\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"graduate\";a:3:{s:6:\"family\";s:8:\"Graduate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"grandhotel\";a:3:{s:6:\"family\";s:11:\"Grand Hotel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"gravitasone\";a:3:{s:6:\"family\";s:12:\"Gravitas One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"greatvibes\";a:3:{s:6:\"family\";s:11:\"Great Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"grenze\";a:3:{s:6:\"family\";s:6:\"Grenze\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:6:\"griffy\";a:3:{s:6:\"family\";s:6:\"Griffy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"gruppo\";a:3:{s:6:\"family\";s:6:\"Gruppo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"gudea\";a:3:{s:6:\"family\";s:5:\"Gudea\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:4:\"gugi\";a:3:{s:6:\"family\";s:4:\"Gugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:6:\"gupter\";a:3:{s:6:\"family\";s:6:\"Gupter\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"gurajada\";a:3:{s:6:\"family\";s:8:\"Gurajada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}}s:6:\"habibi\";a:3:{s:6:\"family\";s:6:\"Habibi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"halant\";a:3:{s:6:\"family\";s:6:\"Halant\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:14:\"hammersmithone\";a:3:{s:6:\"family\";s:15:\"Hammersmith One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"hanalei\";a:3:{s:6:\"family\";s:7:\"Hanalei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"hanaleifill\";a:3:{s:6:\"family\";s:12:\"Hanalei Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"handlee\";a:3:{s:6:\"family\";s:7:\"Handlee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"hanuman\";a:3:{s:6:\"family\";s:7:\"Hanuman\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:11:\"happymonkey\";a:3:{s:6:\"family\";s:12:\"Happy Monkey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"harmattan\";a:3:{s:6:\"family\";s:9:\"Harmattan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"arabic\";}}s:11:\"headlandone\";a:3:{s:6:\"family\";s:12:\"Headland One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"heebo\";a:3:{s:6:\"family\";s:5:\"Heebo\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"hebrew\";}}s:10:\"hennypenny\";a:3:{s:6:\"family\";s:11:\"Henny Penny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"heptaslab\";a:3:{s:6:\"family\";s:10:\"Hepta Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:18:\"herrvonmuellerhoff\";a:3:{s:6:\"family\";s:20:\"Herr Von Muellerhoff\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"himelody\";a:3:{s:6:\"family\";s:9:\"Hi Melody\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:4:\"hind\";a:3:{s:6:\"family\";s:4:\"Hind\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:10:\"hindguntur\";a:3:{s:6:\"family\";s:11:\"Hind Guntur\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";i:2;s:9:\"latin-ext\";}}s:11:\"hindmadurai\";a:3:{s:6:\"family\";s:12:\"Hind Madurai\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"tamil\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:12:\"hindsiliguri\";a:3:{s:6:\"family\";s:13:\"Hind Siliguri\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:7:\"bengali\";i:2;s:9:\"latin-ext\";}}s:12:\"hindvadodara\";a:3:{s:6:\"family\";s:13:\"Hind Vadodara\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"gujarati\";i:2;s:9:\"latin-ext\";}}s:13:\"holtwoodonesc\";a:3:{s:6:\"family\";s:15:\"Holtwood One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"homemadeapple\";a:3:{s:6:\"family\";s:14:\"Homemade Apple\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"homenaje\";a:3:{s:6:\"family\";s:8:\"Homenaje\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"ibmplexmono\";a:3:{s:6:\"family\";s:13:\"IBM Plex Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:11:\"ibmplexsans\";a:3:{s:6:\"family\";s:13:\"IBM Plex Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:8:\"cyrillic\";i:3;s:12:\"cyrillic-ext\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}}s:20:\"ibmplexsanscondensed\";a:3:{s:6:\"family\";s:23:\"IBM Plex Sans Condensed\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:12:\"ibmplexserif\";a:3:{s:6:\"family\";s:14:\"IBM Plex Serif\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:12:\"imfelldwpica\";a:3:{s:6:\"family\";s:15:\"IM Fell DW Pica\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"imfelldwpicasc\";a:3:{s:6:\"family\";s:18:\"IM Fell DW Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:16:\"imfelldoublepica\";a:3:{s:6:\"family\";s:19:\"IM Fell Double Pica\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:18:\"imfelldoublepicasc\";a:3:{s:6:\"family\";s:22:\"IM Fell Double Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"imfellenglish\";a:3:{s:6:\"family\";s:15:\"IM Fell English\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:15:\"imfellenglishsc\";a:3:{s:6:\"family\";s:18:\"IM Fell English SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:17:\"imfellfrenchcanon\";a:3:{s:6:\"family\";s:20:\"IM Fell French Canon\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:19:\"imfellfrenchcanonsc\";a:3:{s:6:\"family\";s:23:\"IM Fell French Canon SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:17:\"imfellgreatprimer\";a:3:{s:6:\"family\";s:20:\"IM Fell Great Primer\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:19:\"imfellgreatprimersc\";a:3:{s:6:\"family\";s:23:\"IM Fell Great Primer SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"ibarrarealnova\";a:3:{s:6:\"family\";s:16:\"Ibarra Real Nova\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"iceberg\";a:3:{s:6:\"family\";s:7:\"Iceberg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"iceland\";a:3:{s:6:\"family\";s:7:\"Iceland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"imprima\";a:3:{s:6:\"family\";s:7:\"Imprima\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"inconsolata\";a:3:{s:6:\"family\";s:11:\"Inconsolata\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:5:\"inder\";a:3:{s:6:\"family\";s:5:\"Inder\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"indieflower\";a:3:{s:6:\"family\";s:12:\"Indie Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"inika\";a:3:{s:6:\"family\";s:5:\"Inika\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:13:\"inknutantiqua\";a:3:{s:6:\"family\";s:14:\"Inknut Antiqua\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:10:\"inriaserif\";a:3:{s:6:\"family\";s:11:\"Inria Serif\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"irishgrover\";a:3:{s:6:\"family\";s:12:\"Irish Grover\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"istokweb\";a:3:{s:6:\"family\";s:9:\"Istok Web\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";}}s:8:\"italiana\";a:3:{s:6:\"family\";s:8:\"Italiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"italianno\";a:3:{s:6:\"family\";s:9:\"Italianno\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:4:\"itim\";a:3:{s:6:\"family\";s:4:\"Itim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:15:\"jacquesfrancois\";a:3:{s:6:\"family\";s:16:\"Jacques Francois\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:21:\"jacquesfrancoisshadow\";a:3:{s:6:\"family\";s:23:\"Jacques Francois Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"jaldi\";a:3:{s:6:\"family\";s:5:\"Jaldi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:13:\"jimnightshade\";a:3:{s:6:\"family\";s:14:\"Jim Nightshade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"jockeyone\";a:3:{s:6:\"family\";s:10:\"Jockey One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"jollylodger\";a:3:{s:6:\"family\";s:12:\"Jolly Lodger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"jomhuria\";a:3:{s:6:\"family\";s:8:\"Jomhuria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"arabic\";}}s:9:\"jomolhari\";a:3:{s:6:\"family\";s:9:\"Jomolhari\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:7:\"tibetan\";}}s:11:\"josefinsans\";a:3:{s:6:\"family\";s:12:\"Josefin Sans\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:11:\"josefinslab\";a:3:{s:6:\"family\";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:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"jotione\";a:3:{s:6:\"family\";s:8:\"Joti One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:3:\"jua\";a:3:{s:6:\"family\";s:3:\"Jua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:6:\"judson\";a:3:{s:6:\"family\";s:6:\"Judson\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:5:\"julee\";a:3:{s:6:\"family\";s:5:\"Julee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"juliussansone\";a:3:{s:6:\"family\";s:15:\"Julius Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"junge\";a:3:{s:6:\"family\";s:5:\"Junge\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"jura\";a:3:{s:6:\"family\";s:4:\"Jura\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:7:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}}s:15:\"justanotherhand\";a:3:{s:6:\"family\";s:17:\"Just Another Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:19:\"justmeagaindownhere\";a:3:{s:6:\"family\";s:23:\"Just Me Again Down Here\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:3:\"k2d\";a:3:{s:6:\"family\";s:3:\"K2D\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:5:\"kadwa\";a:3:{s:6:\"family\";s:5:\"Kadwa\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";}}s:5:\"kalam\";a:3:{s:6:\"family\";s:5:\"Kalam\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:7:\"kameron\";a:3:{s:6:\"family\";s:7:\"Kameron\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"kanit\";a:3:{s:6:\"family\";s:5:\"Kanit\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:9:\"kantumruy\";a:3:{s:6:\"family\";s:9:\"Kantumruy\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:5:\"karla\";a:3:{s:6:\"family\";s:5:\"Karla\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"karma\";a:3:{s:6:\"family\";s:5:\"Karma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:7:\"katibeh\";a:3:{s:6:\"family\";s:7:\"Katibeh\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"arabic\";}}s:13:\"kaushanscript\";a:3:{s:6:\"family\";s:14:\"Kaushan Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"kavivanar\";a:3:{s:6:\"family\";s:9:\"Kavivanar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"tamil\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:6:\"kavoon\";a:3:{s:6:\"family\";s:6:\"Kavoon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"kdamthmor\";a:3:{s:6:\"family\";s:10:\"Kdam Thmor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:9:\"keaniaone\";a:3:{s:6:\"family\";s:10:\"Keania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"kellyslab\";a:3:{s:6:\"family\";s:10:\"Kelly Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";}}s:5:\"kenia\";a:3:{s:6:\"family\";s:5:\"Kenia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"khand\";a:3:{s:6:\"family\";s:5:\"Khand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:5:\"khmer\";a:3:{s:6:\"family\";s:5:\"Khmer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:5:\"khula\";a:3:{s:6:\"family\";s:5:\"Khula\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:13:\"kiranghaerang\";a:3:{s:6:\"family\";s:14:\"Kirang Haerang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:7:\"kiteone\";a:3:{s:6:\"family\";s:8:\"Kite One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"knewave\";a:3:{s:6:\"family\";s:7:\"Knewave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:4:\"koho\";a:3:{s:6:\"family\";s:4:\"KoHo\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:9:\"kodchasan\";a:3:{s:6:\"family\";s:9:\"Kodchasan\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:6:\"kosugi\";a:3:{s:6:\"family\";s:6:\"Kosugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:8:\"japanese\";}}s:10:\"kosugimaru\";a:3:{s:6:\"family\";s:11:\"Kosugi Maru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:8:\"japanese\";}}s:8:\"kottaone\";a:3:{s:6:\"family\";s:9:\"Kotta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"koulen\";a:3:{s:6:\"family\";s:6:\"Koulen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:6:\"kranky\";a:3:{s:6:\"family\";s:6:\"Kranky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"kreon\";a:3:{s:6:\"family\";s:5:\"Kreon\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"kristi\";a:3:{s:6:\"family\";s:6:\"Kristi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"kronaone\";a:3:{s:6:\"family\";s:9:\"Krona One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:4:\"krub\";a:3:{s:6:\"family\";s:4:\"Krub\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:9:\"kulimpark\";a:3:{s:6:\"family\";s:10:\"Kulim Park\";s:8:\"variants\";a:10:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"kumarone\";a:3:{s:6:\"family\";s:9:\"Kumar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"gujarati\";i:2;s:9:\"latin-ext\";}}s:15:\"kumaroneoutline\";a:3:{s:6:\"family\";s:17:\"Kumar One Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"gujarati\";i:2;s:9:\"latin-ext\";}}s:6:\"kurale\";a:3:{s:6:\"family\";s:6:\"Kurale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:8:\"cyrillic\";i:3;s:12:\"cyrillic-ext\";i:4;s:9:\"latin-ext\";}}s:13:\"labelleaurore\";a:3:{s:6:\"family\";s:15:\"La Belle Aurore\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"lacquer\";a:3:{s:6:\"family\";s:7:\"Lacquer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"laila\";a:3:{s:6:\"family\";s:5:\"Laila\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:10:\"lakkireddy\";a:3:{s:6:\"family\";s:11:\"Lakki Reddy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}}s:7:\"lalezar\";a:3:{s:6:\"family\";s:7:\"Lalezar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:6:\"arabic\";}}s:8:\"lancelot\";a:3:{s:6:\"family\";s:8:\"Lancelot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"lateef\";a:3:{s:6:\"family\";s:6:\"Lateef\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"arabic\";}}s:4:\"lato\";a:3:{s:6:\"family\";s:4:\"Lato\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"leaguescript\";a:3:{s:6:\"family\";s:13:\"League Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"leckerlione\";a:3:{s:6:\"family\";s:12:\"Leckerli One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"ledger\";a:3:{s:6:\"family\";s:6:\"Ledger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";}}s:6:\"lekton\";a:3:{s:6:\"family\";s:6:\"Lekton\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"lemon\";a:3:{s:6:\"family\";s:5:\"Lemon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"lemonada\";a:3:{s:6:\"family\";s:8:\"Lemonada\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:6:\"arabic\";}}s:10:\"lexenddeca\";a:3:{s:6:\"family\";s:11:\"Lexend Deca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:9:\"lexendexa\";a:3:{s:6:\"family\";s:10:\"Lexend Exa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:10:\"lexendgiga\";a:3:{s:6:\"family\";s:11:\"Lexend Giga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:10:\"lexendmega\";a:3:{s:6:\"family\";s:11:\"Lexend Mega\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:10:\"lexendpeta\";a:3:{s:6:\"family\";s:11:\"Lexend Peta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:10:\"lexendtera\";a:3:{s:6:\"family\";s:11:\"Lexend Tera\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:11:\"lexendzetta\";a:3:{s:6:\"family\";s:12:\"Lexend Zetta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:15:\"librebarcode128\";a:3:{s:6:\"family\";s:17:\"Libre Barcode 128\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:19:\"librebarcode128text\";a:3:{s:6:\"family\";s:22:\"Libre Barcode 128 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"librebarcode39\";a:3:{s:6:\"family\";s:16:\"Libre Barcode 39\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:22:\"librebarcode39extended\";a:3:{s:6:\"family\";s:25:\"Libre Barcode 39 Extended\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:26:\"librebarcode39extendedtext\";a:3:{s:6:\"family\";s:30:\"Libre Barcode 39 Extended Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:18:\"librebarcode39text\";a:3:{s:6:\"family\";s:21:\"Libre Barcode 39 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:16:\"librebaskerville\";a:3:{s:6:\"family\";s:17:\"Libre Baskerville\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:18:\"librecaslondisplay\";a:3:{s:6:\"family\";s:20:\"Libre Caslon Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:15:\"librecaslontext\";a:3:{s:6:\"family\";s:17:\"Libre Caslon Text\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:13:\"librefranklin\";a:3:{s:6:\"family\";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:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"lifesavers\";a:3:{s:6:\"family\";s:11:\"Life Savers\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"lilitaone\";a:3:{s:6:\"family\";s:10:\"Lilita One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:13:\"lilyscriptone\";a:3:{s:6:\"family\";s:15:\"Lily Script One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"limelight\";a:3:{s:6:\"family\";s:9:\"Limelight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"lindenhill\";a:3:{s:6:\"family\";s:11:\"Linden Hill\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"literata\";a:3:{s:6:\"family\";s:8:\"Literata\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}}s:13:\"liujianmaocao\";a:3:{s:6:\"family\";s:16:\"Liu Jian Mao Cao\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:18:\"chinese-simplified\";}}s:6:\"livvic\";a:3:{s:6:\"family\";s:6:\"Livvic\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:7:\"lobster\";a:3:{s:6:\"family\";s:7:\"Lobster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:10:\"lobstertwo\";a:3:{s:6:\"family\";s:11:\"Lobster Two\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:15:\"londrinaoutline\";a:3:{s:6:\"family\";s:16:\"Londrina Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"londrinashadow\";a:3:{s:6:\"family\";s:15:\"Londrina Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"londrinasketch\";a:3:{s:6:\"family\";s:15:\"Londrina Sketch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"londrinasolid\";a:3:{s:6:\"family\";s:14:\"Londrina Solid\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"longcang\";a:3:{s:6:\"family\";s:9:\"Long Cang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:18:\"chinese-simplified\";}}s:4:\"lora\";a:3:{s:6:\"family\";s:4:\"Lora\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:17:\"loveyalikeasister\";a:3:{s:6:\"family\";s:21:\"Love Ya Like A Sister\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"lovedbytheking\";a:3:{s:6:\"family\";s:17:\"Loved by the King\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"loversquarrel\";a:3:{s:6:\"family\";s:14:\"Lovers Quarrel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"luckiestguy\";a:3:{s:6:\"family\";s:12:\"Luckiest Guy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"lusitana\";a:3:{s:6:\"family\";s:8:\"Lusitana\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"lustria\";a:3:{s:6:\"family\";s:7:\"Lustria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"mplus1p\";a:3:{s:6:\"family\";s:9:\"M PLUS 1p\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:9:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:6:\"hebrew\";i:4;s:8:\"cyrillic\";i:5;s:8:\"japanese\";i:6;s:12:\"cyrillic-ext\";i:7;s:9:\"latin-ext\";i:8;s:10:\"vietnamese\";}}s:14:\"mplusrounded1c\";a:3:{s:6:\"family\";s:17:\"M PLUS Rounded 1c\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:9:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:6:\"hebrew\";i:4;s:8:\"cyrillic\";i:5;s:8:\"japanese\";i:6;s:12:\"cyrillic-ext\";i:7;s:9:\"latin-ext\";i:8;s:10:\"vietnamese\";}}s:11:\"mashanzheng\";a:3:{s:6:\"family\";s:13:\"Ma Shan Zheng\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:18:\"chinese-simplified\";}}s:7:\"macondo\";a:3:{s:6:\"family\";s:7:\"Macondo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:16:\"macondoswashcaps\";a:3:{s:6:\"family\";s:18:\"Macondo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"mada\";a:3:{s:6:\"family\";s:4:\"Mada\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"arabic\";}}s:5:\"magra\";a:3:{s:6:\"family\";s:5:\"Magra\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"maidenorange\";a:3:{s:6:\"family\";s:13:\"Maiden Orange\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"maitree\";a:3:{s:6:\"family\";s:7:\"Maitree\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:16:\"majormonodisplay\";a:3:{s:6:\"family\";s:18:\"Major Mono Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:4:\"mako\";a:3:{s:6:\"family\";s:4:\"Mako\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"mali\";a:3:{s:6:\"family\";s:4:\"Mali\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:8:\"mallanna\";a:3:{s:6:\"family\";s:8:\"Mallanna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}}s:7:\"mandali\";a:3:{s:6:\"family\";s:7:\"Mandali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}}s:7:\"manjari\";a:3:{s:6:\"family\";s:7:\"Manjari\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"malayalam\";}}s:8:\"mansalva\";a:3:{s:6:\"family\";s:8:\"Mansalva\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"manuale\";a:3:{s:6:\"family\";s:7:\"Manuale\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:9:\"marcellus\";a:3:{s:6:\"family\";s:9:\"Marcellus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"marcellussc\";a:3:{s:6:\"family\";s:12:\"Marcellus SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"marckscript\";a:3:{s:6:\"family\";s:12:\"Marck Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";}}s:9:\"margarine\";a:3:{s:6:\"family\";s:9:\"Margarine\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"markazitext\";a:3:{s:6:\"family\";s:12:\"Markazi Text\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:6:\"arabic\";}}s:8:\"markoone\";a:3:{s:6:\"family\";s:9:\"Marko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"marmelad\";a:3:{s:6:\"family\";s:8:\"Marmelad\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";}}s:6:\"martel\";a:3:{s:6:\"family\";s:6:\"Martel\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:10:\"martelsans\";a:3:{s:6:\"family\";s:11:\"Martel Sans\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:6:\"marvel\";a:3:{s:6:\"family\";s:6:\"Marvel\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"mate\";a:3:{s:6:\"family\";s:4:\"Mate\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"matesc\";a:3:{s:6:\"family\";s:7:\"Mate SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"mavenpro\";a:3:{s:6:\"family\";s:9:\"Maven Pro\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:7:\"mclaren\";a:3:{s:6:\"family\";s:7:\"McLaren\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"meddon\";a:3:{s:6:\"family\";s:6:\"Meddon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"medievalsharp\";a:3:{s:6:\"family\";s:13:\"MedievalSharp\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"medulaone\";a:3:{s:6:\"family\";s:10:\"Medula One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"meerainimai\";a:3:{s:6:\"family\";s:12:\"Meera Inimai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"tamil\";i:1;s:5:\"latin\";}}s:6:\"megrim\";a:3:{s:6:\"family\";s:6:\"Megrim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"meiescript\";a:3:{s:6:\"family\";s:11:\"Meie Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"merienda\";a:3:{s:6:\"family\";s:8:\"Merienda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"meriendaone\";a:3:{s:6:\"family\";s:12:\"Merienda One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"merriweather\";a:3:{s:6:\"family\";s:12:\"Merriweather\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:16:\"merriweathersans\";a:3:{s:6:\"family\";s:17:\"Merriweather Sans\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"metal\";a:3:{s:6:\"family\";s:5:\"Metal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:10:\"metalmania\";a:3:{s:6:\"family\";s:11:\"Metal Mania\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"metamorphous\";a:3:{s:6:\"family\";s:12:\"Metamorphous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"metrophobic\";a:3:{s:6:\"family\";s:11:\"Metrophobic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:8:\"michroma\";a:3:{s:6:\"family\";s:8:\"Michroma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"milonga\";a:3:{s:6:\"family\";s:7:\"Milonga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"miltonian\";a:3:{s:6:\"family\";s:9:\"Miltonian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:15:\"miltoniantattoo\";a:3:{s:6:\"family\";s:16:\"Miltonian Tattoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"mina\";a:3:{s:6:\"family\";s:4:\"Mina\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:7:\"bengali\";i:2;s:9:\"latin-ext\";}}s:7:\"miniver\";a:3:{s:6:\"family\";s:7:\"Miniver\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"miriamlibre\";a:3:{s:6:\"family\";s:12:\"Miriam Libre\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:6:\"hebrew\";i:2;s:9:\"latin-ext\";}}s:5:\"mirza\";a:3:{s:6:\"family\";s:5:\"Mirza\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"arabic\";}}s:13:\"missfajardose\";a:3:{s:6:\"family\";s:14:\"Miss Fajardose\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:4:\"mitr\";a:3:{s:6:\"family\";s:4:\"Mitr\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:5:\"modak\";a:3:{s:6:\"family\";s:5:\"Modak\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:13:\"modernantiqua\";a:3:{s:6:\"family\";s:14:\"Modern Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"mogra\";a:3:{s:6:\"family\";s:5:\"Mogra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"gujarati\";i:2;s:9:\"latin-ext\";}}s:7:\"molengo\";a:3:{s:6:\"family\";s:7:\"Molengo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"molle\";a:3:{s:6:\"family\";s:5:\"Molle\";s:8:\"variants\";a:1:{i:0;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"monda\";a:3:{s:6:\"family\";s:5:\"Monda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"monofett\";a:3:{s:6:\"family\";s:8:\"Monofett\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"monoton\";a:3:{s:6:\"family\";s:7:\"Monoton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:18:\"monsieurladoulaise\";a:3:{s:6:\"family\";s:20:\"Monsieur La Doulaise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"montaga\";a:3:{s:6:\"family\";s:7:\"Montaga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"montez\";a:3:{s:6:\"family\";s:6:\"Montez\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"montserrat\";a:3:{s:6:\"family\";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:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:20:\"montserratalternates\";a:3:{s:6:\"family\";s:21:\"Montserrat Alternates\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:19:\"montserratsubrayada\";a:3:{s:6:\"family\";s:20:\"Montserrat Subrayada\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"moul\";a:3:{s:6:\"family\";s:4:\"Moul\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:8:\"moulpali\";a:3:{s:6:\"family\";s:8:\"Moulpali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:20:\"mountainsofchristmas\";a:3:{s:6:\"family\";s:22:\"Mountains of Christmas\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"mousememoirs\";a:3:{s:6:\"family\";s:13:\"Mouse Memoirs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"mrbedfort\";a:3:{s:6:\"family\";s:10:\"Mr Bedfort\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"mrdafoe\";a:3:{s:6:\"family\";s:8:\"Mr Dafoe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"mrdehaviland\";a:3:{s:6:\"family\";s:14:\"Mr De Haviland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:17:\"mrssaintdelafield\";a:3:{s:6:\"family\";s:19:\"Mrs Saint Delafield\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"mrssheppards\";a:3:{s:6:\"family\";s:13:\"Mrs Sheppards\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"mukta\";a:3:{s:6:\"family\";s:5:\"Mukta\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:10:\"muktamahee\";a:3:{s:6:\"family\";s:11:\"Mukta Mahee\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"gurmukhi\";i:2;s:9:\"latin-ext\";}}s:10:\"muktamalar\";a:3:{s:6:\"family\";s:11:\"Mukta Malar\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"tamil\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:10:\"muktavaani\";a:3:{s:6:\"family\";s:11:\"Mukta Vaani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"gujarati\";i:2;s:9:\"latin-ext\";}}s:4:\"muli\";a:3:{s:6:\"family\";s:4:\"Muli\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:12:\"mysteryquest\";a:3:{s:6:\"family\";s:13:\"Mystery Quest\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:3:\"ntr\";a:3:{s:6:\"family\";s:3:\"NTR\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}}s:16:\"nanumbrushscript\";a:3:{s:6:\"family\";s:18:\"Nanum Brush Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:11:\"nanumgothic\";a:3:{s:6:\"family\";s:12:\"Nanum Gothic\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:17:\"nanumgothiccoding\";a:3:{s:6:\"family\";s:19:\"Nanum Gothic Coding\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:13:\"nanummyeongjo\";a:3:{s:6:\"family\";s:14:\"Nanum Myeongjo\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:14:\"nanumpenscript\";a:3:{s:6:\"family\";s:16:\"Nanum Pen Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:6:\"neucha\";a:3:{s:6:\"family\";s:6:\"Neucha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";}}s:6:\"neuton\";a:3:{s:6:\"family\";s:6:\"Neuton\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"newrocker\";a:3:{s:6:\"family\";s:10:\"New Rocker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"newscycle\";a:3:{s:6:\"family\";s:10:\"News Cycle\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"niconne\";a:3:{s:6:\"family\";s:7:\"Niconne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"niramit\";a:3:{s:6:\"family\";s:7:\"Niramit\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:8:\"nixieone\";a:3:{s:6:\"family\";s:9:\"Nixie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"nobile\";a:3:{s:6:\"family\";s:6:\"Nobile\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"nokora\";a:3:{s:6:\"family\";s:6:\"Nokora\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:7:\"norican\";a:3:{s:6:\"family\";s:7:\"Norican\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"nosifer\";a:3:{s:6:\"family\";s:7:\"Nosifer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"notable\";a:3:{s:6:\"family\";s:7:\"Notable\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:17:\"nothingyoucoulddo\";a:3:{s:6:\"family\";s:20:\"Nothing You Could Do\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"noticiatext\";a:3:{s:6:\"family\";s:12:\"Noticia Text\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:8:\"notosans\";a:3:{s:6:\"family\";s:9:\"Noto Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:8:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:10:\"devanagari\";i:4;s:8:\"cyrillic\";i:5;s:12:\"cyrillic-ext\";i:6;s:9:\"latin-ext\";i:7;s:10:\"vietnamese\";}}s:10:\"notosanshk\";a:3:{s:6:\"family\";s:12:\"Noto Sans HK\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:16:\"chinese-hongkong\";}}s:10:\"notosansjp\";a:3:{s:6:\"family\";s:12:\"Noto Sans JP\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:8:\"japanese\";}}s:10:\"notosanskr\";a:3:{s:6:\"family\";s:12:\"Noto Sans KR\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:10:\"notosanssc\";a:3:{s:6:\"family\";s:12:\"Noto Sans SC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:18:\"chinese-simplified\";}}s:10:\"notosanstc\";a:3:{s:6:\"family\";s:12:\"Noto Sans TC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:19:\"chinese-traditional\";i:1;s:5:\"latin\";}}s:9:\"notoserif\";a:3:{s:6:\"family\";s:10:\"Noto Serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:7:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}}s:11:\"notoserifjp\";a:3:{s:6:\"family\";s:13:\"Noto Serif JP\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:8:\"japanese\";}}s:11:\"notoserifkr\";a:3:{s:6:\"family\";s:13:\"Noto Serif KR\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:11:\"notoserifsc\";a:3:{s:6:\"family\";s:13:\"Noto Serif SC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:18:\"chinese-simplified\";}}s:11:\"notoseriftc\";a:3:{s:6:\"family\";s:13:\"Noto Serif TC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:19:\"chinese-traditional\";i:1;s:5:\"latin\";}}s:7:\"novacut\";a:3:{s:6:\"family\";s:8:\"Nova Cut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"novaflat\";a:3:{s:6:\"family\";s:9:\"Nova Flat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"novamono\";a:3:{s:6:\"family\";s:9:\"Nova Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";}}s:8:\"novaoval\";a:3:{s:6:\"family\";s:9:\"Nova Oval\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"novaround\";a:3:{s:6:\"family\";s:10:\"Nova Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"novascript\";a:3:{s:6:\"family\";s:11:\"Nova Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"novaslim\";a:3:{s:6:\"family\";s:9:\"Nova Slim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"novasquare\";a:3:{s:6:\"family\";s:11:\"Nova Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"numans\";a:3:{s:6:\"family\";s:6:\"Numans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"nunito\";a:3:{s:6:\"family\";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:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:10:\"nunitosans\";a:3:{s:6:\"family\";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:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:10:\"odibeesans\";a:3:{s:6:\"family\";s:11:\"Odibee Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"odormeanchey\";a:3:{s:6:\"family\";s:14:\"Odor Mean Chey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:7:\"offside\";a:3:{s:6:\"family\";s:7:\"Offside\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"oldstandardtt\";a:3:{s:6:\"family\";s:15:\"Old Standard TT\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:9:\"oldenburg\";a:3:{s:6:\"family\";s:9:\"Oldenburg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"oleoscript\";a:3:{s:6:\"family\";s:11:\"Oleo Script\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:19:\"oleoscriptswashcaps\";a:3:{s:6:\"family\";s:22:\"Oleo Script Swash Caps\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"opensans\";a:3:{s:6:\"family\";s:9:\"Open Sans\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";}s:7:\"subsets\";a:7:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}}s:17:\"opensanscondensed\";a:3:{s:6:\"family\";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:7:\"subsets\";a:7:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}}s:11:\"oranienbaum\";a:3:{s:6:\"family\";s:11:\"Oranienbaum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";}}s:8:\"orbitron\";a:3:{s:6:\"family\";s:8:\"Orbitron\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"oregano\";a:3:{s:6:\"family\";s:7:\"Oregano\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"orienta\";a:3:{s:6:\"family\";s:7:\"Orienta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:14:\"originalsurfer\";a:3:{s:6:\"family\";s:15:\"Original Surfer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"oswald\";a:3:{s:6:\"family\";s:6:\"Oswald\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:14:\"overtherainbow\";a:3:{s:6:\"family\";s:16:\"Over the Rainbow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"overlock\";a:3:{s:6:\"family\";s:8:\"Overlock\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"overlocksc\";a:3:{s:6:\"family\";s:11:\"Overlock SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"overpass\";a:3:{s:6:\"family\";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:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"overpassmono\";a:3:{s:6:\"family\";s:13:\"Overpass Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:3:\"ovo\";a:3:{s:6:\"family\";s:3:\"Ovo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"oxanium\";a:3:{s:6:\"family\";s:7:\"Oxanium\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"oxygen\";a:3:{s:6:\"family\";s:6:\"Oxygen\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"oxygenmono\";a:3:{s:6:\"family\";s:11:\"Oxygen Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"ptmono\";a:3:{s:6:\"family\";s:7:\"PT Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";}}s:6:\"ptsans\";a:3:{s:6:\"family\";s:7:\"PT Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";}}s:13:\"ptsanscaption\";a:3:{s:6:\"family\";s:15:\"PT Sans Caption\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";}}s:12:\"ptsansnarrow\";a:3:{s:6:\"family\";s:14:\"PT Sans Narrow\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";}}s:7:\"ptserif\";a:3:{s:6:\"family\";s:8:\"PT Serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";}}s:14:\"ptserifcaption\";a:3:{s:6:\"family\";s:16:\"PT Serif Caption\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";}}s:8:\"pacifico\";a:3:{s:6:\"family\";s:8:\"Pacifico\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:6:\"padauk\";a:3:{s:6:\"family\";s:6:\"Padauk\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:7:\"myanmar\";i:1;s:5:\"latin\";}}s:9:\"palanquin\";a:3:{s:6:\"family\";s:9:\"Palanquin\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:13:\"palanquindark\";a:3:{s:6:\"family\";s:14:\"Palanquin Dark\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:8:\"pangolin\";a:3:{s:6:\"family\";s:8:\"Pangolin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:7:\"paprika\";a:3:{s:6:\"family\";s:7:\"Paprika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"parisienne\";a:3:{s:6:\"family\";s:10:\"Parisienne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"passeroone\";a:3:{s:6:\"family\";s:11:\"Passero One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"passionone\";a:3:{s:6:\"family\";s:11:\"Passion One\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:16:\"pathwaygothicone\";a:3:{s:6:\"family\";s:18:\"Pathway Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"patrickhand\";a:3:{s:6:\"family\";s:12:\"Patrick Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:13:\"patrickhandsc\";a:3:{s:6:\"family\";s:15:\"Patrick Hand SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:7:\"pattaya\";a:3:{s:6:\"family\";s:7:\"Pattaya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";i:4;s:4:\"thai\";}}s:8:\"patuaone\";a:3:{s:6:\"family\";s:9:\"Patua One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"pavanam\";a:3:{s:6:\"family\";s:7:\"Pavanam\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"tamil\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:10:\"paytoneone\";a:3:{s:6:\"family\";s:11:\"Paytone One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:7:\"peddana\";a:3:{s:6:\"family\";s:7:\"Peddana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}}s:7:\"peralta\";a:3:{s:6:\"family\";s:7:\"Peralta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:15:\"permanentmarker\";a:3:{s:6:\"family\";s:16:\"Permanent Marker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:17:\"petitformalscript\";a:3:{s:6:\"family\";s:19:\"Petit Formal Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"petrona\";a:3:{s:6:\"family\";s:7:\"Petrona\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"philosopher\";a:3:{s:6:\"family\";s:11:\"Philosopher\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:10:\"vietnamese\";}}s:6:\"piedra\";a:3:{s:6:\"family\";s:6:\"Piedra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"pinyonscript\";a:3:{s:6:\"family\";s:13:\"Pinyon Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"pirataone\";a:3:{s:6:\"family\";s:10:\"Pirata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"plaster\";a:3:{s:6:\"family\";s:7:\"Plaster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:4:\"play\";a:3:{s:6:\"family\";s:4:\"Play\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:6:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:8:\"cyrillic\";i:3;s:12:\"cyrillic-ext\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}}s:8:\"playball\";a:3:{s:6:\"family\";s:8:\"Playball\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:15:\"playfairdisplay\";a:3:{s:6:\"family\";s:16:\"Playfair Display\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}}s:17:\"playfairdisplaysc\";a:3:{s:6:\"family\";s:19:\"Playfair Display SC\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}}s:7:\"podkova\";a:3:{s:6:\"family\";s:7:\"Podkova\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:9:\"poiretone\";a:3:{s:6:\"family\";s:10:\"Poiret One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";}}s:9:\"pollerone\";a:3:{s:6:\"family\";s:10:\"Poller One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"poly\";a:3:{s:6:\"family\";s:4:\"Poly\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"pompiere\";a:3:{s:6:\"family\";s:8:\"Pompiere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"pontanosans\";a:3:{s:6:\"family\";s:12:\"Pontano Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"poorstory\";a:3:{s:6:\"family\";s:10:\"Poor Story\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:7:\"poppins\";a:3:{s:6:\"family\";s:7:\"Poppins\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:14:\"portlligatsans\";a:3:{s:6:\"family\";s:16:\"Port Lligat Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"portlligatslab\";a:3:{s:6:\"family\";s:16:\"Port Lligat Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"pragatinarrow\";a:3:{s:6:\"family\";s:14:\"Pragati Narrow\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:5:\"prata\";a:3:{s:6:\"family\";s:5:\"Prata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:10:\"vietnamese\";}}s:11:\"preahvihear\";a:3:{s:6:\"family\";s:11:\"Preahvihear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:12:\"pressstart2p\";a:3:{s:6:\"family\";s:14:\"Press Start 2P\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:8:\"cyrillic\";i:3;s:12:\"cyrillic-ext\";i:4;s:9:\"latin-ext\";}}s:5:\"pridi\";a:3:{s:6:\"family\";s:5:\"Pridi\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:13:\"princesssofia\";a:3:{s:6:\"family\";s:14:\"Princess Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"prociono\";a:3:{s:6:\"family\";s:8:\"Prociono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"prompt\";a:3:{s:6:\"family\";s:6:\"Prompt\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:9:\"prostoone\";a:3:{s:6:\"family\";s:10:\"Prosto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";}}s:10:\"prozalibre\";a:3:{s:6:\"family\";s:11:\"Proza Libre\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"publicsans\";a:3:{s:6:\"family\";s:11:\"Public Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"puritan\";a:3:{s:6:\"family\";s:7:\"Puritan\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"purplepurse\";a:3:{s:6:\"family\";s:12:\"Purple Purse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"quando\";a:3:{s:6:\"family\";s:6:\"Quando\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"quantico\";a:3:{s:6:\"family\";s:8:\"Quantico\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"quattrocento\";a:3:{s:6:\"family\";s:12:\"Quattrocento\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:16:\"quattrocentosans\";a:3:{s:6:\"family\";s:17:\"Quattrocento Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"questrial\";a:3:{s:6:\"family\";s:9:\"Questrial\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"quicksand\";a:3:{s:6:\"family\";s:9:\"Quicksand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:14:\"quintessential\";a:3:{s:6:\"family\";s:14:\"Quintessential\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"qwigley\";a:3:{s:6:\"family\";s:7:\"Qwigley\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:13:\"racingsansone\";a:3:{s:6:\"family\";s:15:\"Racing Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"radley\";a:3:{s:6:\"family\";s:6:\"Radley\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"rajdhani\";a:3:{s:6:\"family\";s:8:\"Rajdhani\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:6:\"rakkas\";a:3:{s:6:\"family\";s:6:\"Rakkas\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"arabic\";}}s:7:\"raleway\";a:3:{s:6:\"family\";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:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"ralewaydots\";a:3:{s:6:\"family\";s:12:\"Raleway Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"ramabhadra\";a:3:{s:6:\"family\";s:10:\"Ramabhadra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}}s:8:\"ramaraja\";a:3:{s:6:\"family\";s:8:\"Ramaraja\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}}s:6:\"rambla\";a:3:{s:6:\"family\";s:6:\"Rambla\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"rammettoone\";a:3:{s:6:\"family\";s:12:\"Rammetto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"ranchers\";a:3:{s:6:\"family\";s:8:\"Ranchers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"rancho\";a:3:{s:6:\"family\";s:6:\"Rancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"ranga\";a:3:{s:6:\"family\";s:5:\"Ranga\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:4:\"rasa\";a:3:{s:6:\"family\";s:4:\"Rasa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"gujarati\";i:2;s:9:\"latin-ext\";}}s:9:\"rationale\";a:3:{s:6:\"family\";s:9:\"Rationale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"raviprakash\";a:3:{s:6:\"family\";s:12:\"Ravi Prakash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}}s:13:\"redhatdisplay\";a:3:{s:6:\"family\";s:15:\"Red Hat Display\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"redhattext\";a:3:{s:6:\"family\";s:12:\"Red Hat Text\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"redressed\";a:3:{s:6:\"family\";s:9:\"Redressed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"reemkufi\";a:3:{s:6:\"family\";s:9:\"Reem Kufi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"arabic\";}}s:12:\"reeniebeanie\";a:3:{s:6:\"family\";s:13:\"Reenie Beanie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"revalia\";a:3:{s:6:\"family\";s:7:\"Revalia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"rhodiumlibre\";a:3:{s:6:\"family\";s:13:\"Rhodium Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:6:\"ribeye\";a:3:{s:6:\"family\";s:6:\"Ribeye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"ribeyemarrow\";a:3:{s:6:\"family\";s:13:\"Ribeye Marrow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"righteous\";a:3:{s:6:\"family\";s:9:\"Righteous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"risque\";a:3:{s:6:\"family\";s:6:\"Risque\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"roboto\";a:3:{s:6:\"family\";s:6:\"Roboto\";s:8:\"variants\";a:12:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}}s:15:\"robotocondensed\";a:3:{s:6:\"family\";s:16:\"Roboto Condensed\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:7:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}}s:10:\"robotomono\";a:3:{s:6:\"family\";s:11:\"Roboto Mono\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:7:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}}s:10:\"robotoslab\";a:3:{s:6:\"family\";s:11:\"Roboto Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:7:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}}s:9:\"rochester\";a:3:{s:6:\"family\";s:9:\"Rochester\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"rocksalt\";a:3:{s:6:\"family\";s:9:\"Rock Salt\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"rokkitt\";a:3:{s:6:\"family\";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:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:9:\"romanesco\";a:3:{s:6:\"family\";s:9:\"Romanesco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"ropasans\";a:3:{s:6:\"family\";s:9:\"Ropa Sans\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"rosario\";a:3:{s:6:\"family\";s:7:\"Rosario\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:8:\"rosarivo\";a:3:{s:6:\"family\";s:8:\"Rosarivo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"rougescript\";a:3:{s:6:\"family\";s:12:\"Rouge Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"rozhaone\";a:3:{s:6:\"family\";s:9:\"Rozha One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:5:\"rubik\";a:3:{s:6:\"family\";s:5:\"Rubik\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:6:\"hebrew\";i:2;s:8:\"cyrillic\";i:3;s:9:\"latin-ext\";}}s:12:\"rubikmonoone\";a:3:{s:6:\"family\";s:14:\"Rubik Mono One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";}}s:4:\"ruda\";a:3:{s:6:\"family\";s:4:\"Ruda\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}}s:6:\"rufina\";a:3:{s:6:\"family\";s:6:\"Rufina\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"rugeboogie\";a:3:{s:6:\"family\";s:11:\"Ruge Boogie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"ruluko\";a:3:{s:6:\"family\";s:6:\"Ruluko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"rumraisin\";a:3:{s:6:\"family\";s:10:\"Rum Raisin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:13:\"ruslandisplay\";a:3:{s:6:\"family\";s:14:\"Ruslan Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";}}s:8:\"russoone\";a:3:{s:6:\"family\";s:9:\"Russo One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";}}s:6:\"ruthie\";a:3:{s:6:\"family\";s:6:\"Ruthie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:3:\"rye\";a:3:{s:6:\"family\";s:3:\"Rye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"sacramento\";a:3:{s:6:\"family\";s:10:\"Sacramento\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"sahitya\";a:3:{s:6:\"family\";s:7:\"Sahitya\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";}}s:4:\"sail\";a:3:{s:6:\"family\";s:4:\"Sail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"saira\";a:3:{s:6:\"family\";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:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:14:\"sairacondensed\";a:3:{s:6:\"family\";s:15:\"Saira Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:19:\"sairaextracondensed\";a:3:{s:6:\"family\";s:21:\"Saira Extra Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:18:\"sairasemicondensed\";a:3:{s:6:\"family\";s:20:\"Saira Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:15:\"sairastencilone\";a:3:{s:6:\"family\";s:17:\"Saira Stencil One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:5:\"salsa\";a:3:{s:6:\"family\";s:5:\"Salsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"sanchez\";a:3:{s:6:\"family\";s:7:\"Sanchez\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"sancreek\";a:3:{s:6:\"family\";s:8:\"Sancreek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"sansita\";a:3:{s:6:\"family\";s:7:\"Sansita\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"800\";i:5;s:9:\"800italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"sarabun\";a:3:{s:6:\"family\";s:7:\"Sarabun\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:6:\"sarala\";a:3:{s:6:\"family\";s:6:\"Sarala\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:6:\"sarina\";a:3:{s:6:\"family\";s:6:\"Sarina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"sarpanch\";a:3:{s:6:\"family\";s:8:\"Sarpanch\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:7:\"satisfy\";a:3:{s:6:\"family\";s:7:\"Satisfy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"sawarabigothic\";a:3:{s:6:\"family\";s:15:\"Sawarabi Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:8:\"japanese\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:14:\"sawarabimincho\";a:3:{s:6:\"family\";s:15:\"Sawarabi Mincho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"japanese\";i:2;s:9:\"latin-ext\";}}s:5:\"scada\";a:3:{s:6:\"family\";s:5:\"Scada\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";}}s:12:\"scheherazade\";a:3:{s:6:\"family\";s:12:\"Scheherazade\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"arabic\";}}s:10:\"schoolbell\";a:3:{s:6:\"family\";s:10:\"Schoolbell\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"scopeone\";a:3:{s:6:\"family\";s:9:\"Scope One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:13:\"seaweedscript\";a:3:{s:6:\"family\";s:14:\"Seaweed Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"secularone\";a:3:{s:6:\"family\";s:11:\"Secular One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:6:\"hebrew\";i:2;s:9:\"latin-ext\";}}s:11:\"sedgwickave\";a:3:{s:6:\"family\";s:12:\"Sedgwick Ave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:18:\"sedgwickavedisplay\";a:3:{s:6:\"family\";s:20:\"Sedgwick Ave Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:9:\"sevillana\";a:3:{s:6:\"family\";s:9:\"Sevillana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"seymourone\";a:3:{s:6:\"family\";s:11:\"Seymour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";}}s:16:\"shadowsintolight\";a:3:{s:6:\"family\";s:18:\"Shadows Into Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:19:\"shadowsintolighttwo\";a:3:{s:6:\"family\";s:22:\"Shadows Into Light Two\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"shanti\";a:3:{s:6:\"family\";s:6:\"Shanti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"share\";a:3:{s:6:\"family\";s:5:\"Share\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"sharetech\";a:3:{s:6:\"family\";s:10:\"Share Tech\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"sharetechmono\";a:3:{s:6:\"family\";s:15:\"Share Tech Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"shojumaru\";a:3:{s:6:\"family\";s:9:\"Shojumaru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"shortstack\";a:3:{s:6:\"family\";s:11:\"Short Stack\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"shrikhand\";a:3:{s:6:\"family\";s:9:\"Shrikhand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"gujarati\";i:2;s:9:\"latin-ext\";}}s:8:\"siemreap\";a:3:{s:6:\"family\";s:8:\"Siemreap\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:9:\"sigmarone\";a:3:{s:6:\"family\";s:10:\"Sigmar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:7:\"signika\";a:3:{s:6:\"family\";s:7:\"Signika\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:15:\"signikanegative\";a:3:{s:6:\"family\";s:16:\"Signika Negative\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"simonetta\";a:3:{s:6:\"family\";s:9:\"Simonetta\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"singleday\";a:3:{s:6:\"family\";s:10:\"Single Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:6:\"korean\";}}s:7:\"sintony\";a:3:{s:6:\"family\";s:7:\"Sintony\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"sirinstencil\";a:3:{s:6:\"family\";s:13:\"Sirin Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"sixcaps\";a:3:{s:6:\"family\";s:8:\"Six Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"skranji\";a:3:{s:6:\"family\";s:7:\"Skranji\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"slabo13px\";a:3:{s:6:\"family\";s:10:\"Slabo 13px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"slabo27px\";a:3:{s:6:\"family\";s:10:\"Slabo 27px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"slackey\";a:3:{s:6:\"family\";s:7:\"Slackey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"smokum\";a:3:{s:6:\"family\";s:6:\"Smokum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"smythe\";a:3:{s:6:\"family\";s:6:\"Smythe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"sniglet\";a:3:{s:6:\"family\";s:7:\"Sniglet\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"snippet\";a:3:{s:6:\"family\";s:7:\"Snippet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"snowburstone\";a:3:{s:6:\"family\";s:13:\"Snowburst One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"sofadione\";a:3:{s:6:\"family\";s:10:\"Sofadi One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"sofia\";a:3:{s:6:\"family\";s:5:\"Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"solway\";a:3:{s:6:\"family\";s:6:\"Solway\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"songmyung\";a:3:{s:6:\"family\";s:10:\"Song Myung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:9:\"sonsieone\";a:3:{s:6:\"family\";s:10:\"Sonsie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:14:\"sortsmillgoudy\";a:3:{s:6:\"family\";s:16:\"Sorts Mill Goudy\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:13:\"sourcecodepro\";a:3:{s:6:\"family\";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:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:6:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:8:\"cyrillic\";i:3;s:12:\"cyrillic-ext\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}}s:13:\"sourcesanspro\";a:3:{s:6:\"family\";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:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}}s:14:\"sourceserifpro\";a:3:{s:6:\"family\";s:16:\"Source Serif Pro\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"600\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"spacemono\";a:3:{s:6:\"family\";s:10:\"Space Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:7:\"spartan\";a:3:{s:6:\"family\";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:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"specialelite\";a:3:{s:6:\"family\";s:13:\"Special Elite\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"spectral\";a:3:{s:6:\"family\";s:8:\"Spectral\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}}s:10:\"spectralsc\";a:3:{s:6:\"family\";s:11:\"Spectral SC\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}}s:9:\"spicyrice\";a:3:{s:6:\"family\";s:10:\"Spicy Rice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"spinnaker\";a:3:{s:6:\"family\";s:9:\"Spinnaker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"spirax\";a:3:{s:6:\"family\";s:6:\"Spirax\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"squadaone\";a:3:{s:6:\"family\";s:10:\"Squada One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:19:\"sreekrushnadevaraya\";a:3:{s:6:\"family\";s:20:\"Sree Krushnadevaraya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}}s:8:\"sriracha\";a:3:{s:6:\"family\";s:8:\"Sriracha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:8:\"srisakdi\";a:3:{s:6:\"family\";s:8:\"Srisakdi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:11:\"staatliches\";a:3:{s:6:\"family\";s:11:\"Staatliches\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"stalemate\";a:3:{s:6:\"family\";s:9:\"Stalemate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"stalinistone\";a:3:{s:6:\"family\";s:13:\"Stalinist One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";}}s:14:\"stardosstencil\";a:3:{s:6:\"family\";s:15:\"Stardos Stencil\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:19:\"stintultracondensed\";a:3:{s:6:\"family\";s:21:\"Stint Ultra Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:18:\"stintultraexpanded\";a:3:{s:6:\"family\";s:20:\"Stint Ultra Expanded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"stoke\";a:3:{s:6:\"family\";s:5:\"Stoke\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"strait\";a:3:{s:6:\"family\";s:6:\"Strait\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"stylish\";a:3:{s:6:\"family\";s:7:\"Stylish\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:17:\"sueellenfrancisco\";a:3:{s:6:\"family\";s:19:\"Sue Ellen Francisco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"suezone\";a:3:{s:6:\"family\";s:8:\"Suez One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:6:\"hebrew\";i:2;s:9:\"latin-ext\";}}s:12:\"sulphurpoint\";a:3:{s:6:\"family\";s:13:\"Sulphur Point\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"sumana\";a:3:{s:6:\"family\";s:6:\"Sumana\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:9:\"sunflower\";a:3:{s:6:\"family\";s:9:\"Sunflower\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:9:\"sunshiney\";a:3:{s:6:\"family\";s:9:\"Sunshiney\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:15:\"supermercadoone\";a:3:{s:6:\"family\";s:16:\"Supermercado One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"sura\";a:3:{s:6:\"family\";s:4:\"Sura\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:7:\"suranna\";a:3:{s:6:\"family\";s:7:\"Suranna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}}s:9:\"suravaram\";a:3:{s:6:\"family\";s:9:\"Suravaram\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}}s:11:\"suwannaphum\";a:3:{s:6:\"family\";s:11:\"Suwannaphum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:15:\"swankyandmoomoo\";a:3:{s:6:\"family\";s:18:\"Swanky and Moo Moo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"syncopate\";a:3:{s:6:\"family\";s:9:\"Syncopate\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"tajawal\";a:3:{s:6:\"family\";s:7:\"Tajawal\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"arabic\";}}s:9:\"tangerine\";a:3:{s:6:\"family\";s:9:\"Tangerine\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"taprom\";a:3:{s:6:\"family\";s:6:\"Taprom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:5:\"tauri\";a:3:{s:6:\"family\";s:5:\"Tauri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"taviraj\";a:3:{s:6:\"family\";s:7:\"Taviraj\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:4:\"teko\";a:3:{s:6:\"family\";s:4:\"Teko\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:5:\"telex\";a:3:{s:6:\"family\";s:5:\"Telex\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:17:\"tenaliramakrishna\";a:3:{s:6:\"family\";s:18:\"Tenali Ramakrishna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}}s:9:\"tenorsans\";a:3:{s:6:\"family\";s:10:\"Tenor Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";}}s:9:\"textmeone\";a:3:{s:6:\"family\";s:11:\"Text Me One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"thasadith\";a:3:{s:6:\"family\";s:9:\"Thasadith\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:15:\"thegirlnextdoor\";a:3:{s:6:\"family\";s:18:\"The Girl Next Door\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"tienne\";a:3:{s:6:\"family\";s:6:\"Tienne\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"tillana\";a:3:{s:6:\"family\";s:7:\"Tillana\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:7:\"timmana\";a:3:{s:6:\"family\";s:7:\"Timmana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}}s:5:\"tinos\";a:3:{s:6:\"family\";s:5:\"Tinos\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:8:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:6:\"hebrew\";i:4;s:8:\"cyrillic\";i:5;s:12:\"cyrillic-ext\";i:6;s:9:\"latin-ext\";i:7;s:10:\"vietnamese\";}}s:8:\"titanone\";a:3:{s:6:\"family\";s:9:\"Titan One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"titilliumweb\";a:3:{s:6:\"family\";s:13:\"Titillium Web\";s:8:\"variants\";a:11:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"tomorrow\";a:3:{s:6:\"family\";s:8:\"Tomorrow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"tradewinds\";a:3:{s:6:\"family\";s:11:\"Trade Winds\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"trirong\";a:3:{s:6:\"family\";s:7:\"Trirong\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:7:\"trocchi\";a:3:{s:6:\"family\";s:7:\"Trocchi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"trochut\";a:3:{s:6:\"family\";s:7:\"Trochut\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"trykker\";a:3:{s:6:\"family\";s:7:\"Trykker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"tulpenone\";a:3:{s:6:\"family\";s:10:\"Tulpen One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"turretroad\";a:3:{s:6:\"family\";s:11:\"Turret Road\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"ubuntu\";a:3:{s:6:\"family\";s:6:\"Ubuntu\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";}}s:15:\"ubuntucondensed\";a:3:{s:6:\"family\";s:16:\"Ubuntu Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:6:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";}}s:10:\"ubuntumono\";a:3:{s:6:\"family\";s:11:\"Ubuntu Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";}}s:5:\"ultra\";a:3:{s:6:\"family\";s:5:\"Ultra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"uncialantiqua\";a:3:{s:6:\"family\";s:14:\"Uncial Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"underdog\";a:3:{s:6:\"family\";s:8:\"Underdog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";}}s:8:\"unicaone\";a:3:{s:6:\"family\";s:9:\"Unica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:14:\"unifrakturcook\";a:3:{s:6:\"family\";s:14:\"UnifrakturCook\";s:8:\"variants\";a:1:{i:0;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:18:\"unifrakturmaguntia\";a:3:{s:6:\"family\";s:18:\"UnifrakturMaguntia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"unkempt\";a:3:{s:6:\"family\";s:7:\"Unkempt\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"unlock\";a:3:{s:6:\"family\";s:6:\"Unlock\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"unna\";a:3:{s:6:\"family\";s:4:\"Unna\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"vt323\";a:3:{s:6:\"family\";s:5:\"VT323\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:10:\"vampiroone\";a:3:{s:6:\"family\";s:11:\"Vampiro One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"varela\";a:3:{s:6:\"family\";s:6:\"Varela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"varelaround\";a:3:{s:6:\"family\";s:12:\"Varela Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:6:\"hebrew\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}}s:10:\"vastshadow\";a:3:{s:6:\"family\";s:11:\"Vast Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"vesperlibre\";a:3:{s:6:\"family\";s:12:\"Vesper Libre\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:5:\"vibes\";a:3:{s:6:\"family\";s:5:\"Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"arabic\";}}s:5:\"vibur\";a:3:{s:6:\"family\";s:5:\"Vibur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"vidaloka\";a:3:{s:6:\"family\";s:8:\"Vidaloka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"viga\";a:3:{s:6:\"family\";s:4:\"Viga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"voces\";a:3:{s:6:\"family\";s:5:\"Voces\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"volkhov\";a:3:{s:6:\"family\";s:7:\"Volkhov\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"vollkorn\";a:3:{s:6:\"family\";s:8:\"Vollkorn\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}s:7:\"subsets\";a:6:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:8:\"cyrillic\";i:3;s:12:\"cyrillic-ext\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}}s:10:\"vollkornsc\";a:3:{s:6:\"family\";s:11:\"Vollkorn SC\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:8:\"voltaire\";a:3:{s:6:\"family\";s:8:\"Voltaire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:20:\"waitingforthesunrise\";a:3:{s:6:\"family\";s:23:\"Waiting for the Sunrise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"wallpoet\";a:3:{s:6:\"family\";s:8:\"Wallpoet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"walterturncoat\";a:3:{s:6:\"family\";s:15:\"Walter Turncoat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"warnes\";a:3:{s:6:\"family\";s:6:\"Warnes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"wellfleet\";a:3:{s:6:\"family\";s:9:\"Wellfleet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"wendyone\";a:3:{s:6:\"family\";s:9:\"Wendy One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"wireone\";a:3:{s:6:\"family\";s:8:\"Wire One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"worksans\";a:3:{s:6:\"family\";s:9:\"Work Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:16:\"yanonekaffeesatz\";a:3:{s:6:\"family\";s:17:\"Yanone Kaffeesatz\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}}s:11:\"yantramanav\";a:3:{s:6:\"family\";s:11:\"Yantramanav\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:8:\"yatraone\";a:3:{s:6:\"family\";s:9:\"Yatra One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:10:\"yellowtail\";a:3:{s:6:\"family\";s:10:\"Yellowtail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"yeonsung\";a:3:{s:6:\"family\";s:9:\"Yeon Sung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:9:\"yesevaone\";a:3:{s:6:\"family\";s:10:\"Yeseva One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:10:\"yesteryear\";a:3:{s:6:\"family\";s:10:\"Yesteryear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"yrsa\";a:3:{s:6:\"family\";s:4:\"Yrsa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"zcoolkuaile\";a:3:{s:6:\"family\";s:12:\"ZCOOL KuaiLe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:18:\"chinese-simplified\";}}s:19:\"zcoolqingkehuangyou\";a:3:{s:6:\"family\";s:21:\"ZCOOL QingKe HuangYou\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:18:\"chinese-simplified\";}}s:12:\"zcoolxiaowei\";a:3:{s:6:\"family\";s:13:\"ZCOOL XiaoWei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:18:\"chinese-simplified\";}}s:6:\"zeyada\";a:3:{s:6:\"family\";s:6:\"Zeyada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"zhimangxing\";a:3:{s:6:\"family\";s:13:\"Zhi Mang Xing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:18:\"chinese-simplified\";}}s:9:\"zillaslab\";a:3:{s:6:\"family\";s:10:\"Zilla Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:18:\"zillaslabhighlight\";a:3:{s:6:\"family\";s:20:\"Zilla Slab Highlight\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}}s:19:\"ot_set_google_fonts\";a:0:{}s:18:\"custom_css_post_id\";i:-1;}','yes'),(148,'theme_switched','','yes'),(150,'option_tree_settings','a:2:{s:8:\"sections\";a:10:{i:0;a:2:{s:5:\"title\";s:4:\"Blog\";s:2:\"id\";s:4:\"blog\";}i:1;a:2:{s:5:\"title\";s:17:\"Header & Menu\";s:2:\"id\";s:6:\"header\";}i:2;a:2:{s:5:\"title\";s:9:\"Portfolio\";s:2:\"id\";s:9:\"portfolio\";}i:3;a:2:{s:5:\"title\";s:4:\"Shop\";s:2:\"id\";s:4:\"shop\";}i:4;a:2:{s:5:\"title\";s:6:\"Footer\";s:2:\"id\";s:6:\"footer\";}i:5;a:2:{s:5:\"title\";s:10:\"Typography\";s:2:\"id\";s:10:\"typography\";}i:6;a:2:{s:5:\"title\";s:13:\"Customization\";s:2:\"id\";s:13:\"customization\";}i:7;a:2:{s:5:\"title\";s:17:\"Sound & Music\";s:2:\"id\";s:6:\"sounds\";}i:8;a:2:{s:5:\"title\";s:4:\"Misc\";s:2:\"id\";s:4:\"misc\";}i:9;a:2:{s:5:\"title\";s:4:\"GDPR\";s:2:\"id\";s:4:\"gdpr\";}}s:8:\"settings\";a:291:{i:0;a:4:{s:2:\"id\";s:9:\"blog_tab0\";s:5:\"label\";s:12:\"Blog Listing\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:4:\"blog\";}i:1;a:7:{s:5:\"label\";s:17:\"Blog Header Style\";s:2:\"id\";s:11:\"blog_header\";s:4:\"type\";s:5:\"radio\";s:4:\"desc\";s:48:\"You can choose different blog header styles here\";s:7:\"choices\";a:2:{i:0;a:2:{s:5:\"label\";s:22:\"Title & Categories\";s:5:\"value\";s:6:\"style1\";}i:1;a:2:{s:5:\"label\";s:12:\"Page Content\";s:5:\"value\";s:6:\"style2\";}}s:3:\"std\";s:6:\"style1\";s:7:\"section\";s:4:\"blog\";}i:2;a:6:{s:5:\"label\";s:16:\"Blog Top Content\";s:2:\"id\";s:16:\"blog_top_content\";s:4:\"type\";s:11:\"page-select\";s:4:\"desc\";s:57:\"This allows you to add contents of a page above the blog.\";s:7:\"section\";s:4:\"blog\";s:9:\"condition\";s:22:\"blog_header:is(style2)\";}i:3;a:6:{s:5:\"label\";s:22:\"Blog Header Categories\";s:2:\"id\";s:22:\"blog_header_categories\";s:4:\"type\";s:17:\"category-checkbox\";s:4:\"desc\";s:63:\"You can choose which categories to display under the blog title\";s:7:\"section\";s:4:\"blog\";s:9:\"condition\";s:22:\"blog_header:is(style1)\";}i:4;a:5:{s:5:\"label\";s:10:\"Blog Style\";s:2:\"id\";s:10:\"blog_style\";s:4:\"type\";s:11:\"radio-image\";s:3:\"std\";s:6:\"style1\";s:7:\"section\";s:4:\"blog\";}i:5;a:8:{s:5:\"label\";s:12:\"Blog Sidebar\";s:2:\"id\";s:12:\"blog_sidebar\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:48:\"Do you want to display the sidebar for the blog?\";s:3:\"std\";s:2:\"on\";s:7:\"section\";s:4:\"blog\";s:8:\"operator\";s:2:\"or\";s:9:\"condition\";s:153:\"blog_style:is(style1),blog_style:is(style3),blog_style:is(style4),blog_style:is(style5),blog_style:is(style6),blog_style:is(style7),blog_style:is(style8)\";}i:6;a:8:{s:5:\"label\";s:17:\"Number of Columns\";s:2:\"id\";s:16:\"thb_blog_columns\";s:3:\"std\";s:1:\"4\";s:4:\"type\";s:14:\"numeric-slider\";s:7:\"section\";s:4:\"blog\";s:12:\"min_max_step\";s:5:\"2,6,1\";s:8:\"operator\";s:2:\"or\";s:9:\"condition\";s:87:\"blog_style:is(style1),blog_style:is(style4),blog_style:is(style6),blog_style:is(style8)\";}i:7;a:7:{s:5:\"label\";s:14:\"Blog Animation\";s:2:\"id\";s:14:\"blog_animation\";s:4:\"type\";s:5:\"radio\";s:4:\"desc\";s:51:\"You can choose different blog animation styles here\";s:7:\"choices\";a:11:{i:0;a:2:{s:5:\"label\";s:4:\"None\";s:5:\"value\";s:0:\"\";}i:1;a:2:{s:5:\"label\";s:13:\"Right to Left\";s:5:\"value\";s:23:\"animation right-to-left\";}i:2;a:2:{s:5:\"label\";s:13:\"Left to Right\";s:5:\"value\";s:23:\"animation left-to-right\";}i:3;a:2:{s:5:\"label\";s:18:\"Right to Left - 3D\";s:5:\"value\";s:26:\"animation right-to-left-3d\";}i:4;a:2:{s:5:\"label\";s:18:\"Left to Right - 3D\";s:5:\"value\";s:26:\"animation left-to-right-3d\";}i:5;a:2:{s:5:\"label\";s:13:\"Bottom to Top\";s:5:\"value\";s:23:\"animation bottom-to-top\";}i:6;a:2:{s:5:\"label\";s:13:\"Top to Bottom\";s:5:\"value\";s:23:\"animation top-to-bottom\";}i:7;a:2:{s:5:\"label\";s:18:\"Bottom to Top - 3D\";s:5:\"value\";s:26:\"animation bottom-to-top-3d\";}i:8;a:2:{s:5:\"label\";s:18:\"Top to Bottom - 3D\";s:5:\"value\";s:26:\"animation top-to-bottom-3d\";}i:9;a:2:{s:5:\"label\";s:5:\"Scale\";s:5:\"value\";s:15:\"animation scale\";}i:10;a:2:{s:5:\"label\";s:4:\"Fade\";s:5:\"value\";s:14:\"animation fade\";}}s:3:\"std\";s:0:\"\";s:7:\"section\";s:4:\"blog\";}i:8;a:7:{s:5:\"label\";s:21:\"Blog Pagination Style\";s:2:\"id\";s:21:\"blog_pagination_style\";s:4:\"type\";s:5:\"radio\";s:4:\"desc\";s:108:\"You can choose different blog pagination styles here. The regular pagination will be used for archive pages.\";s:7:\"choices\";a:3:{i:0;a:2:{s:5:\"label\";s:18:\"Regular Pagination\";s:5:\"value\";s:6:\"style1\";}i:1;a:2:{s:5:\"label\";s:16:\"Load More Button\";s:5:\"value\";s:6:\"style2\";}i:2;a:2:{s:5:\"label\";s:15:\"Infinite Scroll\";s:5:\"value\";s:6:\"style3\";}}s:3:\"std\";s:6:\"style1\";s:7:\"section\";s:4:\"blog\";}i:9;a:4:{s:2:\"id\";s:9:\"blog_tab1\";s:5:\"label\";s:16:\"Article Settings\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:4:\"blog\";}i:10;a:6:{s:5:\"label\";s:13:\"Article Style\";s:2:\"id\";s:13:\"article_style\";s:4:\"type\";s:11:\"radio-image\";s:4:\"desc\";s:44:\"You can choose different article styles here\";s:3:\"std\";s:6:\"style1\";s:7:\"section\";s:4:\"blog\";}i:11;a:6:{s:5:\"label\";s:15:\"Article Sidebar\";s:2:\"id\";s:15:\"article_sidebar\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:56:\"Do you want to display the sidebar inside article pages?\";s:3:\"std\";s:2:\"on\";s:7:\"section\";s:4:\"blog\";}i:12;a:6:{s:5:\"label\";s:17:\"Display Category?\";s:2:\"id\";s:11:\"article_cat\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:44:\"Displays article category over article title\";s:3:\"std\";s:2:\"on\";s:7:\"section\";s:4:\"blog\";}i:13;a:6:{s:5:\"label\";s:20:\"Display Author Name?\";s:2:\"id\";s:19:\"article_author_name\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:51:\"This hides the Author Name below the article title.\";s:3:\"std\";s:2:\"on\";s:7:\"section\";s:4:\"blog\";}i:14;a:6:{s:5:\"label\";s:21:\"Display Article Date?\";s:2:\"id\";s:12:\"article_date\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:51:\"This hides the Author Date below the article title.\";s:3:\"std\";s:2:\"on\";s:7:\"section\";s:4:\"blog\";}i:15;a:6:{s:5:\"label\";s:13:\"Display Tags?\";s:2:\"id\";s:12:\"article_tags\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:35:\"Displays article tags at the bottom\";s:3:\"std\";s:2:\"on\";s:7:\"section\";s:4:\"blog\";}i:16;a:6:{s:5:\"label\";s:20:\"Display Author Info?\";s:2:\"id\";s:14:\"article_author\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:102:\"Displays author information at the bottom. Will only be displayed if the author description is filled.\";s:3:\"std\";s:2:\"on\";s:7:\"section\";s:4:\"blog\";}i:17;a:6:{s:5:\"label\";s:22:\"Display Related Posts?\";s:2:\"id\";s:15:\"article_related\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:37:\"Displays related posts at the bottom.\";s:3:\"std\";s:2:\"on\";s:7:\"section\";s:4:\"blog\";}i:18;a:7:{s:2:\"id\";s:21:\"article_related_count\";s:5:\"label\";s:23:\"Number of Related Posts\";s:4:\"type\";s:14:\"numeric-slider\";s:12:\"min_max_step\";s:6:\"3,12,1\";s:3:\"std\";s:1:\"3\";s:7:\"section\";s:4:\"blog\";s:9:\"condition\";s:22:\"article_related:is(on)\";}i:19;a:6:{s:5:\"label\";s:27:\"Display Article Navigation?\";s:2:\"id\";s:8:\"blog_nav\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:41:\"Displays article navigation at the bottom\";s:3:\"std\";s:2:\"on\";s:7:\"section\";s:4:\"blog\";}i:20;a:7:{s:5:\"label\";s:24:\"Article Navigation Style\";s:2:\"id\";s:14:\"blog_nav_style\";s:4:\"type\";s:5:\"radio\";s:4:\"desc\";s:49:\"You can choose your article navigation style here\";s:7:\"choices\";a:2:{i:0;a:2:{s:5:\"label\";s:15:\"Style 1 (Fixed)\";s:5:\"value\";s:6:\"style1\";}i:1;a:2:{s:5:\"label\";s:21:\"Style 2 (With Images)\";s:5:\"value\";s:6:\"style2\";}}s:3:\"std\";s:6:\"style1\";s:7:\"section\";s:4:\"blog\";}i:21;a:7:{s:5:\"label\";s:26:\"Enable Keyboard Navigation\";s:2:\"id\";s:17:\"blog_nav_keyboard\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:71:\"Enables keyboard navigation and displays text (p/n) for the navigation.\";s:3:\"std\";s:2:\"on\";s:7:\"section\";s:4:\"blog\";s:9:\"condition\";s:15:\"blog_nav:is(on)\";}i:22;a:4:{s:2:\"id\";s:9:\"blog_tab2\";s:5:\"label\";s:16:\"Sharing Settings\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:4:\"blog\";}i:23;a:6:{s:5:\"label\";s:15:\"Sharing buttons\";s:2:\"id\";s:15:\"sharing_buttons\";s:4:\"type\";s:8:\"checkbox\";s:4:\"desc\";s:229:\"You can choose which social networks to display and get counts from. Please visit <strong>Theme Options > Misc</strong> to fill out application details for the social media sites you choose. This also affects the Portfolio Pages.\";s:7:\"choices\";a:8:{i:0;a:2:{s:5:\"label\";s:8:\"Facebook\";s:5:\"value\";s:8:\"facebook\";}i:1;a:2:{s:5:\"label\";s:7:\"Twitter\";s:5:\"value\";s:7:\"twitter\";}i:2;a:2:{s:5:\"label\";s:9:\"Pinterest\";s:5:\"value\";s:9:\"pinterest\";}i:3;a:2:{s:5:\"label\";s:8:\"Linkedin\";s:5:\"value\";s:8:\"linkedin\";}i:4;a:2:{s:5:\"label\";s:9:\"Vkontakte\";s:5:\"value\";s:9:\"vkontakte\";}i:5;a:2:{s:5:\"label\";s:8:\"WhatsApp\";s:5:\"value\";s:8:\"whatsapp\";}i:6;a:2:{s:5:\"label\";s:18:\"Facebook Messenger\";s:5:\"value\";s:18:\"facebook-messenger\";}i:7;a:2:{s:5:\"label\";s:6:\"E-Mail\";s:5:\"value\";s:5:\"email\";}}s:7:\"section\";s:4:\"blog\";}i:24;a:5:{s:5:\"label\";s:15:\"Facebook App ID\";s:2:\"id\";s:15:\"facebook_app_id\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:162:\"Facebook Application ID for Facebook Messenger, available <a href="https://developers.facebook.com/apps/" target="_blank">here</a>\";s:7:\"section\";s:4:\"blog\";}i:25;a:4:{s:2:\"id\";s:14:\"portfolio_tab0\";s:5:\"label\";s:7:\"General\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:9:\"portfolio\";}i:26;a:5:{s:5:\"label\";s:14:\"Portfolio Slug\";s:2:\"id\";s:14:\"portfolio_slug\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:52:\"The portfolio slug used for the portfolio permalinks\";s:7:\"section\";s:9:\"portfolio\";}i:27;a:6:{s:5:\"label\";s:32:\"Display Related Portfolio items?\";s:2:\"id\";s:17:\"portfolio_related\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:133:\"Displays related portfolio items at the bottom. Related portfolios are gathered from items with the same tags. Make sure to add them.\";s:3:\"std\";s:3:\"off\";s:7:\"section\";s:9:\"portfolio\";}i:28;a:8:{s:5:\"label\";s:23:\"Portfolio Related Style\";s:2:\"id\";s:23:\"portfolio_related_style\";s:4:\"type\";s:5:\"radio\";s:4:\"desc\";s:33:\"Choose the portfolio style below.\";s:7:\"choices\";a:8:{i:0;a:2:{s:5:\"label\";s:8:\"3D Hover\";s:5:\"value\";s:6:\"style1\";}i:1;a:2:{s:5:\"label\";s:11:\"Hover Raise\";s:5:\"value\";s:6:\"style3\";}i:2;a:2:{s:5:\"label\";s:28:\"Title Below, Arrow Animation\";s:5:\"value\";s:6:\"style4\";}i:3;a:2:{s:5:\"label\";s:28:\"Title Below, Shrinking Image\";s:5:\"value\";s:6:\"style5\";}i:4;a:2:{s:5:\"label\";s:29:\"Mouse Position Image Movement\";s:5:\"value\";s:6:\"style6\";}i:5;a:2:{s:5:\"label\";s:11:\"Slide Title\";s:5:\"value\";s:6:\"style7\";}i:6;a:2:{s:5:\"label\";s:26:\"Simple Hover - Center Text\";s:5:\"value\";s:6:\"style8\";}i:7;a:2:{s:5:\"label\";s:12:\"Border Hover\";s:5:\"value\";s:6:\"style9\";}}s:3:\"std\";s:6:\"style7\";s:7:\"section\";s:9:\"portfolio\";s:9:\"condition\";s:24:\"portfolio_related:is(on)\";}i:29;a:6:{s:5:\"label\";s:34:\"Display Footer on Portfolio Pages?\";s:2:\"id\";s:16:\"footer_portfolio\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:45:\"You can toggle footer inside portfolio pages.\";s:3:\"std\";s:3:\"off\";s:7:\"section\";s:9:\"portfolio\";}i:30;a:6:{s:5:\"label\";s:39:\"Disable Video Hovers on Mobile devices?\";s:2:\"id\";s:30:\"mobile_portfolio_video_disable\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:73:\"When enabled, video related hovers and sliders will not load/play a video\";s:3:\"std\";s:3:\"off\";s:7:\"section\";s:9:\"portfolio\";}i:31;a:4:{s:2:\"id\";s:14:\"portfolio_tab2\";s:5:\"label\";s:20:\"Portfolio Navigation\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:9:\"portfolio\";}i:32;a:6:{s:5:\"label\";s:20:\"Portfolio Navigation\";s:2:\"id\";s:13:\"portfolio_nav\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:72:\"This displays a navigation above the footer for next/previous portfolios\";s:3:\"std\";s:2:\"on\";s:7:\"section\";s:9:\"portfolio\";}i:33;a:8:{s:5:\"label\";s:26:\"Portfolio Navigation Style\";s:2:\"id\";s:19:\"portfolio_nav_style\";s:4:\"type\";s:5:\"radio\";s:4:\"desc\";s:34:\"Choose the navigation style below.\";s:7:\"choices\";a:5:{i:0;a:2:{s:5:\"label\";s:14:\"Just Next Item\";s:5:\"value\";s:6:\"style1\";}i:1;a:2:{s:5:\"label\";s:25:\"Previous & Next Items\";s:5:\"value\";s:6:\"style2\";}i:2;a:2:{s:5:\"label\";s:14:\"Multiple Items\";s:5:\"value\";s:6:\"style3\";}i:3;a:2:{s:5:\"label\";s:9:\"Just Text\";s:5:\"value\";s:6:\"style4\";}i:4;a:2:{s:5:\"label\";s:4:\"Grid\";s:5:\"value\";s:6:\"style5\";}}s:3:\"std\";s:6:\"style3\";s:7:\"section\";s:9:\"portfolio\";s:9:\"condition\";s:20:\"portfolio_nav:is(on)\";}i:34;a:8:{s:5:\"label\";s:36:\"Limit Navigation to Same Categories?\";s:2:\"id\";s:17:\"portfolio_nav_cat\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:77:\"When enabled, the portfolio navigation will be limited within same categories\";s:3:\"std\";s:3:\"off\";s:7:\"section\";s:9:\"portfolio\";s:8:\"operator\";s:2:\"or\";s:9:\"condition\";s:61:\"portfolio_nav_style:is(style1),portfolio_nav_style:is(style2)\";}i:35;a:8:{s:5:\"label\";s:28:\"Number of Portfolios to show\";s:2:\"id\";s:19:\"portfolio_nav_count\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:59:\"Number of portfolios you want to show inside the navigation\";s:7:\"section\";s:9:\"portfolio\";s:3:\"std\";s:2:\"10\";s:8:\"operator\";s:2:\"or\";s:9:\"condition\";s:61:\"portfolio_nav_style:is(style3),portfolio_nav_style:is(style5)\";}i:36;a:7:{s:5:\"label\";s:23:\"Hide Images After Hover\";s:2:\"id\";s:25:\"portfolio_nav_style3_hide\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:84:\"Enabling this will hide the background images after you are done hovering the items.\";s:3:\"std\";s:3:\"off\";s:7:\"section\";s:9:\"portfolio\";s:9:\"condition\";s:30:\"portfolio_nav_style:is(style3)\";}i:37;a:7:{s:5:\"label\";s:17:\"Number of Columns\";s:2:\"id\";s:21:\"portfolio_nav_columns\";s:3:\"std\";s:1:\"4\";s:4:\"type\";s:14:\"numeric-slider\";s:7:\"section\";s:9:\"portfolio\";s:12:\"min_max_step\";s:5:\"2,6,1\";s:9:\"condition\";s:30:\"portfolio_nav_style:is(style5)\";}i:38;a:8:{s:5:\"label\";s:15:\"Portfolio Style\";s:2:\"id\";s:29:\"portfolio_nav_portfolio_style\";s:4:\"type\";s:5:\"radio\";s:4:\"desc\";s:46:\"You can choose different portfolio styles here\";s:7:\"choices\";a:9:{i:0;a:2:{s:5:\"label\";s:8:\"3D Hover\";s:5:\"value\";s:6:\"style1\";}i:1;a:2:{s:5:\"label\";s:12:\"Half Overlay\";s:5:\"value\";s:6:\"style2\";}i:2;a:2:{s:5:\"label\";s:11:\"Hover Raise\";s:5:\"value\";s:6:\"style3\";}i:3;a:2:{s:5:\"label\";s:28:\"Title Below, Arrow Animation\";s:5:\"value\";s:6:\"style4\";}i:4;a:2:{s:5:\"label\";s:28:\"Title Below, Shrinking Image\";s:5:\"value\";s:6:\"style5\";}i:5;a:2:{s:5:\"label\";s:29:\"Mouse Position Image Movement\";s:5:\"value\";s:6:\"style6\";}i:6;a:2:{s:5:\"label\";s:11:\"Slide Title\";s:5:\"value\";s:6:\"style7\";}i:7;a:2:{s:5:\"label\";s:26:\"Simple Hover - Center Text\";s:5:\"value\";s:6:\"style8\";}i:8;a:2:{s:5:\"label\";s:12:\"Border Hover\";s:5:\"value\";s:6:\"style9\";}}s:3:\"std\";s:6:\"style1\";s:7:\"section\";s:9:\"portfolio\";s:9:\"condition\";s:30:\"portfolio_nav_style:is(style5)\";}i:39;a:4:{s:2:\"id\";s:14:\"portfolio_tab3\";s:5:\"label\";s:18:\"Featured Portfolio\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:9:\"portfolio\";}i:40;a:6:{s:5:\"label\";s:18:\"Featured Portfolio\";s:2:\"id\";s:14:\"side_portfolio\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:149:\"Would you like to display the portfolios on the side? This will add a togglable panel on the right that displays your selected portfolio items below.\";s:3:\"std\";s:3:\"off\";s:7:\"section\";s:9:\"portfolio\";}i:41;a:7:{s:5:\"label\";s:33:\"Select Portfolio Items to Display\";s:2:\"id\";s:19:\"side_portfolio_list\";s:4:\"type\";s:9:\"list-item\";s:4:\"desc\";s:41:\"Please choose which portfolios to display\";s:7:\"section\";s:9:\"portfolio\";s:8:\"settings\";a:1:{i:0;a:4:{s:5:\"label\";s:9:\"Portfolio\";s:2:\"id\";s:9:\"portfolio\";s:4:\"type\";s:23:\"custom_post_type_select\";s:9:\"post_type\";s:9:\"portfolio\";}}s:9:\"condition\";s:21:\"side_portfolio:is(on)\";}i:42;a:4:{s:2:\"id\";s:9:\"shop_tab0\";s:5:\"label\";s:7:\"General\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:4:\"shop\";}i:43;a:6:{s:5:\"label\";s:12:\"Catalog Mode\";s:2:\"id\";s:17:\"shop_catalog_mode\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:73:\"If enabled, this will hide add to cart buttons and prices along the site.\";s:7:\"section\";s:4:\"shop\";s:3:\"std\";s:3:\"off\";}i:44;a:6:{s:5:\"label\";s:15:\"Shop Full-Width\";s:2:\"id\";s:15:\"shop_full_width\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:44:\"If enabled, the shop page will be full-width\";s:7:\"section\";s:4:\"shop\";s:3:\"std\";s:3:\"off\";}i:45;a:5:{s:5:\"label\";s:21:\"Product Listing Style\";s:2:\"id\";s:20:\"shop_product_listing\";s:4:\"type\";s:11:\"radio-image\";s:3:\"std\";s:6:\"style1\";s:7:\"section\";s:4:\"shop\";}i:46;a:7:{s:5:\"label\";s:22:\"Product Listing Layout\";s:2:\"id\";s:27:\"shop_product_listing_layout\";s:4:\"type\";s:5:\"radio\";s:4:\"desc\";s:52:\"Which layout would you like to use on listing pages?\";s:7:\"choices\";a:8:{i:0;a:2:{s:5:\"label\";s:4:\"Grid\";s:5:\"value\";s:6:\"style1\";}i:1;a:2:{s:5:\"label\";s:27:\"Alternating - 3 / 4 columns\";s:5:\"value\";s:6:\"style2\";}i:2;a:2:{s:5:\"label\";s:27:\"Alternating - 4 / 5 columns\";s:5:\"value\";s:6:\"style3\";}i:3;a:2:{s:5:\"label\";s:27:\"Alternating - 5 / 6 columns\";s:5:\"value\";s:6:\"style4\";}i:4;a:2:{s:5:\"label\";s:27:\"Alternating - 4 / 3 columns\";s:5:\"value\";s:6:\"style5\";}i:5;a:2:{s:5:\"label\";s:27:\"Alternating - 5 / 4 columns\";s:5:\"value\";s:6:\"style6\";}i:6;a:2:{s:5:\"label\";s:27:\"Alternating - 6 / 5 columns\";s:5:\"value\";s:6:\"style7\";}i:7;a:2:{s:5:\"label\";s:31:\"Alternating - 4 / 4 / 3 columns\";s:5:\"value\";s:6:\"style8\";}}s:3:\"std\";s:6:\"style1\";s:7:\"section\";s:4:\"shop\";}i:47;a:7:{s:5:\"label\";s:16:\"Products Per Row\";s:2:\"id\";s:16:\"products_per_row\";s:3:\"std\";s:5:\"thb-5\";s:4:\"type\";s:5:\"radio\";s:7:\"choices\";a:5:{i:0;a:2:{s:5:\"label\";s:9:\"2 Columns\";s:5:\"value\";s:7:\"large-6\";}i:1;a:2:{s:5:\"label\";s:9:\"3 Columns\";s:5:\"value\";s:7:\"large-4\";}i:2;a:2:{s:5:\"label\";s:9:\"4 Columns\";s:5:\"value\";s:7:\"large-3\";}i:3;a:2:{s:5:\"label\";s:9:\"5 Columns\";s:5:\"value\";s:5:\"thb-5\";}i:4;a:2:{s:5:\"label\";s:9:\"6 Columns\";s:5:\"value\";s:7:\"large-2\";}}s:7:\"section\";s:4:\"shop\";s:9:\"condition\";s:38:\"shop_product_listing_layout:is(style1)\";}i:48;a:7:{s:5:\"label\";s:24:\"Product Pagination Style\";s:2:\"id\";s:31:\"shop_product_listing_pagination\";s:4:\"type\";s:5:\"radio\";s:4:\"desc\";s:57:\"Which pagination syle would you like to use on shop page?\";s:7:\"choices\";a:3:{i:0;a:2:{s:5:\"label\";s:18:\"Regular Pagination\";s:5:\"value\";s:6:\"style1\";}i:1;a:2:{s:5:\"label\";s:16:\"Load More Button\";s:5:\"value\";s:6:\"style2\";}i:2;a:2:{s:5:\"label\";s:13:\"Infinite Load\";s:5:\"value\";s:6:\"style3\";}}s:3:\"std\";s:6:\"style1\";s:7:\"section\";s:4:\"shop\";}i:49;a:5:{s:5:\"label\";s:17:\"Products Per Page\";s:2:\"id\";s:17:\"products_per_page\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:4:\"shop\";s:3:\"std\";s:2:\"12\";}i:50;a:6:{s:5:\"label\";s:19:\"Product Hover Image\";s:2:\"id\";s:18:\"shop_product_hover\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:60:\"When enabled, this shows a secondary product image on hover.\";s:7:\"section\";s:4:\"shop\";s:3:\"std\";s:2:\"on\";}i:51;a:4:{s:2:\"id\";s:9:\"shop_tab2\";s:5:\"label\";s:12:\"Product Page\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:4:\"shop\";}i:52;a:5:{s:5:\"label\";s:18:\"Product Page Style\";s:2:\"id\";s:18:\"shop_product_style\";s:4:\"type\";s:11:\"radio-image\";s:3:\"std\";s:6:\"style1\";s:7:\"section\";s:4:\"shop\";}i:53;a:7:{s:5:\"label\";s:21:\"Use Lightbox or Zoom?\";s:2:\"id\";s:21:\"shop_product_lightbox\";s:4:\"type\";s:5:\"radio\";s:4:\"desc\";s:55:\"Would you like to use a lightbox or a mouse hover zoom?\";s:7:\"choices\";a:2:{i:0;a:2:{s:5:\"label\";s:8:\"Lightbox\";s:5:\"value\";s:8:\"lightbox\";}i:1;a:2:{s:5:\"label\";s:4:\"Zoom\";s:5:\"value\";s:4:\"zoom\";}}s:3:\"std\";s:8:\"lightbox\";s:7:\"section\";s:4:\"shop\";}i:54;a:6:{s:5:\"label\";s:21:\"Use Ajax Add To Cart?\";s:2:\"id\";s:27:\"shop_product_ajax_addtocart\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:56:\"Would you like to use Ajax Add to Cart on product pages?\";s:3:\"std\";s:2:\"on\";s:7:\"section\";s:4:\"shop\";}i:55;a:4:{s:2:\"id\";s:9:\"shop_tab4\";s:5:\"label\";s:11:\"Shop Header\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:4:\"shop\";}i:56;a:7:{s:5:\"label\";s:22:\"Shop Page Header Style\";s:2:\"id\";s:17:\"shop_header_style\";s:4:\"type\";s:5:\"radio\";s:4:\"desc\";s:54:\"This changes the look of the header on main shop page.\";s:7:\"choices\";a:2:{i:0;a:2:{s:5:\"label\";s:9:\"Just Text\";s:5:\"value\";s:6:\"style1\";}i:1;a:2:{s:5:\"label\";s:10:\"With Image\";s:5:\"value\";s:6:\"style2\";}}s:3:\"std\";s:6:\"style1\";s:7:\"section\";s:4:\"shop\";}i:57;a:6:{s:5:\"label\";s:22:\"Shop Header Background\";s:2:\"id\";s:14:\"shop_header_bg\";s:4:\"type\";s:10:\"background\";s:4:\"desc\";s:39:\"Background settings for the shop header\";s:7:\"section\";s:4:\"shop\";s:9:\"condition\";s:28:\"shop_header_style:is(style2)\";}i:58;a:8:{s:5:\"label\";s:17:\"Shop Header Color\";s:2:\"id\";s:15:\"shop_menu_color\";s:4:\"type\";s:5:\"radio\";s:4:\"desc\";s:145:\"What color would you like to display for the header? <small>You can change category headers on individual Edit Category pages</small>\";s:7:\"choices\";a:2:{i:0;a:2:{s:5:\"label\";s:5:\"Light\";s:5:\"value\";s:12:\"light-header\";}i:1;a:2:{s:5:\"label\";s:4:\"Dark\";s:5:\"value\";s:11:\"dark-header\";}}s:3:\"std\";s:12:\"light-header\";s:7:\"section\";s:4:\"shop\";s:9:\"condition\";s:28:\"shop_header_style:is(style2)\";}i:59;a:4:{s:2:\"id\";s:9:\"shop_tab5\";s:5:\"label\";s:4:\"Misc\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:4:\"shop\";}i:60;a:7:{s:5:\"label\";s:43:\"Product "Just Arrived" Badge time\";s:2:\"id\";s:12:\"shop_newness\";s:4:\"type\";s:5:\"radio\";s:4:\"desc\";s:79:\"Products that are added before the below time will display the new product page\";s:7:\"choices\";a:8:{i:0;a:2:{s:5:\"label\";s:58:\"Never - "Just Arrived" Badge will never be shown\";s:5:\"value\";s:1:\"0\";}i:1;a:2:{s:5:\"label\";s:5:\"1 Day\";s:5:\"value\";s:1:\"1\";}i:2;a:2:{s:5:\"label\";s:6:\"2 Days\";s:5:\"value\";s:1:\"2\";}i:3;a:2:{s:5:\"label\";s:6:\"3 Days\";s:5:\"value\";s:1:\"3\";}i:4;a:2:{s:5:\"label\";s:6:\"1 Week\";s:5:\"value\";s:1:\"7\";}i:5;a:2:{s:5:\"label\";s:7:\"2 Weeks\";s:5:\"value\";s:2:\"14\";}i:6;a:2:{s:5:\"label\";s:7:\"3 Weeks\";s:5:\"value\";s:2:\"21\";}i:7;a:2:{s:5:\"label\";s:7:\"1 Month\";s:5:\"value\";s:2:\"30\";}}s:3:\"std\";s:1:\"7\";s:7:\"section\";s:4:\"shop\";}i:61;a:4:{s:2:\"id\";s:11:\"header_tab0\";s:5:\"label\";s:23:\"General Header Settings\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:6:\"header\";}i:62;a:5:{s:5:\"label\";s:12:\"Header Style\";s:2:\"id\";s:12:\"header_style\";s:4:\"type\";s:11:\"radio-image\";s:3:\"std\";s:6:\"style1\";s:7:\"section\";s:6:\"header\";}i:63;a:6:{s:5:\"label\";s:13:\"Header Border\";s:2:\"id\";s:13:\"header_border\";s:4:\"type\";s:6:\"border\";s:4:\"desc\";s:69:\"You can add a border to your header here, or change the existing one.\";s:5:\"class\";s:22:\"ot-colorpicker-opacity\";s:7:\"section\";s:6:\"header\";}i:64;a:6:{s:5:\"label\";s:17:\"Header Full Width\";s:2:\"id\";s:21:\"thb_header_full_width\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:93:\"By default, the header on revolution is limited to the grid, you can make it full width here.\";s:3:\"std\";s:3:\"off\";s:7:\"section\";s:6:\"header\";}i:65;a:6:{s:5:\"label\";s:12:\"Fixed Header\";s:2:\"id\";s:12:\"fixed_header\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:25:\"Display the fixed header?\";s:3:\"std\";s:2:\"on\";s:7:\"section\";s:6:\"header\";}i:66;a:6:{s:5:\"label\";s:18:\"Fixed Header Color\";s:2:\"id\";s:18:\"fixed_header_color\";s:4:\"type\";s:11:\"radio-image\";s:3:\"std\";s:11:\"dark-header\";s:7:\"section\";s:6:\"header\";s:9:\"condition\";s:19:\"fixed_header:is(on)\";}i:67;a:6:{s:5:\"label\";s:32:\"Auto-Hide Fixed Header on Scroll\";s:2:\"id\";s:19:\"fixed_header_scroll\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:78:\"Fixed header is hidden when you scroll down and only shown when you scroll up.\";s:3:\"std\";s:2:\"on\";s:7:\"section\";s:6:\"header\";}i:68;a:7:{s:5:\"label\";s:19:\"Fixed Header Shadow\";s:2:\"id\";s:19:\"fixed_header_shadow\";s:4:\"type\";s:6:\"select\";s:4:\"desc\";s:42:\"You can set your fixed header shadow here.\";s:7:\"choices\";a:4:{i:0;a:2:{s:5:\"label\";s:4:\"None\";s:5:\"value\";s:0:\"\";}i:1;a:2:{s:5:\"label\";s:5:\"Small\";s:5:\"value\";s:23:\"thb-fixed-shadow-style1\";}i:2;a:2:{s:5:\"label\";s:6:\"Medium\";s:5:\"value\";s:23:\"thb-fixed-shadow-style2\";}i:3;a:2:{s:5:\"label\";s:5:\"Large\";s:5:\"value\";s:23:\"thb-fixed-shadow-style3\";}}s:3:\"std\";s:0:\"\";s:7:\"section\";s:6:\"header\";}i:69;a:4:{s:2:\"id\";s:11:\"header_tab1\";s:5:\"label\";s:18:\"Full Menu Settings\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:6:\"header\";}i:70;a:7:{s:5:\"label\";s:21:\"Full Menu Hover Style\";s:2:\"id\";s:21:\"full_menu_hover_style\";s:4:\"type\";s:5:\"radio\";s:4:\"desc\";s:40:\"Which hover style would you like to use?\";s:7:\"choices\";a:4:{i:0;a:2:{s:5:\"label\";s:8:\"Standard\";s:5:\"value\";s:12:\"thb-standard\";}i:1;a:2:{s:5:\"label\";s:9:\"Underline\";s:5:\"value\";s:13:\"thb-underline\";}i:2;a:2:{s:5:\"label\";s:12:\"Line Through\";s:5:\"value\";s:16:\"thb-line-through\";}i:3;a:2:{s:5:\"label\";s:11:\"Line Marker\";s:5:\"value\";s:15:\"thb-line-marker\";}}s:3:\"std\";s:12:\"thb-standard\";s:7:\"section\";s:6:\"header\";}i:71;a:6:{s:5:\"label\";s:24:\"Full Menu Dropdown Color\";s:2:\"id\";s:24:\"full_menu_dropdown_color\";s:4:\"type\";s:11:\"radio-image\";s:4:\"desc\";s:40:\"You can choose your dropdown color here.\";s:3:\"std\";s:4:\"dark\";s:7:\"section\";s:6:\"header\";}i:72;a:6:{s:5:\"label\";s:24:\"Full Menu Dropdown Style\";s:2:\"id\";s:24:\"full_menu_dropdown_style\";s:4:\"type\";s:11:\"radio-image\";s:4:\"desc\";s:39:\"You can choose your dropdown style here\";s:3:\"std\";s:6:\"style1\";s:7:\"section\";s:6:\"header\";}i:73;a:7:{s:5:\"label\";s:29:\"Dropdown Style 3 Border Color\";s:2:\"id\";s:21:\"dropdown_style3_color\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"desc\";s:45:\"You can modify the dropdown border color here\";s:5:\"class\";s:22:\"ot-colorpicker-opacity\";s:7:\"section\";s:6:\"header\";s:9:\"condition\";s:35:\"full_menu_dropdown_style:is(style3)\";}i:74;a:7:{s:5:\"label\";s:15:\"Underline Color\";s:2:\"id\";s:19:\"thb_underline_color\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"desc\";s:40:\"You can modify the underline color here.\";s:5:\"class\";s:22:\"ot-colorpicker-opacity\";s:7:\"section\";s:6:\"header\";s:9:\"condition\";s:39:\"full_menu_hover_style:is(thb-underline)\";}i:75;a:5:{s:2:\"id\";s:11:\"menu_margin\";s:5:\"label\";s:21:\"Top Level Item Margin\";s:4:\"desc\";s:128:\"If you want to fit more menu items to the given space, you can decrease the margin between them here. The default margin is 30px\";s:4:\"type\";s:11:\"measurement\";s:7:\"section\";s:6:\"header\";}i:76;a:5:{s:5:\"label\";s:22:\"Full Menu Social Links\";s:2:\"id\";s:20:\"fullmenu_social_link\";s:4:\"type\";s:12:\"social-links\";s:4:\"desc\";s:56:\"Add your desired Social Links next to the full menu here\";s:7:\"section\";s:6:\"header\";}i:77;a:4:{s:2:\"id\";s:11:\"header_tab2\";s:5:\"label\";s:23:\"Secondary Area Settings\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:6:\"header\";}i:78;a:6:{s:5:\"label\";s:22:\"Display Secondary Menu\";s:2:\"id\";s:16:\"header_secondary\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:51:\"You can display another menu inside secondary area.\";s:3:\"std\";s:3:\"off\";s:7:\"section\";s:6:\"header\";}i:79;a:6:{s:5:\"label\";s:17:\"Language Switcher\";s:2:\"id\";s:6:\"thb_ls\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:93:\"You can toggle the language switcher here. Requires that you have WPML or PolyLang installed.\";s:3:\"std\";s:3:\"off\";s:7:\"section\";s:6:\"header\";}i:80;a:6:{s:5:\"label\";s:14:\"Secondary Menu\";s:2:\"id\";s:21:\"header_secondary_menu\";s:4:\"type\";s:11:\"menu_select\";s:4:\"desc\";s:50:\"Select menu to be displayed inside secondary area.\";s:7:\"section\";s:6:\"header\";s:9:\"condition\";s:23:\"header_secondary:is(on)\";}i:81;a:6:{s:5:\"label\";s:13:\"Header Search\";s:2:\"id\";s:13:\"header_search\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:36:\"You can toggle the search icon here.\";s:3:\"std\";s:2:\"on\";s:7:\"section\";s:6:\"header\";}i:82;a:6:{s:5:\"label\";s:11:\"Header Cart\";s:2:\"id\";s:11:\"header_cart\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:34:\"You can toggle the cart icon here.\";s:3:\"std\";s:2:\"on\";s:7:\"section\";s:6:\"header\";}i:83;a:6:{s:5:\"label\";s:22:\"Mobile Menu Icon Style\";s:2:\"id\";s:22:\"mobile_menu_icon_style\";s:4:\"type\";s:11:\"radio-image\";s:3:\"std\";s:6:\"style1\";s:4:\"desc\";s:58:\"You can select a different icon for your mobile menu here.\";s:7:\"section\";s:6:\"header\";}i:84;a:6:{s:5:\"label\";s:39:\"Mobile Menu Icon "MENU" label\";s:2:\"id\";s:16:\"mobile_menu_text\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:73:\"Would you like to display "Menu" Text next to mobile menu icon?\";s:3:\"std\";s:3:\"off\";s:7:\"section\";s:6:\"header\";}i:85;a:6:{s:5:\"label\";s:28:\"Secondary Area Header Button\";s:2:\"id\";s:13:\"header_button\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:51:\"You can add a Call to Action button to your header.\";s:3:\"std\";s:3:\"off\";s:7:\"section\";s:6:\"header\";}i:86;a:8:{s:5:\"label\";s:11:\"Button Size\";s:2:\"id\";s:18:\"header_button_size\";s:4:\"type\";s:5:\"radio\";s:4:\"desc\";s:43:\"You can change the header button size here.\";s:7:\"choices\";a:2:{i:0;a:2:{s:5:\"label\";s:7:\"Regular\";s:5:\"value\";s:5:\"small\";}i:1;a:2:{s:5:\"label\";s:5:\"Small\";s:5:\"value\";s:4:\"mini\";}}s:3:\"std\";s:5:\"small\";s:7:\"section\";s:6:\"header\";s:9:\"condition\";s:20:\"header_button:is(on)\";}i:87;a:7:{s:5:\"label\";s:11:\"Button Text\";s:2:\"id\";s:18:\"header_button_text\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:26:\"Call-to-Action Button Text\";s:7:\"section\";s:6:\"header\";s:3:\"std\";s:11:\"Get the App\";s:9:\"condition\";s:20:\"header_button:is(on)\";}i:88;a:7:{s:5:\"label\";s:11:\"Button Link\";s:2:\"id\";s:25:\"header_action_button_link\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:26:\"Call-to-Action Button link\";s:7:\"section\";s:6:\"header\";s:3:\"std\";s:88:\"https://themeforest.net/item/revolution-creative-portfolio-theme/17870799?ref=fuelthemes\";s:9:\"condition\";s:20:\"header_button:is(on)\";}i:89;a:8:{s:5:\"label\";s:12:\"Button Style\";s:2:\"id\";s:19:\"header_button_style\";s:4:\"type\";s:5:\"radio\";s:7:\"choices\";a:3:{i:0;a:2:{s:5:\"label\";s:9:\"Style - 1\";s:5:\"value\";s:6:\"style1\";}i:1;a:2:{s:5:\"label\";s:9:\"Style - 2\";s:5:\"value\";s:6:\"style2\";}i:2;a:2:{s:5:\"label\";s:9:\"Style - 3\";s:5:\"value\";s:6:\"style3\";}}s:3:\"std\";s:6:\"style1\";s:4:\"desc\";s:27:\"Call-to-Action Button Style\";s:7:\"section\";s:6:\"header\";s:9:\"condition\";s:20:\"header_button:is(on)\";}i:90;a:8:{s:5:\"label\";s:20:\"Button Border Radius\";s:2:\"id\";s:20:\"header_button_radius\";s:4:\"type\";s:5:\"radio\";s:7:\"choices\";a:3:{i:0;a:2:{s:5:\"label\";s:9:\"No Radius\";s:5:\"value\";s:9:\"no-radius\";}i:1;a:2:{s:5:\"label\";s:12:\"Small Radius\";s:5:\"value\";s:12:\"small-radius\";}i:2;a:2:{s:5:\"label\";s:11:\"Pill Radius\";s:5:\"value\";s:11:\"pill-radius\";}}s:3:\"std\";s:9:\"no-radius\";s:4:\"desc\";s:35:\"Call-to-Action Button Border Radius\";s:7:\"section\";s:6:\"header\";s:9:\"condition\";s:20:\"header_button:is(on)\";}i:91;a:8:{s:5:\"label\";s:12:\"Button Color\";s:2:\"id\";s:19:\"header_button_color\";s:4:\"type\";s:5:\"radio\";s:7:\"choices\";a:3:{i:0;a:2:{s:5:\"label\";s:5:\"Black\";s:5:\"value\";s:5:\"black\";}i:1;a:2:{s:5:\"label\";s:5:\"White\";s:5:\"value\";s:5:\"white\";}i:2;a:2:{s:5:\"label\";s:6:\"Accent\";s:5:\"value\";s:6:\"accent\";}}s:3:\"std\";s:5:\"white\";s:4:\"desc\";s:27:\"Call-to-Action Button Color\";s:7:\"section\";s:6:\"header\";s:9:\"condition\";s:20:\"header_button:is(on)\";}i:92;a:8:{s:5:\"label\";s:28:\"Call-to-Action Button Target\";s:2:\"id\";s:20:\"header_button_target\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:2:{i:0;a:2:{s:5:\"label\";s:8:\"New Page\";s:5:\"value\";s:6:\"_blank\";}i:1;a:2:{s:5:\"label\";s:9:\"Same Page\";s:5:\"value\";s:5:\"_self\";}}s:3:\"std\";s:6:\"_blank\";s:4:\"desc\";s:28:\"Call-to-Action Button Target\";s:7:\"section\";s:6:\"header\";s:9:\"condition\";s:20:\"header_button:is(on)\";}i:93;a:5:{s:5:\"label\";s:27:\"Secondary Area Social Links\";s:2:\"id\";s:25:\"secondarymenu_social_link\";s:4:\"type\";s:12:\"social-links\";s:4:\"desc\";s:57:\"Add your desired Social Links inside secondary area here.\";s:7:\"section\";s:6:\"header\";}i:94;a:6:{s:5:\"label\";s:19:\"Secondary Area Text\";s:2:\"id\";s:23:\"secondarymenu_text_info\";s:4:\"type\";s:9:\"list-item\";s:4:\"desc\";s:50:\"Add your desired Payment Icons for the footer here\";s:8:\"settings\";a:2:{i:0;a:5:{s:5:\"label\";s:4:\"Icon\";s:2:\"id\";s:4:\"icon\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:716:{i:0;a:2:{s:5:\"label\";s:5:\"Empty\";s:5:\"value\";s:0:\"\";}i:1;a:2:{s:5:\"label\";s:20:\"Arrows Anticlockwise\";s:5:\"value\";s:24:\"arrows_anticlockwise.svg\";}i:2;a:2:{s:5:\"label\";s:27:\"Arrows Anticlockwise Dashed\";s:5:\"value\";s:31:\"arrows_anticlockwise_dashed.svg\";}i:3;a:2:{s:5:\"label\";s:18:\"Arrows Button Down\";s:5:\"value\";s:22:\"arrows_button_down.svg\";}i:4;a:2:{s:5:\"label\";s:17:\"Arrows Button Off\";s:5:\"value\";s:21:\"arrows_button_off.svg\";}i:5;a:2:{s:5:\"label\";s:16:\"Arrows Button On\";s:5:\"value\";s:20:\"arrows_button_on.svg\";}i:6;a:2:{s:5:\"label\";s:16:\"Arrows Button Up\";s:5:\"value\";s:20:\"arrows_button_up.svg\";}i:7;a:2:{s:5:\"label\";s:12:\"Arrows Check\";s:5:\"value\";s:16:\"arrows_check.svg\";}i:8;a:2:{s:5:\"label\";s:19:\"Arrows Circle Check\";s:5:\"value\";s:23:\"arrows_circle_check.svg\";}i:9;a:2:{s:5:\"label\";s:18:\"Arrows Circle Down\";s:5:\"value\";s:22:\"arrows_circle_down.svg\";}i:10;a:2:{s:5:\"label\";s:22:\"Arrows Circle Downleft\";s:5:\"value\";s:26:\"arrows_circle_downleft.svg\";}i:11;a:2:{s:5:\"label\";s:23:\"Arrows Circle Downright\";s:5:\"value\";s:27:\"arrows_circle_downright.svg\";}i:12;a:2:{s:5:\"label\";s:18:\"Arrows Circle Left\";s:5:\"value\";s:22:\"arrows_circle_left.svg\";}i:13;a:2:{s:5:\"label\";s:19:\"Arrows Circle Minus\";s:5:\"value\";s:23:\"arrows_circle_minus.svg\";}i:14;a:2:{s:5:\"label\";s:18:\"Arrows Circle Plus\";s:5:\"value\";s:22:\"arrows_circle_plus.svg\";}i:15;a:2:{s:5:\"label\";s:20:\"Arrows Circle Remove\";s:5:\"value\";s:24:\"arrows_circle_remove.svg\";}i:16;a:2:{s:5:\"label\";s:19:\"Arrows Circle Right\";s:5:\"value\";s:23:\"arrows_circle_right.svg\";}i:17;a:2:{s:5:\"label\";s:16:\"Arrows Circle Up\";s:5:\"value\";s:20:\"arrows_circle_up.svg\";}i:18;a:2:{s:5:\"label\";s:20:\"Arrows Circle Upleft\";s:5:\"value\";s:24:\"arrows_circle_upleft.svg\";}i:19;a:2:{s:5:\"label\";s:21:\"Arrows Circle Upright\";s:5:\"value\";s:25:\"arrows_circle_upright.svg\";}i:20;a:2:{s:5:\"label\";s:16:\"Arrows Clockwise\";s:5:\"value\";s:20:\"arrows_clockwise.svg\";}i:21;a:2:{s:5:\"label\";s:23:\"Arrows Clockwise Dashed\";s:5:\"value\";s:27:\"arrows_clockwise_dashed.svg\";}i:22;a:2:{s:5:\"label\";s:15:\"Arrows Compress\";s:5:\"value\";s:19:\"arrows_compress.svg\";}i:23;a:2:{s:5:\"label\";s:11:\"Arrows Deny\";s:5:\"value\";s:15:\"arrows_deny.svg\";}i:24;a:2:{s:5:\"label\";s:15:\"Arrows Diagonal\";s:5:\"value\";s:19:\"arrows_diagonal.svg\";}i:25;a:2:{s:5:\"label\";s:16:\"Arrows Diagonal2\";s:5:\"value\";s:20:\"arrows_diagonal2.svg\";}i:26;a:2:{s:5:\"label\";s:11:\"Arrows Down\";s:5:\"value\";s:15:\"arrows_down.svg\";}i:27;a:2:{s:5:\"label\";s:21:\"Arrows Down Double-34\";s:5:\"value\";s:25:\"arrows_down_double-34.svg\";}i:28;a:2:{s:5:\"label\";s:15:\"Arrows Downleft\";s:5:\"value\";s:19:\"arrows_downleft.svg\";}i:29;a:2:{s:5:\"label\";s:16:\"Arrows Downright\";s:5:\"value\";s:20:\"arrows_downright.svg\";}i:30;a:2:{s:5:\"label\";s:16:\"Arrows Drag Down\";s:5:\"value\";s:20:\"arrows_drag_down.svg\";}i:31;a:2:{s:5:\"label\";s:23:\"Arrows Drag Down Dashed\";s:5:\"value\";s:27:\"arrows_drag_down_dashed.svg\";}i:32;a:2:{s:5:\"label\";s:17:\"Arrows Drag Horiz\";s:5:\"value\";s:21:\"arrows_drag_horiz.svg\";}i:33;a:2:{s:5:\"label\";s:16:\"Arrows Drag Left\";s:5:\"value\";s:20:\"arrows_drag_left.svg\";}i:34;a:2:{s:5:\"label\";s:23:\"Arrows Drag Left Dashed\";s:5:\"value\";s:27:\"arrows_drag_left_dashed.svg\";}i:35;a:2:{s:5:\"label\";s:17:\"Arrows Drag Right\";s:5:\"value\";s:21:\"arrows_drag_right.svg\";}i:36;a:2:{s:5:\"label\";s:24:\"Arrows Drag Right Dashed\";s:5:\"value\";s:28:\"arrows_drag_right_dashed.svg\";}i:37;a:2:{s:5:\"label\";s:14:\"Arrows Drag Up\";s:5:\"value\";s:18:\"arrows_drag_up.svg\";}i:38;a:2:{s:5:\"label\";s:21:\"Arrows Drag Up Dashed\";s:5:\"value\";s:25:\"arrows_drag_up_dashed.svg\";}i:39;a:2:{s:5:\"label\";s:16:\"Arrows Drag Vert\";s:5:\"value\";s:20:\"arrows_drag_vert.svg\";}i:40;a:2:{s:5:\"label\";s:18:\"Arrows Exclamation\";s:5:\"value\";s:22:\"arrows_exclamation.svg\";}i:41;a:2:{s:5:\"label\";s:13:\"Arrows Expand\";s:5:\"value\";s:17:\"arrows_expand.svg\";}i:42;a:2:{s:5:\"label\";s:23:\"Arrows Expand Diagonal1\";s:5:\"value\";s:27:\"arrows_expand_diagonal1.svg\";}i:43;a:2:{s:5:\"label\";s:25:\"Arrows Expand Horizontal1\";s:5:\"value\";s:29:\"arrows_expand_horizontal1.svg\";}i:44;a:2:{s:5:\"label\";s:23:\"Arrows Expand Vertical1\";s:5:\"value\";s:27:\"arrows_expand_vertical1.svg\";}i:45;a:2:{s:5:\"label\";s:21:\"Arrows Fit Horizontal\";s:5:\"value\";s:25:\"arrows_fit_horizontal.svg\";}i:46;a:2:{s:5:\"label\";s:19:\"Arrows Fit Vertical\";s:5:\"value\";s:23:\"arrows_fit_vertical.svg\";}i:47;a:2:{s:5:\"label\";s:12:\"Arrows Glide\";s:5:\"value\";s:16:\"arrows_glide.svg\";}i:48;a:2:{s:5:\"label\";s:23:\"Arrows Glide Horizontal\";s:5:\"value\";s:27:\"arrows_glide_horizontal.svg\";}i:49;a:2:{s:5:\"label\";s:21:\"Arrows Glide Vertical\";s:5:\"value\";s:25:\"arrows_glide_vertical.svg\";}i:50;a:2:{s:5:\"label\";s:18:\"Arrows Hamburger 2\";s:5:\"value\";s:22:\"arrows_hamburger 2.svg\";}i:51;a:2:{s:5:\"label\";s:17:\"Arrows Hamburger1\";s:5:\"value\";s:21:\"arrows_hamburger1.svg\";}i:52;a:2:{s:5:\"label\";s:17:\"Arrows Horizontal\";s:5:\"value\";s:21:\"arrows_horizontal.svg\";}i:53;a:2:{s:5:\"label\";s:11:\"Arrows Info\";s:5:\"value\";s:15:\"arrows_info.svg\";}i:54;a:2:{s:5:\"label\";s:19:\"Arrows Keyboard Alt\";s:5:\"value\";s:23:\"arrows_keyboard_alt.svg\";}i:55;a:2:{s:5:\"label\";s:22:\"Arrows Keyboard Cmd-29\";s:5:\"value\";s:26:\"arrows_keyboard_cmd-29.svg\";}i:56;a:2:{s:5:\"label\";s:22:\"Arrows Keyboard Delete\";s:5:\"value\";s:26:\"arrows_keyboard_delete.svg\";}i:57;a:2:{s:5:\"label\";s:23:\"Arrows Keyboard Down-28\";s:5:\"value\";s:27:\"arrows_keyboard_down-28.svg\";}i:58;a:2:{s:5:\"label\";s:20:\"Arrows Keyboard Left\";s:5:\"value\";s:24:\"arrows_keyboard_left.svg\";}i:59;a:2:{s:5:\"label\";s:22:\"Arrows Keyboard Return\";s:5:\"value\";s:26:\"arrows_keyboard_return.svg\";}i:60;a:2:{s:5:\"label\";s:21:\"Arrows Keyboard Right\";s:5:\"value\";s:25:\"arrows_keyboard_right.svg\";}i:61;a:2:{s:5:\"label\";s:21:\"Arrows Keyboard Shift\";s:5:\"value\";s:25:\"arrows_keyboard_shift.svg\";}i:62;a:2:{s:5:\"label\";s:19:\"Arrows Keyboard Tab\";s:5:\"value\";s:23:\"arrows_keyboard_tab.svg\";}i:63;a:2:{s:5:\"label\";s:18:\"Arrows Keyboard Up\";s:5:\"value\";s:22:\"arrows_keyboard_up.svg\";}i:64;a:2:{s:5:\"label\";s:11:\"Arrows Left\";s:5:\"value\";s:15:\"arrows_left.svg\";}i:65;a:2:{s:5:\"label\";s:21:\"Arrows Left Double-32\";s:5:\"value\";s:25:\"arrows_left_double-32.svg\";}i:66;a:2:{s:5:\"label\";s:12:\"Arrows Minus\";s:5:\"value\";s:16:\"arrows_minus.svg\";}i:67;a:2:{s:5:\"label\";s:11:\"Arrows Move\";s:5:\"value\";s:15:\"arrows_move.svg\";}i:68;a:2:{s:5:\"label\";s:12:\"Arrows Move2\";s:5:\"value\";s:16:\"arrows_move2.svg\";}i:69;a:2:{s:5:\"label\";s:18:\"Arrows Move Bottom\";s:5:\"value\";s:22:\"arrows_move_bottom.svg\";}i:70;a:2:{s:5:\"label\";s:16:\"Arrows Move Left\";s:5:\"value\";s:20:\"arrows_move_left.svg\";}i:71;a:2:{s:5:\"label\";s:17:\"Arrows Move Right\";s:5:\"value\";s:21:\"arrows_move_right.svg\";}i:72;a:2:{s:5:\"label\";s:15:\"Arrows Move Top\";s:5:\"value\";s:19:\"arrows_move_top.svg\";}i:73;a:2:{s:5:\"label\";s:11:\"Arrows Plus\";s:5:\"value\";s:15:\"arrows_plus.svg\";}i:74;a:2:{s:5:\"label\";s:15:\"Arrows Question\";s:5:\"value\";s:19:\"arrows_question.svg\";}i:75;a:2:{s:5:\"label\";s:13:\"Arrows Remove\";s:5:\"value\";s:17:\"arrows_remove.svg\";}i:76;a:2:{s:5:\"label\";s:12:\"Arrows Right\";s:5:\"value\";s:16:\"arrows_right.svg\";}i:77;a:2:{s:5:\"label\";s:22:\"Arrows Right Double-31\";s:5:\"value\";s:26:\"arrows_right_double-31.svg\";}i:78;a:2:{s:5:\"label\";s:13:\"Arrows Rotate\";s:5:\"value\";s:17:\"arrows_rotate.svg\";}i:79;a:2:{s:5:\"label\";s:18:\"Arrows Rotate Anti\";s:5:\"value\";s:22:\"arrows_rotate_anti.svg\";}i:80;a:2:{s:5:\"label\";s:25:\"Arrows Rotate Anti Dashed\";s:5:\"value\";s:29:\"arrows_rotate_anti_dashed.svg\";}i:81;a:2:{s:5:\"label\";s:20:\"Arrows Rotate Dashed\";s:5:\"value\";s:24:\"arrows_rotate_dashed.svg\";}i:82;a:2:{s:5:\"label\";s:13:\"Arrows Shrink\";s:5:\"value\";s:17:\"arrows_shrink.svg\";}i:83;a:2:{s:5:\"label\";s:23:\"Arrows Shrink Diagonal1\";s:5:\"value\";s:27:\"arrows_shrink_diagonal1.svg\";}i:84;a:2:{s:5:\"label\";s:23:\"Arrows Shrink Diagonal2\";s:5:\"value\";s:27:\"arrows_shrink_diagonal2.svg\";}i:85;a:2:{s:5:\"label\";s:24:\"Arrows Shrink Horizonal2\";s:5:\"value\";s:28:\"arrows_shrink_horizonal2.svg\";}i:86;a:2:{s:5:\"label\";s:25:\"Arrows Shrink Horizontal1\";s:5:\"value\";s:29:\"arrows_shrink_horizontal1.svg\";}i:87;a:2:{s:5:\"label\";s:23:\"Arrows Shrink Vertical1\";s:5:\"value\";s:27:\"arrows_shrink_vertical1.svg\";}i:88;a:2:{s:5:\"label\";s:23:\"Arrows Shrink Vertical2\";s:5:\"value\";s:27:\"arrows_shrink_vertical2.svg\";}i:89;a:2:{s:5:\"label\";s:16:\"Arrows Sign Down\";s:5:\"value\";s:20:\"arrows_sign_down.svg\";}i:90;a:2:{s:5:\"label\";s:16:\"Arrows Sign Left\";s:5:\"value\";s:20:\"arrows_sign_left.svg\";}i:91;a:2:{s:5:\"label\";s:17:\"Arrows Sign Right\";s:5:\"value\";s:21:\"arrows_sign_right.svg\";}i:92;a:2:{s:5:\"label\";s:14:\"Arrows Sign Up\";s:5:\"value\";s:18:\"arrows_sign_up.svg\";}i:93;a:2:{s:5:\"label\";s:18:\"Arrows Slide Down1\";s:5:\"value\";s:22:\"arrows_slide_down1.svg\";}i:94;a:2:{s:5:\"label\";s:18:\"Arrows Slide Down2\";s:5:\"value\";s:22:\"arrows_slide_down2.svg\";}i:95;a:2:{s:5:\"label\";s:18:\"Arrows Slide Left1\";s:5:\"value\";s:22:\"arrows_slide_left1.svg\";}i:96;a:2:{s:5:\"label\";s:18:\"Arrows Slide Left2\";s:5:\"value\";s:22:\"arrows_slide_left2.svg\";}i:97;a:2:{s:5:\"label\";s:19:\"Arrows Slide Right1\";s:5:\"value\";s:23:\"arrows_slide_right1.svg\";}i:98;a:2:{s:5:\"label\";s:19:\"Arrows Slide Right2\";s:5:\"value\";s:23:\"arrows_slide_right2.svg\";}i:99;a:2:{s:5:\"label\";s:16:\"Arrows Slide Up1\";s:5:\"value\";s:20:\"arrows_slide_up1.svg\";}i:100;a:2:{s:5:\"label\";s:16:\"Arrows Slide Up2\";s:5:\"value\";s:20:\"arrows_slide_up2.svg\";}i:101;a:2:{s:5:\"label\";s:16:\"Arrows Slim Down\";s:5:\"value\";s:20:\"arrows_slim_down.svg\";}i:102;a:2:{s:5:\"label\";s:23:\"Arrows Slim Down Dashed\";s:5:\"value\";s:27:\"arrows_slim_down_dashed.svg\";}i:103;a:2:{s:5:\"label\";s:16:\"Arrows Slim Left\";s:5:\"value\";s:20:\"arrows_slim_left.svg\";}i:104;a:2:{s:5:\"label\";s:23:\"Arrows Slim Left Dashed\";s:5:\"value\";s:27:\"arrows_slim_left_dashed.svg\";}i:105;a:2:{s:5:\"label\";s:17:\"Arrows Slim Right\";s:5:\"value\";s:21:\"arrows_slim_right.svg\";}i:106;a:2:{s:5:\"label\";s:24:\"Arrows Slim Right Dashed\";s:5:\"value\";s:28:\"arrows_slim_right_dashed.svg\";}i:107;a:2:{s:5:\"label\";s:14:\"Arrows Slim Up\";s:5:\"value\";s:18:\"arrows_slim_up.svg\";}i:108;a:2:{s:5:\"label\";s:21:\"Arrows Slim Up Dashed\";s:5:\"value\";s:25:\"arrows_slim_up_dashed.svg\";}i:109;a:2:{s:5:\"label\";s:19:\"Arrows Square Check\";s:5:\"value\";s:23:\"arrows_square_check.svg\";}i:110;a:2:{s:5:\"label\";s:18:\"Arrows Square Down\";s:5:\"value\";s:22:\"arrows_square_down.svg\";}i:111;a:2:{s:5:\"label\";s:22:\"Arrows Square Downleft\";s:5:\"value\";s:26:\"arrows_square_downleft.svg\";}i:112;a:2:{s:5:\"label\";s:23:\"Arrows Square Downright\";s:5:\"value\";s:27:\"arrows_square_downright.svg\";}i:113;a:2:{s:5:\"label\";s:18:\"Arrows Square Left\";s:5:\"value\";s:22:\"arrows_square_left.svg\";}i:114;a:2:{s:5:\"label\";s:19:\"Arrows Square Minus\";s:5:\"value\";s:23:\"arrows_square_minus.svg\";}i:115;a:2:{s:5:\"label\";s:18:\"Arrows Square Plus\";s:5:\"value\";s:22:\"arrows_square_plus.svg\";}i:116;a:2:{s:5:\"label\";s:20:\"Arrows Square Remove\";s:5:\"value\";s:24:\"arrows_square_remove.svg\";}i:117;a:2:{s:5:\"label\";s:19:\"Arrows Square Right\";s:5:\"value\";s:23:\"arrows_square_right.svg\";}i:118;a:2:{s:5:\"label\";s:16:\"Arrows Square Up\";s:5:\"value\";s:20:\"arrows_square_up.svg\";}i:119;a:2:{s:5:\"label\";s:20:\"Arrows Square Upleft\";s:5:\"value\";s:24:\"arrows_square_upleft.svg\";}i:120;a:2:{s:5:\"label\";s:21:\"Arrows Square Upright\";s:5:\"value\";s:25:\"arrows_square_upright.svg\";}i:121;a:2:{s:5:\"label\";s:14:\"Arrows Squares\";s:5:\"value\";s:18:\"arrows_squares.svg\";}i:122;a:2:{s:5:\"label\";s:24:\"Arrows Stretch Diagonal1\";s:5:\"value\";s:28:\"arrows_stretch_diagonal1.svg\";}i:123;a:2:{s:5:\"label\";s:24:\"Arrows Stretch Diagonal2\";s:5:\"value\";s:28:\"arrows_stretch_diagonal2.svg\";}i:124;a:2:{s:5:\"label\";s:24:\"Arrows Stretch Diagonal3\";s:5:\"value\";s:28:\"arrows_stretch_diagonal3.svg\";}i:125;a:2:{s:5:\"label\";s:24:\"Arrows Stretch Diagonal4\";s:5:\"value\";s:28:\"arrows_stretch_diagonal4.svg\";}i:126;a:2:{s:5:\"label\";s:26:\"Arrows Stretch Horizontal1\";s:5:\"value\";s:30:\"arrows_stretch_horizontal1.svg\";}i:127;a:2:{s:5:\"label\";s:26:\"Arrows Stretch Horizontal2\";s:5:\"value\";s:30:\"arrows_stretch_horizontal2.svg\";}i:128;a:2:{s:5:\"label\";s:24:\"Arrows Stretch Vertical1\";s:5:\"value\";s:28:\"arrows_stretch_vertical1.svg\";}i:129;a:2:{s:5:\"label\";s:24:\"Arrows Stretch Vertical2\";s:5:\"value\";s:28:\"arrows_stretch_vertical2.svg\";}i:130;a:2:{s:5:\"label\";s:24:\"Arrows Switch Horizontal\";s:5:\"value\";s:28:\"arrows_switch_horizontal.svg\";}i:131;a:2:{s:5:\"label\";s:22:\"Arrows Switch Vertical\";s:5:\"value\";s:26:\"arrows_switch_vertical.svg\";}i:132;a:2:{s:5:\"label\";s:9:\"Arrows Up\";s:5:\"value\";s:13:\"arrows_up.svg\";}i:133;a:2:{s:5:\"label\";s:16:\"Arrows Up Double\";s:5:\"value\";s:20:\"arrows_up_double.svg\";}i:134;a:2:{s:5:\"label\";s:14:\"Arrows Upright\";s:5:\"value\";s:18:\"arrows_upright.svg\";}i:135;a:2:{s:5:\"label\";s:15:\"Arrows Vertical\";s:5:\"value\";s:19:\"arrows_vertical.svg\";}i:136;a:2:{s:5:\"label\";s:17:\"Basic Accelerator\";s:5:\"value\";s:21:\"basic_accelerator.svg\";}i:137;a:2:{s:5:\"label\";s:11:\"Basic Alarm\";s:5:\"value\";s:15:\"basic_alarm.svg\";}i:138;a:2:{s:5:\"label\";s:12:\"Basic Anchor\";s:5:\"value\";s:16:\"basic_anchor.svg\";}i:139;a:2:{s:5:\"label\";s:19:\"Basic Anticlockwise\";s:5:\"value\";s:23:\"basic_anticlockwise.svg\";}i:140;a:2:{s:5:\"label\";s:13:\"Basic Archive\";s:5:\"value\";s:17:\"basic_archive.svg\";}i:141;a:2:{s:5:\"label\";s:18:\"Basic Archive Full\";s:5:\"value\";s:22:\"basic_archive_full.svg\";}i:142;a:2:{s:5:\"label\";s:9:\"Basic Ban\";s:5:\"value\";s:13:\"basic_ban.svg\";}i:143;a:2:{s:5:\"label\";s:20:\"Basic Battery Charge\";s:5:\"value\";s:24:\"basic_battery_charge.svg\";}i:144;a:2:{s:5:\"label\";s:19:\"Basic Battery Empty\";s:5:\"value\";s:23:\"basic_battery_empty.svg\";}i:145;a:2:{s:5:\"label\";s:18:\"Basic Battery Full\";s:5:\"value\";s:22:\"basic_battery_full.svg\";}i:146;a:2:{s:5:\"label\";s:18:\"Basic Battery Half\";s:5:\"value\";s:22:\"basic_battery_half.svg\";}i:147;a:2:{s:5:\"label\";s:10:\"Basic Bolt\";s:5:\"value\";s:14:\"basic_bolt.svg\";}i:148;a:2:{s:5:\"label\";s:10:\"Basic Book\";s:5:\"value\";s:14:\"basic_book.svg\";}i:149;a:2:{s:5:\"label\";s:14:\"Basic Book Pen\";s:5:\"value\";s:18:\"basic_book_pen.svg\";}i:150;a:2:{s:5:\"label\";s:17:\"Basic Book Pencil\";s:5:\"value\";s:21:\"basic_book_pencil.svg\";}i:151;a:2:{s:5:\"label\";s:14:\"Basic Bookmark\";s:5:\"value\";s:18:\"basic_bookmark.svg\";}i:152;a:2:{s:5:\"label\";s:16:\"Basic Calculator\";s:5:\"value\";s:20:\"basic_calculator.svg\";}i:153;a:2:{s:5:\"label\";s:14:\"Basic Calendar\";s:5:\"value\";s:18:\"basic_calendar.svg\";}i:154;a:2:{s:5:\"label\";s:20:\"Basic Cards Diamonds\";s:5:\"value\";s:24:\"basic_cards_diamonds.svg\";}i:155;a:2:{s:5:\"label\";s:18:\"Basic Cards Hearts\";s:5:\"value\";s:22:\"basic_cards_hearts.svg\";}i:156;a:2:{s:5:\"label\";s:10:\"Basic Case\";s:5:\"value\";s:14:\"basic_case.svg\";}i:157;a:2:{s:5:\"label\";s:17:\"Basic Chronometer\";s:5:\"value\";s:21:\"basic_chronometer.svg\";}i:158;a:2:{s:5:\"label\";s:15:\"Basic Clessidre\";s:5:\"value\";s:19:\"basic_clessidre.svg\";}i:159;a:2:{s:5:\"label\";s:11:\"Basic Clock\";s:5:\"value\";s:15:\"basic_clock.svg\";}i:160;a:2:{s:5:\"label\";s:15:\"Basic Clockwise\";s:5:\"value\";s:19:\"basic_clockwise.svg\";}i:161;a:2:{s:5:\"label\";s:11:\"Basic Cloud\";s:5:\"value\";s:15:\"basic_cloud.svg\";}i:162;a:2:{s:5:\"label\";s:11:\"Basic Clubs\";s:5:\"value\";s:15:\"basic_clubs.svg\";}i:163;a:2:{s:5:\"label\";s:13:\"Basic Compass\";s:5:\"value\";s:17:\"basic_compass.svg\";}i:164;a:2:{s:5:\"label\";s:9:\"Basic Cup\";s:5:\"value\";s:13:\"basic_cup.svg\";}i:165;a:2:{s:5:\"label\";s:14:\"Basic Diamonds\";s:5:\"value\";s:18:\"basic_diamonds.svg\";}i:166;a:2:{s:5:\"label\";s:13:\"Basic Display\";s:5:\"value\";s:17:\"basic_display.svg\";}i:167;a:2:{s:5:\"label\";s:14:\"Basic Download\";s:5:\"value\";s:18:\"basic_download.svg\";}i:168;a:2:{s:5:\"label\";s:33:\"Basic Elaboration Bookmark Checck\";s:5:\"value\";s:37:\"basic_elaboration_bookmark_checck.svg\";}i:169;a:2:{s:5:\"label\";s:32:\"Basic Elaboration Bookmark Minus\";s:5:\"value\";s:36:\"basic_elaboration_bookmark_minus.svg\";}i:170;a:2:{s:5:\"label\";s:31:\"Basic Elaboration Bookmark Plus\";s:5:\"value\";s:35:\"basic_elaboration_bookmark_plus.svg\";}i:171;a:2:{s:5:\"label\";s:33:\"Basic Elaboration Bookmark Remove\";s:5:\"value\";s:37:\"basic_elaboration_bookmark_remove.svg\";}i:172;a:2:{s:5:\"label\";s:33:\"Basic Elaboration Briefcase Check\";s:5:\"value\";s:37:\"basic_elaboration_briefcase_check.svg\";}i:173;a:2:{s:5:\"label\";s:36:\"Basic Elaboration Briefcase Download\";s:5:\"value\";s:40:\"basic_elaboration_briefcase_download.svg\";}i:174;a:2:{s:5:\"label\";s:35:\"Basic Elaboration Briefcase Flagged\";s:5:\"value\";s:39:\"basic_elaboration_briefcase_flagged.svg\";}i:175;a:2:{s:5:\"label\";s:33:\"Basic Elaboration Briefcase Minus\";s:5:\"value\";s:37:\"basic_elaboration_briefcase_minus.svg\";}i:176;a:2:{s:5:\"label\";s:32:\"Basic Elaboration Briefcase Plus\";s:5:\"value\";s:36:\"basic_elaboration_briefcase_plus.svg\";}i:177;a:2:{s:5:\"label\";s:35:\"Basic Elaboration Briefcase Refresh\";s:5:\"value\";s:39:\"basic_elaboration_briefcase_refresh.svg\";}i:178;a:2:{s:5:\"label\";s:34:\"Basic Elaboration Briefcase Remove\";s:5:\"value\";s:38:\"basic_elaboration_briefcase_remove.svg\";}i:179;a:2:{s:5:\"label\";s:34:\"Basic Elaboration Briefcase Search\";s:5:\"value\";s:38:\"basic_elaboration_briefcase_search.svg\";}i:180;a:2:{s:5:\"label\";s:32:\"Basic Elaboration Briefcase Star\";s:5:\"value\";s:36:\"basic_elaboration_briefcase_star.svg\";}i:181;a:2:{s:5:\"label\";s:34:\"Basic Elaboration Briefcase Upload\";s:5:\"value\";s:38:\"basic_elaboration_briefcase_upload.svg\";}i:182;a:2:{s:5:\"label\";s:31:\"Basic Elaboration Browser Check\";s:5:\"value\";s:35:\"basic_elaboration_browser_check.svg\";}i:183;a:2:{s:5:\"label\";s:34:\"Basic Elaboration Browser Download\";s:5:\"value\";s:38:\"basic_elaboration_browser_download.svg\";}i:184;a:2:{s:5:\"label\";s:31:\"Basic Elaboration Browser Minus\";s:5:\"value\";s:35:\"basic_elaboration_browser_minus.svg\";}i:185;a:2:{s:5:\"label\";s:30:\"Basic Elaboration Browser Plus\";s:5:\"value\";s:34:\"basic_elaboration_browser_plus.svg\";}i:186;a:2:{s:5:\"label\";s:33:\"Basic Elaboration Browser Refresh\";s:5:\"value\";s:37:\"basic_elaboration_browser_refresh.svg\";}i:187;a:2:{s:5:\"label\";s:32:\"Basic Elaboration Browser Remove\";s:5:\"value\";s:36:\"basic_elaboration_browser_remove.svg\";}i:188;a:2:{s:5:\"label\";s:32:\"Basic Elaboration Browser Search\";s:5:\"value\";s:36:\"basic_elaboration_browser_search.svg\";}i:189;a:2:{s:5:\"label\";s:30:\"Basic Elaboration Browser Star\";s:5:\"value\";s:34:\"basic_elaboration_browser_star.svg\";}i:190;a:2:{s:5:\"label\";s:32:\"Basic Elaboration Browser Upload\";s:5:\"value\";s:36:\"basic_elaboration_browser_upload.svg\";}i:191;a:2:{s:5:\"label\";s:32:\"Basic Elaboration Calendar Check\";s:5:\"value\";s:36:\"basic_elaboration_calendar_check.svg\";}i:192;a:2:{s:5:\"label\";s:32:\"Basic Elaboration Calendar Cloud\";s:5:\"value\";s:36:\"basic_elaboration_calendar_cloud.svg\";}i:193;a:2:{s:5:\"label\";s:35:\"Basic Elaboration Calendar Download\";s:5:\"value\";s:39:\"basic_elaboration_calendar_download.svg\";}i:194;a:2:{s:5:\"label\";s:32:\"Basic Elaboration Calendar Empty\";s:5:\"value\";s:36:\"basic_elaboration_calendar_empty.svg\";}i:195;a:2:{s:5:\"label\";s:34:\"Basic Elaboration Calendar Flagged\";s:5:\"value\";s:38:\"basic_elaboration_calendar_flagged.svg\";}i:196;a:2:{s:5:\"label\";s:32:\"Basic Elaboration Calendar Heart\";s:5:\"value\";s:36:\"basic_elaboration_calendar_heart.svg\";}i:197;a:2:{s:5:\"label\";s:32:\"Basic Elaboration Calendar Minus\";s:5:\"value\";s:36:\"basic_elaboration_calendar_minus.svg\";}i:198;a:2:{s:5:\"label\";s:31:\"Basic Elaboration Calendar Next\";s:5:\"value\";s:35:\"basic_elaboration_calendar_next.svg\";}i:199;a:2:{s:5:\"label\";s:35:\"Basic Elaboration Calendar Noaccess\";s:5:\"value\";s:39:\"basic_elaboration_calendar_noaccess.svg\";}i:200;a:2:{s:5:\"label\";s:33:\"Basic Elaboration Calendar Pencil\";s:5:\"value\";s:37:\"basic_elaboration_calendar_pencil.svg\";}i:201;a:2:{s:5:\"label\";s:31:\"Basic Elaboration Calendar Plus\";s:5:\"value\";s:35:\"basic_elaboration_calendar_plus.svg\";}i:202;a:2:{s:5:\"label\";s:35:\"Basic Elaboration Calendar Previous\";s:5:\"value\";s:39:\"basic_elaboration_calendar_previous.svg\";}i:203;a:2:{s:5:\"label\";s:34:\"Basic Elaboration Calendar Refresh\";s:5:\"value\";s:38:\"basic_elaboration_calendar_refresh.svg\";}i:204;a:2:{s:5:\"label\";s:33:\"Basic Elaboration Calendar Remove\";s:5:\"value\";s:37:\"basic_elaboration_calendar_remove.svg\";}i:205;a:2:{s:5:\"label\";s:33:\"Basic Elaboration Calendar Search\";s:5:\"value\";s:37:\"basic_elaboration_calendar_search.svg\";}i:206;a:2:{s:5:\"label\";s:31:\"Basic Elaboration Calendar Star\";s:5:\"value\";s:35:\"basic_elaboration_calendar_star.svg\";}i:207;a:2:{s:5:\"label\";s:33:\"Basic Elaboration Calendar Upload\";s:5:\"value\";s:37:\"basic_elaboration_calendar_upload.svg\";}i:208;a:2:{s:5:\"label\";s:29:\"Basic Elaboration Cloud Check\";s:5:\"value\";s:33:\"basic_elaboration_cloud_check.svg\";}i:209;a:2:{s:5:\"label\";s:32:\"Basic Elaboration Cloud Download\";s:5:\"value\";s:36:\"basic_elaboration_cloud_download.svg\";}i:210;a:2:{s:5:\"label\";s:29:\"Basic Elaboration Cloud Minus\";s:5:\"value\";s:33:\"basic_elaboration_cloud_minus.svg\";}i:211;a:2:{s:5:\"label\";s:32:\"Basic Elaboration Cloud Noaccess\";s:5:\"value\";s:36:\"basic_elaboration_cloud_noaccess.svg\";}i:212;a:2:{s:5:\"label\";s:28:\"Basic Elaboration Cloud Plus\";s:5:\"value\";s:32:\"basic_elaboration_cloud_plus.svg\";}i:213;a:2:{s:5:\"label\";s:31:\"Basic Elaboration Cloud Refresh\";s:5:\"value\";s:35:\"basic_elaboration_cloud_refresh.svg\";}i:214;a:2:{s:5:\"label\";s:30:\"Basic Elaboration Cloud Remove\";s:5:\"value\";s:34:\"basic_elaboration_cloud_remove.svg\";}i:215;a:2:{s:5:\"label\";s:30:\"Basic Elaboration Cloud Search\";s:5:\"value\";s:34:\"basic_elaboration_cloud_search.svg\";}i:216;a:2:{s:5:\"label\";s:30:\"Basic Elaboration Cloud Upload\";s:5:\"value\";s:34:\"basic_elaboration_cloud_upload.svg\";}i:217;a:2:{s:5:\"label\";s:32:\"Basic Elaboration Document Check\";s:5:\"value\";s:36:\"basic_elaboration_document_check.svg\";}i:218;a:2:{s:5:\"label\";s:32:\"Basic Elaboration Document Cloud\";s:5:\"value\";s:36:\"basic_elaboration_document_cloud.svg\";}i:219;a:2:{s:5:\"label\";s:35:\"Basic Elaboration Document Download\";s:5:\"value\";s:39:\"basic_elaboration_document_download.svg\";}i:220;a:2:{s:5:\"label\";s:34:\"Basic Elaboration Document Flagged\";s:5:\"value\";s:38:\"basic_elaboration_document_flagged.svg\";}i:221;a:2:{s:5:\"label\";s:32:\"Basic Elaboration Document Graph\";s:5:\"value\";s:36:\"basic_elaboration_document_graph.svg\";}i:222;a:2:{s:5:\"label\";s:32:\"Basic Elaboration Document Heart\";s:5:\"value\";s:36:\"basic_elaboration_document_heart.svg\";}i:223;a:2:{s:5:\"label\";s:32:\"Basic Elaboration Document Minus\";s:5:\"value\";s:36:\"basic_elaboration_document_minus.svg\";}i:224;a:2:{s:5:\"label\";s:31:\"Basic Elaboration Document Next\";s:5:\"value\";s:35:\"basic_elaboration_document_next.svg\";}i:225;a:2:{s:5:\"label\";s:35:\"Basic Elaboration Document Noaccess\";s:5:\"value\";s:39:\"basic_elaboration_document_noaccess.svg\";}i:226;a:2:{s:5:\"label\";s:31:\"Basic Elaboration Document Note\";s:5:\"value\";s:35:\"basic_elaboration_document_note.svg\";}i:227;a:2:{s:5:\"label\";s:33:\"Basic Elaboration Document Pencil\";s:5:\"value\";s:37:\"basic_elaboration_document_pencil.svg\";}i:228;a:2:{s:5:\"label\";s:34:\"Basic Elaboration Document Picture\";s:5:\"value\";s:38:\"basic_elaboration_document_picture.svg\";}i:229;a:2:{s:5:\"label\";s:31:\"Basic Elaboration Document Plus\";s:5:\"value\";s:35:\"basic_elaboration_document_plus.svg\";}i:230;a:2:{s:5:\"label\";s:35:\"Basic Elaboration Document Previous\";s:5:\"value\";s:39:\"basic_elaboration_document_previous.svg\";}i:231;a:2:{s:5:\"label\";s:34:\"Basic Elaboration Document Refresh\";s:5:\"value\";s:38:\"basic_elaboration_document_refresh.svg\";}i:232;a:2:{s:5:\"label\";s:33:\"Basic Elaboration Document Remove\";s:5:\"value\";s:37:\"basic_elaboration_document_remove.svg\";}i:233;a:2:{s:5:\"label\";s:33:\"Basic Elaboration Document Search\";s:5:\"value\";s:37:\"basic_elaboration_document_search.svg\";}i:234;a:2:{s:5:\"label\";s:31:\"Basic Elaboration Document Star\";s:5:\"value\";s:35:\"basic_elaboration_document_star.svg\";}i:235;a:2:{s:5:\"label\";s:33:\"Basic Elaboration Document Upload\";s:5:\"value\";s:37:\"basic_elaboration_document_upload.svg\";}i:236;a:2:{s:5:\"label\";s:30:\"Basic Elaboration Folder Check\";s:5:\"value\";s:34:\"basic_elaboration_folder_check.svg\";}i:237;a:2:{s:5:\"label\";s:30:\"Basic Elaboration Folder Cloud\";s:5:\"value\";s:34:\"basic_elaboration_folder_cloud.svg\";}i:238;a:2:{s:5:\"label\";s:33:\"Basic Elaboration Folder Document\";s:5:\"value\";s:37:\"basic_elaboration_folder_document.svg\";}i:239;a:2:{s:5:\"label\";s:33:\"Basic Elaboration Folder Download\";s:5:\"value\";s:37:\"basic_elaboration_folder_download.svg\";}i:240;a:2:{s:5:\"label\";s:32:\"Basic Elaboration Folder Flagged\";s:5:\"value\";s:36:\"basic_elaboration_folder_flagged.svg\";}i:241;a:2:{s:5:\"label\";s:30:\"Basic Elaboration Folder Graph\";s:5:\"value\";s:34:\"basic_elaboration_folder_graph.svg\";}i:242;a:2:{s:5:\"label\";s:30:\"Basic Elaboration Folder Heart\";s:5:\"value\";s:34:\"basic_elaboration_folder_heart.svg\";}i:243;a:2:{s:5:\"label\";s:30:\"Basic Elaboration Folder Minus\";s:5:\"value\";s:34:\"basic_elaboration_folder_minus.svg\";}i:244;a:2:{s:5:\"label\";s:29:\"Basic Elaboration Folder Next\";s:5:\"value\";s:33:\"basic_elaboration_folder_next.svg\";}i:245;a:2:{s:5:\"label\";s:33:\"Basic Elaboration Folder Noaccess\";s:5:\"value\";s:37:\"basic_elaboration_folder_noaccess.svg\";}i:246;a:2:{s:5:\"label\";s:29:\"Basic Elaboration Folder Note\";s:5:\"value\";s:33:\"basic_elaboration_folder_note.svg\";}i:247;a:2:{s:5:\"label\";s:31:\"Basic Elaboration Folder Pencil\";s:5:\"value\";s:35:\"basic_elaboration_folder_pencil.svg\";}i:248;a:2:{s:5:\"label\";s:32:\"Basic Elaboration Folder Picture\";s:5:\"value\";s:36:\"basic_elaboration_folder_picture.svg\";}i:249;a:2:{s:5:\"label\";s:29:\"Basic Elaboration Folder Plus\";s:5:\"value\";s:33:\"basic_elaboration_folder_plus.svg\";}i:250;a:2:{s:5:\"label\";s:33:\"Basic Elaboration Folder Previous\";s:5:\"value\";s:37:\"basic_elaboration_folder_previous.svg\";}i:251;a:2:{s:5:\"label\";s:32:\"Basic Elaboration Folder Refresh\";s:5:\"value\";s:36:\"basic_elaboration_folder_refresh.svg\";}i:252;a:2:{s:5:\"label\";s:31:\"Basic Elaboration Folder Remove\";s:5:\"value\";s:35:\"basic_elaboration_folder_remove.svg\";}i:253;a:2:{s:5:\"label\";s:31:\"Basic Elaboration Folder Search\";s:5:\"value\";s:35:\"basic_elaboration_folder_search.svg\";}i:254;a:2:{s:5:\"label\";s:29:\"Basic Elaboration Folder Star\";s:5:\"value\";s:33:\"basic_elaboration_folder_star.svg\";}i:255;a:2:{s:5:\"label\";s:31:\"Basic Elaboration Folder Upload\";s:5:\"value\";s:35:\"basic_elaboration_folder_upload.svg\";}i:256;a:2:{s:5:\"label\";s:28:\"Basic Elaboration Mail Check\";s:5:\"value\";s:32:\"basic_elaboration_mail_check.svg\";}i:257;a:2:{s:5:\"label\";s:28:\"Basic Elaboration Mail Cloud\";s:5:\"value\";s:32:\"basic_elaboration_mail_cloud.svg\";}i:258;a:2:{s:5:\"label\";s:31:\"Basic Elaboration Mail Document\";s:5:\"value\";s:35:\"basic_elaboration_mail_document.svg\";}i:259;a:2:{s:5:\"label\";s:31:\"Basic Elaboration Mail Download\";s:5:\"value\";s:35:\"basic_elaboration_mail_download.svg\";}i:260;a:2:{s:5:\"label\";s:30:\"Basic Elaboration Mail Flagged\";s:5:\"value\";s:34:\"basic_elaboration_mail_flagged.svg\";}i:261;a:2:{s:5:\"label\";s:28:\"Basic Elaboration Mail Heart\";s:5:\"value\";s:32:\"basic_elaboration_mail_heart.svg\";}i:262;a:2:{s:5:\"label\";s:27:\"Basic Elaboration Mail Next\";s:5:\"value\";s:31:\"basic_elaboration_mail_next.svg\";}i:263;a:2:{s:5:\"label\";s:31:\"Basic Elaboration Mail Noaccess\";s:5:\"value\";s:35:\"basic_elaboration_mail_noaccess.svg\";}i:264;a:2:{s:5:\"label\";s:27:\"Basic Elaboration Mail Note\";s:5:\"value\";s:31:\"basic_elaboration_mail_note.svg\";}i:265;a:2:{s:5:\"label\";s:29:\"Basic Elaboration Mail Pencil\";s:5:\"value\";s:33:\"basic_elaboration_mail_pencil.svg\";}i:266;a:2:{s:5:\"label\";s:30:\"Basic Elaboration Mail Picture\";s:5:\"value\";s:34:\"basic_elaboration_mail_picture.svg\";}i:267;a:2:{s:5:\"label\";s:31:\"Basic Elaboration Mail Previous\";s:5:\"value\";s:35:\"basic_elaboration_mail_previous.svg\";}i:268;a:2:{s:5:\"label\";s:30:\"Basic Elaboration Mail Refresh\";s:5:\"value\";s:34:\"basic_elaboration_mail_refresh.svg\";}i:269;a:2:{s:5:\"label\";s:29:\"Basic Elaboration Mail Remove\";s:5:\"value\";s:33:\"basic_elaboration_mail_remove.svg\";}i:270;a:2:{s:5:\"label\";s:29:\"Basic Elaboration Mail Search\";s:5:\"value\";s:33:\"basic_elaboration_mail_search.svg\";}i:271;a:2:{s:5:\"label\";s:27:\"Basic Elaboration Mail Star\";s:5:\"value\";s:31:\"basic_elaboration_mail_star.svg\";}i:272;a:2:{s:5:\"label\";s:29:\"Basic Elaboration Mail Upload\";s:5:\"value\";s:33:\"basic_elaboration_mail_upload.svg\";}i:273;a:2:{s:5:\"label\";s:31:\"Basic Elaboration Message Check\";s:5:\"value\";s:35:\"basic_elaboration_message_check.svg\";}i:274;a:2:{s:5:\"label\";s:30:\"Basic Elaboration Message Dots\";s:5:\"value\";s:34:\"basic_elaboration_message_dots.svg\";}i:275;a:2:{s:5:\"label\";s:31:\"Basic Elaboration Message Happy\";s:5:\"value\";s:35:\"basic_elaboration_message_happy.svg\";}i:276;a:2:{s:5:\"label\";s:31:\"Basic Elaboration Message Heart\";s:5:\"value\";s:35:\"basic_elaboration_message_heart.svg\";}i:277;a:2:{s:5:\"label\";s:31:\"Basic Elaboration Message Minus\";s:5:\"value\";s:35:\"basic_elaboration_message_minus.svg\";}i:278;a:2:{s:5:\"label\";s:30:\"Basic Elaboration Message Note\";s:5:\"value\";s:34:\"basic_elaboration_message_note.svg\";}i:279;a:2:{s:5:\"label\";s:30:\"Basic Elaboration Message Plus\";s:5:\"value\";s:34:\"basic_elaboration_message_plus.svg\";}i:280;a:2:{s:5:\"label\";s:33:\"Basic Elaboration Message Refresh\";s:5:\"value\";s:37:\"basic_elaboration_message_refresh.svg\";}i:281;a:2:{s:5:\"label\";s:32:\"Basic Elaboration Message Remove\";s:5:\"value\";s:36:\"basic_elaboration_message_remove.svg\";}i:282;a:2:{s:5:\"label\";s:29:\"Basic Elaboration Message Sad\";s:5:\"value\";s:33:\"basic_elaboration_message_sad.svg\";}i:283;a:2:{s:5:\"label\";s:34:\"Basic Elaboration Smartphone Cloud\";s:5:\"value\";s:38:\"basic_elaboration_smartphone_cloud.svg\";}i:284;a:2:{s:5:\"label\";s:34:\"Basic Elaboration Smartphone Heart\";s:5:\"value\";s:38:\"basic_elaboration_smartphone_heart.svg\";}i:285;a:2:{s:5:\"label\";s:37:\"Basic Elaboration Smartphone Noaccess\";s:5:\"value\";s:41:\"basic_elaboration_smartphone_noaccess.svg\";}i:286;a:2:{s:5:\"label\";s:33:\"Basic Elaboration Smartphone Note\";s:5:\"value\";s:37:\"basic_elaboration_smartphone_note.svg\";}i:287;a:2:{s:5:\"label\";s:35:\"Basic Elaboration Smartphone Pencil\";s:5:\"value\";s:39:\"basic_elaboration_smartphone_pencil.svg\";}i:288;a:2:{s:5:\"label\";s:36:\"Basic Elaboration Smartphone Picture\";s:5:\"value\";s:40:\"basic_elaboration_smartphone_picture.svg\";}i:289;a:2:{s:5:\"label\";s:36:\"Basic Elaboration Smartphone Refresh\";s:5:\"value\";s:40:\"basic_elaboration_smartphone_refresh.svg\";}i:290;a:2:{s:5:\"label\";s:35:\"Basic Elaboration Smartphone Search\";s:5:\"value\";s:39:\"basic_elaboration_smartphone_search.svg\";}i:291;a:2:{s:5:\"label\";s:30:\"Basic Elaboration Tablet Cloud\";s:5:\"value\";s:34:\"basic_elaboration_tablet_cloud.svg\";}i:292;a:2:{s:5:\"label\";s:30:\"Basic Elaboration Tablet Heart\";s:5:\"value\";s:34:\"basic_elaboration_tablet_heart.svg\";}i:293;a:2:{s:5:\"label\";s:33:\"Basic Elaboration Tablet Noaccess\";s:5:\"value\";s:37:\"basic_elaboration_tablet_noaccess.svg\";}i:294;a:2:{s:5:\"label\";s:29:\"Basic Elaboration Tablet Note\";s:5:\"value\";s:33:\"basic_elaboration_tablet_note.svg\";}i:295;a:2:{s:5:\"label\";s:31:\"Basic Elaboration Tablet Pencil\";s:5:\"value\";s:35:\"basic_elaboration_tablet_pencil.svg\";}i:296;a:2:{s:5:\"label\";s:32:\"Basic Elaboration Tablet Picture\";s:5:\"value\";s:36:\"basic_elaboration_tablet_picture.svg\";}i:297;a:2:{s:5:\"label\";s:32:\"Basic Elaboration Tablet Refresh\";s:5:\"value\";s:36:\"basic_elaboration_tablet_refresh.svg\";}i:298;a:2:{s:5:\"label\";s:31:\"Basic Elaboration Tablet Search\";s:5:\"value\";s:35:\"basic_elaboration_tablet_search.svg\";}i:299;a:2:{s:5:\"label\";s:28:\"Basic Elaboration Todolist 2\";s:5:\"value\";s:32:\"basic_elaboration_todolist_2.svg\";}i:300;a:2:{s:5:\"label\";s:32:\"Basic Elaboration Todolist Check\";s:5:\"value\";s:36:\"basic_elaboration_todolist_check.svg\";}i:301;a:2:{s:5:\"label\";s:32:\"Basic Elaboration Todolist Cloud\";s:5:\"value\";s:36:\"basic_elaboration_todolist_cloud.svg\";}i:302;a:2:{s:5:\"label\";s:35:\"Basic Elaboration Todolist Download\";s:5:\"value\";s:39:\"basic_elaboration_todolist_download.svg\";}i:303;a:2:{s:5:\"label\";s:34:\"Basic Elaboration Todolist Flagged\";s:5:\"value\";s:38:\"basic_elaboration_todolist_flagged.svg\";}i:304;a:2:{s:5:\"label\";s:32:\"Basic Elaboration Todolist Minus\";s:5:\"value\";s:36:\"basic_elaboration_todolist_minus.svg\";}i:305;a:2:{s:5:\"label\";s:35:\"Basic Elaboration Todolist Noaccess\";s:5:\"value\";s:39:\"basic_elaboration_todolist_noaccess.svg\";}i:306;a:2:{s:5:\"label\";s:33:\"Basic Elaboration Todolist Pencil\";s:5:\"value\";s:37:\"basic_elaboration_todolist_pencil.svg\";}i:307;a:2:{s:5:\"label\";s:31:\"Basic Elaboration Todolist Plus\";s:5:\"value\";s:35:\"basic_elaboration_todolist_plus.svg\";}i:308;a:2:{s:5:\"label\";s:34:\"Basic Elaboration Todolist Refresh\";s:5:\"value\";s:38:\"basic_elaboration_todolist_refresh.svg\";}i:309;a:2:{s:5:\"label\";s:33:\"Basic Elaboration Todolist Remove\";s:5:\"value\";s:37:\"basic_elaboration_todolist_remove.svg\";}i:310;a:2:{s:5:\"label\";s:33:\"Basic Elaboration Todolist Search\";s:5:\"value\";s:37:\"basic_elaboration_todolist_search.svg\";}i:311;a:2:{s:5:\"label\";s:31:\"Basic Elaboration Todolist Star\";s:5:\"value\";s:35:\"basic_elaboration_todolist_star.svg\";}i:312;a:2:{s:5:\"label\";s:33:\"Basic Elaboration Todolist Upload\";s:5:\"value\";s:37:\"basic_elaboration_todolist_upload.svg\";}i:313;a:2:{s:5:\"label\";s:17:\"Basic Exclamation\";s:5:\"value\";s:21:\"basic_exclamation.svg\";}i:314;a:2:{s:5:\"label\";s:9:\"Basic Eye\";s:5:\"value\";s:13:\"basic_eye.svg\";}i:315;a:2:{s:5:\"label\";s:16:\"Basic Eye Closed\";s:5:\"value\";s:20:\"basic_eye_closed.svg\";}i:316;a:2:{s:5:\"label\";s:12:\"Basic Female\";s:5:\"value\";s:16:\"basic_female.svg\";}i:317;a:2:{s:5:\"label\";s:11:\"Basic Flag1\";s:5:\"value\";s:15:\"basic_flag1.svg\";}i:318;a:2:{s:5:\"label\";s:11:\"Basic Flag2\";s:5:\"value\";s:15:\"basic_flag2.svg\";}i:319;a:2:{s:5:\"label\";s:16:\"Basic Floppydisk\";s:5:\"value\";s:20:\"basic_floppydisk.svg\";}i:320;a:2:{s:5:\"label\";s:12:\"Basic Folder\";s:5:\"value\";s:16:\"basic_folder.svg\";}i:321;a:2:{s:5:\"label\";s:21:\"Basic Folder Multiple\";s:5:\"value\";s:25:\"basic_folder_multiple.svg\";}i:322;a:2:{s:5:\"label\";s:10:\"Basic Gear\";s:5:\"value\";s:14:\"basic_gear.svg\";}i:323;a:2:{s:5:\"label\";s:20:\"Basic Geolocalize-01\";s:5:\"value\";s:24:\"basic_geolocalize-01.svg\";}i:324;a:2:{s:5:\"label\";s:20:\"Basic Geolocalize-05\";s:5:\"value\";s:24:\"basic_geolocalize-05.svg\";}i:325;a:2:{s:5:\"label\";s:11:\"Basic Globe\";s:5:\"value\";s:15:\"basic_globe.svg\";}i:326;a:2:{s:5:\"label\";s:14:\"Basic Gunsight\";s:5:\"value\";s:18:\"basic_gunsight.svg\";}i:327;a:2:{s:5:\"label\";s:12:\"Basic Hammer\";s:5:\"value\";s:16:\"basic_hammer.svg\";}i:328;a:2:{s:5:\"label\";s:13:\"Basic Headset\";s:5:\"value\";s:17:\"basic_headset.svg\";}i:329;a:2:{s:5:\"label\";s:11:\"Basic Heart\";s:5:\"value\";s:15:\"basic_heart.svg\";}i:330;a:2:{s:5:\"label\";s:18:\"Basic Heart Broken\";s:5:\"value\";s:22:\"basic_heart_broken.svg\";}i:331;a:2:{s:5:\"label\";s:10:\"Basic Helm\";s:5:\"value\";s:14:\"basic_helm.svg\";}i:332;a:2:{s:5:\"label\";s:10:\"Basic Home\";s:5:\"value\";s:14:\"basic_home.svg\";}i:333;a:2:{s:5:\"label\";s:10:\"Basic Info\";s:5:\"value\";s:14:\"basic_info.svg\";}i:334;a:2:{s:5:\"label\";s:10:\"Basic Ipod\";s:5:\"value\";s:14:\"basic_ipod.svg\";}i:335;a:2:{s:5:\"label\";s:12:\"Basic Joypad\";s:5:\"value\";s:16:\"basic_joypad.svg\";}i:336;a:2:{s:5:\"label\";s:9:\"Basic Key\";s:5:\"value\";s:13:\"basic_key.svg\";}i:337;a:2:{s:5:\"label\";s:14:\"Basic Keyboard\";s:5:\"value\";s:18:\"basic_keyboard.svg\";}i:338;a:2:{s:5:\"label\";s:12:\"Basic Laptop\";s:5:\"value\";s:16:\"basic_laptop.svg\";}i:339;a:2:{s:5:\"label\";s:15:\"Basic Life Buoy\";s:5:\"value\";s:19:\"basic_life_buoy.svg\";}i:340;a:2:{s:5:\"label\";s:15:\"Basic Lightbulb\";s:5:\"value\";s:19:\"basic_lightbulb.svg\";}i:341;a:2:{s:5:\"label\";s:10:\"Basic Link\";s:5:\"value\";s:14:\"basic_link.svg\";}i:342;a:2:{s:5:\"label\";s:10:\"Basic Lock\";s:5:\"value\";s:14:\"basic_lock.svg\";}i:343;a:2:{s:5:\"label\";s:15:\"Basic Lock Open\";s:5:\"value\";s:19:\"basic_lock_open.svg\";}i:344;a:2:{s:5:\"label\";s:17:\"Basic Magic Mouse\";s:5:\"value\";s:21:\"basic_magic_mouse.svg\";}i:345;a:2:{s:5:\"label\";s:15:\"Basic Magnifier\";s:5:\"value\";s:19:\"basic_magnifier.svg\";}i:346;a:2:{s:5:\"label\";s:21:\"Basic Magnifier Minus\";s:5:\"value\";s:25:\"basic_magnifier_minus.svg\";}i:347;a:2:{s:5:\"label\";s:20:\"Basic Magnifier Plus\";s:5:\"value\";s:24:\"basic_magnifier_plus.svg\";}i:348;a:2:{s:5:\"label\";s:10:\"Basic Mail\";s:5:\"value\";s:14:\"basic_mail.svg\";}i:349;a:2:{s:5:\"label\";s:19:\"Basic Mail Multiple\";s:5:\"value\";s:23:\"basic_mail_multiple.svg\";}i:350;a:2:{s:5:\"label\";s:15:\"Basic Mail Open\";s:5:\"value\";s:19:\"basic_mail_open.svg\";}i:351;a:2:{s:5:\"label\";s:20:\"Basic Mail Open Text\";s:5:\"value\";s:24:\"basic_mail_open_text.svg\";}i:352;a:2:{s:5:\"label\";s:10:\"Basic Male\";s:5:\"value\";s:14:\"basic_male.svg\";}i:353;a:2:{s:5:\"label\";s:9:\"Basic Map\";s:5:\"value\";s:13:\"basic_map.svg\";}i:354;a:2:{s:5:\"label\";s:13:\"Basic Message\";s:5:\"value\";s:17:\"basic_message.svg\";}i:355;a:2:{s:5:\"label\";s:22:\"Basic Message Multiple\";s:5:\"value\";s:26:\"basic_message_multiple.svg\";}i:356;a:2:{s:5:\"label\";s:17:\"Basic Message Txt\";s:5:\"value\";s:21:\"basic_message_txt.svg\";}i:357;a:2:{s:5:\"label\";s:12:\"Basic Mixer2\";s:5:\"value\";s:16:\"basic_mixer2.svg\";}i:358;a:2:{s:5:\"label\";s:11:\"Basic Mouse\";s:5:\"value\";s:15:\"basic_mouse.svg\";}i:359;a:2:{s:5:\"label\";s:14:\"Basic Notebook\";s:5:\"value\";s:18:\"basic_notebook.svg\";}i:360;a:2:{s:5:\"label\";s:18:\"Basic Notebook Pen\";s:5:\"value\";s:22:\"basic_notebook_pen.svg\";}i:361;a:2:{s:5:\"label\";s:21:\"Basic Notebook Pencil\";s:5:\"value\";s:25:\"basic_notebook_pencil.svg\";}i:362;a:2:{s:5:\"label\";s:16:\"Basic Paperplane\";s:5:\"value\";s:20:\"basic_paperplane.svg\";}i:363;a:2:{s:5:\"label\";s:18:\"Basic Pencil Ruler\";s:5:\"value\";s:22:\"basic_pencil_ruler.svg\";}i:364;a:2:{s:5:\"label\";s:23:\"Basic Pencil Ruler Pen \";s:5:\"value\";s:27:\"basic_pencil_ruler_pen .svg\";}i:365;a:2:{s:5:\"label\";s:11:\"Basic Photo\";s:5:\"value\";s:15:\"basic_photo.svg\";}i:366;a:2:{s:5:\"label\";s:13:\"Basic Picture\";s:5:\"value\";s:17:\"basic_picture.svg\";}i:367;a:2:{s:5:\"label\";s:22:\"Basic Picture Multiple\";s:5:\"value\";s:26:\"basic_picture_multiple.svg\";}i:368;a:2:{s:5:\"label\";s:10:\"Basic Pin1\";s:5:\"value\";s:14:\"basic_pin1.svg\";}i:369;a:2:{s:5:\"label\";s:10:\"Basic Pin2\";s:5:\"value\";s:14:\"basic_pin2.svg\";}i:370;a:2:{s:5:\"label\";s:14:\"Basic Postcard\";s:5:\"value\";s:18:\"basic_postcard.svg\";}i:371;a:2:{s:5:\"label\";s:23:\"Basic Postcard Multiple\";s:5:\"value\";s:27:\"basic_postcard_multiple.svg\";}i:372;a:2:{s:5:\"label\";s:13:\"Basic Printer\";s:5:\"value\";s:17:\"basic_printer.svg\";}i:373;a:2:{s:5:\"label\";s:14:\"Basic Question\";s:5:\"value\";s:18:\"basic_question.svg\";}i:374;a:2:{s:5:\"label\";s:9:\"Basic Rss\";s:5:\"value\";s:13:\"basic_rss.svg\";}i:375;a:2:{s:5:\"label\";s:12:\"Basic Server\";s:5:\"value\";s:16:\"basic_server.svg\";}i:376;a:2:{s:5:\"label\";s:13:\"Basic Server2\";s:5:\"value\";s:17:\"basic_server2.svg\";}i:377;a:2:{s:5:\"label\";s:18:\"Basic Server Cloud\";s:5:\"value\";s:22:\"basic_server_cloud.svg\";}i:378;a:2:{s:5:\"label\";s:21:\"Basic Server Download\";s:5:\"value\";s:25:\"basic_server_download.svg\";}i:379;a:2:{s:5:\"label\";s:19:\"Basic Server Upload\";s:5:\"value\";s:23:\"basic_server_upload.svg\";}i:380;a:2:{s:5:\"label\";s:14:\"Basic Settings\";s:5:\"value\";s:18:\"basic_settings.svg\";}i:381;a:2:{s:5:\"label\";s:11:\"Basic Share\";s:5:\"value\";s:15:\"basic_share.svg\";}i:382;a:2:{s:5:\"label\";s:11:\"Basic Sheet\";s:5:\"value\";s:15:\"basic_sheet.svg\";}i:383;a:2:{s:5:\"label\";s:21:\"Basic Sheet Multiple \";s:5:\"value\";s:25:\"basic_sheet_multiple .svg\";}i:384;a:2:{s:5:\"label\";s:15:\"Basic Sheet Pen\";s:5:\"value\";s:19:\"basic_sheet_pen.svg\";}i:385;a:2:{s:5:\"label\";s:18:\"Basic Sheet Pencil\";s:5:\"value\";s:22:\"basic_sheet_pencil.svg\";}i:386;a:2:{s:5:\"label\";s:16:\"Basic Sheet Txt \";s:5:\"value\";s:20:\"basic_sheet_txt .svg\";}i:387;a:2:{s:5:\"label\";s:11:\"Basic Signs\";s:5:\"value\";s:15:\"basic_signs.svg\";}i:388;a:2:{s:5:\"label\";s:16:\"Basic Smartphone\";s:5:\"value\";s:20:\"basic_smartphone.svg\";}i:389;a:2:{s:5:\"label\";s:12:\"Basic Spades\";s:5:\"value\";s:16:\"basic_spades.svg\";}i:390;a:2:{s:5:\"label\";s:12:\"Basic Spread\";s:5:\"value\";s:16:\"basic_spread.svg\";}i:391;a:2:{s:5:\"label\";s:21:\"Basic Spread Bookmark\";s:5:\"value\";s:25:\"basic_spread_bookmark.svg\";}i:392;a:2:{s:5:\"label\";s:17:\"Basic Spread Text\";s:5:\"value\";s:21:\"basic_spread_text.svg\";}i:393;a:2:{s:5:\"label\";s:26:\"Basic Spread Text Bookmark\";s:5:\"value\";s:30:\"basic_spread_text_bookmark.svg\";}i:394;a:2:{s:5:\"label\";s:10:\"Basic Star\";s:5:\"value\";s:14:\"basic_star.svg\";}i:395;a:2:{s:5:\"label\";s:12:\"Basic Tablet\";s:5:\"value\";s:16:\"basic_tablet.svg\";}i:396;a:2:{s:5:\"label\";s:12:\"Basic Target\";s:5:\"value\";s:16:\"basic_target.svg\";}i:397;a:2:{s:5:\"label\";s:10:\"Basic Todo\";s:5:\"value\";s:14:\"basic_todo.svg\";}i:398;a:2:{s:5:\"label\";s:15:\"Basic Todo Pen \";s:5:\"value\";s:19:\"basic_todo_pen .svg\";}i:399;a:2:{s:5:\"label\";s:17:\"Basic Todo Pencil\";s:5:\"value\";s:21:\"basic_todo_pencil.svg\";}i:400;a:2:{s:5:\"label\";s:14:\"Basic Todo Txt\";s:5:\"value\";s:18:\"basic_todo_txt.svg\";}i:401;a:2:{s:5:\"label\";s:18:\"Basic Todolist Pen\";s:5:\"value\";s:22:\"basic_todolist_pen.svg\";}i:402;a:2:{s:5:\"label\";s:21:\"Basic Todolist Pencil\";s:5:\"value\";s:25:\"basic_todolist_pencil.svg\";}i:403;a:2:{s:5:\"label\";s:14:\"Basic Trashcan\";s:5:\"value\";s:18:\"basic_trashcan.svg\";}i:404;a:2:{s:5:\"label\";s:19:\"Basic Trashcan Full\";s:5:\"value\";s:23:\"basic_trashcan_full.svg\";}i:405;a:2:{s:5:\"label\";s:22:\"Basic Trashcan Refresh\";s:5:\"value\";s:26:\"basic_trashcan_refresh.svg\";}i:406;a:2:{s:5:\"label\";s:21:\"Basic Trashcan Remove\";s:5:\"value\";s:25:\"basic_trashcan_remove.svg\";}i:407;a:2:{s:5:\"label\";s:12:\"Basic Upload\";s:5:\"value\";s:16:\"basic_upload.svg\";}i:408;a:2:{s:5:\"label\";s:9:\"Basic Usb\";s:5:\"value\";s:13:\"basic_usb.svg\";}i:409;a:2:{s:5:\"label\";s:11:\"Basic Video\";s:5:\"value\";s:15:\"basic_video.svg\";}i:410;a:2:{s:5:\"label\";s:11:\"Basic Watch\";s:5:\"value\";s:15:\"basic_watch.svg\";}i:411;a:2:{s:5:\"label\";s:13:\"Basic Webpage\";s:5:\"value\";s:17:\"basic_webpage.svg\";}i:412;a:2:{s:5:\"label\";s:21:\"Basic Webpage Img Txt\";s:5:\"value\";s:25:\"basic_webpage_img_txt.svg\";}i:413;a:2:{s:5:\"label\";s:22:\"Basic Webpage Multiple\";s:5:\"value\";s:26:\"basic_webpage_multiple.svg\";}i:414;a:2:{s:5:\"label\";s:17:\"Basic Webpage Txt\";s:5:\"value\";s:21:\"basic_webpage_txt.svg\";}i:415;a:2:{s:5:\"label\";s:11:\"Basic World\";s:5:\"value\";s:15:\"basic_world.svg\";}i:416;a:2:{s:5:\"label\";s:13:\"Ecommerce Bag\";s:5:\"value\";s:17:\"ecommerce_bag.svg\";}i:417;a:2:{s:5:\"label\";s:19:\"Ecommerce Bag Check\";s:5:\"value\";s:23:\"ecommerce_bag_check.svg\";}i:418;a:2:{s:5:\"label\";s:19:\"Ecommerce Bag Cloud\";s:5:\"value\";s:23:\"ecommerce_bag_cloud.svg\";}i:419;a:2:{s:5:\"label\";s:22:\"Ecommerce Bag Download\";s:5:\"value\";s:26:\"ecommerce_bag_download.svg\";}i:420;a:2:{s:5:\"label\";s:19:\"Ecommerce Bag Minus\";s:5:\"value\";s:23:\"ecommerce_bag_minus.svg\";}i:421;a:2:{s:5:\"label\";s:18:\"Ecommerce Bag Plus\";s:5:\"value\";s:22:\"ecommerce_bag_plus.svg\";}i:422;a:2:{s:5:\"label\";s:21:\"Ecommerce Bag Refresh\";s:5:\"value\";s:25:\"ecommerce_bag_refresh.svg\";}i:423;a:2:{s:5:\"label\";s:20:\"Ecommerce Bag Remove\";s:5:\"value\";s:24:\"ecommerce_bag_remove.svg\";}i:424;a:2:{s:5:\"label\";s:20:\"Ecommerce Bag Search\";s:5:\"value\";s:24:\"ecommerce_bag_search.svg\";}i:425;a:2:{s:5:\"label\";s:20:\"Ecommerce Bag Upload\";s:5:\"value\";s:24:\"ecommerce_bag_upload.svg\";}i:426;a:2:{s:5:\"label\";s:18:\"Ecommerce Banknote\";s:5:\"value\";s:22:\"ecommerce_banknote.svg\";}i:427;a:2:{s:5:\"label\";s:19:\"Ecommerce Banknotes\";s:5:\"value\";s:23:\"ecommerce_banknotes.svg\";}i:428;a:2:{s:5:\"label\";s:16:\"Ecommerce Basket\";s:5:\"value\";s:20:\"ecommerce_basket.svg\";}i:429;a:2:{s:5:\"label\";s:22:\"Ecommerce Basket Check\";s:5:\"value\";s:26:\"ecommerce_basket_check.svg\";}i:430;a:2:{s:5:\"label\";s:22:\"Ecommerce Basket Cloud\";s:5:\"value\";s:26:\"ecommerce_basket_cloud.svg\";}i:431;a:2:{s:5:\"label\";s:25:\"Ecommerce Basket Download\";s:5:\"value\";s:29:\"ecommerce_basket_download.svg\";}i:432;a:2:{s:5:\"label\";s:22:\"Ecommerce Basket Minus\";s:5:\"value\";s:26:\"ecommerce_basket_minus.svg\";}i:433;a:2:{s:5:\"label\";s:21:\"Ecommerce Basket Plus\";s:5:\"value\";s:25:\"ecommerce_basket_plus.svg\";}i:434;a:2:{s:5:\"label\";s:24:\"Ecommerce Basket Refresh\";s:5:\"value\";s:28:\"ecommerce_basket_refresh.svg\";}i:435;a:2:{s:5:\"label\";s:23:\"Ecommerce Basket Remove\";s:5:\"value\";s:27:\"ecommerce_basket_remove.svg\";}i:436;a:2:{s:5:\"label\";s:23:\"Ecommerce Basket Search\";s:5:\"value\";s:27:\"ecommerce_basket_search.svg\";}i:437;a:2:{s:5:\"label\";s:23:\"Ecommerce Basket Upload\";s:5:\"value\";s:27:\"ecommerce_basket_upload.svg\";}i:438;a:2:{s:5:\"label\";s:14:\"Ecommerce Bath\";s:5:\"value\";s:18:\"ecommerce_bath.svg\";}i:439;a:2:{s:5:\"label\";s:14:\"Ecommerce Cart\";s:5:\"value\";s:18:\"ecommerce_cart.svg\";}i:440;a:2:{s:5:\"label\";s:20:\"Ecommerce Cart Check\";s:5:\"value\";s:24:\"ecommerce_cart_check.svg\";}i:441;a:2:{s:5:\"label\";s:20:\"Ecommerce Cart Cloud\";s:5:\"value\";s:24:\"ecommerce_cart_cloud.svg\";}i:442;a:2:{s:5:\"label\";s:22:\"Ecommerce Cart Content\";s:5:\"value\";s:26:\"ecommerce_cart_content.svg\";}i:443;a:2:{s:5:\"label\";s:23:\"Ecommerce Cart Download\";s:5:\"value\";s:27:\"ecommerce_cart_download.svg\";}i:444;a:2:{s:5:\"label\";s:20:\"Ecommerce Cart Minus\";s:5:\"value\";s:24:\"ecommerce_cart_minus.svg\";}i:445;a:2:{s:5:\"label\";s:19:\"Ecommerce Cart Plus\";s:5:\"value\";s:23:\"ecommerce_cart_plus.svg\";}i:446;a:2:{s:5:\"label\";s:22:\"Ecommerce Cart Refresh\";s:5:\"value\";s:26:\"ecommerce_cart_refresh.svg\";}i:447;a:2:{s:5:\"label\";s:21:\"Ecommerce Cart Remove\";s:5:\"value\";s:25:\"ecommerce_cart_remove.svg\";}i:448;a:2:{s:5:\"label\";s:21:\"Ecommerce Cart Search\";s:5:\"value\";s:25:\"ecommerce_cart_search.svg\";}i:449;a:2:{s:5:\"label\";s:21:\"Ecommerce Cart Upload\";s:5:\"value\";s:25:\"ecommerce_cart_upload.svg\";}i:450;a:2:{s:5:\"label\";s:14:\"Ecommerce Cent\";s:5:\"value\";s:18:\"ecommerce_cent.svg\";}i:451;a:2:{s:5:\"label\";s:15:\"Ecommerce Colon\";s:5:\"value\";s:19:\"ecommerce_colon.svg\";}i:452;a:2:{s:5:\"label\";s:20:\"Ecommerce Creditcard\";s:5:\"value\";s:24:\"ecommerce_creditcard.svg\";}i:453;a:2:{s:5:\"label\";s:17:\"Ecommerce Diamond\";s:5:\"value\";s:21:\"ecommerce_diamond.svg\";}i:454;a:2:{s:5:\"label\";s:16:\"Ecommerce Dollar\";s:5:\"value\";s:20:\"ecommerce_dollar.svg\";}i:455;a:2:{s:5:\"label\";s:14:\"Ecommerce Euro\";s:5:\"value\";s:18:\"ecommerce_euro.svg\";}i:456;a:2:{s:5:\"label\";s:15:\"Ecommerce Franc\";s:5:\"value\";s:19:\"ecommerce_franc.svg\";}i:457;a:2:{s:5:\"label\";s:14:\"Ecommerce Gift\";s:5:\"value\";s:18:\"ecommerce_gift.svg\";}i:458;a:2:{s:5:\"label\";s:16:\"Ecommerce Graph1\";s:5:\"value\";s:20:\"ecommerce_graph1.svg\";}i:459;a:2:{s:5:\"label\";s:16:\"Ecommerce Graph2\";s:5:\"value\";s:20:\"ecommerce_graph2.svg\";}i:460;a:2:{s:5:\"label\";s:16:\"Ecommerce Graph3\";s:5:\"value\";s:20:\"ecommerce_graph3.svg\";}i:461;a:2:{s:5:\"label\";s:24:\"Ecommerce Graph Decrease\";s:5:\"value\";s:28:\"ecommerce_graph_decrease.svg\";}i:462;a:2:{s:5:\"label\";s:24:\"Ecommerce Graph Increase\";s:5:\"value\";s:28:\"ecommerce_graph_increase.svg\";}i:463;a:2:{s:5:\"label\";s:17:\"Ecommerce Guarani\";s:5:\"value\";s:21:\"ecommerce_guarani.svg\";}i:464;a:2:{s:5:\"label\";s:14:\"Ecommerce Kips\";s:5:\"value\";s:18:\"ecommerce_kips.svg\";}i:465;a:2:{s:5:\"label\";s:14:\"Ecommerce Lira\";s:5:\"value\";s:18:\"ecommerce_lira.svg\";}i:466;a:2:{s:5:\"label\";s:19:\"Ecommerce Megaphone\";s:5:\"value\";s:23:\"ecommerce_megaphone.svg\";}i:467;a:2:{s:5:\"label\";s:15:\"Ecommerce Money\";s:5:\"value\";s:19:\"ecommerce_money.svg\";}i:468;a:2:{s:5:\"label\";s:15:\"Ecommerce Naira\";s:5:\"value\";s:19:\"ecommerce_naira.svg\";}i:469;a:2:{s:5:\"label\";s:15:\"Ecommerce Pesos\";s:5:\"value\";s:19:\"ecommerce_pesos.svg\";}i:470;a:2:{s:5:\"label\";s:15:\"Ecommerce Pound\";s:5:\"value\";s:19:\"ecommerce_pound.svg\";}i:471;a:2:{s:5:\"label\";s:17:\"Ecommerce Receipt\";s:5:\"value\";s:21:\"ecommerce_receipt.svg\";}i:472;a:2:{s:5:\"label\";s:22:\"Ecommerce Receipt Bath\";s:5:\"value\";s:26:\"ecommerce_receipt_bath.svg\";}i:473;a:2:{s:5:\"label\";s:22:\"Ecommerce Receipt Cent\";s:5:\"value\";s:26:\"ecommerce_receipt_cent.svg\";}i:474;a:2:{s:5:\"label\";s:24:\"Ecommerce Receipt Dollar\";s:5:\"value\";s:28:\"ecommerce_receipt_dollar.svg\";}i:475;a:2:{s:5:\"label\";s:22:\"Ecommerce Receipt Euro\";s:5:\"value\";s:26:\"ecommerce_receipt_euro.svg\";}i:476;a:2:{s:5:\"label\";s:23:\"Ecommerce Receipt Franc\";s:5:\"value\";s:27:\"ecommerce_receipt_franc.svg\";}i:477;a:2:{s:5:\"label\";s:25:\"Ecommerce Receipt Guarani\";s:5:\"value\";s:29:\"ecommerce_receipt_guarani.svg\";}i:478;a:2:{s:5:\"label\";s:22:\"Ecommerce Receipt Kips\";s:5:\"value\";s:26:\"ecommerce_receipt_kips.svg\";}i:479;a:2:{s:5:\"label\";s:22:\"Ecommerce Receipt Lira\";s:5:\"value\";s:26:\"ecommerce_receipt_lira.svg\";}i:480;a:2:{s:5:\"label\";s:23:\"Ecommerce Receipt Naira\";s:5:\"value\";s:27:\"ecommerce_receipt_naira.svg\";}i:481;a:2:{s:5:\"label\";s:23:\"Ecommerce Receipt Pesos\";s:5:\"value\";s:27:\"ecommerce_receipt_pesos.svg\";}i:482;a:2:{s:5:\"label\";s:23:\"Ecommerce Receipt Pound\";s:5:\"value\";s:27:\"ecommerce_receipt_pound.svg\";}i:483;a:2:{s:5:\"label\";s:23:\"Ecommerce Receipt Rublo\";s:5:\"value\";s:27:\"ecommerce_receipt_rublo.svg\";}i:484;a:2:{s:5:\"label\";s:23:\"Ecommerce Receipt Rupee\";s:5:\"value\";s:27:\"ecommerce_receipt_rupee.svg\";}i:485;a:2:{s:5:\"label\";s:24:\"Ecommerce Receipt Tugrik\";s:5:\"value\";s:28:\"ecommerce_receipt_tugrik.svg\";}i:486;a:2:{s:5:\"label\";s:21:\"Ecommerce Receipt Won\";s:5:\"value\";s:25:\"ecommerce_receipt_won.svg\";}i:487;a:2:{s:5:\"label\";s:21:\"Ecommerce Receipt Yen\";s:5:\"value\";s:25:\"ecommerce_receipt_yen.svg\";}i:488;a:2:{s:5:\"label\";s:22:\"Ecommerce Receipt Yen2\";s:5:\"value\";s:26:\"ecommerce_receipt_yen2.svg\";}i:489;a:2:{s:5:\"label\";s:22:\"Ecommerce Recept Colon\";s:5:\"value\";s:26:\"ecommerce_recept_colon.svg\";}i:490;a:2:{s:5:\"label\";s:15:\"Ecommerce Rublo\";s:5:\"value\";s:19:\"ecommerce_rublo.svg\";}i:491;a:2:{s:5:\"label\";s:15:\"Ecommerce Rupee\";s:5:\"value\";s:19:\"ecommerce_rupee.svg\";}i:492;a:2:{s:5:\"label\";s:14:\"Ecommerce Safe\";s:5:\"value\";s:18:\"ecommerce_safe.svg\";}i:493;a:2:{s:5:\"label\";s:14:\"Ecommerce Sale\";s:5:\"value\";s:18:\"ecommerce_sale.svg\";}i:494;a:2:{s:5:\"label\";s:15:\"Ecommerce Sales\";s:5:\"value\";s:19:\"ecommerce_sales.svg\";}i:495;a:2:{s:5:\"label\";s:16:\"Ecommerce Ticket\";s:5:\"value\";s:20:\"ecommerce_ticket.svg\";}i:496;a:2:{s:5:\"label\";s:17:\"Ecommerce Tugriks\";s:5:\"value\";s:21:\"ecommerce_tugriks.svg\";}i:497;a:2:{s:5:\"label\";s:16:\"Ecommerce Wallet\";s:5:\"value\";s:20:\"ecommerce_wallet.svg\";}i:498;a:2:{s:5:\"label\";s:13:\"Ecommerce Won\";s:5:\"value\";s:17:\"ecommerce_won.svg\";}i:499;a:2:{s:5:\"label\";s:13:\"Ecommerce Yen\";s:5:\"value\";s:17:\"ecommerce_yen.svg\";}i:500;a:2:{s:5:\"label\";s:14:\"Ecommerce Yen2\";s:5:\"value\";s:18:\"ecommerce_yen2.svg\";}i:501;a:2:{s:5:\"label\";s:22:\"Music Beginning Button\";s:5:\"value\";s:26:\"music_beginning_button.svg\";}i:502;a:2:{s:5:\"label\";s:10:\"Music Bell\";s:5:\"value\";s:14:\"music_bell.svg\";}i:503;a:2:{s:5:\"label\";s:8:\"Music Cd\";s:5:\"value\";s:12:\"music_cd.svg\";}i:504;a:2:{s:5:\"label\";s:14:\"Music Diapason\";s:5:\"value\";s:18:\"music_diapason.svg\";}i:505;a:2:{s:5:\"label\";s:18:\"Music Eject Button\";s:5:\"value\";s:22:\"music_eject_button.svg\";}i:506;a:2:{s:5:\"label\";s:16:\"Music End Button\";s:5:\"value\";s:20:\"music_end_button.svg\";}i:507;a:2:{s:5:\"label\";s:24:\"Music Fastforward Button\";s:5:\"value\";s:28:\"music_fastforward_button.svg\";}i:508;a:2:{s:5:\"label\";s:16:\"Music Headphones\";s:5:\"value\";s:20:\"music_headphones.svg\";}i:509;a:2:{s:5:\"label\";s:10:\"Music Ipod\";s:5:\"value\";s:14:\"music_ipod.svg\";}i:510;a:2:{s:5:\"label\";s:17:\"Music Loudspeaker\";s:5:\"value\";s:21:\"music_loudspeaker.svg\";}i:511;a:2:{s:5:\"label\";s:16:\"Music Microphone\";s:5:\"value\";s:20:\"music_microphone.svg\";}i:512;a:2:{s:5:\"label\";s:20:\"Music Microphone Old\";s:5:\"value\";s:24:\"music_microphone_old.svg\";}i:513;a:2:{s:5:\"label\";s:11:\"Music Mixer\";s:5:\"value\";s:15:\"music_mixer.svg\";}i:514;a:2:{s:5:\"label\";s:10:\"Music Mute\";s:5:\"value\";s:14:\"music_mute.svg\";}i:515;a:2:{s:5:\"label\";s:19:\"Music Note Multiple\";s:5:\"value\";s:23:\"music_note_multiple.svg\";}i:516;a:2:{s:5:\"label\";s:17:\"Music Note Single\";s:5:\"value\";s:21:\"music_note_single.svg\";}i:517;a:2:{s:5:\"label\";s:18:\"Music Pause Button\";s:5:\"value\";s:22:\"music_pause_button.svg\";}i:518;a:2:{s:5:\"label\";s:17:\"Music Play Button\";s:5:\"value\";s:21:\"music_play_button.svg\";}i:519;a:2:{s:5:\"label\";s:14:\"Music Playlist\";s:5:\"value\";s:18:\"music_playlist.svg\";}i:520;a:2:{s:5:\"label\";s:25:\"Music Radio Ghettoblaster\";s:5:\"value\";s:29:\"music_radio_ghettoblaster.svg\";}i:521;a:2:{s:5:\"label\";s:20:\"Music Radio Portable\";s:5:\"value\";s:24:\"music_radio_portable.svg\";}i:522;a:2:{s:5:\"label\";s:12:\"Music Record\";s:5:\"value\";s:16:\"music_record.svg\";}i:523;a:2:{s:5:\"label\";s:18:\"Music Recordplayer\";s:5:\"value\";s:22:\"music_recordplayer.svg\";}i:524;a:2:{s:5:\"label\";s:19:\"Music Repeat Button\";s:5:\"value\";s:23:\"music_repeat_button.svg\";}i:525;a:2:{s:5:\"label\";s:19:\"Music Rewind Button\";s:5:\"value\";s:23:\"music_rewind_button.svg\";}i:526;a:2:{s:5:\"label\";s:20:\"Music Shuffle Button\";s:5:\"value\";s:24:\"music_shuffle_button.svg\";}i:527;a:2:{s:5:\"label\";s:17:\"Music Stop Button\";s:5:\"value\";s:21:\"music_stop_button.svg\";}i:528;a:2:{s:5:\"label\";s:10:\"Music Tape\";s:5:\"value\";s:14:\"music_tape.svg\";}i:529;a:2:{s:5:\"label\";s:17:\"Music Volume Down\";s:5:\"value\";s:21:\"music_volume_down.svg\";}i:530;a:2:{s:5:\"label\";s:15:\"Music Volume Up\";s:5:\"value\";s:19:\"music_volume_up.svg\";}i:531;a:2:{s:5:\"label\";s:24:\"Software Add Vectorpoint\";s:5:\"value\";s:28:\"software_add_vectorpoint.svg\";}i:532;a:2:{s:5:\"label\";s:17:\"Software Box Oval\";s:5:\"value\";s:21:\"software_box_oval.svg\";}i:533;a:2:{s:5:\"label\";s:20:\"Software Box Polygon\";s:5:\"value\";s:24:\"software_box_polygon.svg\";}i:534;a:2:{s:5:\"label\";s:22:\"Software Box Rectangle\";s:5:\"value\";s:26:\"software_box_rectangle.svg\";}i:535;a:2:{s:5:\"label\";s:29:\"Software Box Roundedrectangle\";s:5:\"value\";s:33:\"software_box_roundedrectangle.svg\";}i:536;a:2:{s:5:\"label\";s:18:\"Software Character\";s:5:\"value\";s:22:\"software_character.svg\";}i:537;a:2:{s:5:\"label\";s:13:\"Software Crop\";s:5:\"value\";s:17:\"software_crop.svg\";}i:538;a:2:{s:5:\"label\";s:19:\"Software Eyedropper\";s:5:\"value\";s:23:\"software_eyedropper.svg\";}i:539;a:2:{s:5:\"label\";s:21:\"Software Font Allcaps\";s:5:\"value\";s:25:\"software_font_allcaps.svg\";}i:540;a:2:{s:5:\"label\";s:28:\"Software Font Baseline Shift\";s:5:\"value\";s:32:\"software_font_baseline_shift.svg\";}i:541;a:2:{s:5:\"label\";s:30:\"Software Font Horizontal Scale\";s:5:\"value\";s:34:\"software_font_horizontal_scale.svg\";}i:542;a:2:{s:5:\"label\";s:21:\"Software Font Kerning\";s:5:\"value\";s:25:\"software_font_kerning.svg\";}i:543;a:2:{s:5:\"label\";s:21:\"Software Font Leading\";s:5:\"value\";s:25:\"software_font_leading.svg\";}i:544;a:2:{s:5:\"label\";s:18:\"Software Font Size\";s:5:\"value\";s:22:\"software_font_size.svg\";}i:545;a:2:{s:5:\"label\";s:26:\"Software Font Smallcapital\";s:5:\"value\";s:30:\"software_font_smallcapital.svg\";}i:546;a:2:{s:5:\"label\";s:23:\"Software Font Smallcaps\";s:5:\"value\";s:27:\"software_font_smallcaps.svg\";}i:547;a:2:{s:5:\"label\";s:27:\"Software Font Strikethrough\";s:5:\"value\";s:31:\"software_font_strikethrough.svg\";}i:548;a:2:{s:5:\"label\";s:22:\"Software Font Tracking\";s:5:\"value\";s:26:\"software_font_tracking.svg\";}i:549;a:2:{s:5:\"label\";s:23:\"Software Font Underline\";s:5:\"value\";s:27:\"software_font_underline.svg\";}i:550;a:2:{s:5:\"label\";s:28:\"Software Font Vertical Scale\";s:5:\"value\";s:32:\"software_font_vertical_scale.svg\";}i:551;a:2:{s:5:\"label\";s:32:\"Software Horizontal Align Center\";s:5:\"value\";s:36:\"software_horizontal_align_center.svg\";}i:552;a:2:{s:5:\"label\";s:30:\"Software Horizontal Align Left\";s:5:\"value\";s:34:\"software_horizontal_align_left.svg\";}i:553;a:2:{s:5:\"label\";s:31:\"Software Horizontal Align Right\";s:5:\"value\";s:35:\"software_horizontal_align_right.svg\";}i:554;a:2:{s:5:\"label\";s:37:\"Software Horizontal Distribute Center\";s:5:\"value\";s:41:\"software_horizontal_distribute_center.svg\";}i:555;a:2:{s:5:\"label\";s:35:\"Software Horizontal Distribute Left\";s:5:\"value\";s:39:\"software_horizontal_distribute_left.svg\";}i:556;a:2:{s:5:\"label\";s:36:\"Software Horizontal Distribute Right\";s:5:\"value\";s:40:\"software_horizontal_distribute_right.svg\";}i:557;a:2:{s:5:\"label\";s:25:\"Software Indent Firstline\";s:5:\"value\";s:29:\"software_indent_firstline.svg\";}i:558;a:2:{s:5:\"label\";s:20:\"Software Indent Left\";s:5:\"value\";s:24:\"software_indent_left.svg\";}i:559;a:2:{s:5:\"label\";s:21:\"Software Indent Right\";s:5:\"value\";s:25:\"software_indent_right.svg\";}i:560;a:2:{s:5:\"label\";s:14:\"Software Lasso\";s:5:\"value\";s:18:\"software_lasso.svg\";}i:561;a:2:{s:5:\"label\";s:16:\"Software Layers1\";s:5:\"value\";s:20:\"software_layers1.svg\";}i:562;a:2:{s:5:\"label\";s:16:\"Software Layers2\";s:5:\"value\";s:20:\"software_layers2.svg\";}i:563;a:2:{s:5:\"label\";s:22:\"Software Layout-8boxes\";s:5:\"value\";s:26:\"software_layout-8boxes.svg\";}i:564;a:2:{s:5:\"label\";s:15:\"Software Layout\";s:5:\"value\";s:19:\"software_layout.svg\";}i:565;a:2:{s:5:\"label\";s:24:\"Software Layout 2columns\";s:5:\"value\";s:28:\"software_layout_2columns.svg\";}i:566;a:2:{s:5:\"label\";s:24:\"Software Layout 3columns\";s:5:\"value\";s:28:\"software_layout_3columns.svg\";}i:567;a:2:{s:5:\"label\";s:22:\"Software Layout 4boxes\";s:5:\"value\";s:26:\"software_layout_4boxes.svg\";}i:568;a:2:{s:5:\"label\";s:24:\"Software Layout 4columns\";s:5:\"value\";s:28:\"software_layout_4columns.svg\";}i:569;a:2:{s:5:\"label\";s:22:\"Software Layout 4lines\";s:5:\"value\";s:26:\"software_layout_4lines.svg\";}i:570;a:2:{s:5:\"label\";s:22:\"Software Layout Header\";s:5:\"value\";s:26:\"software_layout_header.svg\";}i:571;a:2:{s:5:\"label\";s:31:\"Software Layout Header 2columns\";s:5:\"value\";s:35:\"software_layout_header_2columns.svg\";}i:572;a:2:{s:5:\"label\";s:31:\"Software Layout Header 3columns\";s:5:\"value\";s:35:\"software_layout_header_3columns.svg\";}i:573;a:2:{s:5:\"label\";s:29:\"Software Layout Header 4boxes\";s:5:\"value\";s:33:\"software_layout_header_4boxes.svg\";}i:574;a:2:{s:5:\"label\";s:31:\"Software Layout Header 4columns\";s:5:\"value\";s:35:\"software_layout_header_4columns.svg\";}i:575;a:2:{s:5:\"label\";s:30:\"Software Layout Header Complex\";s:5:\"value\";s:34:\"software_layout_header_complex.svg\";}i:576;a:2:{s:5:\"label\";s:31:\"Software Layout Header Complex2\";s:5:\"value\";s:35:\"software_layout_header_complex2.svg\";}i:577;a:2:{s:5:\"label\";s:31:\"Software Layout Header Complex3\";s:5:\"value\";s:35:\"software_layout_header_complex3.svg\";}i:578;a:2:{s:5:\"label\";s:31:\"Software Layout Header Complex4\";s:5:\"value\";s:35:\"software_layout_header_complex4.svg\";}i:579;a:2:{s:5:\"label\";s:31:\"Software Layout Header Sideleft\";s:5:\"value\";s:35:\"software_layout_header_sideleft.svg\";}i:580;a:2:{s:5:\"label\";s:32:\"Software Layout Header Sideright\";s:5:\"value\";s:36:\"software_layout_header_sideright.svg\";}i:581;a:2:{s:5:\"label\";s:28:\"Software Layout Sidebar Left\";s:5:\"value\";s:32:\"software_layout_sidebar_left.svg\";}i:582;a:2:{s:5:\"label\";s:29:\"Software Layout Sidebar Right\";s:5:\"value\";s:33:\"software_layout_sidebar_right.svg\";}i:583;a:2:{s:5:\"label\";s:16:\"Software Magnete\";s:5:\"value\";s:20:\"software_magnete.svg\";}i:584;a:2:{s:5:\"label\";s:14:\"Software Pages\";s:5:\"value\";s:18:\"software_pages.svg\";}i:585;a:2:{s:5:\"label\";s:19:\"Software Paintbrush\";s:5:\"value\";s:23:\"software_paintbrush.svg\";}i:586;a:2:{s:5:\"label\";s:20:\"Software Paintbucket\";s:5:\"value\";s:24:\"software_paintbucket.svg\";}i:587;a:2:{s:5:\"label\";s:20:\"Software Paintroller\";s:5:\"value\";s:24:\"software_paintroller.svg\";}i:588;a:2:{s:5:\"label\";s:18:\"Software Paragraph\";s:5:\"value\";s:22:\"software_paragraph.svg\";}i:589;a:2:{s:5:\"label\";s:29:\"Software Paragraph Align Left\";s:5:\"value\";s:33:\"software_paragraph_align_left.svg\";}i:590;a:2:{s:5:\"label\";s:30:\"Software Paragraph Align Right\";s:5:\"value\";s:34:\"software_paragraph_align_right.svg\";}i:591;a:2:{s:5:\"label\";s:25:\"Software Paragraph Center\";s:5:\"value\";s:29:\"software_paragraph_center.svg\";}i:592;a:2:{s:5:\"label\";s:30:\"Software Paragraph Justify All\";s:5:\"value\";s:34:\"software_paragraph_justify_all.svg\";}i:593;a:2:{s:5:\"label\";s:33:\"Software Paragraph Justify Center\";s:5:\"value\";s:37:\"software_paragraph_justify_center.svg\";}i:594;a:2:{s:5:\"label\";s:31:\"Software Paragraph Justify Left\";s:5:\"value\";s:35:\"software_paragraph_justify_left.svg\";}i:595;a:2:{s:5:\"label\";s:32:\"Software Paragraph Justify Right\";s:5:\"value\";s:36:\"software_paragraph_justify_right.svg\";}i:596;a:2:{s:5:\"label\";s:30:\"Software Paragraph Space After\";s:5:\"value\";s:34:\"software_paragraph_space_after.svg\";}i:597;a:2:{s:5:\"label\";s:31:\"Software Paragraph Space Before\";s:5:\"value\";s:35:\"software_paragraph_space_before.svg\";}i:598;a:2:{s:5:\"label\";s:27:\"Software Pathfinder Exclude\";s:5:\"value\";s:31:\"software_pathfinder_exclude.svg\";}i:599;a:2:{s:5:\"label\";s:29:\"Software Pathfinder Intersect\";s:5:\"value\";s:33:\"software_pathfinder_intersect.svg\";}i:600;a:2:{s:5:\"label\";s:28:\"Software Pathfinder Subtract\";s:5:\"value\";s:32:\"software_pathfinder_subtract.svg\";}i:601;a:2:{s:5:\"label\";s:25:\"Software Pathfinder Unite\";s:5:\"value\";s:29:\"software_pathfinder_unite.svg\";}i:602;a:2:{s:5:\"label\";s:12:\"Software Pen\";s:5:\"value\";s:16:\"software_pen.svg\";}i:603;a:2:{s:5:\"label\";s:16:\"Software Pen Add\";s:5:\"value\";s:20:\"software_pen_add.svg\";}i:604;a:2:{s:5:\"label\";s:19:\"Software Pen Remove\";s:5:\"value\";s:23:\"software_pen_remove.svg\";}i:605;a:2:{s:5:\"label\";s:15:\"Software Pencil\";s:5:\"value\";s:19:\"software_pencil.svg\";}i:606;a:2:{s:5:\"label\";s:23:\"Software Polygonallasso\";s:5:\"value\";s:27:\"software_polygonallasso.svg\";}i:607;a:2:{s:5:\"label\";s:27:\"Software Reflect Horizontal\";s:5:\"value\";s:31:\"software_reflect_horizontal.svg\";}i:608;a:2:{s:5:\"label\";s:25:\"Software Reflect Vertical\";s:5:\"value\";s:29:\"software_reflect_vertical.svg\";}i:609;a:2:{s:5:\"label\";s:27:\"Software Remove Vectorpoint\";s:5:\"value\";s:31:\"software_remove_vectorpoint.svg\";}i:610;a:2:{s:5:\"label\";s:21:\"Software Scale Expand\";s:5:\"value\";s:25:\"software_scale_expand.svg\";}i:611;a:2:{s:5:\"label\";s:21:\"Software Scale Reduce\";s:5:\"value\";s:25:\"software_scale_reduce.svg\";}i:612;a:2:{s:5:\"label\";s:23:\"Software Selection Oval\";s:5:\"value\";s:27:\"software_selection_oval.svg\";}i:613;a:2:{s:5:\"label\";s:26:\"Software Selection Polygon\";s:5:\"value\";s:30:\"software_selection_polygon.svg\";}i:614;a:2:{s:5:\"label\";s:28:\"Software Selection Rectangle\";s:5:\"value\";s:32:\"software_selection_rectangle.svg\";}i:615;a:2:{s:5:\"label\";s:35:\"Software Selection Roundedrectangle\";s:5:\"value\";s:39:\"software_selection_roundedrectangle.svg\";}i:616;a:2:{s:5:\"label\";s:19:\"Software Shape Oval\";s:5:\"value\";s:23:\"software_shape_oval.svg\";}i:617;a:2:{s:5:\"label\";s:22:\"Software Shape Polygon\";s:5:\"value\";s:26:\"software_shape_polygon.svg\";}i:618;a:2:{s:5:\"label\";s:24:\"Software Shape Rectangle\";s:5:\"value\";s:28:\"software_shape_rectangle.svg\";}i:619;a:2:{s:5:\"label\";s:31:\"Software Shape Roundedrectangle\";s:5:\"value\";s:35:\"software_shape_roundedrectangle.svg\";}i:620;a:2:{s:5:\"label\";s:14:\"Software Slice\";s:5:\"value\";s:18:\"software_slice.svg\";}i:621;a:2:{s:5:\"label\";s:25:\"Software Transform Bezier\";s:5:\"value\";s:29:\"software_transform_bezier.svg\";}i:622;a:2:{s:5:\"label\";s:19:\"Software Vector Box\";s:5:\"value\";s:23:\"software_vector_box.svg\";}i:623;a:2:{s:5:\"label\";s:25:\"Software Vector Composite\";s:5:\"value\";s:29:\"software_vector_composite.svg\";}i:624;a:2:{s:5:\"label\";s:20:\"Software Vector Line\";s:5:\"value\";s:24:\"software_vector_line.svg\";}i:625;a:2:{s:5:\"label\";s:30:\"Software Vertical Align Bottom\";s:5:\"value\";s:34:\"software_vertical_align_bottom.svg\";}i:626;a:2:{s:5:\"label\";s:30:\"Software Vertical Align Center\";s:5:\"value\";s:34:\"software_vertical_align_center.svg\";}i:627;a:2:{s:5:\"label\";s:27:\"Software Vertical Align Top\";s:5:\"value\";s:31:\"software_vertical_align_top.svg\";}i:628;a:2:{s:5:\"label\";s:35:\"Software Vertical Distribute Bottom\";s:5:\"value\";s:39:\"software_vertical_distribute_bottom.svg\";}i:629;a:2:{s:5:\"label\";s:35:\"Software Vertical Distribute Center\";s:5:\"value\";s:39:\"software_vertical_distribute_center.svg\";}i:630;a:2:{s:5:\"label\";s:32:\"Software Vertical Distribute Top\";s:5:\"value\";s:36:\"software_vertical_distribute_top.svg\";}i:631;a:2:{s:5:\"label\";s:16:\"Weather Aquarius\";s:5:\"value\";s:20:\"weather_aquarius.svg\";}i:632;a:2:{s:5:\"label\";s:13:\"Weather Aries\";s:5:\"value\";s:17:\"weather_aries.svg\";}i:633;a:2:{s:5:\"label\";s:14:\"Weather Cancer\";s:5:\"value\";s:18:\"weather_cancer.svg\";}i:634;a:2:{s:5:\"label\";s:17:\"Weather Capricorn\";s:5:\"value\";s:21:\"weather_capricorn.svg\";}i:635;a:2:{s:5:\"label\";s:13:\"Weather Cloud\";s:5:\"value\";s:17:\"weather_cloud.svg\";}i:636;a:2:{s:5:\"label\";s:18:\"Weather Cloud Drop\";s:5:\"value\";s:22:\"weather_cloud_drop.svg\";}i:637;a:2:{s:5:\"label\";s:23:\"Weather Cloud Lightning\";s:5:\"value\";s:27:\"weather_cloud_lightning.svg\";}i:638;a:2:{s:5:\"label\";s:23:\"Weather Cloud Snowflake\";s:5:\"value\";s:27:\"weather_cloud_snowflake.svg\";}i:639;a:2:{s:5:\"label\";s:25:\"Weather Downpour Fullmoon\";s:5:\"value\";s:29:\"weather_downpour_fullmoon.svg\";}i:640;a:2:{s:5:\"label\";s:25:\"Weather Downpour Halfmoon\";s:5:\"value\";s:29:\"weather_downpour_halfmoon.svg\";}i:641;a:2:{s:5:\"label\";s:20:\"Weather Downpour Sun\";s:5:\"value\";s:24:\"weather_downpour_sun.svg\";}i:642;a:2:{s:5:\"label\";s:12:\"Weather Drop\";s:5:\"value\";s:16:\"weather_drop.svg\";}i:643;a:2:{s:5:\"label\";s:22:\"Weather First Quarter \";s:5:\"value\";s:26:\"weather_first_quarter .svg\";}i:644;a:2:{s:5:\"label\";s:11:\"Weather Fog\";s:5:\"value\";s:15:\"weather_fog.svg\";}i:645;a:2:{s:5:\"label\";s:20:\"Weather Fog Fullmoon\";s:5:\"value\";s:24:\"weather_fog_fullmoon.svg\";}i:646;a:2:{s:5:\"label\";s:20:\"Weather Fog Halfmoon\";s:5:\"value\";s:24:\"weather_fog_halfmoon.svg\";}i:647;a:2:{s:5:\"label\";s:15:\"Weather Fog Sun\";s:5:\"value\";s:19:\"weather_fog_sun.svg\";}i:648;a:2:{s:5:\"label\";s:16:\"Weather Fullmoon\";s:5:\"value\";s:20:\"weather_fullmoon.svg\";}i:649;a:2:{s:5:\"label\";s:14:\"Weather Gemini\";s:5:\"value\";s:18:\"weather_gemini.svg\";}i:650;a:2:{s:5:\"label\";s:12:\"Weather Hail\";s:5:\"value\";s:16:\"weather_hail.svg\";}i:651;a:2:{s:5:\"label\";s:21:\"Weather Hail Fullmoon\";s:5:\"value\";s:25:\"weather_hail_fullmoon.svg\";}i:652;a:2:{s:5:\"label\";s:21:\"Weather Hail Halfmoon\";s:5:\"value\";s:25:\"weather_hail_halfmoon.svg\";}i:653;a:2:{s:5:\"label\";s:16:\"Weather Hail Sun\";s:5:\"value\";s:20:\"weather_hail_sun.svg\";}i:654;a:2:{s:5:\"label\";s:20:\"Weather Last Quarter\";s:5:\"value\";s:24:\"weather_last_quarter.svg\";}i:655;a:2:{s:5:\"label\";s:11:\"Weather Leo\";s:5:\"value\";s:15:\"weather_leo.svg\";}i:656;a:2:{s:5:\"label\";s:13:\"Weather Libra\";s:5:\"value\";s:17:\"weather_libra.svg\";}i:657;a:2:{s:5:\"label\";s:17:\"Weather Lightning\";s:5:\"value\";s:21:\"weather_lightning.svg\";}i:658;a:2:{s:5:\"label\";s:17:\"Weather Mistyrain\";s:5:\"value\";s:21:\"weather_mistyrain.svg\";}i:659;a:2:{s:5:\"label\";s:26:\"Weather Mistyrain Fullmoon\";s:5:\"value\";s:30:\"weather_mistyrain_fullmoon.svg\";}i:660;a:2:{s:5:\"label\";s:26:\"Weather Mistyrain Halfmoon\";s:5:\"value\";s:30:\"weather_mistyrain_halfmoon.svg\";}i:661;a:2:{s:5:\"label\";s:21:\"Weather Mistyrain Sun\";s:5:\"value\";s:25:\"weather_mistyrain_sun.svg\";}i:662;a:2:{s:5:\"label\";s:12:\"Weather Moon\";s:5:\"value\";s:16:\"weather_moon.svg\";}i:663;a:2:{s:5:\"label\";s:21:\"Weather Moondown Full\";s:5:\"value\";s:25:\"weather_moondown_full.svg\";}i:664;a:2:{s:5:\"label\";s:21:\"Weather Moondown Half\";s:5:\"value\";s:25:\"weather_moondown_half.svg\";}i:665;a:2:{s:5:\"label\";s:20:\"Weather Moonset Full\";s:5:\"value\";s:24:\"weather_moonset_full.svg\";}i:666;a:2:{s:5:\"label\";s:20:\"Weather Moonset Half\";s:5:\"value\";s:24:\"weather_moonset_half.svg\";}i:667;a:2:{s:5:\"label\";s:13:\"Weather Move2\";s:5:\"value\";s:17:\"weather_move2.svg\";}i:668;a:2:{s:5:\"label\";s:15:\"Weather Newmoon\";s:5:\"value\";s:19:\"weather_newmoon.svg\";}i:669;a:2:{s:5:\"label\";s:14:\"Weather Pisces\";s:5:\"value\";s:18:\"weather_pisces.svg\";}i:670;a:2:{s:5:\"label\";s:12:\"Weather Rain\";s:5:\"value\";s:16:\"weather_rain.svg\";}i:671;a:2:{s:5:\"label\";s:21:\"Weather Rain Fullmoon\";s:5:\"value\";s:25:\"weather_rain_fullmoon.svg\";}i:672;a:2:{s:5:\"label\";s:21:\"Weather Rain Halfmoon\";s:5:\"value\";s:25:\"weather_rain_halfmoon.svg\";}i:673;a:2:{s:5:\"label\";s:16:\"Weather Rain Sun\";s:5:\"value\";s:20:\"weather_rain_sun.svg\";}i:674;a:2:{s:5:\"label\";s:19:\"Weather Sagittarius\";s:5:\"value\";s:23:\"weather_sagittarius.svg\";}i:675;a:2:{s:5:\"label\";s:15:\"Weather Scorpio\";s:5:\"value\";s:19:\"weather_scorpio.svg\";}i:676;a:2:{s:5:\"label\";s:12:\"Weather Snow\";s:5:\"value\";s:16:\"weather_snow.svg\";}i:677;a:2:{s:5:\"label\";s:21:\"Weather Snow Fullmoon\";s:5:\"value\";s:25:\"weather_snow_fullmoon.svg\";}i:678;a:2:{s:5:\"label\";s:21:\"Weather Snow Halfmoon\";s:5:\"value\";s:25:\"weather_snow_halfmoon.svg\";}i:679;a:2:{s:5:\"label\";s:16:\"Weather Snow Sun\";s:5:\"value\";s:20:\"weather_snow_sun.svg\";}i:680;a:2:{s:5:\"label\";s:17:\"Weather Snowflake\";s:5:\"value\";s:21:\"weather_snowflake.svg\";}i:681;a:2:{s:5:\"label\";s:12:\"Weather Star\";s:5:\"value\";s:16:\"weather_star.svg\";}i:682;a:2:{s:5:\"label\";s:16:\"Weather Storm-11\";s:5:\"value\";s:20:\"weather_storm-11.svg\";}i:683;a:2:{s:5:\"label\";s:16:\"Weather Storm-32\";s:5:\"value\";s:20:\"weather_storm-32.svg\";}i:684;a:2:{s:5:\"label\";s:22:\"Weather Storm Fullmoon\";s:5:\"value\";s:26:\"weather_storm_fullmoon.svg\";}i:685;a:2:{s:5:\"label\";s:22:\"Weather Storm Halfmoon\";s:5:\"value\";s:26:\"weather_storm_halfmoon.svg\";}i:686;a:2:{s:5:\"label\";s:17:\"Weather Storm Sun\";s:5:\"value\";s:21:\"weather_storm_sun.svg\";}i:687;a:2:{s:5:\"label\";s:11:\"Weather Sun\";s:5:\"value\";s:15:\"weather_sun.svg\";}i:688;a:2:{s:5:\"label\";s:15:\"Weather Sundown\";s:5:\"value\";s:19:\"weather_sundown.svg\";}i:689;a:2:{s:5:\"label\";s:14:\"Weather Sunset\";s:5:\"value\";s:18:\"weather_sunset.svg\";}i:690;a:2:{s:5:\"label\";s:14:\"Weather Taurus\";s:5:\"value\";s:18:\"weather_taurus.svg\";}i:691;a:2:{s:5:\"label\";s:15:\"Weather Tempest\";s:5:\"value\";s:19:\"weather_tempest.svg\";}i:692;a:2:{s:5:\"label\";s:24:\"Weather Tempest Fullmoon\";s:5:\"value\";s:28:\"weather_tempest_fullmoon.svg\";}i:693;a:2:{s:5:\"label\";s:24:\"Weather Tempest Halfmoon\";s:5:\"value\";s:28:\"weather_tempest_halfmoon.svg\";}i:694;a:2:{s:5:\"label\";s:19:\"Weather Tempest Sun\";s:5:\"value\";s:23:\"weather_tempest_sun.svg\";}i:695;a:2:{s:5:\"label\";s:25:\"Weather Variable Fullmoon\";s:5:\"value\";s:29:\"weather_variable_fullmoon.svg\";}i:696;a:2:{s:5:\"label\";s:25:\"Weather Variable Halfmoon\";s:5:\"value\";s:29:\"weather_variable_halfmoon.svg\";}i:697;a:2:{s:5:\"label\";s:20:\"Weather Variable Sun\";s:5:\"value\";s:24:\"weather_variable_sun.svg\";}i:698;a:2:{s:5:\"label\";s:13:\"Weather Virgo\";s:5:\"value\";s:17:\"weather_virgo.svg\";}i:699;a:2:{s:5:\"label\";s:22:\"Weather Waning Cresent\";s:5:\"value\";s:26:\"weather_waning_cresent.svg\";}i:700;a:2:{s:5:\"label\";s:22:\"Weather Waning Gibbous\";s:5:\"value\";s:26:\"weather_waning_gibbous.svg\";}i:701;a:2:{s:5:\"label\";s:22:\"Weather Waxing Cresent\";s:5:\"value\";s:26:\"weather_waxing_cresent.svg\";}i:702;a:2:{s:5:\"label\";s:22:\"Weather Waxing Gibbous\";s:5:\"value\";s:26:\"weather_waxing_gibbous.svg\";}i:703;a:2:{s:5:\"label\";s:12:\"Weather Wind\";s:5:\"value\";s:16:\"weather_wind.svg\";}i:704;a:2:{s:5:\"label\";s:14:\"Weather Wind E\";s:5:\"value\";s:18:\"weather_wind_E.svg\";}i:705;a:2:{s:5:\"label\";s:14:\"Weather Wind N\";s:5:\"value\";s:18:\"weather_wind_N.svg\";}i:706;a:2:{s:5:\"label\";s:15:\"Weather Wind NE\";s:5:\"value\";s:19:\"weather_wind_NE.svg\";}i:707;a:2:{s:5:\"label\";s:15:\"Weather Wind NW\";s:5:\"value\";s:19:\"weather_wind_NW.svg\";}i:708;a:2:{s:5:\"label\";s:14:\"Weather Wind S\";s:5:\"value\";s:18:\"weather_wind_S.svg\";}i:709;a:2:{s:5:\"label\";s:15:\"Weather Wind SE\";s:5:\"value\";s:19:\"weather_wind_SE.svg\";}i:710;a:2:{s:5:\"label\";s:15:\"Weather Wind SW\";s:5:\"value\";s:19:\"weather_wind_SW.svg\";}i:711;a:2:{s:5:\"label\";s:14:\"Weather Wind W\";s:5:\"value\";s:18:\"weather_wind_W.svg\";}i:712;a:2:{s:5:\"label\";s:21:\"Weather Wind Fullmoon\";s:5:\"value\";s:25:\"weather_wind_fullmoon.svg\";}i:713;a:2:{s:5:\"label\";s:21:\"Weather Wind Halfmoon\";s:5:\"value\";s:25:\"weather_wind_halfmoon.svg\";}i:714;a:2:{s:5:\"label\";s:16:\"Weather Wind Sun\";s:5:\"value\";s:20:\"weather_wind_sun.svg\";}i:715;a:2:{s:5:\"label\";s:16:\"Weather Windgust\";s:5:\"value\";s:20:\"weather_windgust.svg\";}}s:4:\"desc\";s:8:\"Optional\";}i:1;a:4:{s:5:\"label\";s:8:\"Sub-Text\";s:2:\"id\";s:7:\"subtext\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:8:\"Optional\";}}s:7:\"section\";s:6:\"header\";}i:95;a:5:{s:5:\"label\";s:31:\"Secondary Area Text Icon Height\";s:2:\"id\";s:29:\"secondarymenu_text_svg_height\";s:4:\"desc\";s:76:\"This changes the height of the icons inside "Secondary Area Text".\";s:4:\"type\";s:11:\"measurement\";s:7:\"section\";s:6:\"header\";}i:96;a:5:{s:5:\"label\";s:29:\"Secondary Area Text Font-Size\";s:2:\"id\";s:25:\"secondarymenu_text_font_1\";s:4:\"type\";s:10:\"typography\";s:4:\"desc\";s:71:\"Typography Setting for the texts inside "Secondary Area Text"\";s:7:\"section\";s:6:\"header\";}i:97;a:5:{s:5:\"label\";s:33:\"Secondary Area Sub-Text Font-Size\";s:2:\"id\";s:25:\"secondarymenu_text_font_2\";s:4:\"type\";s:10:\"typography\";s:4:\"desc\";s:75:\"Typography Setting for the sub-texts inside "Secondary Area Text"\";s:7:\"section\";s:6:\"header\";}i:98;a:4:{s:2:\"id\";s:11:\"header_tab3\";s:5:\"label\";s:19:\"Sub-Header Settings\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:6:\"header\";}i:99;a:6:{s:5:\"label\";s:18:\"Display Sub-Header\";s:2:\"id\";s:9:\"subheader\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:41:\"Would you like to display the Sub-Header?\";s:3:\"std\";s:3:\"off\";s:7:\"section\";s:6:\"header\";}i:100;a:6:{s:5:\"label\";s:21:\"Sub-Header Full Width\";s:2:\"id\";s:24:\"thb_subheader_full_width\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:96:\"By default, the subheader on revolution is limited to the grid, you can make it full width here.\";s:3:\"std\";s:3:\"off\";s:7:\"section\";s:6:\"header\";}i:101;a:6:{s:5:\"label\";s:16:\"Sub-Header Style\";s:2:\"id\";s:15:\"subheader_style\";s:4:\"type\";s:11:\"radio-image\";s:4:\"desc\";s:45:\"Which sub-header style would you like to use?\";s:3:\"std\";s:6:\"style1\";s:7:\"section\";s:6:\"header\";}i:102;a:5:{s:5:\"label\";s:16:\"Sub-Header Color\";s:2:\"id\";s:15:\"subheader_color\";s:4:\"type\";s:11:\"radio-image\";s:3:\"std\";s:5:\"light\";s:7:\"section\";s:6:\"header\";}i:103;a:7:{s:5:\"label\";s:15:\"Sub-Header Menu\";s:2:\"id\";s:14:\"subheader_menu\";s:4:\"type\";s:11:\"menu_select\";s:4:\"desc\";s:38:\"Menu to be displayed on the sub-header\";s:7:\"section\";s:6:\"header\";s:8:\"operator\";s:2:\"or\";s:9:\"condition\";s:53:\"subheader_style:is(style2),subheader_style:is(style3)\";}i:104;a:6:{s:5:\"label\";s:15:\"Sub-Header Text\";s:2:\"id\";s:14:\"subheader_text\";s:4:\"type\";s:8:\"textarea\";s:4:\"desc\";s:38:\"This content appears on the sub-header\";s:4:\"rows\";s:1:\"4\";s:7:\"section\";s:6:\"header\";}i:105;a:5:{s:5:\"label\";s:23:\"Sub-Header Social Links\";s:2:\"id\";s:21:\"subheader_social_link\";s:4:\"type\";s:12:\"social-links\";s:4:\"desc\";s:57:\"Add your desired Social Links inside the sub-header here.\";s:7:\"section\";s:6:\"header\";}i:106;a:4:{s:2:\"id\";s:11:\"header_tab4\";s:5:\"label\";s:20:\"Mobile Menu Settings\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:6:\"header\";}i:107;a:7:{s:5:\"label\";s:17:\"Mobile Menu Style\";s:2:\"id\";s:17:\"mobile_menu_style\";s:4:\"type\";s:5:\"radio\";s:4:\"desc\";s:42:\"You can choose your mobile menu style here\";s:7:\"choices\";a:3:{i:0;a:2:{s:5:\"label\";s:17:\"Style 1 (Regular)\";s:5:\"value\";s:6:\"style1\";}i:1;a:2:{s:5:\"label\";s:21:\"Style 2 (Full Screen)\";s:5:\"value\";s:6:\"style2\";}i:2;a:2:{s:5:\"label\";s:36:\"Style 3 (70% with Image on the left)\";s:5:\"value\";s:6:\"style3\";}}s:3:\"std\";s:6:\"style1\";s:7:\"section\";s:6:\"header\";}i:108;a:7:{s:5:\"label\";s:24:\"Mobile Submenu Behaviour\";s:2:\"id\";s:17:\"submenu_behaviour\";s:4:\"type\";s:5:\"radio\";s:4:\"desc\";s:41:\"You can choose how your arrows signs work\";s:7:\"choices\";a:2:{i:0;a:2:{s:5:\"label\";s:32:\"Default - Clickable parent links\";s:5:\"value\";s:11:\"thb-default\";}i:1;a:2:{s:5:\"label\";s:41:\"Open Submenu - Parent links open submenus\";s:5:\"value\";s:11:\"thb-submenu\";}}s:3:\"std\";s:11:\"thb-submenu\";s:7:\"section\";s:6:\"header\";}i:109;a:5:{s:5:\"label\";s:17:\"Mobile Menu Color\";s:2:\"id\";s:17:\"mobile_menu_color\";s:4:\"type\";s:11:\"radio-image\";s:3:\"std\";s:5:\"light\";s:7:\"section\";s:6:\"header\";}i:110;a:6:{s:5:\"label\";s:15:\"Display Search?\";s:2:\"id\";s:18:\"mobile_menu_search\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:63:\"Would you like to display a search form inside the mobile menu?\";s:3:\"std\";s:3:\"off\";s:7:\"section\";s:6:\"header\";}i:111;a:6:{s:5:\"label\";s:13:\"Header Button\";s:2:\"id\";s:20:\"header_button_mobile\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:176:\"You can enable displaying the Header Button (from Secondary Area) on the mobile menu. It will only be visible on mobile screens where the header button is hidden on the header.\";s:3:\"std\";s:3:\"off\";s:7:\"section\";s:6:\"header\";}i:112;a:6:{s:5:\"label\";s:18:\"Mobile Menu Footer\";s:2:\"id\";s:18:\"mobile_menu_footer\";s:4:\"type\";s:8:\"textarea\";s:4:\"desc\";s:81:\"This content appears at the bottom of the menu. You can use your shortcodes here.\";s:4:\"rows\";s:1:\"4\";s:7:\"section\";s:6:\"header\";}i:113;a:5:{s:5:\"label\";s:24:\"Mobile Menu Social Links\";s:2:\"id\";s:23:\"mobile_menu_social_link\";s:4:\"type\";s:12:\"social-links\";s:4:\"desc\";s:58:\"Add your desired Social Links next to the mobile menu here\";s:7:\"section\";s:6:\"header\";}i:114;a:4:{s:2:\"id\";s:11:\"header_tab5\";s:5:\"label\";s:13:\"Logo Settings\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:6:\"header\";}i:115;a:5:{s:5:\"label\";s:11:\"Logo Height\";s:2:\"id\";s:11:\"logo_height\";s:4:\"type\";s:11:\"measurement\";s:4:\"desc\";s:129:\"You can modify the logo height from here. This is maximum height, so your logo may get smaller depending on spacing inside header\";s:7:\"section\";s:6:\"header\";}i:116;a:5:{s:5:\"label\";s:18:\"Mobile Logo Height\";s:2:\"id\";s:18:\"logo_height_mobile\";s:4:\"type\";s:11:\"measurement\";s:4:\"desc\";s:54:\"You can modify the logo height for the mobile screens.\";s:7:\"section\";s:6:\"header\";}i:117;a:5:{s:5:\"label\";s:24:\"Dark Logo Upload (black)\";s:2:\"id\";s:4:\"logo\";s:4:\"type\";s:6:\"upload\";s:4:\"desc\";s:144:\"You can upload your own logo here. Since this theme is retina-ready, <strong>please upload a double the size you set above.</strong>\";s:7:\"section\";s:6:\"header\";}i:118;a:5:{s:5:\"label\";s:25:\"Light Logo Upload (white)\";s:2:\"id\";s:10:\"logo_light\";s:4:\"type\";s:6:\"upload\";s:4:\"desc\";s:144:\"You can upload your own logo here. Since this theme is retina-ready, <strong>please upload a double the size you set above.</strong>\";s:7:\"section\";s:6:\"header\";}i:119;a:4:{s:2:\"id\";s:11:\"header_tab6\";s:5:\"label\";s:12:\"Measurements\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:6:\"header\";}i:120;a:5:{s:5:\"label\";s:14:\"Header Padding\";s:2:\"id\";s:14:\"header_padding\";s:4:\"type\";s:7:\"spacing\";s:4:\"desc\";s:59:\"This affects header on large screens. The values are in px.\";s:7:\"section\";s:6:\"header\";}i:121;a:5:{s:5:\"label\";s:20:\"Fixed Header Padding\";s:2:\"id\";s:20:\"header_padding_fixed\";s:4:\"type\";s:7:\"spacing\";s:4:\"desc\";s:69:\"This affects the fixed header on large screens. The values are in px.\";s:7:\"section\";s:6:\"header\";}i:122;a:5:{s:5:\"label\";s:21:\"Mobile Header Padding\";s:2:\"id\";s:21:\"header_padding_mobile\";s:4:\"type\";s:7:\"spacing\";s:4:\"desc\";s:74:\"This affects header on mobile screens for both regular and fixed versions.\";s:7:\"section\";s:6:\"header\";}i:123;a:5:{s:5:\"label\";s:16:\"Subheader Height\";s:2:\"id\";s:16:\"subheader_height\";s:4:\"desc\";s:47:\"This changes the height of the subheader".\";s:4:\"type\";s:11:\"measurement\";s:7:\"section\";s:6:\"header\";}i:124;a:4:{s:2:\"id\";s:11:\"footer_tab0\";s:5:\"label\";s:15:\"Footer Settings\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:6:\"footer\";}i:125;a:6:{s:5:\"label\";s:14:\"Display Footer\";s:2:\"id\";s:6:\"footer\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:37:\"Would you like to display the Footer?\";s:3:\"std\";s:2:\"on\";s:7:\"section\";s:6:\"footer\";}i:126;a:6:{s:5:\"label\";s:10:\"Full Width\";s:2:\"id\";s:17:\"footer_full_width\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:111:\"By default, the footer on Revolution is limited to the grid. You can extend it to full width using this option.\";s:3:\"std\";s:3:\"off\";s:7:\"section\";s:6:\"footer\";}i:127;a:6:{s:5:\"label\";s:13:\"Footer Effect\";s:2:\"id\";s:13:\"footer_effect\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:71:\"Would you like to use the fold effect? This also affects the sub-footer\";s:3:\"std\";s:3:\"off\";s:7:\"section\";s:6:\"footer\";}i:128;a:8:{s:5:\"label\";s:13:\"Footer Shadow\";s:2:\"id\";s:13:\"footer_shadow\";s:4:\"type\";s:5:\"radio\";s:4:\"desc\";s:37:\"You can change the footer shadow here\";s:7:\"choices\";a:3:{i:0;a:2:{s:5:\"label\";s:4:\"None\";s:5:\"value\";s:4:\"none\";}i:1;a:2:{s:5:\"label\";s:5:\"Light\";s:5:\"value\";s:5:\"light\";}i:2;a:2:{s:5:\"label\";s:5:\"Heavy\";s:5:\"value\";s:5:\"heavy\";}}s:3:\"std\";s:5:\"heavy\";s:7:\"section\";s:6:\"footer\";s:9:\"condition\";s:20:\"footer_effect:is(on)\";}i:129;a:6:{s:5:\"label\";s:20:\"Display Footer Logo?\";s:2:\"id\";s:11:\"footer_logo\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:60:\"Would you like to display the Footer Logo on top of widgets?\";s:3:\"std\";s:3:\"off\";s:7:\"section\";s:6:\"footer\";}i:130;a:6:{s:5:\"label\";s:18:\"Footer Logo Upload\";s:2:\"id\";s:18:\"footer_logo_upload\";s:4:\"type\";s:6:\"upload\";s:4:\"desc\";s:151:\"You can upload your own footer logo here. Since this theme is retina-ready, <strong>please upload a double the size you set below.</strong>\";s:7:\"section\";s:6:\"footer\";s:9:\"condition\";s:18:\"footer_logo:is(on)\";}i:131;a:6:{s:5:\"label\";s:18:\"Footer Logo Height\";s:2:\"id\";s:18:\"footer_logo_height\";s:4:\"type\";s:11:\"measurement\";s:4:\"desc\";s:136:\"You can modify the footer logo height from here. This is maximum height, so your logo may get smaller depending on spacing inside footer\";s:7:\"section\";s:6:\"footer\";s:9:\"condition\";s:18:\"footer_logo:is(on)\";}i:132;a:5:{s:5:\"label\";s:18:\"Footer Top Content\";s:2:\"id\";s:18:\"footer_top_content\";s:4:\"type\";s:11:\"page-select\";s:4:\"desc\";s:60:\"This allows you to add contents of a page inside the footer.\";s:7:\"section\";s:6:\"footer\";}i:133;a:6:{s:5:\"label\";s:14:\"Footer Columns\";s:2:\"id\";s:14:\"footer_columns\";s:4:\"type\";s:11:\"radio-image\";s:4:\"desc\";s:48:\"You can change the layout of footer columns here\";s:3:\"std\";s:12:\"threecolumns\";s:7:\"section\";s:6:\"footer\";}i:134;a:6:{s:5:\"label\";s:12:\"Footer Color\";s:2:\"id\";s:12:\"footer_color\";s:4:\"type\";s:11:\"radio-image\";s:4:\"desc\";s:112:\"You can choose your footer color here. You can also change your footer background from "Customization"\";s:3:\"std\";s:5:\"light\";s:7:\"section\";s:6:\"footer\";}i:135;a:4:{s:2:\"id\";s:11:\"footer_tab2\";s:5:\"label\";s:19:\"Sub-Footer Settings\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:6:\"footer\";}i:136;a:6:{s:5:\"label\";s:18:\"Display Sub-Footer\";s:2:\"id\";s:9:\"subfooter\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:41:\"Would you like to display the Sub-Footer?\";s:3:\"std\";s:3:\"off\";s:7:\"section\";s:6:\"footer\";}i:137;a:6:{s:5:\"label\";s:10:\"Full Width\";s:2:\"id\";s:20:\"subfooter_full_width\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:115:\"By default, the sub-footer on Revolution is limited to the grid. You can extend it to full width using this option.\";s:3:\"std\";s:3:\"off\";s:7:\"section\";s:6:\"footer\";}i:138;a:6:{s:5:\"label\";s:16:\"Sub-Footer Style\";s:2:\"id\";s:15:\"subfooter_style\";s:4:\"type\";s:11:\"radio-image\";s:4:\"desc\";s:44:\"Which subfooter style would you like to use?\";s:3:\"std\";s:6:\"style1\";s:7:\"section\";s:6:\"footer\";}i:139;a:6:{s:5:\"label\";s:24:\"Display Sub-Footer Logo?\";s:2:\"id\";s:14:\"subfooter_logo\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:45:\"Would you like to display the Subfooter Logo?\";s:3:\"std\";s:3:\"off\";s:7:\"section\";s:6:\"footer\";}i:140;a:6:{s:5:\"label\";s:15:\"Sub-Footer Logo\";s:2:\"id\";s:21:\"subfooter_logo_upload\";s:4:\"type\";s:6:\"upload\";s:4:\"desc\";s:142:\"You can upload your own subfooter logo here. Since this theme is retina-ready, <strong>please upload a double size image.</strong>\";s:7:\"section\";s:6:\"footer\";s:9:\"condition\";s:21:\"subfooter_logo:is(on)\";}i:141;a:6:{s:5:\"label\";s:22:\"Sub-Footer Logo Height\";s:2:\"id\";s:21:\"subfooter_logo_height\";s:4:\"type\";s:11:\"measurement\";s:4:\"desc\";s:129:\"You can modify the subfooter logo height from here. This is maximum height, so your logo may get smaller depending on screen size\";s:7:\"section\";s:6:\"footer\";s:9:\"condition\";s:21:\"subfooter_logo:is(on)\";}i:142;a:7:{s:5:\"label\";s:15:\"Sub-Footer Menu\";s:2:\"id\";s:14:\"subfooter_menu\";s:4:\"type\";s:11:\"menu_select\";s:4:\"desc\";s:37:\"Menu to be displayed on the subfooter\";s:7:\"section\";s:6:\"footer\";s:8:\"operator\";s:2:\"or\";s:9:\"condition\";s:53:\"subfooter_style:is(style2),subfooter_style:is(style3)\";}i:143;a:6:{s:5:\"label\";s:15:\"Sub-Footer Text\";s:2:\"id\";s:14:\"subfooter_text\";s:4:\"type\";s:8:\"textarea\";s:4:\"desc\";s:45:\"Text Content to be displayed on the subfooter\";s:7:\"section\";s:6:\"footer\";s:3:\"std\";s:22:\"© 2018 Revolution\";}i:144;a:7:{s:5:\"label\";s:23:\"Sub-Footer Social Links\";s:2:\"id\";s:21:\"subfooter_social_link\";s:4:\"type\";s:12:\"social-links\";s:4:\"desc\";s:52:\"Add your desired Social Links for the subfooter here\";s:7:\"section\";s:6:\"footer\";s:8:\"operator\";s:2:\"or\";s:9:\"condition\";s:53:\"subfooter_style:is(style1),subfooter_style:is(style2)\";}i:145;a:6:{s:5:\"label\";s:24:\"Payment Icons to display\";s:2:\"id\";s:20:\"footer_payment_icons\";s:4:\"type\";s:9:\"list-item\";s:4:\"desc\";s:50:\"Add your desired Payment Icons for the footer here\";s:8:\"settings\";a:2:{i:0;a:4:{s:5:\"label\";s:12:\"Payment Type\";s:2:\"id\";s:12:\"payment_type\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:10:{i:0;a:2:{s:5:\"label\";s:4:\"Visa\";s:5:\"value\";s:12:\"payment_visa\";}i:1;a:2:{s:5:\"label\";s:10:\"MasterCard\";s:5:\"value\";s:10:\"payment_mc\";}i:2;a:2:{s:5:\"label\";s:6:\"PayPal\";s:5:\"value\";s:10:\"payment_pp\";}i:3;a:2:{s:5:\"label\";s:8:\"Discover\";s:5:\"value\";s:16:\"payment_discover\";}i:4;a:2:{s:5:\"label\";s:15:\"Amazon Payments\";s:5:\"value\";s:14:\"payment_amazon\";}i:5;a:2:{s:5:\"label\";s:6:\"Stripe\";s:5:\"value\";s:14:\"payment_stripe\";}i:6;a:2:{s:5:\"label\";s:16:\"American Express\";s:5:\"value\";s:12:\"payment_amex\";}i:7;a:2:{s:5:\"label\";s:11:\"Diners Club\";s:5:\"value\";s:14:\"payment_diners\";}i:8;a:2:{s:5:\"label\";s:13:\"Google Wallet\";s:5:\"value\";s:14:\"payment_wallet\";}i:9;a:2:{s:5:\"label\";s:6:\"Custom\";s:5:\"value\";s:6:\"custom\";}}}i:1;a:5:{s:5:\"label\";s:16:\"Image for Custom\";s:2:\"id\";s:18:\"payment_type_image\";s:4:\"type\";s:6:\"upload\";s:5:\"class\";s:23:\"ot-upload-attachment-id\";s:4:\"desc\";s:55:\"This image is used when Custom Payment Type is selected\";}}s:7:\"section\";s:6:\"footer\";}i:146;a:4:{s:2:\"id\";s:11:\"footer_tab3\";s:5:\"label\";s:10:\"Footer Bar\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:6:\"footer\";}i:147;a:6:{s:5:\"label\";s:18:\"Display Footer Bar\";s:2:\"id\";s:10:\"footer_bar\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:41:\"Would you like to display the Footer Bar?\";s:3:\"std\";s:3:\"off\";s:7:\"section\";s:6:\"footer\";}i:148;a:6:{s:5:\"label\";s:16:\"Footer Bar Style\";s:2:\"id\";s:16:\"footer_bar_style\";s:4:\"type\";s:11:\"radio-image\";s:4:\"desc\";s:45:\"Which footer bar style would you like to use?\";s:3:\"std\";s:6:\"style1\";s:7:\"section\";s:6:\"footer\";}i:149;a:5:{s:5:\"label\";s:15:\"Footer Bar Menu\";s:2:\"id\";s:15:\"footer_bar_menu\";s:4:\"type\";s:11:\"menu_select\";s:4:\"desc\";s:50:\"Select menu to be displayed inside the footer bar.\";s:7:\"section\";s:6:\"footer\";}i:150;a:6:{s:5:\"label\";s:23:\"Footer Bar Social Links\";s:2:\"id\";s:22:\"footer_bar_social_link\";s:4:\"type\";s:12:\"social-links\";s:4:\"desc\";s:57:\"Add your desired Social Links next to the footer bar here\";s:7:\"section\";s:6:\"footer\";s:9:\"condition\";s:27:\"footer_bar_style:is(style1)\";}i:151;a:7:{s:5:\"label\";s:23:\"Footer Bar Text Content\";s:2:\"id\";s:18:\"footer_bar_content\";s:4:\"type\";s:8:\"textarea\";s:4:\"desc\";s:52:\"This content appears on the left side of footer bar.\";s:4:\"rows\";s:1:\"4\";s:7:\"section\";s:6:\"footer\";s:9:\"condition\";s:27:\"footer_bar_style:is(style2)\";}i:152;a:4:{s:2:\"id\";s:11:\"footer_tab4\";s:5:\"label\";s:12:\"Measurements\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:6:\"footer\";}i:153;a:5:{s:5:\"label\";s:14:\"Footer Padding\";s:2:\"id\";s:14:\"footer_padding\";s:4:\"type\";s:7:\"spacing\";s:4:\"desc\";s:38:\"You can modify the footer padding here\";s:7:\"section\";s:6:\"footer\";}i:154;a:5:{s:5:\"label\";s:18:\"Sub-Footer Padding\";s:2:\"id\";s:17:\"subfooter_padding\";s:4:\"type\";s:7:\"spacing\";s:4:\"desc\";s:41:\"You can modify the subfooter padding here\";s:7:\"section\";s:6:\"footer\";}i:155;a:5:{s:5:\"label\";s:18:\"Footer Bar Padding\";s:2:\"id\";s:17:\"footerbar_padding\";s:4:\"type\";s:7:\"spacing\";s:4:\"desc\";s:42:\"You can modify the footer bar padding here\";s:7:\"section\";s:6:\"footer\";}i:156;a:4:{s:2:\"id\";s:11:\"sounds_tab0\";s:5:\"label\";s:13:\"Website Music\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:6:\"sounds\";}i:157;a:6:{s:5:\"label\";s:24:\"Enable Background Music?\";s:2:\"id\";s:11:\"music_sound\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:40:\"You can enable the Background Music Here\";s:3:\"std\";s:3:\"off\";s:7:\"section\";s:6:\"sounds\";}i:158;a:7:{s:5:\"label\";s:37:\"Restrict Background Music to Homepage\";s:2:\"id\";s:23:\"music_sound_toggle_home\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:57:\"You can restrict background music to homepage if desired.\";s:3:\"std\";s:2:\"on\";s:7:\"section\";s:6:\"sounds\";s:9:\"condition\";s:18:\"music_sound:is(on)\";}i:159;a:6:{s:5:\"label\";s:43:\"Disable Music on Mobile and Tablet devices?\";s:2:\"id\";s:20:\"music_disable_mobile\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:55:\"You can disable the music just for mobile devices here.\";s:3:\"std\";s:3:\"off\";s:7:\"section\";s:6:\"sounds\";}i:160;a:7:{s:5:\"label\";s:32:\"Display Background Music Toggle?\";s:2:\"id\";s:18:\"music_sound_toggle\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:40:\"You can enable the Background Music Here\";s:3:\"std\";s:3:\"off\";s:7:\"section\";s:6:\"sounds\";s:9:\"condition\";s:18:\"music_sound:is(on)\";}i:161;a:6:{s:5:\"label\";s:23:\"Background Music Upload\";s:2:\"id\";s:16:\"music_sound_file\";s:4:\"type\";s:6:\"upload\";s:4:\"desc\";s:38:\"You can upload your own MP3 file here.\";s:7:\"section\";s:6:\"sounds\";s:9:\"condition\";s:18:\"music_sound:is(on)\";}i:162;a:4:{s:2:\"id\";s:11:\"sounds_tab1\";s:5:\"label\";s:14:\"General Sounds\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:6:\"sounds\";}i:163;a:6:{s:5:\"label\";s:11:\"Click Sound\";s:2:\"id\";s:11:\"click_sound\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:35:\"You can enable the Click Sound here\";s:3:\"std\";s:3:\"off\";s:7:\"section\";s:6:\"sounds\";}i:164;a:6:{s:5:\"label\";s:18:\"Click Sound Upload\";s:2:\"id\";s:16:\"click_sound_file\";s:4:\"type\";s:6:\"upload\";s:4:\"desc\";s:38:\"You can upload your own MP3 file here.\";s:7:\"section\";s:6:\"sounds\";s:9:\"condition\";s:18:\"click_sound:is(on)\";}i:165;a:6:{s:5:\"label\";s:16:\"Link Hover Sound\";s:2:\"id\";s:16:\"link_hover_sound\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:36:\"You can enable Link Hover Sound here\";s:3:\"std\";s:3:\"off\";s:7:\"section\";s:6:\"sounds\";}i:166;a:6:{s:5:\"label\";s:23:\"Link Hover Sound Upload\";s:2:\"id\";s:21:\"link_hover_sound_file\";s:4:\"type\";s:6:\"upload\";s:4:\"desc\";s:38:\"You can upload your own MP3 file here.\";s:7:\"section\";s:6:\"sounds\";s:9:\"condition\";s:23:\"link_hover_sound:is(on)\";}i:167;a:4:{s:2:\"id\";s:9:\"misc_tab0\";s:5:\"label\";s:7:\"General\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:4:\"misc\";}i:168;a:6:{s:5:\"label\";s:32:\"Use Combined JavaScript Library?\";s:2:\"id\";s:22:\"thb_combined_libraries\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:189:\"When disabled, each javascript library will be loaded on its own. It will allow for greater control using plugins, but may hinder site speed as multiple files will be loaded instead of one.\";s:3:\"std\";s:2:\"on\";s:7:\"section\";s:4:\"misc\";}i:169;a:5:{s:5:\"label\";s:19:\"Google Maps API Key\";s:2:\"id\";s:11:\"map_api_key\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:318:\"Please enter the Google Maps Api Key. <small>You need to create a browser API key. For more information, please visit: <a href="https://developers.google.com/maps/documentation/javascript/get-api-key">https://developers.google.com/maps/documentation/javascript/get-api-key</a></small>\";s:7:\"section\";s:4:\"misc\";}i:170;a:6:{s:5:\"label\";s:14:\"Scroll To Top?\";s:2:\"id\";s:13:\"scroll_to_top\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:44:\"You can enable the Scroll To Top button here\";s:3:\"std\";s:2:\"on\";s:7:\"section\";s:4:\"misc\";}i:171;a:5:{s:5:\"label\";s:9:\"Extra CSS\";s:2:\"id\";s:9:\"extra_css\";s:4:\"type\";s:3:\"css\";s:4:\"desc\";s:48:\"Any CSS that you would like to add to the theme.\";s:7:\"section\";s:4:\"misc\";}i:172;a:4:{s:2:\"id\";s:9:\"misc_tab2\";s:5:\"label\";s:16:\"Twitter Settings\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:4:\"misc\";}i:173;a:5:{s:2:\"id\";s:12:\"twitter_text\";s:5:\"label\";s:26:\"About the Twitter Settings\";s:4:\"desc\";s:109:\"You should fill out these settings if you want to use the Twitter related widgets or Visual Composer Elements\";s:4:\"type\";s:9:\"textblock\";s:7:\"section\";s:4:\"misc\";}i:174;a:7:{s:5:\"label\";s:21:\"Twitter Sharing Cache\";s:2:\"id\";s:13:\"twitter_cache\";s:4:\"type\";s:6:\"select\";s:4:\"desc\";s:49:\"Amount of time before the new tweets are fetched.\";s:7:\"choices\";a:4:{i:0;a:2:{s:5:\"label\";s:6:\"1 Hour\";s:5:\"value\";s:2:\"1h\";}i:1;a:2:{s:5:\"label\";s:5:\"1 Day\";s:5:\"value\";s:1:\"1\";}i:2;a:2:{s:5:\"label\";s:6:\"7 Days\";s:5:\"value\";s:1:\"7\";}i:3;a:2:{s:5:\"label\";s:7:\"30 Days\";s:5:\"value\";s:2:\"30\";}}s:3:\"std\";s:1:\"1\";s:7:\"section\";s:4:\"misc\";}i:175;a:5:{s:5:\"label\";s:16:\"Twitter Username\";s:2:\"id\";s:20:\"twitter_bar_username\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:27:\"Username to pull tweets for\";s:7:\"section\";s:4:\"misc\";}i:176;a:5:{s:5:\"label\";s:12:\"Consumer Key\";s:2:\"id\";s:23:\"twitter_bar_consumerkey\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:236:\"Visit <a href="https://dev.twitter.com/apps" target="_blank">this link</a> in a new tab, sign in with your account, click on Create a new application and create your own keys in case you dont have already\";s:7:\"section\";s:4:\"misc\";}i:177;a:5:{s:5:\"label\";s:15:\"Consumer Secret\";s:2:\"id\";s:26:\"twitter_bar_consumersecret\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:236:\"Visit <a href="https://dev.twitter.com/apps" target="_blank">this link</a> in a new tab, sign in with your account, click on Create a new application and create your own keys in case you dont have already\";s:7:\"section\";s:4:\"misc\";}i:178;a:5:{s:5:\"label\";s:12:\"Access Token\";s:2:\"id\";s:23:\"twitter_bar_accesstoken\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:236:\"Visit <a href="https://dev.twitter.com/apps" target="_blank">this link</a> in a new tab, sign in with your account, click on Create a new application and create your own keys in case you dont have already\";s:7:\"section\";s:4:\"misc\";}i:179;a:5:{s:5:\"label\";s:19:\"Access Token Secret\";s:2:\"id\";s:29:\"twitter_bar_accesstokensecret\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:236:\"Visit <a href="https://dev.twitter.com/apps" target="_blank">this link</a> in a new tab, sign in with your account, click on Create a new application and create your own keys in case you dont have already\";s:7:\"section\";s:4:\"misc\";}i:180;a:4:{s:2:\"id\";s:9:\"misc_tab4\";s:5:\"label\";s:26:\"Create Additional Sidebars\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:4:\"misc\";}i:181;a:6:{s:2:\"id\";s:13:\"sidebars_text\";s:5:\"label\";s:18:\"About the sidebars\";s:4:\"desc\";s:215:\"All sidebars that you create here will appear both in the Widgets Page(Appearance > Widgets), from where you will have to configure them, and in the pages, where you will be able to choose a sidebar for each page\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:9:\"textblock\";s:7:\"section\";s:4:\"misc\";}i:182;a:6:{s:5:\"label\";s:15:\"Create Sidebars\";s:2:\"id\";s:8:\"sidebars\";s:4:\"type\";s:9:\"list-item\";s:4:\"desc\";s:46:\"Please choose a unique title for each sidebar!\";s:7:\"section\";s:4:\"misc\";s:8:\"settings\";a:1:{i:0;a:4:{s:5:\"label\";s:2:\"ID\";s:2:\"id\";s:2:\"id\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:72:\"Please write a lowercase id, with <strong>no spaces</strong>\";}}}i:183;a:4:{s:2:\"id\";s:15:\"typography_tab1\";s:5:\"label\";s:13:\"Font Families\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:10:\"typography\";}i:184;a:5:{s:2:\"id\";s:15:\"font_cache_text\";s:5:\"label\";s:16:\"Clear Font Cache\";s:4:\"desc\";s:239:\"If you cant find Google Webfonts inside the boxes below, you can clear your transient for the font cache here: <br><br> <a href=\"themes.php?page=ot-theme-options&thb_clear_font_cache=true\" class=\"button button-primary\">Clear Font Cache</a>\";s:4:\"type\";s:9:\"textblock\";s:7:\"section\";s:10:\"typography\";}i:185;a:5:{s:5:\"label\";s:12:\"Primary Font\";s:2:\"id\";s:12:\"primary_font\";s:4:\"type\";s:10:\"typography\";s:4:\"desc\";s:63:\"Font Family Setting for the primary font. Affects all headings.\";s:7:\"section\";s:10:\"typography\";}i:186;a:5:{s:5:\"label\";s:14:\"Secondary Font\";s:2:\"id\";s:14:\"secondary_font\";s:4:\"type\";s:10:\"typography\";s:4:\"desc\";s:42:\"Font Family Setting for the secondary font\";s:7:\"section\";s:10:\"typography\";}i:187;a:5:{s:5:\"label\";s:14:\"Full Menu Font\";s:2:\"id\";s:13:\"fullmenu_font\";s:4:\"type\";s:10:\"typography\";s:4:\"desc\";s:74:\"Font Family Setting for the full menu. Uses the Secondary Font by default.\";s:7:\"section\";s:10:\"typography\";}i:188;a:5:{s:5:\"label\";s:16:\"Mobile Menu Font\";s:2:\"id\";s:15:\"mobilemenu_font\";s:4:\"type\";s:10:\"typography\";s:4:\"desc\";s:76:\"Font Family Setting for the mobile menu. Uses the Secondary Font by default.\";s:7:\"section\";s:10:\"typography\";}i:189;a:5:{s:5:\"label\";s:11:\"Button Font\";s:2:\"id\";s:11:\"button_font\";s:4:\"type\";s:10:\"typography\";s:4:\"desc\";s:71:\"Font Family Setting for the button. Uses the Secondary Font by default.\";s:7:\"section\";s:10:\"typography\";}i:190;a:5:{s:5:\"label\";s:15:\"<EM> Font\";s:2:\"id\";s:7:\"em_font\";s:4:\"type\";s:10:\"typography\";s:4:\"desc\";s:93:\"This adds a separate font for styling of EM tags so you can add stylish typographic elements.\";s:7:\"section\";s:10:\"typography\";}i:191;a:5:{s:5:\"label\";s:18:\"<label> Font\";s:2:\"id\";s:10:\"label_font\";s:4:\"type\";s:10:\"typography\";s:4:\"desc\";s:52:\"This adds a separate font for styling of label tags.\";s:7:\"section\";s:10:\"typography\";}i:192;a:4:{s:2:\"id\";s:15:\"typography_tab2\";s:5:\"label\";s:18:\"Heading Typography\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:10:\"typography\";}i:193;a:5:{s:2:\"id\";s:12:\"heading_text\";s:5:\"label\";s:24:\"About Heading Typography\";s:4:\"desc\";s:117:\"These affect all h* tags inside the theme, so use wisely. Some particular headings may need additional css to target.\";s:4:\"type\";s:9:\"textblock\";s:7:\"section\";s:10:\"typography\";}i:194;a:5:{s:5:\"label\";s:9:\"Heading 1\";s:2:\"id\";s:7:\"h1_type\";s:4:\"type\";s:10:\"typography\";s:4:\"desc\";s:28:\"Font Settings for the H1 tag\";s:7:\"section\";s:10:\"typography\";}i:195;a:5:{s:5:\"label\";s:9:\"Heading 2\";s:2:\"id\";s:7:\"h2_type\";s:4:\"type\";s:10:\"typography\";s:4:\"desc\";s:28:\"Font Settings for the H2 tag\";s:7:\"section\";s:10:\"typography\";}i:196;a:5:{s:5:\"label\";s:9:\"Heading 3\";s:2:\"id\";s:7:\"h3_type\";s:4:\"type\";s:10:\"typography\";s:4:\"desc\";s:28:\"Font Settings for the H3 tag\";s:7:\"section\";s:10:\"typography\";}i:197;a:5:{s:5:\"label\";s:9:\"Heading 4\";s:2:\"id\";s:7:\"h4_type\";s:4:\"type\";s:10:\"typography\";s:4:\"desc\";s:28:\"Font Settings for the H4 tag\";s:7:\"section\";s:10:\"typography\";}i:198;a:5:{s:5:\"label\";s:9:\"Heading 5\";s:2:\"id\";s:7:\"h5_type\";s:4:\"type\";s:10:\"typography\";s:4:\"desc\";s:28:\"Font Settings for the H5 tag\";s:7:\"section\";s:10:\"typography\";}i:199;a:5:{s:5:\"label\";s:9:\"Heading 6\";s:2:\"id\";s:7:\"h6_type\";s:4:\"type\";s:10:\"typography\";s:4:\"desc\";s:28:\"Font Settings for the H6 tag\";s:7:\"section\";s:10:\"typography\";}i:200;a:4:{s:2:\"id\";s:15:\"typography_tab3\";s:5:\"label\";s:10:\"Typography\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:10:\"typography\";}i:201;a:5:{s:5:\"label\";s:9:\"Body Font\";s:2:\"id\";s:9:\"body_type\";s:4:\"type\";s:10:\"typography\";s:4:\"desc\";s:32:\"Typography Setting for the body.\";s:7:\"section\";s:10:\"typography\";}i:202;a:5:{s:5:\"label\";s:14:\"Full Menu Font\";s:2:\"id\";s:13:\"fullmenu_type\";s:4:\"type\";s:10:\"typography\";s:4:\"desc\";s:36:\"Typography Setting for the full menu\";s:7:\"section\";s:10:\"typography\";}i:203;a:5:{s:5:\"label\";s:23:\"Full Menu Sub-Menu Font\";s:2:\"id\";s:17:\"fullmenu_sub_type\";s:4:\"type\";s:10:\"typography\";s:4:\"desc\";s:53:\"Typography Setting for the sub-menus inside full menu\";s:7:\"section\";s:10:\"typography\";}i:204;a:5:{s:5:\"label\";s:33:\"Full Menu Social Icons Font-size \";s:2:\"id\";s:20:\"fullmenu_social_type\";s:4:\"type\";s:10:\"typography\";s:4:\"desc\";s:53:\"Typography Setting specifically for the social icons.\";s:7:\"section\";s:10:\"typography\";}i:205;a:5:{s:5:\"label\";s:16:\"Mobile Menu Font\";s:2:\"id\";s:15:\"mobilemenu_type\";s:4:\"type\";s:10:\"typography\";s:4:\"desc\";s:38:\"Typography Setting for the mobile menu\";s:7:\"section\";s:10:\"typography\";}i:206;a:5:{s:5:\"label\";s:25:\"Mobile Menu Sub-Menu Font\";s:2:\"id\";s:19:\"mobilemenu_sub_type\";s:4:\"type\";s:10:\"typography\";s:4:\"desc\";s:55:\"Typography Setting for the sub-menus inside mobile menu\";s:7:\"section\";s:10:\"typography\";}i:207;a:5:{s:5:\"label\";s:26:\"Secondary Mobile Menu Font\";s:2:\"id\";s:25:\"mobilemenu_secondary_type\";s:4:\"type\";s:10:\"typography\";s:4:\"desc\";s:48:\"Typography Setting for the secondary mobile menu\";s:7:\"section\";s:10:\"typography\";}i:208;a:5:{s:5:\"label\";s:23:\"Mobile Menu Footer Font\";s:2:\"id\";s:22:\"mobilemenu_footer_type\";s:4:\"type\";s:10:\"typography\";s:4:\"desc\";s:45:\"Typography Setting for the mobile menu footer\";s:7:\"section\";s:10:\"typography\";}i:209;a:5:{s:5:\"label\";s:28:\"Mobile Menu Social Icon Font\";s:2:\"id\";s:22:\"mobilemenu_social_type\";s:4:\"type\";s:10:\"typography\";s:4:\"desc\";s:63:\"Typography Setting for the social icons inside the mobile menu.\";s:7:\"section\";s:10:\"typography\";}i:210;a:5:{s:5:\"label\";s:17:\"Widget Title Font\";s:2:\"id\";s:17:\"widget_title_type\";s:4:\"type\";s:10:\"typography\";s:4:\"desc\";s:47:\"Typography Setting for the footer widget titles\";s:7:\"section\";s:10:\"typography\";}i:211;a:5:{s:5:\"label\";s:16:\"Footer Text Font\";s:2:\"id\";s:11:\"footer_type\";s:4:\"type\";s:10:\"typography\";s:4:\"desc\";s:41:\"Typography Setting for the footer widgets\";s:7:\"section\";s:10:\"typography\";}i:212;a:5:{s:5:\"label\";s:25:\"Sub-Footer Full Menu Font\";s:2:\"id\";s:23:\"subfooter_fullmenu_type\";s:4:\"type\";s:10:\"typography\";s:4:\"desc\";s:57:\"Typography Setting for the full menu inside the subfooter\";s:7:\"section\";s:10:\"typography\";}i:213;a:5:{s:5:\"label\";s:34:\"Sub-Footer Social Icons Font-size \";s:2:\"id\";s:21:\"subfooter_social_type\";s:4:\"type\";s:10:\"typography\";s:4:\"desc\";s:70:\"Typography Setting specifically for the social icons inside the footer\";s:7:\"section\";s:10:\"typography\";}i:214;a:4:{s:2:\"id\";s:15:\"typography_tab4\";s:5:\"label\";s:15:\"Shop Typography\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:10:\"typography\";}i:215;a:5:{s:5:\"label\";s:27:\"Product Title on Shop Pages\";s:2:\"id\";s:18:\"shop_product_title\";s:4:\"type\";s:10:\"typography\";s:4:\"desc\";s:56:\"Typography Setting for the product titles on shop pages.\";s:7:\"section\";s:10:\"typography\";}i:216;a:5:{s:5:\"label\";s:29:\"Product Title on Product Page\";s:2:\"id\";s:25:\"shop_product_detail_title\";s:4:\"type\";s:10:\"typography\";s:4:\"desc\";s:59:\"Typography Setting for the product titles on product pages.\";s:7:\"section\";s:10:\"typography\";}i:217;a:5:{s:5:\"label\";s:20:\"Product Excerpt Text\";s:2:\"id\";s:27:\"shop_product_detail_excerpt\";s:4:\"type\";s:10:\"typography\";s:4:\"desc\";s:60:\"Typography Setting for the product excerpt on product pages.\";s:7:\"section\";s:10:\"typography\";}i:218;a:4:{s:2:\"id\";s:15:\"typography_tab5\";s:5:\"label\";s:12:\"Font Support\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:10:\"typography\";}i:219;a:7:{s:5:\"label\";s:19:\"Google Font Subsets\";s:2:\"id\";s:12:\"font_subsets\";s:4:\"type\";s:5:\"radio\";s:4:\"desc\";s:66:\"You can add additional character subset specific to your language.\";s:7:\"choices\";a:5:{i:0;a:2:{s:5:\"label\";s:9:\"No Subset\";s:5:\"value\";s:9:\"no-subset\";}i:1;a:2:{s:5:\"label\";s:14:\"Latin Extended\";s:5:\"value\";s:9:\"latin-ext\";}i:2;a:2:{s:5:\"label\";s:5:\"Greek\";s:5:\"value\";s:5:\"greek\";}i:3;a:2:{s:5:\"label\";s:8:\"Cyrillic\";s:5:\"value\";s:8:\"cyrillic\";}i:4;a:2:{s:5:\"label\";s:10:\"Vietnamese\";s:5:\"value\";s:10:\"vietnamese\";}}s:3:\"std\";s:9:\"no-subset\";s:7:\"section\";s:10:\"typography\";}i:220;a:6:{s:2:\"id\";s:12:\"typekit_text\";s:5:\"label\";s:21:\"About Typekit Support\";s:4:\"desc\";s:185:\"Please make sure that you enter your Typekit ID or the fonts wont work. After adding Typekit Font Names, these names will appear on the font selection dropdown on the Font Families tab.\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:9:\"textblock\";s:7:\"section\";s:10:\"typography\";}i:221;a:5:{s:5:\"label\";s:14:\"Typekit Kit ID\";s:2:\"id\";s:10:\"typekit_id\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:88:\"Paste the provided Typekit Kit ID. <small>Usually 6-7 random letters</small>\";s:7:\"section\";s:10:\"typography\";}i:222;a:5:{s:5:\"label\";s:18:\"Typekit Font Names\";s:2:\"id\";s:13:\"typekit_fonts\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:150:\"Enter your Typekit Font Name, seperated by comma. For example: futura-pt,aktiv-grotesk <strong>Do not leave spaces between commas</strong>\";s:7:\"section\";s:10:\"typography\";}i:223;a:5:{s:5:\"label\";s:17:\"Self Hosted Fonts\";s:2:\"id\";s:17:\"self_hosted_fonts\";s:4:\"type\";s:9:\"list-item\";s:8:\"settings\";a:2:{i:0;a:5:{s:5:\"label\";s:19:\"Font Stylesheet URL\";s:2:\"id\";s:8:\"font_url\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:55:\"URL of the font stylesheet (.css file) you want to use.\";s:7:\"section\";s:10:\"typography\";}i:1;a:5:{s:5:\"label\";s:17:\"Font Family Names\";s:2:\"id\";s:9:\"font_name\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:182:\"Enter your Font Family Name, use the name that will be used in css. For example: futura-pt, aktiv-grotesk. After saving, you will be able to use this name in the typography settings.\";s:7:\"section\";s:10:\"typography\";}}s:7:\"section\";s:10:\"typography\";}i:224;a:4:{s:2:\"id\";s:18:\"customization_tab1\";s:5:\"label\";s:11:\"Backgrounds\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:13:\"customization\";}i:225;a:6:{s:5:\"label\";s:21:\"Sub-Header Background\";s:2:\"id\";s:12:\"subheader_bg\";s:4:\"type\";s:10:\"background\";s:5:\"class\";s:22:\"ot-colorpicker-opacity\";s:4:\"desc\";s:39:\"Background settings for the sub-header.\";s:7:\"section\";s:13:\"customization\";}i:226;a:6:{s:5:\"label\";s:17:\"Header Background\";s:2:\"id\";s:9:\"header_bg\";s:4:\"type\";s:10:\"background\";s:5:\"class\";s:22:\"ot-colorpicker-opacity\";s:4:\"desc\";s:35:\"Background settings for the header.\";s:7:\"section\";s:13:\"customization\";}i:227;a:6:{s:5:\"label\";s:23:\"Fixed Header Background\";s:2:\"id\";s:15:\"fixed_header_bg\";s:4:\"type\";s:10:\"background\";s:5:\"class\";s:22:\"ot-colorpicker-opacity\";s:4:\"desc\";s:41:\"Background settings for the fixed header.\";s:7:\"section\";s:13:\"customization\";}i:228;a:6:{s:5:\"label\";s:32:\"Header - Style 1 Open Background\";s:2:\"id\";s:16:\"header_style1_bg\";s:4:\"type\";s:10:\"background\";s:5:\"class\";s:22:\"ot-colorpicker-opacity\";s:4:\"desc\";s:60:\"Background settings for the header - style1 when it is open.\";s:7:\"section\";s:13:\"customization\";}i:229;a:6:{s:5:\"label\";s:17:\"Search Background\";s:2:\"id\";s:9:\"search_bg\";s:4:\"type\";s:10:\"background\";s:5:\"class\";s:22:\"ot-colorpicker-opacity\";s:4:\"desc\";s:40:\"Background settings for the search form.\";s:7:\"section\";s:13:\"customization\";}i:230;a:6:{s:5:\"label\";s:29:\"Full Menu Dropdown Background\";s:2:\"id\";s:21:\"full_menu_dropdown_bg\";s:4:\"type\";s:10:\"background\";s:5:\"class\";s:22:\"ot-colorpicker-opacity\";s:4:\"desc\";s:55:\"Background settings for the dropdowns on the full menu.\";s:7:\"section\";s:13:\"customization\";}i:231;a:6:{s:5:\"label\";s:17:\"Footer Background\";s:2:\"id\";s:9:\"footer_bg\";s:4:\"type\";s:10:\"background\";s:5:\"class\";s:22:\"ot-colorpicker-opacity\";s:4:\"desc\";s:34:\"Background settings for the footer\";s:7:\"section\";s:13:\"customization\";}i:232;a:6:{s:5:\"label\";s:23:\"Sub - Footer Background\";s:2:\"id\";s:12:\"subfooter_bg\";s:4:\"type\";s:10:\"background\";s:5:\"class\";s:22:\"ot-colorpicker-opacity\";s:4:\"desc\";s:37:\"Background settings for the subfooter\";s:7:\"section\";s:13:\"customization\";}i:233;a:6:{s:5:\"label\";s:21:\"Footer Bar Background\";s:2:\"id\";s:12:\"footerbar_bg\";s:4:\"type\";s:10:\"background\";s:5:\"class\";s:22:\"ot-colorpicker-opacity\";s:4:\"desc\";s:38:\"Background settings for the footer bar\";s:7:\"section\";s:13:\"customization\";}i:234;a:6:{s:5:\"label\";s:22:\"Mobile Menu Background\";s:2:\"id\";s:13:\"mobilemenu_bg\";s:4:\"type\";s:10:\"background\";s:5:\"class\";s:22:\"ot-colorpicker-opacity\";s:4:\"desc\";s:39:\"Background settings for the Mobile Menu\";s:7:\"section\";s:13:\"customization\";}i:235;a:6:{s:5:\"label\";s:19:\"404 Page Background\";s:2:\"id\";s:11:\"notfound_bg\";s:4:\"type\";s:10:\"background\";s:5:\"class\";s:22:\"ot-colorpicker-opacity\";s:4:\"desc\";s:36:\"Background settings for the 404 Page\";s:7:\"section\";s:13:\"customization\";}i:236;a:6:{s:5:\"label\";s:20:\"Preloader Background\";s:2:\"id\";s:12:\"preloader_bg\";s:4:\"type\";s:10:\"background\";s:5:\"class\";s:22:\"ot-colorpicker-opacity\";s:4:\"desc\";s:37:\"Background settings for the Preloader\";s:7:\"section\";s:13:\"customization\";}i:237;a:4:{s:2:\"id\";s:18:\"customization_tab2\";s:5:\"label\";s:6:\"Colors\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:13:\"customization\";}i:238;a:6:{s:5:\"label\";s:12:\"Accent Color\";s:2:\"id\";s:12:\"accent_color\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"desc\";s:72:\"You can modify the accent color here, default red you see in some areas.\";s:5:\"class\";s:22:\"ot-colorpicker-opacity\";s:7:\"section\";s:13:\"customization\";}i:239;a:6:{s:5:\"label\";s:22:\"Mobile Menu Icon Color\";s:2:\"id\";s:22:\"mobile_menu_icon_color\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"desc\";s:50:\"You can modify the hamburger menu icon color here.\";s:5:\"class\";s:22:\"ot-colorpicker-opacity\";s:7:\"section\";s:13:\"customization\";}i:240;a:6:{s:5:\"label\";s:19:\"Post Category Color\";s:2:\"id\";s:19:\"post_category_color\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"desc\";s:45:\"Changes the color of the post category links.\";s:5:\"class\";s:22:\"ot-colorpicker-opacity\";s:7:\"section\";s:13:\"customization\";}i:241;a:6:{s:5:\"label\";s:18:\"General Text Color\";s:2:\"id\";s:18:\"general_text_color\";s:4:\"type\";s:11:\"colorpicker\";s:5:\"class\";s:22:\"ot-colorpicker-opacity\";s:4:\"desc\";s:42:\"You can modify the general text color here\";s:7:\"section\";s:13:\"customization\";}i:242;a:6:{s:5:\"label\";s:18:\"Widget Title Color\";s:2:\"id\";s:18:\"widget_title_color\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"desc\";s:42:\"You can modify the widget title color here\";s:5:\"class\";s:22:\"ot-colorpicker-opacity\";s:7:\"section\";s:13:\"customization\";}i:243;a:6:{s:5:\"label\";s:17:\"Widget Text Color\";s:2:\"id\";s:17:\"widget_text_color\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"desc\";s:41:\"You can modify the widget text color here\";s:5:\"class\";s:22:\"ot-colorpicker-opacity\";s:7:\"section\";s:13:\"customization\";}i:244;a:6:{s:5:\"label\";s:25:\"Footer Widget Title Color\";s:2:\"id\";s:25:\"footer_widget_title_color\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"desc\";s:49:\"You can modify the footer widget title color here\";s:5:\"class\";s:22:\"ot-colorpicker-opacity\";s:7:\"section\";s:13:\"customization\";}i:245;a:6:{s:5:\"label\";s:17:\"Footer Text Color\";s:2:\"id\";s:17:\"footer_text_color\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"desc\";s:41:\"You can modify the footer text color here\";s:5:\"class\";s:22:\"ot-colorpicker-opacity\";s:7:\"section\";s:13:\"customization\";}i:246;a:6:{s:5:\"label\";s:23:\"Sub - Header Text Color\";s:2:\"id\";s:20:\"subheader_text_color\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"desc\";s:45:\"You can modify the sub-header text color here\";s:5:\"class\";s:22:\"ot-colorpicker-opacity\";s:7:\"section\";s:13:\"customization\";}i:247;a:6:{s:5:\"label\";s:23:\"Sub - Footer Text Color\";s:2:\"id\";s:20:\"subfooter_text_color\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"desc\";s:45:\"You can modify the sub-footer text color here\";s:5:\"class\";s:22:\"ot-colorpicker-opacity\";s:7:\"section\";s:13:\"customization\";}i:248;a:6:{s:5:\"label\";s:20:\"Preloader Icon Color\";s:2:\"id\";s:15:\"preloader_color\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"desc\";s:49:\"This will change the color of the preloader icon.\";s:5:\"class\";s:22:\"ot-colorpicker-opacity\";s:7:\"section\";s:13:\"customization\";}i:249;a:4:{s:2:\"id\";s:18:\"customization_tab3\";s:5:\"label\";s:11:\"Link Colors\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:13:\"customization\";}i:250;a:6:{s:5:\"label\";s:18:\"General Link Color\";s:2:\"id\";s:18:\"general_link_color\";s:4:\"type\";s:10:\"link_color\";s:5:\"class\";s:22:\"ot-colorpicker-opacity\";s:4:\"desc\";s:42:\"You can modify the general link color here\";s:7:\"section\";s:13:\"customization\";}i:251;a:6:{s:5:\"label\";s:21:\"Sub-Header Link Color\";s:2:\"id\";s:20:\"subheader_link_color\";s:4:\"type\";s:10:\"link_color\";s:5:\"class\";s:22:\"ot-colorpicker-opacity\";s:4:\"desc\";s:45:\"You can modify the sub-header link color here\";s:7:\"section\";s:13:\"customization\";}i:252;a:6:{s:5:\"label\";s:20:\"Full Menu Link Color\";s:2:\"id\";s:24:\"fullmenu_link_color_dark\";s:4:\"type\";s:10:\"link_color\";s:5:\"class\";s:22:\"ot-colorpicker-opacity\";s:4:\"desc\";s:47:\"You can modify the link color of the full menu.\";s:7:\"section\";s:13:\"customization\";}i:253;a:6:{s:5:\"label\";s:26:\"Full Menu Light Link Color\";s:2:\"id\";s:25:\"fullmenu_link_color_light\";s:4:\"type\";s:10:\"link_color\";s:5:\"class\";s:22:\"ot-colorpicker-opacity\";s:4:\"desc\";s:88:\"This will change the colors only when the light header is used (default links are white)\";s:7:\"section\";s:13:\"customization\";}i:254;a:6:{s:5:\"label\";s:19:\"Sub-Menu Link Color\";s:2:\"id\";s:18:\"submenu_link_color\";s:4:\"type\";s:10:\"link_color\";s:5:\"class\";s:22:\"ot-colorpicker-opacity\";s:4:\"desc\";s:69:\"You can modify the link colors inside the sub-menus of the full menu.\";s:7:\"section\";s:13:\"customization\";}i:255;a:6:{s:5:\"label\";s:22:\"Mobile Menu Link Color\";s:2:\"id\";s:21:\"mobilemenu_link_color\";s:4:\"type\";s:10:\"link_color\";s:5:\"class\";s:22:\"ot-colorpicker-opacity\";s:4:\"desc\";s:49:\"You can modify the link color of the mobile menu.\";s:7:\"section\";s:13:\"customization\";}i:256;a:6:{s:5:\"label\";s:31:\"Mobile Menu Sub-Menu Link Color\";s:2:\"id\";s:29:\"mobilemenu_submenu_link_color\";s:4:\"type\";s:10:\"link_color\";s:5:\"class\";s:22:\"ot-colorpicker-opacity\";s:4:\"desc\";s:65:\"You can modify the link color of the submenus of the mobile menu.\";s:7:\"section\";s:13:\"customization\";}i:257;a:5:{s:5:\"label\";s:32:\"Mobile Menu Secondary Link Color\";s:2:\"id\";s:31:\"mobilemenu_secondary_link_color\";s:4:\"type\";s:10:\"link_color\";s:4:\"desc\";s:59:\"You can modify the link color of the secondary mobile menu.\";s:7:\"section\";s:13:\"customization\";}i:258;a:6:{s:5:\"label\";s:17:\"Widget Link Color\";s:2:\"id\";s:17:\"widget_link_color\";s:4:\"type\";s:10:\"link_color\";s:5:\"class\";s:22:\"ot-colorpicker-opacity\";s:4:\"desc\";s:41:\"You can modify the widget link color here\";s:7:\"section\";s:13:\"customization\";}i:259;a:6:{s:5:\"label\";s:17:\"Footer Link Color\";s:2:\"id\";s:17:\"footer_link_color\";s:4:\"type\";s:10:\"link_color\";s:5:\"class\";s:22:\"ot-colorpicker-opacity\";s:4:\"desc\";s:41:\"You can modify the footer link color here\";s:7:\"section\";s:13:\"customization\";}i:260;a:6:{s:5:\"label\";s:21:\"Sub-Footer Link Color\";s:2:\"id\";s:20:\"subfooter_link_color\";s:4:\"type\";s:10:\"link_color\";s:5:\"class\";s:22:\"ot-colorpicker-opacity\";s:4:\"desc\";s:45:\"You can modify the sub-footer link color here\";s:7:\"section\";s:13:\"customization\";}i:261;a:4:{s:2:\"id\";s:18:\"customization_tab4\";s:5:\"label\";s:15:\"Page Transition\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:13:\"customization\";}i:262;a:6:{s:5:\"label\";s:15:\"Page Transition\";s:2:\"id\";s:15:\"page_transition\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:181:\"This will enable an animation between loading your pages. If you want to disable the transition on a specific link, simply add <code>do-not-animate</code> class to the link element.\";s:3:\"std\";s:2:\"on\";s:7:\"section\";s:13:\"customization\";}i:263;a:7:{s:5:\"label\";s:21:\"Page Transition Style\";s:2:\"id\";s:21:\"page_transition_style\";s:4:\"type\";s:6:\"select\";s:4:\"desc\";s:53:\"Select the effect you want to use for page transition\";s:7:\"choices\";a:4:{i:0;a:2:{s:5:\"label\";s:4:\"Fade\";s:5:\"value\";s:8:\"thb-fade\";}i:1;a:2:{s:5:\"label\";s:7:\"Fade Up\";s:5:\"value\";s:11:\"thb-fade-up\";}i:2;a:2:{s:5:\"label\";s:9:\"Fade Down\";s:5:\"value\";s:13:\"thb-fade-down\";}i:3;a:2:{s:5:\"label\";s:10:\"Swipe Left\";s:5:\"value\";s:14:\"thb-swipe-left\";}}s:3:\"std\";s:8:\"thb-fade\";s:7:\"section\";s:13:\"customization\";}i:264;a:6:{s:5:\"label\";s:24:\"Swipe Overlay Background\";s:2:\"id\";s:26:\"page_transition_overlay_bg\";s:4:\"type\";s:10:\"background\";s:4:\"desc\";s:51:\"Background settings for the page transition overlay\";s:7:\"section\";s:13:\"customization\";s:9:\"condition\";s:40:\"page_transition_style:is(thb-swipe-left)\";}i:265;a:7:{s:5:\"label\";s:13:\"Fade In Speed\";s:2:\"id\";s:24:\"page_transition_in_speed\";s:3:\"std\";s:4:\"1000\";s:4:\"type\";s:14:\"numeric-slider\";s:7:\"section\";s:13:\"customization\";s:12:\"min_max_step\";s:11:\"100,3000,50\";s:4:\"desc\";s:43:\"The speed of the animation in milisecconds.\";}i:266;a:7:{s:5:\"label\";s:14:\"Fade Out Speed\";s:2:\"id\";s:25:\"page_transition_out_speed\";s:3:\"std\";s:3:\"500\";s:4:\"type\";s:14:\"numeric-slider\";s:7:\"section\";s:13:\"customization\";s:12:\"min_max_step\";s:11:\"100,3000,50\";s:4:\"desc\";s:43:\"The speed of the animation in milisecconds.\";}i:267;a:4:{s:2:\"id\";s:18:\"customization_tab5\";s:5:\"label\";s:21:\"Preloader / Lazy Load\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:13:\"customization\";}i:268;a:7:{s:5:\"label\";s:15:\"Preloading Type\";s:2:\"id\";s:16:\"thb_preload_type\";s:4:\"type\";s:5:\"radio\";s:4:\"desc\";s:53:\"This is the circular preloader you see on some areas.\";s:7:\"choices\";a:4:{i:0;a:2:{s:5:\"label\";s:21:\"Full-Screen Preloader\";s:5:\"value\";s:9:\"preloader\";}i:1;a:2:{s:5:\"label\";s:16:\"Lazy Load Images\";s:5:\"value\";s:8:\"lazyload\";}i:2;a:2:{s:5:\"label\";s:28:\"Preloader + Lazy Load Images\";s:5:\"value\";s:15:\"preloadlazyload\";}i:3;a:2:{s:5:\"label\";s:13:\"No Preloading\";s:5:\"value\";s:4:\"none\";}}s:3:\"std\";s:9:\"preloader\";s:7:\"section\";s:13:\"customization\";}i:269;a:9:{s:5:\"label\";s:14:\"Preloader Icon\";s:2:\"id\";s:16:\"thb_preload_icon\";s:4:\"type\";s:5:\"radio\";s:4:\"desc\";s:39:\"You can change the preloader icon here.\";s:7:\"choices\";a:3:{i:0;a:2:{s:5:\"label\";s:15:\"Material Circle\";s:5:\"value\";s:18:\"preloader-material\";}i:1;a:2:{s:5:\"label\";s:9:\"3 Circles\";s:5:\"value\";s:23:\"preloader-three-circles\";}i:2;a:2:{s:5:\"label\";s:4:\"Line\";s:5:\"value\";s:14:\"preloader-line\";}}s:3:\"std\";s:18:\"preloader-material\";s:7:\"section\";s:13:\"customization\";s:8:\"operator\";s:2:\"or\";s:9:\"condition\";s:67:\"thb_preload_type:is(preloader),thb_preload_type:is(preloadlazyload)\";}i:270;a:4:{s:2:\"id\";s:18:\"customization_tab6\";s:5:\"label\";s:16:\"Newsletter Popup\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:13:\"customization\";}i:271;a:6:{s:5:\"label\";s:25:\"Display Newsletter Popup?\";s:2:\"id\";s:10:\"newsletter\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:47:\"Would you like to display the Newsletter Popup?\";s:3:\"std\";s:3:\"off\";s:7:\"section\";s:13:\"customization\";}i:272;a:8:{s:5:\"label\";s:27:\"Newsletter refresh interval\";s:2:\"id\";s:19:\"newsletter-interval\";s:4:\"type\";s:5:\"radio\";s:4:\"desc\";s:164:\"When the user closes the popup, the newsletter will not be visible on the next page. After the below period, its going to be visible again unless he closes it again\";s:7:\"choices\";a:8:{i:0;a:2:{s:5:\"label\";s:42:\"Never - the popup will be shown every page\";s:5:\"value\";s:1:\"0\";}i:1;a:2:{s:5:\"label\";s:5:\"1 Day\";s:5:\"value\";s:1:\"1\";}i:2;a:2:{s:5:\"label\";s:6:\"2 Days\";s:5:\"value\";s:1:\"2\";}i:3;a:2:{s:5:\"label\";s:6:\"3 Days\";s:5:\"value\";s:1:\"3\";}i:4;a:2:{s:5:\"label\";s:6:\"1 Week\";s:5:\"value\";s:1:\"7\";}i:5;a:2:{s:5:\"label\";s:7:\"2 Weeks\";s:5:\"value\";s:2:\"14\";}i:6;a:2:{s:5:\"label\";s:7:\"3 Weeks\";s:5:\"value\";s:2:\"21\";}i:7;a:2:{s:5:\"label\";s:7:\"1 Month\";s:5:\"value\";s:2:\"30\";}}s:3:\"std\";s:1:\"1\";s:7:\"section\";s:13:\"customization\";s:9:\"condition\";s:17:\"newsletter:is(on)\";}i:273;a:8:{s:5:\"label\";s:16:\"Newsletter Delay\";s:2:\"id\";s:16:\"newsletter_delay\";s:3:\"std\";s:1:\"0\";s:4:\"type\";s:14:\"numeric-slider\";s:12:\"min_max_step\";s:7:\"0,120,1\";s:4:\"desc\";s:61:\"You can delay the newsletter popup reveal by certain seconds.\";s:7:\"section\";s:13:\"customization\";s:9:\"condition\";s:17:\"newsletter:is(on)\";}i:274;a:7:{s:5:\"label\";s:16:\"Newsletter Image\";s:2:\"id\";s:16:\"newsletter_image\";s:4:\"type\";s:6:\"upload\";s:5:\"class\";s:23:\"ot-upload-attachment-id\";s:4:\"desc\";s:70:\"You can add an image to your newsletter if you want. This is optional.\";s:7:\"section\";s:13:\"customization\";s:9:\"condition\";s:17:\"newsletter:is(on)\";}i:275;a:6:{s:5:\"label\";s:21:\"Newsletter Background\";s:2:\"id\";s:13:\"newsletter_bg\";s:4:\"type\";s:10:\"background\";s:4:\"desc\";s:58:\"You can change the background of the newsletter from here.\";s:7:\"section\";s:13:\"customization\";s:9:\"condition\";s:17:\"newsletter:is(on)\";}i:276;a:7:{s:5:\"label\";s:18:\"Newsletter Content\";s:2:\"id\";s:18:\"newsletter_content\";s:4:\"type\";s:8:\"textarea\";s:4:\"desc\";s:62:\"Please use your preferred subscription service shortcode here.\";s:4:\"rows\";s:1:\"4\";s:7:\"section\";s:13:\"customization\";s:9:\"condition\";s:17:\"newsletter:is(on)\";}i:277;a:4:{s:2:\"id\";s:18:\"customization_tab7\";s:5:\"label\";s:5:\"Other\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:13:\"customization\";}i:278;a:5:{s:5:\"label\";s:14:\"Site Grid Size\";s:2:\"id\";s:13:\"thb_grid_size\";s:4:\"type\";s:11:\"measurement\";s:4:\"desc\";s:164:\"By default, Grid size is 1440px. Rows also have 35px padding + 20px negative margin on each side, so your content will be 1440 - (55 x 2) = 1330px wide on desktops.\";s:7:\"section\";s:13:\"customization\";}i:279;a:6:{s:5:\"label\";s:22:\"Right Click Protection\";s:2:\"id\";s:11:\"right_click\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:33:\"You can disable right click here.\";s:7:\"section\";s:13:\"customization\";s:3:\"std\";s:2:\"on\";}i:280;a:7:{s:5:\"label\";s:24:\"Right Click Text Content\";s:2:\"id\";s:19:\"right_click_content\";s:4:\"type\";s:8:\"textarea\";s:4:\"desc\";s:63:\"This content appears inside the right click protection overlay.\";s:4:\"rows\";s:1:\"4\";s:7:\"section\";s:13:\"customization\";s:9:\"condition\";s:18:\"right_click:is(on)\";}i:281;a:5:{s:5:\"label\";s:18:\"Google Theme Color\";s:2:\"id\";s:22:\"thb_google_theme_color\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"desc\";s:236:\"Applied only on Android mobile devices, click <a href="https://developers.google.com/web/updates/2014/11/Support-for-theme-color-in-Chrome-39-for-Android" target="_blank">here</a> to learn more about this\";s:7:\"section\";s:13:\"customization\";}i:282;a:6:{s:5:\"label\";s:27:\"Form Elements Border-Radius\";s:2:\"id\";s:11:\"form_radius\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:61:\"You can turn off the border-radius on the form elements here.\";s:3:\"std\";s:2:\"on\";s:7:\"section\";s:13:\"customization\";}i:283;a:5:{s:5:\"label\";s:15:\"Custom 404 Page\";s:2:\"id\";s:16:\"404_page_content\";s:4:\"type\";s:11:\"page-select\";s:4:\"desc\";s:68:\"This allows you to override default 404 page and show a custom page.\";s:7:\"section\";s:13:\"customization\";}i:284;a:6:{s:5:\"label\";s:11:\"Site Border\";s:2:\"id\";s:12:\"site_borders\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:42:\"This will add borders around the viewport.\";s:3:\"std\";s:3:\"off\";s:7:\"section\";s:13:\"customization\";}i:285;a:6:{s:5:\"label\";s:12:\"Border Width\";s:2:\"id\";s:18:\"site_borders_width\";s:4:\"type\";s:11:\"measurement\";s:4:\"desc\";s:32:\"You can modify border width here\";s:7:\"section\";s:13:\"customization\";s:9:\"condition\";s:19:\"site_borders:is(on)\";}i:286;a:6:{s:5:\"label\";s:12:\"Border Color\";s:2:\"id\";s:18:\"site_borders_color\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"desc\";s:36:\"You can modify the border color here\";s:7:\"section\";s:13:\"customization\";s:9:\"condition\";s:19:\"site_borders:is(on)\";}i:287;a:4:{s:2:\"id\";s:9:\"gdpr_tab1\";s:5:\"label\";s:10:\"Cookie Bar\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:4:\"gdpr\";}i:288;a:6:{s:5:\"label\";s:10:\"Cookie Bar\";s:2:\"id\";s:14:\"thb_cookie_bar\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:38:\"Would you like to show the cookie bar?\";s:3:\"std\";s:3:\"off\";s:7:\"section\";s:4:\"gdpr\";}i:289;a:7:{s:5:\"label\";s:16:\"Cookie Bar Color\";s:2:\"id\";s:20:\"thb_cookie_bar_color\";s:4:\"type\";s:11:\"radio-image\";s:4:\"desc\";s:42:\"You can choose your cookie bar color here.\";s:3:\"std\";s:4:\"dark\";s:7:\"section\";s:4:\"gdpr\";s:9:\"condition\";s:21:\"thb_cookie_bar:is(on)\";}i:290;a:7:{s:5:\"label\";s:18:\"Cookie Bar Content\";s:2:\"id\";s:22:\"thb_cookie_bar_content\";s:4:\"type\";s:8:\"textarea\";s:4:\"desc\";s:43:\"This content appears inside the cookie bar.\";s:4:\"rows\";s:1:\"4\";s:7:\"section\";s:4:\"gdpr\";s:9:\"condition\";s:21:\"thb_cookie_bar:is(on)\";}}}','yes'),(151,'option_tree','a:234:{s:11:\"blog_header\";s:6:\"style1\";s:16:\"blog_top_content\";s:0:\"\";s:10:\"blog_style\";s:6:\"style1\";s:12:\"blog_sidebar\";s:2:\"on\";s:16:\"thb_blog_columns\";s:1:\"4\";s:14:\"blog_animation\";s:0:\"\";s:21:\"blog_pagination_style\";s:6:\"style1\";s:13:\"article_style\";s:6:\"style1\";s:15:\"article_sidebar\";s:2:\"on\";s:11:\"article_cat\";s:2:\"on\";s:19:\"article_author_name\";s:2:\"on\";s:12:\"article_date\";s:2:\"on\";s:12:\"article_tags\";s:2:\"on\";s:14:\"article_author\";s:2:\"on\";s:15:\"article_related\";s:2:\"on\";s:21:\"article_related_count\";s:1:\"3\";s:8:\"blog_nav\";s:2:\"on\";s:14:\"blog_nav_style\";s:6:\"style1\";s:17:\"blog_nav_keyboard\";s:2:\"on\";s:15:\"facebook_app_id\";s:0:\"\";s:12:\"header_style\";s:6:\"style2\";s:13:\"header_border\";s:0:\"\";s:21:\"thb_header_full_width\";s:3:\"off\";s:12:\"fixed_header\";s:3:\"off\";s:18:\"fixed_header_color\";s:11:\"dark-header\";s:19:\"fixed_header_scroll\";s:2:\"on\";s:19:\"fixed_header_shadow\";s:0:\"\";s:21:\"full_menu_hover_style\";s:12:\"thb-standard\";s:24:\"full_menu_dropdown_color\";s:4:\"dark\";s:24:\"full_menu_dropdown_style\";s:6:\"style1\";s:21:\"dropdown_style3_color\";s:0:\"\";s:19:\"thb_underline_color\";s:0:\"\";s:11:\"menu_margin\";s:0:\"\";s:16:\"header_secondary\";s:3:\"off\";s:6:\"thb_ls\";s:3:\"off\";s:21:\"header_secondary_menu\";s:0:\"\";s:13:\"header_search\";s:3:\"off\";s:11:\"header_cart\";s:3:\"off\";s:22:\"mobile_menu_icon_style\";s:6:\"style3\";s:16:\"mobile_menu_text\";s:3:\"off\";s:13:\"header_button\";s:3:\"off\";s:18:\"header_button_size\";s:5:\"small\";s:18:\"header_button_text\";s:11:\"Get the App\";s:25:\"header_action_button_link\";s:88:\"https://themeforest.net/item/revolution-creative-portfolio-theme/17870799?ref=fuelthemes\";s:19:\"header_button_style\";s:6:\"style1\";s:20:\"header_button_radius\";s:9:\"no-radius\";s:19:\"header_button_color\";s:5:\"white\";s:20:\"header_button_target\";s:6:\"_blank\";s:29:\"secondarymenu_text_svg_height\";s:0:\"\";s:25:\"secondarymenu_text_font_1\";a:6:{s:9:\"font-size\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:25:\"secondarymenu_text_font_2\";a:6:{s:9:\"font-size\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"subheader\";s:3:\"off\";s:24:\"thb_subheader_full_width\";s:3:\"off\";s:15:\"subheader_style\";s:6:\"style1\";s:15:\"subheader_color\";s:5:\"light\";s:14:\"subheader_menu\";s:0:\"\";s:14:\"subheader_text\";s:0:\"\";s:17:\"mobile_menu_style\";s:6:\"style1\";s:17:\"submenu_behaviour\";s:11:\"thb-submenu\";s:17:\"mobile_menu_color\";s:5:\"light\";s:18:\"mobile_menu_search\";s:3:\"off\";s:20:\"header_button_mobile\";s:3:\"off\";s:18:\"mobile_menu_footer\";s:0:\"\";s:11:\"logo_height\";a:2:{i:0;s:2:\"93\";i:1;s:2:\"px\";}s:18:\"logo_height_mobile\";a:2:{i:0;s:2:\"75\";i:1;s:2:\"px\";}s:4:\"logo\";s:57:\"https://www.fffpetsitting.com/wp-content/uploads/logo.png\";s:10:\"logo_light\";s:57:\"https://www.fffpetsitting.com/wp-content/uploads/logo.png\";s:14:\"header_padding\";a:2:{s:3:\"top\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";}s:20:\"header_padding_fixed\";s:0:\"\";s:21:\"header_padding_mobile\";a:2:{s:3:\"top\";s:2:\"15\";s:6:\"bottom\";s:2:\"15\";}s:16:\"subheader_height\";s:0:\"\";s:14:\"portfolio_slug\";s:0:\"\";s:17:\"portfolio_related\";s:3:\"off\";s:23:\"portfolio_related_style\";s:6:\"style7\";s:16:\"footer_portfolio\";s:3:\"off\";s:30:\"mobile_portfolio_video_disable\";s:3:\"off\";s:13:\"portfolio_nav\";s:2:\"on\";s:19:\"portfolio_nav_style\";s:6:\"style3\";s:17:\"portfolio_nav_cat\";s:3:\"off\";s:19:\"portfolio_nav_count\";s:2:\"10\";s:25:\"portfolio_nav_style3_hide\";s:3:\"off\";s:21:\"portfolio_nav_columns\";s:1:\"4\";s:29:\"portfolio_nav_portfolio_style\";s:6:\"style1\";s:14:\"side_portfolio\";s:3:\"off\";s:17:\"shop_catalog_mode\";s:3:\"off\";s:15:\"shop_full_width\";s:3:\"off\";s:20:\"shop_product_listing\";s:6:\"style1\";s:27:\"shop_product_listing_layout\";s:6:\"style1\";s:16:\"products_per_row\";s:5:\"thb-5\";s:31:\"shop_product_listing_pagination\";s:6:\"style1\";s:17:\"products_per_page\";s:2:\"12\";s:18:\"shop_product_hover\";s:2:\"on\";s:18:\"shop_product_style\";s:6:\"style1\";s:21:\"shop_product_lightbox\";s:8:\"lightbox\";s:27:\"shop_product_ajax_addtocart\";s:2:\"on\";s:17:\"shop_header_style\";s:6:\"style1\";s:14:\"shop_header_bg\";s:0:\"\";s:15:\"shop_menu_color\";s:12:\"light-header\";s:12:\"shop_newness\";s:1:\"7\";s:6:\"footer\";s:2:\"on\";s:17:\"footer_full_width\";s:3:\"off\";s:13:\"footer_effect\";s:3:\"off\";s:13:\"footer_shadow\";s:5:\"heavy\";s:11:\"footer_logo\";s:3:\"off\";s:18:\"footer_logo_upload\";s:0:\"\";s:18:\"footer_logo_height\";s:0:\"\";s:18:\"footer_top_content\";s:0:\"\";s:14:\"footer_columns\";s:12:\"threecolumns\";s:12:\"footer_color\";s:4:\"dark\";s:9:\"subfooter\";s:3:\"off\";s:20:\"subfooter_full_width\";s:3:\"off\";s:15:\"subfooter_style\";s:6:\"style1\";s:14:\"subfooter_logo\";s:3:\"off\";s:21:\"subfooter_logo_upload\";s:0:\"\";s:21:\"subfooter_logo_height\";s:0:\"\";s:14:\"subfooter_menu\";s:0:\"\";s:14:\"subfooter_text\";s:25:\"<p>© 2018 Revolution</p>\";s:10:\"footer_bar\";s:3:\"off\";s:16:\"footer_bar_style\";s:6:\"style1\";s:15:\"footer_bar_menu\";s:0:\"\";s:18:\"footer_bar_content\";s:0:\"\";s:14:\"footer_padding\";s:0:\"\";s:17:\"subfooter_padding\";s:0:\"\";s:17:\"footerbar_padding\";s:0:\"\";s:12:\"primary_font\";a:1:{s:11:\"font-family\";s:0:\"\";}s:14:\"secondary_font\";a:1:{s:11:\"font-family\";s:0:\"\";}s:13:\"fullmenu_font\";a:1:{s:11:\"font-family\";s:0:\"\";}s:15:\"mobilemenu_font\";a:1:{s:11:\"font-family\";s:0:\"\";}s:11:\"button_font\";a:3:{s:11:\"font-family\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:7:\"em_font\";a:1:{s:11:\"font-family\";s:0:\"\";}s:10:\"label_font\";a:1:{s:11:\"font-family\";s:0:\"\";}s:7:\"h1_type\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:7:\"h2_type\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:7:\"h3_type\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:7:\"h4_type\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:7:\"h5_type\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:7:\"h6_type\";a:7:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"body_type\";a:6:{s:9:\"font-size\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:13:\"fullmenu_type\";a:6:{s:9:\"font-size\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:17:\"fullmenu_sub_type\";a:6:{s:9:\"font-size\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:20:\"fullmenu_social_type\";a:1:{s:9:\"font-size\";s:0:\"\";}s:15:\"mobilemenu_type\";a:6:{s:9:\"font-size\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:19:\"mobilemenu_sub_type\";a:6:{s:9:\"font-size\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:25:\"mobilemenu_secondary_type\";a:6:{s:9:\"font-size\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:22:\"mobilemenu_footer_type\";a:6:{s:9:\"font-size\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:22:\"mobilemenu_social_type\";a:6:{s:9:\"font-size\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:17:\"widget_title_type\";a:6:{s:9:\"font-size\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:11:\"footer_type\";a:6:{s:9:\"font-size\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:23:\"subfooter_fullmenu_type\";a:6:{s:9:\"font-size\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:21:\"subfooter_social_type\";a:1:{s:9:\"font-size\";s:0:\"\";}s:18:\"shop_product_title\";a:6:{s:9:\"font-size\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:25:\"shop_product_detail_title\";a:6:{s:9:\"font-size\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:27:\"shop_product_detail_excerpt\";a:6:{s:9:\"font-size\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:12:\"font_subsets\";s:9:\"no-subset\";s:10:\"typekit_id\";s:0:\"\";s:13:\"typekit_fonts\";s:0:\"\";s:12:\"subheader_bg\";s:0:\"\";s:9:\"header_bg\";s:0:\"\";s:15:\"fixed_header_bg\";s:0:\"\";s:16:\"header_style1_bg\";s:0:\"\";s:9:\"search_bg\";s:0:\"\";s:21:\"full_menu_dropdown_bg\";s:0:\"\";s:9:\"footer_bg\";s:0:\"\";s:12:\"subfooter_bg\";s:0:\"\";s:12:\"footerbar_bg\";s:0:\"\";s:13:\"mobilemenu_bg\";s:0:\"\";s:11:\"notfound_bg\";s:0:\"\";s:12:\"preloader_bg\";s:0:\"\";s:12:\"accent_color\";s:7:\"#3e90dc\";s:22:\"mobile_menu_icon_color\";s:0:\"\";s:19:\"post_category_color\";s:0:\"\";s:18:\"general_text_color\";s:0:\"\";s:18:\"widget_title_color\";s:0:\"\";s:17:\"widget_text_color\";s:0:\"\";s:25:\"footer_widget_title_color\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:20:\"subheader_text_color\";s:0:\"\";s:20:\"subfooter_text_color\";s:0:\"\";s:15:\"preloader_color\";s:0:\"\";s:18:\"general_link_color\";a:2:{s:4:\"link\";s:0:\"\";s:5:\"hover\";s:0:\"\";}s:20:\"subheader_link_color\";a:2:{s:4:\"link\";s:0:\"\";s:5:\"hover\";s:0:\"\";}s:24:\"fullmenu_link_color_dark\";a:2:{s:4:\"link\";s:0:\"\";s:5:\"hover\";s:0:\"\";}s:25:\"fullmenu_link_color_light\";a:2:{s:4:\"link\";s:0:\"\";s:5:\"hover\";s:0:\"\";}s:18:\"submenu_link_color\";a:2:{s:4:\"link\";s:0:\"\";s:5:\"hover\";s:0:\"\";}s:21:\"mobilemenu_link_color\";a:2:{s:4:\"link\";s:0:\"\";s:5:\"hover\";s:0:\"\";}s:29:\"mobilemenu_submenu_link_color\";a:2:{s:4:\"link\";s:0:\"\";s:5:\"hover\";s:0:\"\";}s:31:\"mobilemenu_secondary_link_color\";a:2:{s:4:\"link\";s:0:\"\";s:5:\"hover\";s:0:\"\";}s:17:\"widget_link_color\";a:2:{s:4:\"link\";s:0:\"\";s:5:\"hover\";s:0:\"\";}s:17:\"footer_link_color\";a:2:{s:4:\"link\";s:0:\"\";s:5:\"hover\";s:0:\"\";}s:20:\"subfooter_link_color\";a:2:{s:4:\"link\";s:0:\"\";s:5:\"hover\";s:0:\"\";}s:15:\"page_transition\";s:3:\"off\";s:21:\"page_transition_style\";s:8:\"thb-fade\";s:26:\"page_transition_overlay_bg\";s:0:\"\";s:24:\"page_transition_in_speed\";s:4:\"1000\";s:25:\"page_transition_out_speed\";s:3:\"500\";s:16:\"thb_preload_type\";s:4:\"none\";s:16:\"thb_preload_icon\";s:18:\"preloader-material\";s:10:\"newsletter\";s:3:\"off\";s:19:\"newsletter-interval\";s:1:\"1\";s:16:\"newsletter_delay\";s:1:\"0\";s:16:\"newsletter_image\";s:0:\"\";s:13:\"newsletter_bg\";s:0:\"\";s:18:\"newsletter_content\";s:0:\"\";s:13:\"thb_grid_size\";s:0:\"\";s:11:\"right_click\";s:3:\"off\";s:19:\"right_click_content\";s:0:\"\";s:22:\"thb_google_theme_color\";s:0:\"\";s:11:\"form_radius\";s:2:\"on\";s:16:\"404_page_content\";s:0:\"\";s:12:\"site_borders\";s:3:\"off\";s:18:\"site_borders_width\";s:0:\"\";s:18:\"site_borders_color\";s:0:\"\";s:11:\"music_sound\";s:3:\"off\";s:23:\"music_sound_toggle_home\";s:2:\"on\";s:20:\"music_disable_mobile\";s:3:\"off\";s:18:\"music_sound_toggle\";s:3:\"off\";s:16:\"music_sound_file\";s:0:\"\";s:11:\"click_sound\";s:3:\"off\";s:16:\"click_sound_file\";s:0:\"\";s:16:\"link_hover_sound\";s:3:\"off\";s:21:\"link_hover_sound_file\";s:0:\"\";s:22:\"thb_combined_libraries\";s:2:\"on\";s:11:\"map_api_key\";s:0:\"\";s:13:\"scroll_to_top\";s:2:\"on\";s:9:\"extra_css\";s:0:\"\";s:13:\"twitter_cache\";s:1:\"1\";s:20:\"twitter_bar_username\";s:0:\"\";s:23:\"twitter_bar_consumerkey\";s:0:\"\";s:26:\"twitter_bar_consumersecret\";s:0:\"\";s:23:\"twitter_bar_accesstoken\";s:0:\"\";s:29:\"twitter_bar_accesstokensecret\";s:0:\"\";s:14:\"thb_cookie_bar\";s:3:\"off\";s:20:\"thb_cookie_bar_color\";s:4:\"dark\";s:22:\"thb_cookie_bar_content\";s:0:\"\";}','yes'),(152,'ot_media_post_ID','5','yes'),(153,'thb_revolution_key','8eeac484-2b49-11ea-ae5b-12d6e1530ad2','yes'),(155,'thb_revolution_key_expired','0','yes'),(159,'recently_activated','a:0:{}','yes'),(160,'widget_gform_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(161,'gravityformsaddon_gravityformswebapi_version','1.0','yes'),(163,'gform_enable_background_updates','','yes'),(164,'gform_longtext_ready','1','yes'),(165,'rg_form_version','2.4.17','yes'),(168,'widget_thb_thb_twitterwidget_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(169,'widget_thb_thb_spacer_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(170,'widget_thb_latestimages_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(171,'widget_thb_instagram_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(172,'widget_thb_thb_contactform_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(177,'vc_version','6.1','yes'),(178,'wpb_js_composer_license_activation_notified','yes','yes'),(179,'wpb_js_google_fonts_subsets','a:1:{i:0;s:5:\"latin\";}','yes'),(180,'wpb_js_gutenberg_disable','1','yes'),(181,'wpb_js_default_template_post_type','a:0:{}','yes'),(189,'rg_gforms_key','99697b28a3935f3a613b760f82ec6703','yes'),(190,'gform_enable_noconflict','1','yes'),(191,'rg_gforms_enable_akismet','0','yes'),(192,'rg_gforms_currency','USD','yes'),(198,'gform_version_info','a:11:{s:12:\"is_valid_key\";b:1;s:6:\"reason\";s:0:\"\";s:7:\"version\";s:6:\"2.4.17\";s:3:\"url\";s:166:\"https://s3.amazonaws.com/gravityforms/releases/gravityforms_2.4.17.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=TebLte9LCm0KjOg3nHrreoadP0k%3D\";s:15:\"expiration_time\";i:1606824000;s:9:\"offerings\";a:54:{s:12:\"gravityforms\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:6:\"2.4.17\";s:14:\"version_latest\";s:9:\"2.4.17.11\";s:3:\"url\";s:166:\"https://s3.amazonaws.com/gravityforms/releases/gravityforms_2.4.17.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=TebLte9LCm0KjOg3nHrreoadP0k%3D\";s:10:\"url_latest\";s:173:\"https://s3.amazonaws.com/gravityforms/releases/gravityforms_2.4.17.11.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=XYFi5hbzwulsD%2B3TXoJ3VE%2BV0bI%3D\";}s:21:\"gravityforms2checkout\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.0\";s:14:\"version_latest\";s:5:\"1.0.2\";s:3:\"url\";s:180:\"https://s3.amazonaws.com/gravityforms/addons/2checkout/gravityforms2checkout_1.0.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=7qABv3ZVsE55VISm0KgxmL8w5r8%3D\";s:10:\"url_latest\";s:184:\"https://s3.amazonaws.com/gravityforms/addons/2checkout/gravityforms2checkout_1.0.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=qMNw9Dw6O2t0rMuiT5lF3pb%2FOy0%3D\";}s:26:\"gravityformsactivecampaign\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.6\";s:14:\"version_latest\";s:5:\"1.6.1\";s:3:\"url\";s:190:\"https://s3.amazonaws.com/gravityforms/addons/activecampaign/gravityformsactivecampaign_1.6.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=gc2e0EJ68MUziURyUoUK8phYeuc%3D\";s:10:\"url_latest\";s:192:\"https://s3.amazonaws.com/gravityforms/addons/activecampaign/gravityformsactivecampaign_1.6.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=V89qkY5gICHSQaWp802F6VtX9Jo%3D\";}s:32:\"gravityformsadvancedpostcreation\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:10:\"1.0-beta-3\";s:14:\"version_latest\";s:12:\"1.0-beta-3.4\";s:3:\"url\";s:211:\"https://s3.amazonaws.com/gravityforms/addons/advancedpostcreation/gravityformsadvancedpostcreation_1.0-beta-3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=yIpUJeC%2BYYM8h7XXgn9Id2csit8%3D\";s:10:\"url_latest\";s:213:\"https://s3.amazonaws.com/gravityforms/addons/advancedpostcreation/gravityformsadvancedpostcreation_1.0-beta-3.4.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=%2FZc22xCNWspZcDR7zEfqXNpVlNE%3D\";}s:20:\"gravityformsagilecrm\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.2\";s:14:\"version_latest\";s:5:\"1.2.4\";s:3:\"url\";s:180:\"https://s3.amazonaws.com/gravityforms/addons/agilecrm/gravityformsagilecrm_1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=nlpy0bWfWIT0v%2B67k1vJPHKTBOQ%3D\";s:10:\"url_latest\";s:180:\"https://s3.amazonaws.com/gravityforms/addons/agilecrm/gravityformsagilecrm_1.2.4.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=Nxegs3sYRF8UjSUqW6vMuQZIjBA%3D\";}s:24:\"gravityformsauthorizenet\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.7\";s:14:\"version_latest\";s:5:\"2.7.1\";s:3:\"url\";s:188:\"https://s3.amazonaws.com/gravityforms/addons/authorizenet/gravityformsauthorizenet_2.7.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=yZNajBHK%2FDMNg7IAOg3Fo6E0WTE%3D\";s:10:\"url_latest\";s:194:\"https://s3.amazonaws.com/gravityforms/addons/authorizenet/gravityformsauthorizenet_2.7.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=6xeYIQL2e%2BW2dpNXeno%2FFimFj%2FE%3D\";}s:18:\"gravityformsaweber\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.9\";s:14:\"version_latest\";s:5:\"2.9.1\";s:3:\"url\";s:174:\"https://s3.amazonaws.com/gravityforms/addons/aweber/gravityformsaweber_2.9.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=yzrdhCUtKcewG0sGDJt5moqgxQs%3D\";s:10:\"url_latest\";s:176:\"https://s3.amazonaws.com/gravityforms/addons/aweber/gravityformsaweber_2.9.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=7ol6a0h0HbZM1IcvH7cxHbRNTM4%3D\";}s:21:\"gravityformsbatchbook\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.3\";s:14:\"version_latest\";s:3:\"1.3\";s:3:\"url\";s:182:\"https://s3.amazonaws.com/gravityforms/addons/batchbook/gravityformsbatchbook_1.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=U5tkgH%2Bkg4W1cFpxD7w8jnBFGDA%3D\";s:10:\"url_latest\";s:182:\"https://s3.amazonaws.com/gravityforms/addons/batchbook/gravityformsbatchbook_1.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=U5tkgH%2Bkg4W1cFpxD7w8jnBFGDA%3D\";}s:18:\"gravityformsbreeze\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.3\";s:14:\"version_latest\";s:5:\"1.3.2\";s:3:\"url\";s:176:\"https://s3.amazonaws.com/gravityforms/addons/breeze/gravityformsbreeze_1.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=77CDZ44Oao8FgGtSZndJPmsd%2BX0%3D\";s:10:\"url_latest\";s:178:\"https://s3.amazonaws.com/gravityforms/addons/breeze/gravityformsbreeze_1.3.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=leHrSYurHj3ZYbd%2FDzmN3MWN62A%3D\";}s:27:\"gravityformscampaignmonitor\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"3.7\";s:14:\"version_latest\";s:5:\"3.7.1\";s:3:\"url\";s:192:\"https://s3.amazonaws.com/gravityforms/addons/campaignmonitor/gravityformscampaignmonitor_3.7.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=vB2DSCFq7ubiuoMrBBmMB6zkdoU%3D\";s:10:\"url_latest\";s:196:\"https://s3.amazonaws.com/gravityforms/addons/campaignmonitor/gravityformscampaignmonitor_3.7.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=z05eKNHoRSgrEAkYOqk%2B5cKPb6k%3D\";}s:20:\"gravityformscampfire\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.1\";s:14:\"version_latest\";s:5:\"1.2.2\";s:3:\"url\";s:180:\"https://s3.amazonaws.com/gravityforms/addons/campfire/gravityformscampfire_1.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=FUIX4kjgWqtEzFuBtfYD%2B3Yz54U%3D\";s:10:\"url_latest\";s:182:\"https://s3.amazonaws.com/gravityforms/addons/campfire/gravityformscampfire_1.2.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=H8eW8LSuCJ%2Fwuz49s3XfZBS2WfY%3D\";}s:22:\"gravityformscapsulecrm\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.3\";s:14:\"version_latest\";s:5:\"1.3.1\";s:3:\"url\";s:184:\"https://s3.amazonaws.com/gravityforms/addons/capsulecrm/gravityformscapsulecrm_1.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=876gA5netlaMx%2BL2EI5F4GHSyXQ%3D\";s:10:\"url_latest\";s:186:\"https://s3.amazonaws.com/gravityforms/addons/capsulecrm/gravityformscapsulecrm_1.3.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=KeHaUYUehXpBylHAjI0jZZ%2FSzgc%3D\";}s:26:\"gravityformschainedselects\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.3\";s:14:\"version_latest\";s:5:\"1.3.3\";s:3:\"url\";s:192:\"https://s3.amazonaws.com/gravityforms/addons/chainedselects/gravityformschainedselects_1.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=OUSxzY2MVS2hp%2BSAWXzIdfg2Rv8%3D\";s:10:\"url_latest\";s:192:\"https://s3.amazonaws.com/gravityforms/addons/chainedselects/gravityformschainedselects_1.3.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=CX8qV46nvKwqzwA5VBwC0FQ4ysc%3D\";}s:23:\"gravityformscleverreach\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.5\";s:14:\"version_latest\";s:5:\"1.5.3\";s:3:\"url\";s:186:\"https://s3.amazonaws.com/gravityforms/addons/cleverreach/gravityformscleverreach_1.5.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=c3q1sMY6ElxE1MKEBpU%2FKKXQRFc%3D\";s:10:\"url_latest\";s:186:\"https://s3.amazonaws.com/gravityforms/addons/cleverreach/gravityformscleverreach_1.5.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=xK17f7Qp2yHd7z4D3ZWyRBcuzpk%3D\";}s:27:\"gravityformsconstantcontact\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.2\";s:14:\"version_latest\";s:5:\"1.2.2\";s:3:\"url\";s:192:\"https://s3.amazonaws.com/gravityforms/addons/constantcontact/gravityformsconstantcontact_1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=48otOqgSr0rZ58SMMhe4ZET1Uwo%3D\";s:10:\"url_latest\";s:198:\"https://s3.amazonaws.com/gravityforms/addons/constantcontact/gravityformsconstantcontact_1.2.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=7xZI0IA%2FnmmrXO4Rce8CBf%2Fdqvk%3D\";}s:19:\"gravityformscoupons\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.9\";s:14:\"version_latest\";s:5:\"2.9.4\";s:3:\"url\";s:176:\"https://s3.amazonaws.com/gravityforms/addons/coupons/gravityformscoupons_2.9.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=mo6q0ib18ggKHqdBAaAyFYMn2mM%3D\";s:10:\"url_latest\";s:180:\"https://s3.amazonaws.com/gravityforms/addons/coupons/gravityformscoupons_2.9.4.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=k6cNXUHFHn%2BnXKOge0QEDXUKs2s%3D\";}s:17:\"gravityformsdebug\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:0:\"\";s:14:\"version_latest\";s:10:\"1.0.beta12\";s:3:\"url\";s:0:\"\";s:10:\"url_latest\";s:181:\"https://s3.amazonaws.com/gravityforms/addons/debug/gravityformsdebug_1.0.beta12.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=WxJx2z0jAX0%2FkyFD5hKW3bvQHhw%3D\";}s:19:\"gravityformsdropbox\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.5\";s:14:\"version_latest\";s:3:\"2.5\";s:3:\"url\";s:180:\"https://s3.amazonaws.com/gravityforms/addons/dropbox/gravityformsdropbox_2.5.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=M1gDmcXtL%2F48VdIVz4txE%2Fv022E%3D\";s:10:\"url_latest\";s:180:\"https://s3.amazonaws.com/gravityforms/addons/dropbox/gravityformsdropbox_2.5.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=M1gDmcXtL%2F48VdIVz4txE%2Fv022E%3D\";}s:24:\"gravityformsemailoctopus\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.0\";s:14:\"version_latest\";s:3:\"1.0\";s:3:\"url\";s:188:\"https://s3.amazonaws.com/gravityforms/addons/emailoctopus/gravityformsemailoctopus_1.0.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=jyF8OGzIdUwwAOFhoQddYGlV2%2Fc%3D\";s:10:\"url_latest\";s:188:\"https://s3.amazonaws.com/gravityforms/addons/emailoctopus/gravityformsemailoctopus_1.0.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=jyF8OGzIdUwwAOFhoQddYGlV2%2Fc%3D\";}s:16:\"gravityformsemma\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.2\";s:14:\"version_latest\";s:5:\"1.2.7\";s:3:\"url\";s:170:\"https://s3.amazonaws.com/gravityforms/addons/emma/gravityformsemma_1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=w4iboVuMLaELFqdee3qmr00Q9No%3D\";s:10:\"url_latest\";s:172:\"https://s3.amazonaws.com/gravityforms/addons/emma/gravityformsemma_1.2.7.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=tIVrKU4GtHIRr2U2ZGNY2SKJVV8%3D\";}s:22:\"gravityformsfreshbooks\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.6\";s:14:\"version_latest\";s:3:\"2.6\";s:3:\"url\";s:184:\"https://s3.amazonaws.com/gravityforms/addons/freshbooks/gravityformsfreshbooks_2.6.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=53S2%2FfGyKrc3M6bapNbreyCYsR8%3D\";s:10:\"url_latest\";s:184:\"https://s3.amazonaws.com/gravityforms/addons/freshbooks/gravityformsfreshbooks_2.6.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=53S2%2FfGyKrc3M6bapNbreyCYsR8%3D\";}s:23:\"gravityformsgetresponse\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.3\";s:14:\"version_latest\";s:5:\"1.3.1\";s:3:\"url\";s:184:\"https://s3.amazonaws.com/gravityforms/addons/getresponse/gravityformsgetresponse_1.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=cumPF9vVF000eGnue9w2VOYCOcM%3D\";s:10:\"url_latest\";s:190:\"https://s3.amazonaws.com/gravityforms/addons/getresponse/gravityformsgetresponse_1.3.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=v%2FdZFXXp3LHkJ%2B50Bznn50QeIis%3D\";}s:21:\"gravityformsgutenberg\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:10:\"1.0-rc-1.4\";s:14:\"version_latest\";s:10:\"1.0-rc-1.4\";s:3:\"url\";s:187:\"https://s3.amazonaws.com/gravityforms/addons/gutenberg/gravityformsgutenberg_1.0-rc-1.4.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=eRu8OBnL6okFrX9Ku8Qc3ss2NtQ%3D\";s:10:\"url_latest\";s:187:\"https://s3.amazonaws.com/gravityforms/addons/gutenberg/gravityformsgutenberg_1.0-rc-1.4.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=eRu8OBnL6okFrX9Ku8Qc3ss2NtQ%3D\";}s:21:\"gravityformshelpscout\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:4:\"1.12\";s:14:\"version_latest\";s:6:\"1.12.2\";s:3:\"url\";s:181:\"https://s3.amazonaws.com/gravityforms/addons/helpscout/gravityformshelpscout_1.12.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=gcqO0cqRfTyh1JoXL1Sojc3qmvQ%3D\";s:10:\"url_latest\";s:185:\"https://s3.amazonaws.com/gravityforms/addons/helpscout/gravityformshelpscout_1.12.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=P2rAD52KuZS%2FaMZhlMA6SdXIazk%3D\";}s:20:\"gravityformshighrise\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.3\";s:14:\"version_latest\";s:3:\"1.3\";s:3:\"url\";s:178:\"https://s3.amazonaws.com/gravityforms/addons/highrise/gravityformshighrise_1.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=9mf0G01aDd1roWbJ8G3dCpNu8jk%3D\";s:10:\"url_latest\";s:178:\"https://s3.amazonaws.com/gravityforms/addons/highrise/gravityformshighrise_1.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=9mf0G01aDd1roWbJ8G3dCpNu8jk%3D\";}s:19:\"gravityformshipchat\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.2\";s:14:\"version_latest\";s:3:\"1.2\";}s:19:\"gravityformshubspot\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.2\";s:14:\"version_latest\";s:5:\"1.2.2\";s:3:\"url\";s:176:\"https://s3.amazonaws.com/gravityforms/addons/hubspot/gravityformshubspot_1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=X92vMRgcb8MKcCCZREUzIfcWw4o%3D\";s:10:\"url_latest\";s:178:\"https://s3.amazonaws.com/gravityforms/addons/hubspot/gravityformshubspot_1.2.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=QLHZvlg8pCLlPC2xgYq9pvnuE5I%3D\";}s:20:\"gravityformsicontact\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.3\";s:14:\"version_latest\";s:5:\"1.3.4\";s:3:\"url\";s:178:\"https://s3.amazonaws.com/gravityforms/addons/icontact/gravityformsicontact_1.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=43LyLMCGpIPeeT0YN7xqIOxDbLc%3D\";s:10:\"url_latest\";s:180:\"https://s3.amazonaws.com/gravityforms/addons/icontact/gravityformsicontact_1.3.4.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=93R2EmpOG0005ewuCxMj7jSyrMk%3D\";}s:19:\"gravityformslogging\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.3\";s:14:\"version_latest\";s:5:\"1.3.1\";s:3:\"url\";s:178:\"https://s3.amazonaws.com/gravityforms/addons/logging/gravityformslogging_1.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=K4C0CveOR8aKKqDNTdZuIl8J%2BiQ%3D\";s:10:\"url_latest\";s:182:\"https://s3.amazonaws.com/gravityforms/addons/logging/gravityformslogging_1.3.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=%2B14JL6loD5%2FwK14clTik90BVhsE%3D\";}s:19:\"gravityformsmadmimi\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.2\";s:14:\"version_latest\";s:5:\"1.2.1\";s:3:\"url\";s:182:\"https://s3.amazonaws.com/gravityforms/addons/madmimi/gravityformsmadmimi_1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=lz%2BhrRYAJV%2B7%2FLe6RxaDVaugHPM%3D\";s:10:\"url_latest\";s:178:\"https://s3.amazonaws.com/gravityforms/addons/madmimi/gravityformsmadmimi_1.2.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=vPQmopqYTlKz8tYaMlq53W4KZbQ%3D\";}s:21:\"gravityformsmailchimp\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"4.6\";s:14:\"version_latest\";s:5:\"4.6.3\";s:3:\"url\";s:180:\"https://s3.amazonaws.com/gravityforms/addons/mailchimp/gravityformsmailchimp_4.6.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=TCgfofasKliFRPLBO1FPVvs70y8%3D\";s:10:\"url_latest\";s:184:\"https://s3.amazonaws.com/gravityforms/addons/mailchimp/gravityformsmailchimp_4.6.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=1%2F37ySik0OLPRLeWWLf8XQa5FBg%3D\";}s:19:\"gravityformsmailgun\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.1\";s:14:\"version_latest\";s:5:\"1.1.2\";s:3:\"url\";s:178:\"https://s3.amazonaws.com/gravityforms/addons/mailgun/gravityformsmailgun_1.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=9LKg7QQdI%2BUWtxIBzTCz2O3ltoQ%3D\";s:10:\"url_latest\";s:178:\"https://s3.amazonaws.com/gravityforms/addons/mailgun/gravityformsmailgun_1.1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=PJubBrx4FGEa6n5FsVuebdrlOJ4%3D\";}s:26:\"gravityformspartialentries\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.4\";s:14:\"version_latest\";s:5:\"1.4.1\";s:3:\"url\";s:192:\"https://s3.amazonaws.com/gravityforms/addons/partialentries/gravityformspartialentries_1.4.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=XZz48B0ZhMYptdC9EQS19flB%2FfQ%3D\";s:10:\"url_latest\";s:192:\"https://s3.amazonaws.com/gravityforms/addons/partialentries/gravityformspartialentries_1.4.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=nYvVbciQZM4Bt0qSTn8fdQbHGmw%3D\";}s:18:\"gravityformspaypal\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"3.2\";s:14:\"version_latest\";s:5:\"3.2.2\";s:3:\"url\";s:174:\"https://s3.amazonaws.com/gravityforms/addons/paypal/gravityformspaypal_3.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=PAfjFqhuxOt8EnEpbqcDQZ51uRE%3D\";s:10:\"url_latest\";s:176:\"https://s3.amazonaws.com/gravityforms/addons/paypal/gravityformspaypal_3.2.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=1V38jXdrzJT4aRLfegkMZy4UdIs%3D\";}s:33:\"gravityformspaypalexpresscheckout\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:0:\"\";s:14:\"version_latest\";N;}s:29:\"gravityformspaypalpaymentspro\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.4\";s:14:\"version_latest\";s:5:\"2.4.1\";s:3:\"url\";s:202:\"https://s3.amazonaws.com/gravityforms/addons/paypalpaymentspro/gravityformspaypalpaymentspro_2.4.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=HfKzir%2BlAT%2FPghvd%2Bd2bHJ10Wuc%3D\";s:10:\"url_latest\";s:198:\"https://s3.amazonaws.com/gravityforms/addons/paypalpaymentspro/gravityformspaypalpaymentspro_2.4.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=dJrr5Jsdr50qQ7AqGWnBiOPrKHs%3D\";}s:21:\"gravityformspaypalpro\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:5:\"1.8.1\";s:14:\"version_latest\";s:5:\"1.8.2\";s:3:\"url\";s:186:\"https://s3.amazonaws.com/gravityforms/addons/paypalpro/gravityformspaypalpro_1.8.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=NNKHILxtgchZ69C%2BnHTi%2Bil1V2g%3D\";s:10:\"url_latest\";s:184:\"https://s3.amazonaws.com/gravityforms/addons/paypalpro/gravityformspaypalpro_1.8.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=YVjMZ0yerSTICplxstqbD%2FlwoDg%3D\";}s:20:\"gravityformspicatcha\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"2.0\";s:14:\"version_latest\";s:3:\"2.0\";}s:16:\"gravityformspipe\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.1\";s:14:\"version_latest\";s:5:\"1.1.1\";s:3:\"url\";s:170:\"https://s3.amazonaws.com/gravityforms/addons/pipe/gravityformspipe_1.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=PuDRxhdij0hjHb0yPCk5pnp8vnw%3D\";s:10:\"url_latest\";s:172:\"https://s3.amazonaws.com/gravityforms/addons/pipe/gravityformspipe_1.1.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=3oo03MT3FCBaOtXh8fm8Wx9Hq7s%3D\";}s:17:\"gravityformspolls\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"3.4\";s:14:\"version_latest\";s:5:\"3.4.3\";s:3:\"url\";s:172:\"https://s3.amazonaws.com/gravityforms/addons/polls/gravityformspolls_3.4.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=AmfiBG8gC2f11WLqgEpqn9eSlS4%3D\";s:10:\"url_latest\";s:182:\"https://s3.amazonaws.com/gravityforms/addons/polls/gravityformspolls_3.4.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=D4w3irDDDz7%2FE%2F%2FS%2FjvLQ6QLEog%3D\";}s:20:\"gravityformspostmark\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.0\";s:14:\"version_latest\";s:5:\"1.0.1\";s:3:\"url\";s:178:\"https://s3.amazonaws.com/gravityforms/addons/postmark/gravityformspostmark_1.0.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=urXqz5P5QTgAiVNRSxfNZ5Ev33U%3D\";s:10:\"url_latest\";s:180:\"https://s3.amazonaws.com/gravityforms/addons/postmark/gravityformspostmark_1.0.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=KBRvl8Aw9tU4hrPgHL6EMUtMnfQ%3D\";}s:16:\"gravityformsquiz\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"3.2\";s:14:\"version_latest\";s:5:\"3.2.4\";s:3:\"url\";s:170:\"https://s3.amazonaws.com/gravityforms/addons/quiz/gravityformsquiz_3.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=9imQ5NQRNeqAoJDq409gCIfDjFw%3D\";s:10:\"url_latest\";s:176:\"https://s3.amazonaws.com/gravityforms/addons/quiz/gravityformsquiz_3.2.4.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=3LO1tFze%2Fbk6r51kaJz2VL96%2FCM%3D\";}s:19:\"gravityformsrestapi\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:10:\"2.0-beta-2\";s:14:\"version_latest\";s:10:\"2.0-beta-2\";s:3:\"url\";s:183:\"https://s3.amazonaws.com/gravityforms/addons/restapi/gravityformsrestapi_2.0-beta-2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=bqeB8ja3gyR6CQmBqJ8uAHqTdWE%3D\";s:10:\"url_latest\";s:183:\"https://s3.amazonaws.com/gravityforms/addons/restapi/gravityformsrestapi_2.0-beta-2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=bqeB8ja3gyR6CQmBqJ8uAHqTdWE%3D\";}s:20:\"gravityformssendgrid\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.2\";s:14:\"version_latest\";s:5:\"1.2.1\";s:3:\"url\";s:178:\"https://s3.amazonaws.com/gravityforms/addons/sendgrid/gravityformssendgrid_1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=oFmIXtPTcWXnW9Kh8c77YZI38SE%3D\";s:10:\"url_latest\";s:182:\"https://s3.amazonaws.com/gravityforms/addons/sendgrid/gravityformssendgrid_1.2.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=3W2djClt8MX%2FuQIZEhcZEGFDHEs%3D\";}s:21:\"gravityformssignature\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"3.8\";s:14:\"version_latest\";s:5:\"3.8.3\";s:3:\"url\";s:182:\"https://s3.amazonaws.com/gravityforms/addons/signature/gravityformssignature_3.8.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=Z7McwmasM8Zps3gYAMWrQ0%2BAHFY%3D\";s:10:\"url_latest\";s:184:\"https://s3.amazonaws.com/gravityforms/addons/signature/gravityformssignature_3.8.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=KCz%2B3grNi1Kvet3t79Sguo9dilA%3D\";}s:17:\"gravityformsslack\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.9\";s:14:\"version_latest\";s:3:\"1.9\";s:3:\"url\";s:174:\"https://s3.amazonaws.com/gravityforms/addons/slack/gravityformsslack_1.9.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=rrMGtNBQJC2H%2F7dS8jYhBYyzoys%3D\";s:10:\"url_latest\";s:174:\"https://s3.amazonaws.com/gravityforms/addons/slack/gravityformsslack_1.9.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=rrMGtNBQJC2H%2F7dS8jYhBYyzoys%3D\";}s:18:\"gravityformsstripe\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"3.4\";s:14:\"version_latest\";s:5:\"3.4.1\";s:3:\"url\";s:176:\"https://s3.amazonaws.com/gravityforms/addons/stripe/gravityformsstripe_3.4.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=Jd%2FbPTsMfaByt91JFU0TRtihuNQ%3D\";s:10:\"url_latest\";s:176:\"https://s3.amazonaws.com/gravityforms/addons/stripe/gravityformsstripe_3.4.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=vbS7cHRivKfAlWxtfRkIlJSloLc%3D\";}s:18:\"gravityformssurvey\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"3.4\";s:14:\"version_latest\";s:3:\"3.4\";s:3:\"url\";s:174:\"https://s3.amazonaws.com/gravityforms/addons/survey/gravityformssurvey_3.4.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=LwG1hNLQkyavxoq6PYM06KxxzL4%3D\";s:10:\"url_latest\";s:174:\"https://s3.amazonaws.com/gravityforms/addons/survey/gravityformssurvey_3.4.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=LwG1hNLQkyavxoq6PYM06KxxzL4%3D\";}s:18:\"gravityformstrello\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.2\";s:14:\"version_latest\";s:5:\"1.2.3\";s:3:\"url\";s:174:\"https://s3.amazonaws.com/gravityforms/addons/trello/gravityformstrello_1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=IFJC8hGxlKBErTaJJuMonimhaAE%3D\";s:10:\"url_latest\";s:176:\"https://s3.amazonaws.com/gravityforms/addons/trello/gravityformstrello_1.2.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=z0LA7IfQc2rMpttD6JVa0YwiXhk%3D\";}s:18:\"gravityformstwilio\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.6\";s:14:\"version_latest\";s:5:\"2.6.2\";s:3:\"url\";s:176:\"https://s3.amazonaws.com/gravityforms/addons/twilio/gravityformstwilio_2.6.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=MLEX60%2F9ua3Sv91HvzqbBxvME5A%3D\";s:10:\"url_latest\";s:180:\"https://s3.amazonaws.com/gravityforms/addons/twilio/gravityformstwilio_2.6.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=stgSxMTHVP7IB5nEQn2PUgau%2B%2BE%3D\";}s:28:\"gravityformsuserregistration\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"4.4\";s:14:\"version_latest\";s:5:\"4.4.6\";s:3:\"url\";s:196:\"https://s3.amazonaws.com/gravityforms/addons/userregistration/gravityformsuserregistration_4.4.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=Y3jTeiKwH4yrkHNpgHqZpK%2FZH9U%3D\";s:10:\"url_latest\";s:200:\"https://s3.amazonaws.com/gravityforms/addons/userregistration/gravityformsuserregistration_4.4.6.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=j6WY2XHksaqzZI%2Fy%2BK8BU9syS78%3D\";}s:20:\"gravityformswebhooks\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.2\";s:14:\"version_latest\";s:3:\"1.2\";s:3:\"url\";s:178:\"https://s3.amazonaws.com/gravityforms/addons/webhooks/gravityformswebhooks_1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=CgvEFGCw0We5cjjN18YCf4idvH8%3D\";s:10:\"url_latest\";s:178:\"https://s3.amazonaws.com/gravityforms/addons/webhooks/gravityformswebhooks_1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=CgvEFGCw0We5cjjN18YCf4idvH8%3D\";}s:18:\"gravityformszapier\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"3.2\";s:14:\"version_latest\";s:5:\"3.2.1\";s:3:\"url\";s:176:\"https://s3.amazonaws.com/gravityforms/addons/zapier/gravityformszapier_3.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=EMTDXvtr%2Bki7e2gXyRLE6MKNZv0%3D\";s:10:\"url_latest\";s:176:\"https://s3.amazonaws.com/gravityforms/addons/zapier/gravityformszapier_3.2.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=RMMBH1ssSey74EZHkXZ6eiGIzaY%3D\";}s:19:\"gravityformszohocrm\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.8\";s:14:\"version_latest\";s:5:\"1.8.3\";s:3:\"url\";s:180:\"https://s3.amazonaws.com/gravityforms/addons/zohocrm/gravityformszohocrm_1.8.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=rmRSMdFEr9zqm%2FkaN5Z%2B558XGok%3D\";s:10:\"url_latest\";s:180:\"https://s3.amazonaws.com/gravityforms/addons/zohocrm/gravityformszohocrm_1.8.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=Xv2dY60qf%2FWCum0hfZDto8NxqG0%3D\";}}s:9:\"is_active\";s:1:\"1\";s:12:\"product_code\";s:5:\"GFDEV\";s:14:\"version_latest\";s:9:\"2.4.17.11\";s:10:\"url_latest\";s:173:\"https://s3.amazonaws.com/gravityforms/releases/gravityforms_2.4.17.11.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1583474846&Signature=XYFi5hbzwulsD%2B3TXoJ3VE%2BV0bI%3D\";s:9:\"timestamp\";i:1583302045;}','no'),(200,'gf_is_upgrading','0','yes'),(201,'gf_previous_db_version','2.4.16','yes'),(202,'gf_db_version','2.4.17','no'),(203,'rg_gforms_message','<!--GFM-->','yes'),(205,'gf_upgrade_lock','','yes'),(206,'gform_sticky_admin_messages','a:0:{}','yes'),(214,'gf_submissions_block','','yes'),(522,'WPLANG','','yes'),(523,'new_admin_email','chris@acscreative.com','yes'),(693,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(757,'rg_gforms_captcha_public_key','','yes'),(758,'rg_gforms_captcha_private_key','','yes'),(759,'rg_gforms_captcha_type','checkbox','yes'),(1884,'thb_revolution_remote_ver','1.6.9.2','yes'),(3116,'wpb_js_templates','a:3:{s:18:\"interior_849853457\";a:2:{s:4:\"name\";s:8:\"INTERIOR\";s:8:\"template\";s:1794:\"[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\n<h1>Page Title</h1>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\n<h2>Headline</h2>\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][thb_image][/thb_image][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\n<h3>Service Title</h3>\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\n<h3>Service Title</h3>\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]\";}s:16:\"about_2784406181\";a:2:{s:4:\"name\";s:5:\"ABOUT\";s:8:\"template\";s:5223:\"[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\n<h1>About Us</h1>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\n<h2>We Provide the Care Your Pet Deserves and the Service You Can Count On!</h2>\nEstablished in 1989, Fur, Fins & Feathers is the oldest and largest dog walking and pet sitting service in Montgomery County, Maryland. We are a friendly, flexible, responsive and caring business providing outstanding pet care and services to our community.\n\nWhat sets us apart is that we have simply thought of everything to make our pet care a seamless experience for you. Services are highly personalized and procedures are streamlined with your convenience in mind.[/vc_column_text][vc_separator][vc_column_text]\n<h3>Our Customized Services</h3>\nOver the past three decades, Fur, Fins & Feathers has expanded its services to meet our clients’ needs. We now offer the following customized services:\n<ul>\n <li>Mid-day Dog Walking</li>\n <li>House Sitting</li>\n <li>Pet Sitting</li>\n <li>Dog Training</li>\n <li>Pet Photography</li>\n <li>Bed & Breakfast</li>\n</ul>\nYou’ll experience our core values and professionalism from the start — from the initial point of contact to the questionnaire that contains detailed written instructions for your pet to the text you’ll receive after every visit so you can rest assured that all is well. Each of our clients meet their pet caregiver ahead of services to ensure confidence and to review pet care instructions.[/vc_column_text][vc_separator][vc_column_text]\n<h3>Our Furry and Not-So-Furry BFFs</h3>\nWe are proud to offer services for all kinds of pets — the furry, feathered and scaled! We have worked with clients who have a range of pets, including dogs, cats, rabbits, ferrets, guinea pigs, birds, fish, snakes and more — even sugar gliders! We treat all pets like they are our own BFFs.[/vc_column_text][vc_separator][vc_column_text]\n<h3>Our Trusted Pet Caregivers</h3>\nWe understand you want the person who cares for your pet and enters your home to be prompt, trustworthy and responsible. That’s why we only hire caregivers who share our core values of integrity, respect, teamwork and enthusiasm. We are also very flexible to ensure your pet is taken care of in the same way you would.\n\nMoreover, our dog walkers and pet sitters are carefully vetted through an interview process, reference check and statewide background check. Our high satisfaction ratings are the direct result of our outstanding sitters and office staff — who pet sit, too![/vc_column_text][vc_separator][vc_column_text]\n<h3>Our Service Area</h3>\nWe are proud to serve our Montgomery County clients and their pets for over 30 years! We service the following areas: Bethesda, Chevy Chase, Gaithersburg, Germantown, Kensington, Montgomery Village, Potomac, Rockville, Silver Spring and Wheaton. More locations coming soon![/vc_column_text][vc_separator][vc_column_text]\n<h3>Our Passion for Animals Guides Our Mission</h3>\nOur mission is to provide our clients with pet caregivers who are professional, trustworthy and of integrity while providing a fun and safe environment for their pets. With a genuine love for animals, we are committed to each of our clients in giving them individualized pet care services based on their pet’s needs. Our highly experienced dog walkers and pet sitters are carefully vetted, bonded and insured to provide an extra layer of safety for both our clients and their pets.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>“Fur, Fins & Feathers has been taking care of all three of my dogs for a number of years and I am totally pleased. This is a company you can trust. They are friendly, caring and always there when you need them.” </em>\n\n— Jerry[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\n<h3>Service Title</h3>\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\n<h3>Service Title</h3>\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]\";}s:26:\"homepage-02252020_92498954\";a:2:{s:4:\"name\";s:17:\"HOMEPAGE-02252020\";s:8:\"template\";s:4721:\"[vc_row thb_full_width=\"true\" el_id=\"hero\" css=\".vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\n<h1 style=\"text-align: center;\">The Leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland!</h1>\n<h2 style=\"text-align: center;\">Providing loving care and dependable service to your pets for over 30 years.</h2>\n[/vc_column_text][vc_btn title=\"Our Company\" el_id=\"stroke-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fabout-us%2F|title:About%20Us||\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row el_id=\"section-1\"][vc_column width=\"1/2\"][thb_fancybox thb_text_alignment=\"thb-center\" height=\"400px\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fdog-walking%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(55,130,209,0.8)\" bg_gradient2=\"rgba(66,145,216,0.8)\" image=\"152\" extra_class=\"top-block\"]\n<h2>Mid-Day Dog Walking</h2>\n[/thb_fancybox][vc_column_text]Our enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][thb_fancybox thb_text_alignment=\"thb-center\" height=\"400px\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fpet-sitting%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(55,130,209,0.8)\" bg_gradient2=\"rgba(66,145,216,0.8)\" image=\"173\" extra_class=\"top-block\"]\n<h2>Pet Sitting</h2>\n[/thb_fancybox][vc_column_text]Whether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-2\"][vc_column][vc_column_text]\n<h2 style=\"text-align: center;\">Our Professional Pet Care Services Available In:</h2>\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Potomac, Rockville, Silver Spring and Wheaton</p>\n<p style=\"text-align: center;\">More Locations Coming Soon!</p>\n\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-3\"][vc_column width=\"1/3\"][thb_image image=\"171\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fhouse-sitting%2F|title:House%20Sitting||\"][/thb_image][vc_column_text]\n<h3><a href=\"https://www.fffpetsitting.com/house-sitting/\">House Sitting or Bed & Breakfast</a></h3>\nLet us pamper your pet in a warm setting of one of our caring pet sitter’s home or you can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"64\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Ftraining%2F|title:Training||\"][/thb_image][vc_column_text]\n<h3><a href=\"https://www.fffpetsitting.com/training/\">Training</a></h3>\nOur pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"63\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fphotography%2F|title:Photography||\"][/thb_image][vc_column_text]\n<h3><a href=\"https://www.fffpetsitting.com/photography/\">Photography</a></h3>\nLet us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][/vc_column][/vc_row][vc_row thb_full_width=\"true\" content_placement=\"middle\" el_id=\"section-4\" css=\".vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\n<h2 style=\"text-align: center;\">Clients who use our services are paired with pet caregivers who are professional, trustworthy and of integrity.</h2>\n<p style=\"text-align: center;\">Our highly experienced dog walkers and pet sitters are bonded and insured. In addition, we require background checks to provide an extra layer of safety for our clients and their precious pets.</p>\n<p style=\"text-align: center;\">Check Our Social Media for Current Specials!</p>\n\n[/vc_column_text][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]\";}}','no'),(3752,'category_children','a:0:{}','yes'),(6705,'gform_email_count','34','yes'),(7248,'widget_unitegallery-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(8315,'_site_transient_timeout_browser_75e2f911edadb71f4eb7dc30521aef9a','1583350367','no'),(8316,'_site_transient_browser_75e2f911edadb71f4eb7dc30521aef9a','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"80.0.3987.122\";s:8:\"platform\";s:9:\"Macintosh\";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'),(8337,'_transient_timeout_ot_google_fonts_cache','1583350568','no'),(8338,'_transient_ot_google_fonts_cache','a:980:{s:7:\"abeezee\";a:3:{s:6:\"family\";s:7:\"ABeeZee\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"abel\";a:3:{s:6:\"family\";s:4:\"Abel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"abhayalibre\";a:3:{s:6:\"family\";s:12:\"Abhaya Libre\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"sinhala\";}}s:12:\"abrilfatface\";a:3:{s:6:\"family\";s:13:\"Abril Fatface\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"aclonica\";a:3:{s:6:\"family\";s:8:\"Aclonica\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"acme\";a:3:{s:6:\"family\";s:4:\"Acme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"actor\";a:3:{s:6:\"family\";s:5:\"Actor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"adamina\";a:3:{s:6:\"family\";s:7:\"Adamina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"adventpro\";a:3:{s:6:\"family\";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:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"latin-ext\";}}s:14:\"aguafinascript\";a:3:{s:6:\"family\";s:15:\"Aguafina Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"akronim\";a:3:{s:6:\"family\";s:7:\"Akronim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"aladin\";a:3:{s:6:\"family\";s:6:\"Aladin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"alata\";a:3:{s:6:\"family\";s:5:\"Alata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:6:\"alatsi\";a:3:{s:6:\"family\";s:6:\"Alatsi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:7:\"aldrich\";a:3:{s:6:\"family\";s:7:\"Aldrich\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"alef\";a:3:{s:6:\"family\";s:4:\"Alef\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"hebrew\";}}s:8:\"alegreya\";a:3:{s:6:\"family\";s:8:\"Alegreya\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}}s:10:\"alegreyasc\";a:3:{s:6:\"family\";s:11:\"Alegreya SC\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}}s:12:\"alegreyasans\";a:3:{s:6:\"family\";s:13:\"Alegreya Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}}s:14:\"alegreyasanssc\";a:3:{s:6:\"family\";s:16:\"Alegreya Sans SC\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}}s:4:\"aleo\";a:3:{s:6:\"family\";s:4:\"Aleo\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"alexbrush\";a:3:{s:6:\"family\";s:10:\"Alex Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"alfaslabone\";a:3:{s:6:\"family\";s:13:\"Alfa Slab One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:5:\"alice\";a:3:{s:6:\"family\";s:5:\"Alice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";}}s:5:\"alike\";a:3:{s:6:\"family\";s:5:\"Alike\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"alikeangular\";a:3:{s:6:\"family\";s:13:\"Alike Angular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"allan\";a:3:{s:6:\"family\";s:5:\"Allan\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"allerta\";a:3:{s:6:\"family\";s:7:\"Allerta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"allertastencil\";a:3:{s:6:\"family\";s:15:\"Allerta Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"allura\";a:3:{s:6:\"family\";s:6:\"Allura\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"almarai\";a:3:{s:6:\"family\";s:7:\"Almarai\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";i:3;s:3:\"800\";}s:7:\"subsets\";a:1:{i:0;s:6:\"arabic\";}}s:8:\"almendra\";a:3:{s:6:\"family\";s:8:\"Almendra\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:15:\"almendradisplay\";a:3:{s:6:\"family\";s:16:\"Almendra Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"almendrasc\";a:3:{s:6:\"family\";s:11:\"Almendra SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"amarante\";a:3:{s:6:\"family\";s:8:\"Amarante\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"amaranth\";a:3:{s:6:\"family\";s:8:\"Amaranth\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"amaticsc\";a:3:{s:6:\"family\";s:9:\"Amatic SC\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:6:\"hebrew\";i:2;s:8:\"cyrillic\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:9:\"amethysta\";a:3:{s:6:\"family\";s:9:\"Amethysta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"amiko\";a:3:{s:6:\"family\";s:5:\"Amiko\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"600\";i:2;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:5:\"amiri\";a:3:{s:6:\"family\";s:5:\"Amiri\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"arabic\";}}s:5:\"amita\";a:3:{s:6:\"family\";s:5:\"Amita\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:7:\"anaheim\";a:3:{s:6:\"family\";s:7:\"Anaheim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"andada\";a:3:{s:6:\"family\";s:6:\"Andada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"andika\";a:3:{s:6:\"family\";s:6:\"Andika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:6:\"angkor\";a:3:{s:6:\"family\";s:6:\"Angkor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:21:\"annieuseyourtelescope\";a:3:{s:6:\"family\";s:24:\"Annie Use Your Telescope\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"anonymouspro\";a:3:{s:6:\"family\";s:13:\"Anonymous Pro\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:8:\"cyrillic\";i:3;s:9:\"latin-ext\";}}s:5:\"antic\";a:3:{s:6:\"family\";s:5:\"Antic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"anticdidone\";a:3:{s:6:\"family\";s:12:\"Antic Didone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"anticslab\";a:3:{s:6:\"family\";s:10:\"Antic Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"anton\";a:3:{s:6:\"family\";s:5:\"Anton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:6:\"arapey\";a:3:{s:6:\"family\";s:6:\"Arapey\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"arbutus\";a:3:{s:6:\"family\";s:7:\"Arbutus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"arbutusslab\";a:3:{s:6:\"family\";s:12:\"Arbutus Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:18:\"architectsdaughter\";a:3:{s:6:\"family\";s:19:\"Architects Daughter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"archivo\";a:3:{s:6:\"family\";s:7:\"Archivo\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:12:\"archivoblack\";a:3:{s:6:\"family\";s:13:\"Archivo Black\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:13:\"archivonarrow\";a:3:{s:6:\"family\";s:14:\"Archivo Narrow\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:9:\"arefruqaa\";a:3:{s:6:\"family\";s:10:\"Aref Ruqaa\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"arabic\";}}s:12:\"arimamadurai\";a:3:{s:6:\"family\";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:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:7:\"subsets\";a:4:{i:0;s:5:\"tamil\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}}s:5:\"arimo\";a:3:{s:6:\"family\";s:5:\"Arimo\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:8:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:6:\"hebrew\";i:4;s:8:\"cyrillic\";i:5;s:12:\"cyrillic-ext\";i:6;s:9:\"latin-ext\";i:7;s:10:\"vietnamese\";}}s:8:\"arizonia\";a:3:{s:6:\"family\";s:8:\"Arizonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"armata\";a:3:{s:6:\"family\";s:6:\"Armata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"arsenal\";a:3:{s:6:\"family\";s:7:\"Arsenal\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:8:\"artifika\";a:3:{s:6:\"family\";s:8:\"Artifika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"arvo\";a:3:{s:6:\"family\";s:4:\"Arvo\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"arya\";a:3:{s:6:\"family\";s:4:\"Arya\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:4:\"asap\";a:3:{s:6:\"family\";s:4:\"Asap\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:13:\"asapcondensed\";a:3:{s:6:\"family\";s:14:\"Asap Condensed\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:4:\"asar\";a:3:{s:6:\"family\";s:4:\"Asar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:5:\"asset\";a:3:{s:6:\"family\";s:5:\"Asset\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"assistant\";a:3:{s:6:\"family\";s:9:\"Assistant\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"hebrew\";}}s:7:\"astloch\";a:3:{s:6:\"family\";s:7:\"Astloch\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"asul\";a:3:{s:6:\"family\";s:4:\"Asul\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"athiti\";a:3:{s:6:\"family\";s:6:\"Athiti\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:4:\"atma\";a:3:{s:6:\"family\";s:4:\"Atma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:7:\"bengali\";i:2;s:9:\"latin-ext\";}}s:9:\"atomicage\";a:3:{s:6:\"family\";s:10:\"Atomic Age\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"aubrey\";a:3:{s:6:\"family\";s:6:\"Aubrey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"audiowide\";a:3:{s:6:\"family\";s:9:\"Audiowide\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"autourone\";a:3:{s:6:\"family\";s:10:\"Autour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"average\";a:3:{s:6:\"family\";s:7:\"Average\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"averagesans\";a:3:{s:6:\"family\";s:12:\"Average Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:17:\"averiagruesalibre\";a:3:{s:6:\"family\";s:19:\"Averia Gruesa Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"averialibre\";a:3:{s:6:\"family\";s:12:\"Averia Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:15:\"averiasanslibre\";a:3:{s:6:\"family\";s:17:\"Averia Sans Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:16:\"averiaseriflibre\";a:3:{s:6:\"family\";s:18:\"Averia Serif Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"b612\";a:3:{s:6:\"family\";s:4:\"B612\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"b612mono\";a:3:{s:6:\"family\";s:9:\"B612 Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"badscript\";a:3:{s:6:\"family\";s:10:\"Bad Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";}}s:7:\"bahiana\";a:3:{s:6:\"family\";s:7:\"Bahiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"bahianita\";a:3:{s:6:\"family\";s:9:\"Bahianita\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:11:\"baijamjuree\";a:3:{s:6:\"family\";s:12:\"Bai Jamjuree\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:5:\"baloo\";a:3:{s:6:\"family\";s:5:\"Baloo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}}s:9:\"baloobhai\";a:3:{s:6:\"family\";s:10:\"Baloo Bhai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"gujarati\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}}s:13:\"baloobhaijaan\";a:3:{s:6:\"family\";s:14:\"Baloo Bhaijaan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:6:\"arabic\";}}s:11:\"baloobhaina\";a:3:{s:6:\"family\";s:12:\"Baloo Bhaina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:5:\"oriya\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}}s:12:\"baloochettan\";a:3:{s:6:\"family\";s:13:\"Baloo Chettan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"malayalam\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}}s:7:\"balooda\";a:3:{s:6:\"family\";s:8:\"Baloo Da\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:7:\"bengali\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}}s:10:\"baloopaaji\";a:3:{s:6:\"family\";s:11:\"Baloo Paaji\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"gurmukhi\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}}s:10:\"balootamma\";a:3:{s:6:\"family\";s:11:\"Baloo Tamma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:7:\"kannada\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}}s:12:\"balootammudu\";a:3:{s:6:\"family\";s:13:\"Baloo Tammudu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}}s:11:\"baloothambi\";a:3:{s:6:\"family\";s:12:\"Baloo Thambi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"tamil\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}}s:9:\"balthazar\";a:3:{s:6:\"family\";s:9:\"Balthazar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"bangers\";a:3:{s:6:\"family\";s:7:\"Bangers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:6:\"barlow\";a:3:{s:6:\"family\";s:6:\"Barlow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:15:\"barlowcondensed\";a:3:{s:6:\"family\";s:16:\"Barlow Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:19:\"barlowsemicondensed\";a:3:{s:6:\"family\";s:21:\"Barlow Semi Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:10:\"barriecito\";a:3:{s:6:\"family\";s:10:\"Barriecito\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:6:\"barrio\";a:3:{s:6:\"family\";s:6:\"Barrio\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"basic\";a:3:{s:6:\"family\";s:5:\"Basic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"baskervville\";a:3:{s:6:\"family\";s:12:\"Baskervville\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"battambang\";a:3:{s:6:\"family\";s:10:\"Battambang\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:7:\"baumans\";a:3:{s:6:\"family\";s:7:\"Baumans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"bayon\";a:3:{s:6:\"family\";s:5:\"Bayon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:9:\"bevietnam\";a:3:{s:6:\"family\";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:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:9:\"bebasneue\";a:3:{s:6:\"family\";s:10:\"Bebas Neue\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"belgrano\";a:3:{s:6:\"family\";s:8:\"Belgrano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"bellefair\";a:3:{s:6:\"family\";s:9:\"Bellefair\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:6:\"hebrew\";i:2;s:9:\"latin-ext\";}}s:7:\"belleza\";a:3:{s:6:\"family\";s:7:\"Belleza\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"benchnine\";a:3:{s:6:\"family\";s:9:\"BenchNine\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"bentham\";a:3:{s:6:\"family\";s:7:\"Bentham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"berkshireswash\";a:3:{s:6:\"family\";s:15:\"Berkshire Swash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"bethellen\";a:3:{s:6:\"family\";s:10:\"Beth Ellen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"bevan\";a:3:{s:6:\"family\";s:5:\"Bevan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:19:\"bigshouldersdisplay\";a:3:{s:6:\"family\";s:21:\"Big Shoulders Display\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:16:\"bigshoulderstext\";a:3:{s:6:\"family\";s:18:\"Big Shoulders Text\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:12:\"bigelowrules\";a:3:{s:6:\"family\";s:13:\"Bigelow Rules\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"bigshotone\";a:3:{s:6:\"family\";s:11:\"Bigshot One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"bilbo\";a:3:{s:6:\"family\";s:5:\"Bilbo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:14:\"bilboswashcaps\";a:3:{s:6:\"family\";s:16:\"Bilbo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"biorhyme\";a:3:{s:6:\"family\";s:8:\"BioRhyme\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:16:\"biorhymeexpanded\";a:3:{s:6:\"family\";s:17:\"BioRhyme Expanded\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"biryani\";a:3:{s:6:\"family\";s:7:\"Biryani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:6:\"bitter\";a:3:{s:6:\"family\";s:6:\"Bitter\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:20:\"blackandwhitepicture\";a:3:{s:6:\"family\";s:23:\"Black And White Picture\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:12:\"blackhansans\";a:3:{s:6:\"family\";s:14:\"Black Han Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:11:\"blackopsone\";a:3:{s:6:\"family\";s:13:\"Black Ops One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"blinker\";a:3:{s:6:\"family\";s:7:\"Blinker\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"bokor\";a:3:{s:6:\"family\";s:5:\"Bokor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:6:\"bonbon\";a:3:{s:6:\"family\";s:6:\"Bonbon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"boogaloo\";a:3:{s:6:\"family\";s:8:\"Boogaloo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"bowlbyone\";a:3:{s:6:\"family\";s:10:\"Bowlby One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"bowlbyonesc\";a:3:{s:6:\"family\";s:13:\"Bowlby One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"brawler\";a:3:{s:6:\"family\";s:7:\"Brawler\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"breeserif\";a:3:{s:6:\"family\";s:10:\"Bree Serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:13:\"bubblegumsans\";a:3:{s:6:\"family\";s:14:\"Bubblegum Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"bubblerone\";a:3:{s:6:\"family\";s:11:\"Bubbler One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:4:\"buda\";a:3:{s:6:\"family\";s:4:\"Buda\";s:8:\"variants\";a:1:{i:0;s:3:\"300\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"buenard\";a:3:{s:6:\"family\";s:7:\"Buenard\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"bungee\";a:3:{s:6:\"family\";s:6:\"Bungee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:14:\"bungeehairline\";a:3:{s:6:\"family\";s:15:\"Bungee Hairline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:12:\"bungeeinline\";a:3:{s:6:\"family\";s:13:\"Bungee Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:13:\"bungeeoutline\";a:3:{s:6:\"family\";s:14:\"Bungee Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:11:\"bungeeshade\";a:3:{s:6:\"family\";s:12:\"Bungee Shade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:10:\"butcherman\";a:3:{s:6:\"family\";s:10:\"Butcherman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:13:\"butterflykids\";a:3:{s:6:\"family\";s:14:\"Butterfly Kids\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"cabin\";a:3:{s:6:\"family\";s:5:\"Cabin\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:14:\"cabincondensed\";a:3:{s:6:\"family\";s:15:\"Cabin Condensed\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:11:\"cabinsketch\";a:3:{s:6:\"family\";s:12:\"Cabin Sketch\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"caesardressing\";a:3:{s:6:\"family\";s:15:\"Caesar Dressing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"cagliostro\";a:3:{s:6:\"family\";s:10:\"Cagliostro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"cairo\";a:3:{s:6:\"family\";s:5:\"Cairo\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"arabic\";}}s:7:\"caladea\";a:3:{s:6:\"family\";s:7:\"Caladea\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"calistoga\";a:3:{s:6:\"family\";s:9:\"Calistoga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:14:\"calligraffitti\";a:3:{s:6:\"family\";s:14:\"Calligraffitti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"cambay\";a:3:{s:6:\"family\";s:6:\"Cambay\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:5:\"cambo\";a:3:{s:6:\"family\";s:5:\"Cambo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"candal\";a:3:{s:6:\"family\";s:6:\"Candal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"cantarell\";a:3:{s:6:\"family\";s:9:\"Cantarell\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"cantataone\";a:3:{s:6:\"family\";s:11:\"Cantata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"cantoraone\";a:3:{s:6:\"family\";s:11:\"Cantora One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"capriola\";a:3:{s:6:\"family\";s:8:\"Capriola\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"cardo\";a:3:{s:6:\"family\";s:5:\"Cardo\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:9:\"latin-ext\";}}s:5:\"carme\";a:3:{s:6:\"family\";s:5:\"Carme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"carroisgothic\";a:3:{s:6:\"family\";s:14:\"Carrois Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:15:\"carroisgothicsc\";a:3:{s:6:\"family\";s:17:\"Carrois Gothic SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"carterone\";a:3:{s:6:\"family\";s:10:\"Carter One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"catamaran\";a:3:{s:6:\"family\";s:9:\"Catamaran\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"tamil\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:6:\"caudex\";a:3:{s:6:\"family\";s:6:\"Caudex\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:9:\"latin-ext\";}}s:6:\"caveat\";a:3:{s:6:\"family\";s:6:\"Caveat\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";}}s:11:\"caveatbrush\";a:3:{s:6:\"family\";s:12:\"Caveat Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:17:\"cedarvillecursive\";a:3:{s:6:\"family\";s:18:\"Cedarville Cursive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"cevicheone\";a:3:{s:6:\"family\";s:11:\"Ceviche One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"chakrapetch\";a:3:{s:6:\"family\";s:12:\"Chakra Petch\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:6:\"changa\";a:3:{s:6:\"family\";s:6:\"Changa\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"arabic\";}}s:9:\"changaone\";a:3:{s:6:\"family\";s:10:\"Changa One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"chango\";a:3:{s:6:\"family\";s:6:\"Chango\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"charm\";a:3:{s:6:\"family\";s:5:\"Charm\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:10:\"charmonman\";a:3:{s:6:\"family\";s:10:\"Charmonman\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:8:\"chathura\";a:3:{s:6:\"family\";s:8:\"Chathura\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}}s:16:\"chauphilomeneone\";a:3:{s:6:\"family\";s:18:\"Chau Philomene One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"chelaone\";a:3:{s:6:\"family\";s:9:\"Chela One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:13:\"chelseamarket\";a:3:{s:6:\"family\";s:14:\"Chelsea Market\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"chenla\";a:3:{s:6:\"family\";s:6:\"Chenla\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:15:\"cherrycreamsoda\";a:3:{s:6:\"family\";s:17:\"Cherry Cream Soda\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"cherryswash\";a:3:{s:6:\"family\";s:12:\"Cherry Swash\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"chewy\";a:3:{s:6:\"family\";s:5:\"Chewy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"chicle\";a:3:{s:6:\"family\";s:6:\"Chicle\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"chilanka\";a:3:{s:6:\"family\";s:8:\"Chilanka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"malayalam\";}}s:5:\"chivo\";a:3:{s:6:\"family\";s:5:\"Chivo\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"chonburi\";a:3:{s:6:\"family\";s:8:\"Chonburi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:6:\"cinzel\";a:3:{s:6:\"family\";s:6:\"Cinzel\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:16:\"cinzeldecorative\";a:3:{s:6:\"family\";s:17:\"Cinzel Decorative\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"clickerscript\";a:3:{s:6:\"family\";s:14:\"Clicker Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:4:\"coda\";a:3:{s:6:\"family\";s:4:\"Coda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"codacaption\";a:3:{s:6:\"family\";s:12:\"Coda Caption\";s:8:\"variants\";a:1:{i:0;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"codystar\";a:3:{s:6:\"family\";s:8:\"Codystar\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"coiny\";a:3:{s:6:\"family\";s:5:\"Coiny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"tamil\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}}s:5:\"combo\";a:3:{s:6:\"family\";s:5:\"Combo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"comfortaa\";a:3:{s:6:\"family\";s:9:\"Comfortaa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:6:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:8:\"cyrillic\";i:3;s:12:\"cyrillic-ext\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}}s:10:\"comingsoon\";a:3:{s:6:\"family\";s:11:\"Coming Soon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"concertone\";a:3:{s:6:\"family\";s:11:\"Concert One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"condiment\";a:3:{s:6:\"family\";s:9:\"Condiment\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"content\";a:3:{s:6:\"family\";s:7:\"Content\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:11:\"contrailone\";a:3:{s:6:\"family\";s:12:\"Contrail One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"convergence\";a:3:{s:6:\"family\";s:11:\"Convergence\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"cookie\";a:3:{s:6:\"family\";s:6:\"Cookie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"copse\";a:3:{s:6:\"family\";s:5:\"Copse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"corben\";a:3:{s:6:\"family\";s:6:\"Corben\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"cormorant\";a:3:{s:6:\"family\";s:9:\"Cormorant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:17:\"cormorantgaramond\";a:3:{s:6:\"family\";s:18:\"Cormorant Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:15:\"cormorantinfant\";a:3:{s:6:\"family\";s:16:\"Cormorant Infant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:11:\"cormorantsc\";a:3:{s:6:\"family\";s:12:\"Cormorant SC\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:16:\"cormorantunicase\";a:3:{s:6:\"family\";s:17:\"Cormorant Unicase\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:16:\"cormorantupright\";a:3:{s:6:\"family\";s:17:\"Cormorant Upright\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:9:\"courgette\";a:3:{s:6:\"family\";s:9:\"Courgette\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"courierprime\";a:3:{s:6:\"family\";s:13:\"Courier Prime\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"cousine\";a:3:{s:6:\"family\";s:7:\"Cousine\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:8:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:6:\"hebrew\";i:4;s:8:\"cyrillic\";i:5;s:12:\"cyrillic-ext\";i:6;s:9:\"latin-ext\";i:7;s:10:\"vietnamese\";}}s:8:\"coustard\";a:3:{s:6:\"family\";s:8:\"Coustard\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:18:\"coveredbyyourgrace\";a:3:{s:6:\"family\";s:21:\"Covered By Your Grace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"craftygirls\";a:3:{s:6:\"family\";s:12:\"Crafty Girls\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"creepster\";a:3:{s:6:\"family\";s:9:\"Creepster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"creteround\";a:3:{s:6:\"family\";s:11:\"Crete Round\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"crimsonpro\";a:3:{s:6:\"family\";s:11:\"Crimson Pro\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:11:\"crimsontext\";a:3:{s:6:\"family\";s:12:\"Crimson Text\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"croissantone\";a:3:{s:6:\"family\";s:13:\"Croissant One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"crushed\";a:3:{s:6:\"family\";s:7:\"Crushed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"cuprum\";a:3:{s:6:\"family\";s:6:\"Cuprum\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:8:\"cutefont\";a:3:{s:6:\"family\";s:9:\"Cute Font\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:6:\"cutive\";a:3:{s:6:\"family\";s:6:\"Cutive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"cutivemono\";a:3:{s:6:\"family\";s:11:\"Cutive Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"dmsans\";a:3:{s:6:\"family\";s:7:\"DM Sans\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:14:\"dmserifdisplay\";a:3:{s:6:\"family\";s:16:\"DM Serif Display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"dmseriftext\";a:3:{s:6:\"family\";s:13:\"DM Serif Text\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"damion\";a:3:{s:6:\"family\";s:6:\"Damion\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"dancingscript\";a:3:{s:6:\"family\";s:14:\"Dancing Script\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:7:\"dangrek\";a:3:{s:6:\"family\";s:7:\"Dangrek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:15:\"darkergrotesque\";a:3:{s:6:\"family\";s:16:\"Darker Grotesque\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:10:\"davidlibre\";a:3:{s:6:\"family\";s:11:\"David Libre\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:6:\"hebrew\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}}s:16:\"dawningofanewday\";a:3:{s:6:\"family\";s:20:\"Dawning of a New Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"daysone\";a:3:{s:6:\"family\";s:8:\"Days One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"dekko\";a:3:{s:6:\"family\";s:5:\"Dekko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:6:\"delius\";a:3:{s:6:\"family\";s:6:\"Delius\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:15:\"deliusswashcaps\";a:3:{s:6:\"family\";s:17:\"Delius Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"deliusunicase\";a:3:{s:6:\"family\";s:14:\"Delius Unicase\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"dellarespira\";a:3:{s:6:\"family\";s:13:\"Della Respira\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"denkone\";a:3:{s:6:\"family\";s:8:\"Denk One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"devonshire\";a:3:{s:6:\"family\";s:10:\"Devonshire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"dhurjati\";a:3:{s:6:\"family\";s:8:\"Dhurjati\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}}s:12:\"didactgothic\";a:3:{s:6:\"family\";s:13:\"Didact Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:6:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";}}s:9:\"diplomata\";a:3:{s:6:\"family\";s:9:\"Diplomata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"diplomatasc\";a:3:{s:6:\"family\";s:12:\"Diplomata SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"dohyeon\";a:3:{s:6:\"family\";s:8:\"Do Hyeon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:5:\"dokdo\";a:3:{s:6:\"family\";s:5:\"Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:6:\"domine\";a:3:{s:6:\"family\";s:6:\"Domine\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"donegalone\";a:3:{s:6:\"family\";s:11:\"Donegal One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"doppioone\";a:3:{s:6:\"family\";s:10:\"Doppio One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"dorsa\";a:3:{s:6:\"family\";s:5:\"Dorsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"dosis\";a:3:{s:6:\"family\";s:5:\"Dosis\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:10:\"drsugiyama\";a:3:{s:6:\"family\";s:11:\"Dr Sugiyama\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"durusans\";a:3:{s:6:\"family\";s:9:\"Duru Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"dynalight\";a:3:{s:6:\"family\";s:9:\"Dynalight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"ebgaramond\";a:3:{s:6:\"family\";s:11:\"EB Garamond\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:6:\"italic\";i:6;s:9:\"500italic\";i:7;s:9:\"600italic\";i:8;s:9:\"700italic\";i:9;s:9:\"800italic\";}s:7:\"subsets\";a:7:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}}s:9:\"eaglelake\";a:3:{s:6:\"family\";s:10:\"Eagle Lake\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"eastseadokdo\";a:3:{s:6:\"family\";s:14:\"East Sea Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:5:\"eater\";a:3:{s:6:\"family\";s:5:\"Eater\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"economica\";a:3:{s:6:\"family\";s:9:\"Economica\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"eczar\";a:3:{s:6:\"family\";s:5:\"Eczar\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:9:\"elmessiri\";a:3:{s:6:\"family\";s:10:\"El Messiri\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:6:\"arabic\";}}s:11:\"electrolize\";a:3:{s:6:\"family\";s:11:\"Electrolize\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"elsie\";a:3:{s:6:\"family\";s:5:\"Elsie\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:14:\"elsieswashcaps\";a:3:{s:6:\"family\";s:16:\"Elsie Swash Caps\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"emblemaone\";a:3:{s:6:\"family\";s:11:\"Emblema One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"emilyscandy\";a:3:{s:6:\"family\";s:12:\"Emilys Candy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"encodesans\";a:3:{s:6:\"family\";s:11:\"Encode Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:19:\"encodesanscondensed\";a:3:{s:6:\"family\";s:21:\"Encode Sans Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:18:\"encodesansexpanded\";a:3:{s:6:\"family\";s:20:\"Encode Sans Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:23:\"encodesanssemicondensed\";a:3:{s:6:\"family\";s:26:\"Encode Sans Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:22:\"encodesanssemiexpanded\";a:3:{s:6:\"family\";s:25:\"Encode Sans Semi Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:10:\"engagement\";a:3:{s:6:\"family\";s:10:\"Engagement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"englebert\";a:3:{s:6:\"family\";s:9:\"Englebert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"enriqueta\";a:3:{s:6:\"family\";s:9:\"Enriqueta\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"ericaone\";a:3:{s:6:\"family\";s:9:\"Erica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"esteban\";a:3:{s:6:\"family\";s:7:\"Esteban\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:14:\"euphoriascript\";a:3:{s:6:\"family\";s:15:\"Euphoria Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"ewert\";a:3:{s:6:\"family\";s:5:\"Ewert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:3:\"exo\";a:3:{s:6:\"family\";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:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:4:\"exo2\";a:3:{s:6:\"family\";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:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:12:\"expletussans\";a:3:{s:6:\"family\";s:13:\"Expletus Sans\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"fahkwang\";a:3:{s:6:\"family\";s:8:\"Fahkwang\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:11:\"fanwoodtext\";a:3:{s:6:\"family\";s:12:\"Fanwood Text\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"farro\";a:3:{s:6:\"family\";s:5:\"Farro\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"farsan\";a:3:{s:6:\"family\";s:6:\"Farsan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"gujarati\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}}s:9:\"fascinate\";a:3:{s:6:\"family\";s:9:\"Fascinate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:15:\"fascinateinline\";a:3:{s:6:\"family\";s:16:\"Fascinate Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"fasterone\";a:3:{s:6:\"family\";s:10:\"Faster One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"fasthand\";a:3:{s:6:\"family\";s:8:\"Fasthand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:8:\"faunaone\";a:3:{s:6:\"family\";s:9:\"Fauna One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"faustina\";a:3:{s:6:\"family\";s:8:\"Faustina\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:8:\"federant\";a:3:{s:6:\"family\";s:8:\"Federant\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"federo\";a:3:{s:6:\"family\";s:6:\"Federo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"felipa\";a:3:{s:6:\"family\";s:6:\"Felipa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"fenix\";a:3:{s:6:\"family\";s:5:\"Fenix\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"fingerpaint\";a:3:{s:6:\"family\";s:12:\"Finger Paint\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"firacode\";a:3:{s:6:\"family\";s:9:\"Fira Code\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:6:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";}}s:8:\"firamono\";a:3:{s:6:\"family\";s:9:\"Fira Mono\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:7:\"subsets\";a:6:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";}}s:8:\"firasans\";a:3:{s:6:\"family\";s:9:\"Fira Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}}s:17:\"firasanscondensed\";a:3:{s:6:\"family\";s:19:\"Fira Sans Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}}s:22:\"firasansextracondensed\";a:3:{s:6:\"family\";s:25:\"Fira Sans Extra Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}}s:9:\"fjallaone\";a:3:{s:6:\"family\";s:10:\"Fjalla One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"fjordone\";a:3:{s:6:\"family\";s:9:\"Fjord One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"flamenco\";a:3:{s:6:\"family\";s:8:\"Flamenco\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"flavors\";a:3:{s:6:\"family\";s:7:\"Flavors\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"fondamento\";a:3:{s:6:\"family\";s:10:\"Fondamento\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:15:\"fontdinerswanky\";a:3:{s:6:\"family\";s:16:\"Fontdiner Swanky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"forum\";a:3:{s:6:\"family\";s:5:\"Forum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";}}s:11:\"francoisone\";a:3:{s:6:\"family\";s:12:\"Francois One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:14:\"frankruhllibre\";a:3:{s:6:\"family\";s:16:\"Frank Ruhl Libre\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:6:\"hebrew\";i:2;s:9:\"latin-ext\";}}s:11:\"freckleface\";a:3:{s:6:\"family\";s:12:\"Freckle Face\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:18:\"frederickathegreat\";a:3:{s:6:\"family\";s:20:\"Fredericka the Great\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"fredokaone\";a:3:{s:6:\"family\";s:11:\"Fredoka One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"freehand\";a:3:{s:6:\"family\";s:8:\"Freehand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:6:\"fresca\";a:3:{s:6:\"family\";s:6:\"Fresca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"frijole\";a:3:{s:6:\"family\";s:7:\"Frijole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"fruktur\";a:3:{s:6:\"family\";s:7:\"Fruktur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"fugazone\";a:3:{s:6:\"family\";s:9:\"Fugaz One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"gfsdidot\";a:3:{s:6:\"family\";s:9:\"GFS Didot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"greek\";}}s:14:\"gfsneohellenic\";a:3:{s:6:\"family\";s:15:\"GFS Neohellenic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"greek\";}}s:8:\"gabriela\";a:3:{s:6:\"family\";s:8:\"Gabriela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";}}s:5:\"gaegu\";a:3:{s:6:\"family\";s:5:\"Gaegu\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:6:\"gafata\";a:3:{s:6:\"family\";s:6:\"Gafata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"galada\";a:3:{s:6:\"family\";s:6:\"Galada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:7:\"bengali\";}}s:8:\"galdeano\";a:3:{s:6:\"family\";s:8:\"Galdeano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"galindo\";a:3:{s:6:\"family\";s:7:\"Galindo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"gamjaflower\";a:3:{s:6:\"family\";s:12:\"Gamja Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:8:\"gayathri\";a:3:{s:6:\"family\";s:8:\"Gayathri\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"malayalam\";}}s:7:\"gelasio\";a:3:{s:6:\"family\";s:7:\"Gelasio\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:12:\"gentiumbasic\";a:3:{s:6:\"family\";s:13:\"Gentium Basic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:16:\"gentiumbookbasic\";a:3:{s:6:\"family\";s:18:\"Gentium Book Basic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:3:\"geo\";a:3:{s:6:\"family\";s:3:\"Geo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"geostar\";a:3:{s:6:\"family\";s:7:\"Geostar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"geostarfill\";a:3:{s:6:\"family\";s:12:\"Geostar Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"germaniaone\";a:3:{s:6:\"family\";s:12:\"Germania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"gidugu\";a:3:{s:6:\"family\";s:6:\"Gidugu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}}s:12:\"gildadisplay\";a:3:{s:6:\"family\";s:13:\"Gilda Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"girassol\";a:3:{s:6:\"family\";s:8:\"Girassol\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"giveyouglory\";a:3:{s:6:\"family\";s:14:\"Give You Glory\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"glassantiqua\";a:3:{s:6:\"family\";s:13:\"Glass Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"glegoo\";a:3:{s:6:\"family\";s:6:\"Glegoo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:16:\"gloriahallelujah\";a:3:{s:6:\"family\";s:17:\"Gloria Hallelujah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"goblinone\";a:3:{s:6:\"family\";s:10:\"Goblin One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"gochihand\";a:3:{s:6:\"family\";s:10:\"Gochi Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"gorditas\";a:3:{s:6:\"family\";s:8:\"Gorditas\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"gothica1\";a:3:{s:6:\"family\";s:9:\"Gothic A1\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:19:\"goudybookletter1911\";a:3:{s:6:\"family\";s:21:\"Goudy Bookletter 1911\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"graduate\";a:3:{s:6:\"family\";s:8:\"Graduate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"grandhotel\";a:3:{s:6:\"family\";s:11:\"Grand Hotel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"gravitasone\";a:3:{s:6:\"family\";s:12:\"Gravitas One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"greatvibes\";a:3:{s:6:\"family\";s:11:\"Great Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"grenze\";a:3:{s:6:\"family\";s:6:\"Grenze\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:6:\"griffy\";a:3:{s:6:\"family\";s:6:\"Griffy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"gruppo\";a:3:{s:6:\"family\";s:6:\"Gruppo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"gudea\";a:3:{s:6:\"family\";s:5:\"Gudea\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:4:\"gugi\";a:3:{s:6:\"family\";s:4:\"Gugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:6:\"gupter\";a:3:{s:6:\"family\";s:6:\"Gupter\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"gurajada\";a:3:{s:6:\"family\";s:8:\"Gurajada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}}s:6:\"habibi\";a:3:{s:6:\"family\";s:6:\"Habibi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"halant\";a:3:{s:6:\"family\";s:6:\"Halant\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:14:\"hammersmithone\";a:3:{s:6:\"family\";s:15:\"Hammersmith One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"hanalei\";a:3:{s:6:\"family\";s:7:\"Hanalei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"hanaleifill\";a:3:{s:6:\"family\";s:12:\"Hanalei Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"handlee\";a:3:{s:6:\"family\";s:7:\"Handlee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"hanuman\";a:3:{s:6:\"family\";s:7:\"Hanuman\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:11:\"happymonkey\";a:3:{s:6:\"family\";s:12:\"Happy Monkey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"harmattan\";a:3:{s:6:\"family\";s:9:\"Harmattan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"arabic\";}}s:11:\"headlandone\";a:3:{s:6:\"family\";s:12:\"Headland One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"heebo\";a:3:{s:6:\"family\";s:5:\"Heebo\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"hebrew\";}}s:10:\"hennypenny\";a:3:{s:6:\"family\";s:11:\"Henny Penny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"heptaslab\";a:3:{s:6:\"family\";s:10:\"Hepta Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:18:\"herrvonmuellerhoff\";a:3:{s:6:\"family\";s:20:\"Herr Von Muellerhoff\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"himelody\";a:3:{s:6:\"family\";s:9:\"Hi Melody\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:4:\"hind\";a:3:{s:6:\"family\";s:4:\"Hind\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:10:\"hindguntur\";a:3:{s:6:\"family\";s:11:\"Hind Guntur\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";i:2;s:9:\"latin-ext\";}}s:11:\"hindmadurai\";a:3:{s:6:\"family\";s:12:\"Hind Madurai\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"tamil\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:12:\"hindsiliguri\";a:3:{s:6:\"family\";s:13:\"Hind Siliguri\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:7:\"bengali\";i:2;s:9:\"latin-ext\";}}s:12:\"hindvadodara\";a:3:{s:6:\"family\";s:13:\"Hind Vadodara\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"gujarati\";i:2;s:9:\"latin-ext\";}}s:13:\"holtwoodonesc\";a:3:{s:6:\"family\";s:15:\"Holtwood One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"homemadeapple\";a:3:{s:6:\"family\";s:14:\"Homemade Apple\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"homenaje\";a:3:{s:6:\"family\";s:8:\"Homenaje\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"ibmplexmono\";a:3:{s:6:\"family\";s:13:\"IBM Plex Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:11:\"ibmplexsans\";a:3:{s:6:\"family\";s:13:\"IBM Plex Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:8:\"cyrillic\";i:3;s:12:\"cyrillic-ext\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}}s:20:\"ibmplexsanscondensed\";a:3:{s:6:\"family\";s:23:\"IBM Plex Sans Condensed\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:12:\"ibmplexserif\";a:3:{s:6:\"family\";s:14:\"IBM Plex Serif\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:12:\"imfelldwpica\";a:3:{s:6:\"family\";s:15:\"IM Fell DW Pica\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"imfelldwpicasc\";a:3:{s:6:\"family\";s:18:\"IM Fell DW Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:16:\"imfelldoublepica\";a:3:{s:6:\"family\";s:19:\"IM Fell Double Pica\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:18:\"imfelldoublepicasc\";a:3:{s:6:\"family\";s:22:\"IM Fell Double Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"imfellenglish\";a:3:{s:6:\"family\";s:15:\"IM Fell English\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:15:\"imfellenglishsc\";a:3:{s:6:\"family\";s:18:\"IM Fell English SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:17:\"imfellfrenchcanon\";a:3:{s:6:\"family\";s:20:\"IM Fell French Canon\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:19:\"imfellfrenchcanonsc\";a:3:{s:6:\"family\";s:23:\"IM Fell French Canon SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:17:\"imfellgreatprimer\";a:3:{s:6:\"family\";s:20:\"IM Fell Great Primer\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:19:\"imfellgreatprimersc\";a:3:{s:6:\"family\";s:23:\"IM Fell Great Primer SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"ibarrarealnova\";a:3:{s:6:\"family\";s:16:\"Ibarra Real Nova\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"iceberg\";a:3:{s:6:\"family\";s:7:\"Iceberg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"iceland\";a:3:{s:6:\"family\";s:7:\"Iceland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"imprima\";a:3:{s:6:\"family\";s:7:\"Imprima\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"inconsolata\";a:3:{s:6:\"family\";s:11:\"Inconsolata\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:5:\"inder\";a:3:{s:6:\"family\";s:5:\"Inder\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"indieflower\";a:3:{s:6:\"family\";s:12:\"Indie Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"inika\";a:3:{s:6:\"family\";s:5:\"Inika\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:13:\"inknutantiqua\";a:3:{s:6:\"family\";s:14:\"Inknut Antiqua\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:10:\"inriaserif\";a:3:{s:6:\"family\";s:11:\"Inria Serif\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"irishgrover\";a:3:{s:6:\"family\";s:12:\"Irish Grover\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"istokweb\";a:3:{s:6:\"family\";s:9:\"Istok Web\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";}}s:8:\"italiana\";a:3:{s:6:\"family\";s:8:\"Italiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"italianno\";a:3:{s:6:\"family\";s:9:\"Italianno\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:4:\"itim\";a:3:{s:6:\"family\";s:4:\"Itim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:15:\"jacquesfrancois\";a:3:{s:6:\"family\";s:16:\"Jacques Francois\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:21:\"jacquesfrancoisshadow\";a:3:{s:6:\"family\";s:23:\"Jacques Francois Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"jaldi\";a:3:{s:6:\"family\";s:5:\"Jaldi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:13:\"jimnightshade\";a:3:{s:6:\"family\";s:14:\"Jim Nightshade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"jockeyone\";a:3:{s:6:\"family\";s:10:\"Jockey One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"jollylodger\";a:3:{s:6:\"family\";s:12:\"Jolly Lodger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"jomhuria\";a:3:{s:6:\"family\";s:8:\"Jomhuria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"arabic\";}}s:9:\"jomolhari\";a:3:{s:6:\"family\";s:9:\"Jomolhari\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:7:\"tibetan\";}}s:11:\"josefinsans\";a:3:{s:6:\"family\";s:12:\"Josefin Sans\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:11:\"josefinslab\";a:3:{s:6:\"family\";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:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"jotione\";a:3:{s:6:\"family\";s:8:\"Joti One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:3:\"jua\";a:3:{s:6:\"family\";s:3:\"Jua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:6:\"judson\";a:3:{s:6:\"family\";s:6:\"Judson\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:5:\"julee\";a:3:{s:6:\"family\";s:5:\"Julee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"juliussansone\";a:3:{s:6:\"family\";s:15:\"Julius Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"junge\";a:3:{s:6:\"family\";s:5:\"Junge\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"jura\";a:3:{s:6:\"family\";s:4:\"Jura\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:7:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}}s:15:\"justanotherhand\";a:3:{s:6:\"family\";s:17:\"Just Another Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:19:\"justmeagaindownhere\";a:3:{s:6:\"family\";s:23:\"Just Me Again Down Here\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:3:\"k2d\";a:3:{s:6:\"family\";s:3:\"K2D\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:5:\"kadwa\";a:3:{s:6:\"family\";s:5:\"Kadwa\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";}}s:5:\"kalam\";a:3:{s:6:\"family\";s:5:\"Kalam\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:7:\"kameron\";a:3:{s:6:\"family\";s:7:\"Kameron\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"kanit\";a:3:{s:6:\"family\";s:5:\"Kanit\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:9:\"kantumruy\";a:3:{s:6:\"family\";s:9:\"Kantumruy\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:5:\"karla\";a:3:{s:6:\"family\";s:5:\"Karla\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"karma\";a:3:{s:6:\"family\";s:5:\"Karma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:7:\"katibeh\";a:3:{s:6:\"family\";s:7:\"Katibeh\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"arabic\";}}s:13:\"kaushanscript\";a:3:{s:6:\"family\";s:14:\"Kaushan Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"kavivanar\";a:3:{s:6:\"family\";s:9:\"Kavivanar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"tamil\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:6:\"kavoon\";a:3:{s:6:\"family\";s:6:\"Kavoon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"kdamthmor\";a:3:{s:6:\"family\";s:10:\"Kdam Thmor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:9:\"keaniaone\";a:3:{s:6:\"family\";s:10:\"Keania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"kellyslab\";a:3:{s:6:\"family\";s:10:\"Kelly Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";}}s:5:\"kenia\";a:3:{s:6:\"family\";s:5:\"Kenia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"khand\";a:3:{s:6:\"family\";s:5:\"Khand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:5:\"khmer\";a:3:{s:6:\"family\";s:5:\"Khmer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:5:\"khula\";a:3:{s:6:\"family\";s:5:\"Khula\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:13:\"kiranghaerang\";a:3:{s:6:\"family\";s:14:\"Kirang Haerang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:7:\"kiteone\";a:3:{s:6:\"family\";s:8:\"Kite One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"knewave\";a:3:{s:6:\"family\";s:7:\"Knewave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:4:\"koho\";a:3:{s:6:\"family\";s:4:\"KoHo\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:9:\"kodchasan\";a:3:{s:6:\"family\";s:9:\"Kodchasan\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:6:\"kosugi\";a:3:{s:6:\"family\";s:6:\"Kosugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:8:\"japanese\";}}s:10:\"kosugimaru\";a:3:{s:6:\"family\";s:11:\"Kosugi Maru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:8:\"japanese\";}}s:8:\"kottaone\";a:3:{s:6:\"family\";s:9:\"Kotta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"koulen\";a:3:{s:6:\"family\";s:6:\"Koulen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:6:\"kranky\";a:3:{s:6:\"family\";s:6:\"Kranky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"kreon\";a:3:{s:6:\"family\";s:5:\"Kreon\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"kristi\";a:3:{s:6:\"family\";s:6:\"Kristi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"kronaone\";a:3:{s:6:\"family\";s:9:\"Krona One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:4:\"krub\";a:3:{s:6:\"family\";s:4:\"Krub\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:9:\"kulimpark\";a:3:{s:6:\"family\";s:10:\"Kulim Park\";s:8:\"variants\";a:10:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"kumarone\";a:3:{s:6:\"family\";s:9:\"Kumar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"gujarati\";i:2;s:9:\"latin-ext\";}}s:15:\"kumaroneoutline\";a:3:{s:6:\"family\";s:17:\"Kumar One Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"gujarati\";i:2;s:9:\"latin-ext\";}}s:6:\"kurale\";a:3:{s:6:\"family\";s:6:\"Kurale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:8:\"cyrillic\";i:3;s:12:\"cyrillic-ext\";i:4;s:9:\"latin-ext\";}}s:13:\"labelleaurore\";a:3:{s:6:\"family\";s:15:\"La Belle Aurore\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"lacquer\";a:3:{s:6:\"family\";s:7:\"Lacquer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"laila\";a:3:{s:6:\"family\";s:5:\"Laila\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:10:\"lakkireddy\";a:3:{s:6:\"family\";s:11:\"Lakki Reddy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}}s:7:\"lalezar\";a:3:{s:6:\"family\";s:7:\"Lalezar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:6:\"arabic\";}}s:8:\"lancelot\";a:3:{s:6:\"family\";s:8:\"Lancelot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"lateef\";a:3:{s:6:\"family\";s:6:\"Lateef\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"arabic\";}}s:4:\"lato\";a:3:{s:6:\"family\";s:4:\"Lato\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"leaguescript\";a:3:{s:6:\"family\";s:13:\"League Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"leckerlione\";a:3:{s:6:\"family\";s:12:\"Leckerli One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"ledger\";a:3:{s:6:\"family\";s:6:\"Ledger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";}}s:6:\"lekton\";a:3:{s:6:\"family\";s:6:\"Lekton\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"lemon\";a:3:{s:6:\"family\";s:5:\"Lemon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"lemonada\";a:3:{s:6:\"family\";s:8:\"Lemonada\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:6:\"arabic\";}}s:10:\"lexenddeca\";a:3:{s:6:\"family\";s:11:\"Lexend Deca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:9:\"lexendexa\";a:3:{s:6:\"family\";s:10:\"Lexend Exa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:10:\"lexendgiga\";a:3:{s:6:\"family\";s:11:\"Lexend Giga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:10:\"lexendmega\";a:3:{s:6:\"family\";s:11:\"Lexend Mega\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:10:\"lexendpeta\";a:3:{s:6:\"family\";s:11:\"Lexend Peta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:10:\"lexendtera\";a:3:{s:6:\"family\";s:11:\"Lexend Tera\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:11:\"lexendzetta\";a:3:{s:6:\"family\";s:12:\"Lexend Zetta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:15:\"librebarcode128\";a:3:{s:6:\"family\";s:17:\"Libre Barcode 128\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:19:\"librebarcode128text\";a:3:{s:6:\"family\";s:22:\"Libre Barcode 128 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"librebarcode39\";a:3:{s:6:\"family\";s:16:\"Libre Barcode 39\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:22:\"librebarcode39extended\";a:3:{s:6:\"family\";s:25:\"Libre Barcode 39 Extended\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:26:\"librebarcode39extendedtext\";a:3:{s:6:\"family\";s:30:\"Libre Barcode 39 Extended Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:18:\"librebarcode39text\";a:3:{s:6:\"family\";s:21:\"Libre Barcode 39 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:16:\"librebaskerville\";a:3:{s:6:\"family\";s:17:\"Libre Baskerville\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:18:\"librecaslondisplay\";a:3:{s:6:\"family\";s:20:\"Libre Caslon Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:15:\"librecaslontext\";a:3:{s:6:\"family\";s:17:\"Libre Caslon Text\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:13:\"librefranklin\";a:3:{s:6:\"family\";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:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"lifesavers\";a:3:{s:6:\"family\";s:11:\"Life Savers\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"lilitaone\";a:3:{s:6:\"family\";s:10:\"Lilita One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:13:\"lilyscriptone\";a:3:{s:6:\"family\";s:15:\"Lily Script One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"limelight\";a:3:{s:6:\"family\";s:9:\"Limelight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"lindenhill\";a:3:{s:6:\"family\";s:11:\"Linden Hill\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"literata\";a:3:{s:6:\"family\";s:8:\"Literata\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}}s:13:\"liujianmaocao\";a:3:{s:6:\"family\";s:16:\"Liu Jian Mao Cao\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:18:\"chinese-simplified\";}}s:6:\"livvic\";a:3:{s:6:\"family\";s:6:\"Livvic\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:7:\"lobster\";a:3:{s:6:\"family\";s:7:\"Lobster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:10:\"lobstertwo\";a:3:{s:6:\"family\";s:11:\"Lobster Two\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:15:\"londrinaoutline\";a:3:{s:6:\"family\";s:16:\"Londrina Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"londrinashadow\";a:3:{s:6:\"family\";s:15:\"Londrina Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"londrinasketch\";a:3:{s:6:\"family\";s:15:\"Londrina Sketch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"londrinasolid\";a:3:{s:6:\"family\";s:14:\"Londrina Solid\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"longcang\";a:3:{s:6:\"family\";s:9:\"Long Cang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:18:\"chinese-simplified\";}}s:4:\"lora\";a:3:{s:6:\"family\";s:4:\"Lora\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:17:\"loveyalikeasister\";a:3:{s:6:\"family\";s:21:\"Love Ya Like A Sister\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"lovedbytheking\";a:3:{s:6:\"family\";s:17:\"Loved by the King\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"loversquarrel\";a:3:{s:6:\"family\";s:14:\"Lovers Quarrel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"luckiestguy\";a:3:{s:6:\"family\";s:12:\"Luckiest Guy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"lusitana\";a:3:{s:6:\"family\";s:8:\"Lusitana\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"lustria\";a:3:{s:6:\"family\";s:7:\"Lustria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"mplus1p\";a:3:{s:6:\"family\";s:9:\"M PLUS 1p\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:9:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:6:\"hebrew\";i:4;s:8:\"cyrillic\";i:5;s:8:\"japanese\";i:6;s:12:\"cyrillic-ext\";i:7;s:9:\"latin-ext\";i:8;s:10:\"vietnamese\";}}s:14:\"mplusrounded1c\";a:3:{s:6:\"family\";s:17:\"M PLUS Rounded 1c\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:9:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:6:\"hebrew\";i:4;s:8:\"cyrillic\";i:5;s:8:\"japanese\";i:6;s:12:\"cyrillic-ext\";i:7;s:9:\"latin-ext\";i:8;s:10:\"vietnamese\";}}s:11:\"mashanzheng\";a:3:{s:6:\"family\";s:13:\"Ma Shan Zheng\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:18:\"chinese-simplified\";}}s:7:\"macondo\";a:3:{s:6:\"family\";s:7:\"Macondo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:16:\"macondoswashcaps\";a:3:{s:6:\"family\";s:18:\"Macondo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"mada\";a:3:{s:6:\"family\";s:4:\"Mada\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"arabic\";}}s:5:\"magra\";a:3:{s:6:\"family\";s:5:\"Magra\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"maidenorange\";a:3:{s:6:\"family\";s:13:\"Maiden Orange\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"maitree\";a:3:{s:6:\"family\";s:7:\"Maitree\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:16:\"majormonodisplay\";a:3:{s:6:\"family\";s:18:\"Major Mono Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:4:\"mako\";a:3:{s:6:\"family\";s:4:\"Mako\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"mali\";a:3:{s:6:\"family\";s:4:\"Mali\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:8:\"mallanna\";a:3:{s:6:\"family\";s:8:\"Mallanna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}}s:7:\"mandali\";a:3:{s:6:\"family\";s:7:\"Mandali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}}s:7:\"manjari\";a:3:{s:6:\"family\";s:7:\"Manjari\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"malayalam\";}}s:8:\"mansalva\";a:3:{s:6:\"family\";s:8:\"Mansalva\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"manuale\";a:3:{s:6:\"family\";s:7:\"Manuale\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:9:\"marcellus\";a:3:{s:6:\"family\";s:9:\"Marcellus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"marcellussc\";a:3:{s:6:\"family\";s:12:\"Marcellus SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"marckscript\";a:3:{s:6:\"family\";s:12:\"Marck Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";}}s:9:\"margarine\";a:3:{s:6:\"family\";s:9:\"Margarine\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"markazitext\";a:3:{s:6:\"family\";s:12:\"Markazi Text\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:6:\"arabic\";}}s:8:\"markoone\";a:3:{s:6:\"family\";s:9:\"Marko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"marmelad\";a:3:{s:6:\"family\";s:8:\"Marmelad\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";}}s:6:\"martel\";a:3:{s:6:\"family\";s:6:\"Martel\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:10:\"martelsans\";a:3:{s:6:\"family\";s:11:\"Martel Sans\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:6:\"marvel\";a:3:{s:6:\"family\";s:6:\"Marvel\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"mate\";a:3:{s:6:\"family\";s:4:\"Mate\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"matesc\";a:3:{s:6:\"family\";s:7:\"Mate SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"mavenpro\";a:3:{s:6:\"family\";s:9:\"Maven Pro\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:7:\"mclaren\";a:3:{s:6:\"family\";s:7:\"McLaren\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"meddon\";a:3:{s:6:\"family\";s:6:\"Meddon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"medievalsharp\";a:3:{s:6:\"family\";s:13:\"MedievalSharp\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"medulaone\";a:3:{s:6:\"family\";s:10:\"Medula One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"meerainimai\";a:3:{s:6:\"family\";s:12:\"Meera Inimai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"tamil\";i:1;s:5:\"latin\";}}s:6:\"megrim\";a:3:{s:6:\"family\";s:6:\"Megrim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"meiescript\";a:3:{s:6:\"family\";s:11:\"Meie Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"merienda\";a:3:{s:6:\"family\";s:8:\"Merienda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"meriendaone\";a:3:{s:6:\"family\";s:12:\"Merienda One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"merriweather\";a:3:{s:6:\"family\";s:12:\"Merriweather\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:16:\"merriweathersans\";a:3:{s:6:\"family\";s:17:\"Merriweather Sans\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"metal\";a:3:{s:6:\"family\";s:5:\"Metal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:10:\"metalmania\";a:3:{s:6:\"family\";s:11:\"Metal Mania\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"metamorphous\";a:3:{s:6:\"family\";s:12:\"Metamorphous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"metrophobic\";a:3:{s:6:\"family\";s:11:\"Metrophobic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:8:\"michroma\";a:3:{s:6:\"family\";s:8:\"Michroma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"milonga\";a:3:{s:6:\"family\";s:7:\"Milonga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"miltonian\";a:3:{s:6:\"family\";s:9:\"Miltonian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:15:\"miltoniantattoo\";a:3:{s:6:\"family\";s:16:\"Miltonian Tattoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"mina\";a:3:{s:6:\"family\";s:4:\"Mina\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:7:\"bengali\";i:2;s:9:\"latin-ext\";}}s:7:\"miniver\";a:3:{s:6:\"family\";s:7:\"Miniver\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"miriamlibre\";a:3:{s:6:\"family\";s:12:\"Miriam Libre\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:6:\"hebrew\";i:2;s:9:\"latin-ext\";}}s:5:\"mirza\";a:3:{s:6:\"family\";s:5:\"Mirza\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"arabic\";}}s:13:\"missfajardose\";a:3:{s:6:\"family\";s:14:\"Miss Fajardose\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:4:\"mitr\";a:3:{s:6:\"family\";s:4:\"Mitr\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:5:\"modak\";a:3:{s:6:\"family\";s:5:\"Modak\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:13:\"modernantiqua\";a:3:{s:6:\"family\";s:14:\"Modern Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"mogra\";a:3:{s:6:\"family\";s:5:\"Mogra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"gujarati\";i:2;s:9:\"latin-ext\";}}s:7:\"molengo\";a:3:{s:6:\"family\";s:7:\"Molengo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"molle\";a:3:{s:6:\"family\";s:5:\"Molle\";s:8:\"variants\";a:1:{i:0;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"monda\";a:3:{s:6:\"family\";s:5:\"Monda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"monofett\";a:3:{s:6:\"family\";s:8:\"Monofett\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"monoton\";a:3:{s:6:\"family\";s:7:\"Monoton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:18:\"monsieurladoulaise\";a:3:{s:6:\"family\";s:20:\"Monsieur La Doulaise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"montaga\";a:3:{s:6:\"family\";s:7:\"Montaga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"montez\";a:3:{s:6:\"family\";s:6:\"Montez\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"montserrat\";a:3:{s:6:\"family\";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:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:20:\"montserratalternates\";a:3:{s:6:\"family\";s:21:\"Montserrat Alternates\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:19:\"montserratsubrayada\";a:3:{s:6:\"family\";s:20:\"Montserrat Subrayada\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"moul\";a:3:{s:6:\"family\";s:4:\"Moul\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:8:\"moulpali\";a:3:{s:6:\"family\";s:8:\"Moulpali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:20:\"mountainsofchristmas\";a:3:{s:6:\"family\";s:22:\"Mountains of Christmas\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"mousememoirs\";a:3:{s:6:\"family\";s:13:\"Mouse Memoirs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"mrbedfort\";a:3:{s:6:\"family\";s:10:\"Mr Bedfort\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"mrdafoe\";a:3:{s:6:\"family\";s:8:\"Mr Dafoe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"mrdehaviland\";a:3:{s:6:\"family\";s:14:\"Mr De Haviland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:17:\"mrssaintdelafield\";a:3:{s:6:\"family\";s:19:\"Mrs Saint Delafield\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"mrssheppards\";a:3:{s:6:\"family\";s:13:\"Mrs Sheppards\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"mukta\";a:3:{s:6:\"family\";s:5:\"Mukta\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:10:\"muktamahee\";a:3:{s:6:\"family\";s:11:\"Mukta Mahee\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"gurmukhi\";i:2;s:9:\"latin-ext\";}}s:10:\"muktamalar\";a:3:{s:6:\"family\";s:11:\"Mukta Malar\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"tamil\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:10:\"muktavaani\";a:3:{s:6:\"family\";s:11:\"Mukta Vaani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"gujarati\";i:2;s:9:\"latin-ext\";}}s:4:\"muli\";a:3:{s:6:\"family\";s:4:\"Muli\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:12:\"mysteryquest\";a:3:{s:6:\"family\";s:13:\"Mystery Quest\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:3:\"ntr\";a:3:{s:6:\"family\";s:3:\"NTR\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}}s:16:\"nanumbrushscript\";a:3:{s:6:\"family\";s:18:\"Nanum Brush Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:11:\"nanumgothic\";a:3:{s:6:\"family\";s:12:\"Nanum Gothic\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:17:\"nanumgothiccoding\";a:3:{s:6:\"family\";s:19:\"Nanum Gothic Coding\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:13:\"nanummyeongjo\";a:3:{s:6:\"family\";s:14:\"Nanum Myeongjo\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:14:\"nanumpenscript\";a:3:{s:6:\"family\";s:16:\"Nanum Pen Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:6:\"neucha\";a:3:{s:6:\"family\";s:6:\"Neucha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";}}s:6:\"neuton\";a:3:{s:6:\"family\";s:6:\"Neuton\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"newrocker\";a:3:{s:6:\"family\";s:10:\"New Rocker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"newscycle\";a:3:{s:6:\"family\";s:10:\"News Cycle\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"niconne\";a:3:{s:6:\"family\";s:7:\"Niconne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"niramit\";a:3:{s:6:\"family\";s:7:\"Niramit\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:8:\"nixieone\";a:3:{s:6:\"family\";s:9:\"Nixie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"nobile\";a:3:{s:6:\"family\";s:6:\"Nobile\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"nokora\";a:3:{s:6:\"family\";s:6:\"Nokora\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:7:\"norican\";a:3:{s:6:\"family\";s:7:\"Norican\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"nosifer\";a:3:{s:6:\"family\";s:7:\"Nosifer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"notable\";a:3:{s:6:\"family\";s:7:\"Notable\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:17:\"nothingyoucoulddo\";a:3:{s:6:\"family\";s:20:\"Nothing You Could Do\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"noticiatext\";a:3:{s:6:\"family\";s:12:\"Noticia Text\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:8:\"notosans\";a:3:{s:6:\"family\";s:9:\"Noto Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:8:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:10:\"devanagari\";i:4;s:8:\"cyrillic\";i:5;s:12:\"cyrillic-ext\";i:6;s:9:\"latin-ext\";i:7;s:10:\"vietnamese\";}}s:10:\"notosanshk\";a:3:{s:6:\"family\";s:12:\"Noto Sans HK\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:16:\"chinese-hongkong\";}}s:10:\"notosansjp\";a:3:{s:6:\"family\";s:12:\"Noto Sans JP\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:8:\"japanese\";}}s:10:\"notosanskr\";a:3:{s:6:\"family\";s:12:\"Noto Sans KR\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:10:\"notosanssc\";a:3:{s:6:\"family\";s:12:\"Noto Sans SC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:18:\"chinese-simplified\";}}s:10:\"notosanstc\";a:3:{s:6:\"family\";s:12:\"Noto Sans TC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:19:\"chinese-traditional\";i:1;s:5:\"latin\";}}s:9:\"notoserif\";a:3:{s:6:\"family\";s:10:\"Noto Serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:7:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}}s:11:\"notoserifjp\";a:3:{s:6:\"family\";s:13:\"Noto Serif JP\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:8:\"japanese\";}}s:11:\"notoserifkr\";a:3:{s:6:\"family\";s:13:\"Noto Serif KR\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:11:\"notoserifsc\";a:3:{s:6:\"family\";s:13:\"Noto Serif SC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:18:\"chinese-simplified\";}}s:11:\"notoseriftc\";a:3:{s:6:\"family\";s:13:\"Noto Serif TC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:19:\"chinese-traditional\";i:1;s:5:\"latin\";}}s:7:\"novacut\";a:3:{s:6:\"family\";s:8:\"Nova Cut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"novaflat\";a:3:{s:6:\"family\";s:9:\"Nova Flat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"novamono\";a:3:{s:6:\"family\";s:9:\"Nova Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";}}s:8:\"novaoval\";a:3:{s:6:\"family\";s:9:\"Nova Oval\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"novaround\";a:3:{s:6:\"family\";s:10:\"Nova Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"novascript\";a:3:{s:6:\"family\";s:11:\"Nova Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"novaslim\";a:3:{s:6:\"family\";s:9:\"Nova Slim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"novasquare\";a:3:{s:6:\"family\";s:11:\"Nova Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"numans\";a:3:{s:6:\"family\";s:6:\"Numans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"nunito\";a:3:{s:6:\"family\";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:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:10:\"nunitosans\";a:3:{s:6:\"family\";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:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:10:\"odibeesans\";a:3:{s:6:\"family\";s:11:\"Odibee Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"odormeanchey\";a:3:{s:6:\"family\";s:14:\"Odor Mean Chey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:7:\"offside\";a:3:{s:6:\"family\";s:7:\"Offside\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"oldstandardtt\";a:3:{s:6:\"family\";s:15:\"Old Standard TT\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:9:\"oldenburg\";a:3:{s:6:\"family\";s:9:\"Oldenburg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"oleoscript\";a:3:{s:6:\"family\";s:11:\"Oleo Script\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:19:\"oleoscriptswashcaps\";a:3:{s:6:\"family\";s:22:\"Oleo Script Swash Caps\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"opensans\";a:3:{s:6:\"family\";s:9:\"Open Sans\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";}s:7:\"subsets\";a:7:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}}s:17:\"opensanscondensed\";a:3:{s:6:\"family\";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:7:\"subsets\";a:7:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}}s:11:\"oranienbaum\";a:3:{s:6:\"family\";s:11:\"Oranienbaum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";}}s:8:\"orbitron\";a:3:{s:6:\"family\";s:8:\"Orbitron\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"oregano\";a:3:{s:6:\"family\";s:7:\"Oregano\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"orienta\";a:3:{s:6:\"family\";s:7:\"Orienta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:14:\"originalsurfer\";a:3:{s:6:\"family\";s:15:\"Original Surfer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"oswald\";a:3:{s:6:\"family\";s:6:\"Oswald\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:14:\"overtherainbow\";a:3:{s:6:\"family\";s:16:\"Over the Rainbow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"overlock\";a:3:{s:6:\"family\";s:8:\"Overlock\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"overlocksc\";a:3:{s:6:\"family\";s:11:\"Overlock SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"overpass\";a:3:{s:6:\"family\";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:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"overpassmono\";a:3:{s:6:\"family\";s:13:\"Overpass Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:3:\"ovo\";a:3:{s:6:\"family\";s:3:\"Ovo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"oxanium\";a:3:{s:6:\"family\";s:7:\"Oxanium\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"oxygen\";a:3:{s:6:\"family\";s:6:\"Oxygen\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"oxygenmono\";a:3:{s:6:\"family\";s:11:\"Oxygen Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"ptmono\";a:3:{s:6:\"family\";s:7:\"PT Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";}}s:6:\"ptsans\";a:3:{s:6:\"family\";s:7:\"PT Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";}}s:13:\"ptsanscaption\";a:3:{s:6:\"family\";s:15:\"PT Sans Caption\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";}}s:12:\"ptsansnarrow\";a:3:{s:6:\"family\";s:14:\"PT Sans Narrow\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";}}s:7:\"ptserif\";a:3:{s:6:\"family\";s:8:\"PT Serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";}}s:14:\"ptserifcaption\";a:3:{s:6:\"family\";s:16:\"PT Serif Caption\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";}}s:8:\"pacifico\";a:3:{s:6:\"family\";s:8:\"Pacifico\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:6:\"padauk\";a:3:{s:6:\"family\";s:6:\"Padauk\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:7:\"myanmar\";i:1;s:5:\"latin\";}}s:9:\"palanquin\";a:3:{s:6:\"family\";s:9:\"Palanquin\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:13:\"palanquindark\";a:3:{s:6:\"family\";s:14:\"Palanquin Dark\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:8:\"pangolin\";a:3:{s:6:\"family\";s:8:\"Pangolin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:7:\"paprika\";a:3:{s:6:\"family\";s:7:\"Paprika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"parisienne\";a:3:{s:6:\"family\";s:10:\"Parisienne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"passeroone\";a:3:{s:6:\"family\";s:11:\"Passero One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"passionone\";a:3:{s:6:\"family\";s:11:\"Passion One\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:16:\"pathwaygothicone\";a:3:{s:6:\"family\";s:18:\"Pathway Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"patrickhand\";a:3:{s:6:\"family\";s:12:\"Patrick Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:13:\"patrickhandsc\";a:3:{s:6:\"family\";s:15:\"Patrick Hand SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:7:\"pattaya\";a:3:{s:6:\"family\";s:7:\"Pattaya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";i:4;s:4:\"thai\";}}s:8:\"patuaone\";a:3:{s:6:\"family\";s:9:\"Patua One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"pavanam\";a:3:{s:6:\"family\";s:7:\"Pavanam\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"tamil\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}}s:10:\"paytoneone\";a:3:{s:6:\"family\";s:11:\"Paytone One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:7:\"peddana\";a:3:{s:6:\"family\";s:7:\"Peddana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}}s:7:\"peralta\";a:3:{s:6:\"family\";s:7:\"Peralta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:15:\"permanentmarker\";a:3:{s:6:\"family\";s:16:\"Permanent Marker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:17:\"petitformalscript\";a:3:{s:6:\"family\";s:19:\"Petit Formal Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"petrona\";a:3:{s:6:\"family\";s:7:\"Petrona\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"philosopher\";a:3:{s:6:\"family\";s:11:\"Philosopher\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:10:\"vietnamese\";}}s:6:\"piedra\";a:3:{s:6:\"family\";s:6:\"Piedra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"pinyonscript\";a:3:{s:6:\"family\";s:13:\"Pinyon Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"pirataone\";a:3:{s:6:\"family\";s:10:\"Pirata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"plaster\";a:3:{s:6:\"family\";s:7:\"Plaster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:4:\"play\";a:3:{s:6:\"family\";s:4:\"Play\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:6:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:8:\"cyrillic\";i:3;s:12:\"cyrillic-ext\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}}s:8:\"playball\";a:3:{s:6:\"family\";s:8:\"Playball\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:15:\"playfairdisplay\";a:3:{s:6:\"family\";s:16:\"Playfair Display\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}}s:17:\"playfairdisplaysc\";a:3:{s:6:\"family\";s:19:\"Playfair Display SC\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}}s:7:\"podkova\";a:3:{s:6:\"family\";s:7:\"Podkova\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:9:\"poiretone\";a:3:{s:6:\"family\";s:10:\"Poiret One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";}}s:9:\"pollerone\";a:3:{s:6:\"family\";s:10:\"Poller One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"poly\";a:3:{s:6:\"family\";s:4:\"Poly\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"pompiere\";a:3:{s:6:\"family\";s:8:\"Pompiere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"pontanosans\";a:3:{s:6:\"family\";s:12:\"Pontano Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"poorstory\";a:3:{s:6:\"family\";s:10:\"Poor Story\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:7:\"poppins\";a:3:{s:6:\"family\";s:7:\"Poppins\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:14:\"portlligatsans\";a:3:{s:6:\"family\";s:16:\"Port Lligat Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"portlligatslab\";a:3:{s:6:\"family\";s:16:\"Port Lligat Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"pragatinarrow\";a:3:{s:6:\"family\";s:14:\"Pragati Narrow\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:5:\"prata\";a:3:{s:6:\"family\";s:5:\"Prata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:10:\"vietnamese\";}}s:11:\"preahvihear\";a:3:{s:6:\"family\";s:11:\"Preahvihear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:12:\"pressstart2p\";a:3:{s:6:\"family\";s:14:\"Press Start 2P\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:8:\"cyrillic\";i:3;s:12:\"cyrillic-ext\";i:4;s:9:\"latin-ext\";}}s:5:\"pridi\";a:3:{s:6:\"family\";s:5:\"Pridi\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:13:\"princesssofia\";a:3:{s:6:\"family\";s:14:\"Princess Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"prociono\";a:3:{s:6:\"family\";s:8:\"Prociono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"prompt\";a:3:{s:6:\"family\";s:6:\"Prompt\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:9:\"prostoone\";a:3:{s:6:\"family\";s:10:\"Prosto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";}}s:10:\"prozalibre\";a:3:{s:6:\"family\";s:11:\"Proza Libre\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"publicsans\";a:3:{s:6:\"family\";s:11:\"Public Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"puritan\";a:3:{s:6:\"family\";s:7:\"Puritan\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"purplepurse\";a:3:{s:6:\"family\";s:12:\"Purple Purse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"quando\";a:3:{s:6:\"family\";s:6:\"Quando\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"quantico\";a:3:{s:6:\"family\";s:8:\"Quantico\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"quattrocento\";a:3:{s:6:\"family\";s:12:\"Quattrocento\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:16:\"quattrocentosans\";a:3:{s:6:\"family\";s:17:\"Quattrocento Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"questrial\";a:3:{s:6:\"family\";s:9:\"Questrial\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"quicksand\";a:3:{s:6:\"family\";s:9:\"Quicksand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:14:\"quintessential\";a:3:{s:6:\"family\";s:14:\"Quintessential\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"qwigley\";a:3:{s:6:\"family\";s:7:\"Qwigley\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:13:\"racingsansone\";a:3:{s:6:\"family\";s:15:\"Racing Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"radley\";a:3:{s:6:\"family\";s:6:\"Radley\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"rajdhani\";a:3:{s:6:\"family\";s:8:\"Rajdhani\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:6:\"rakkas\";a:3:{s:6:\"family\";s:6:\"Rakkas\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"arabic\";}}s:7:\"raleway\";a:3:{s:6:\"family\";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:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"ralewaydots\";a:3:{s:6:\"family\";s:12:\"Raleway Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"ramabhadra\";a:3:{s:6:\"family\";s:10:\"Ramabhadra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}}s:8:\"ramaraja\";a:3:{s:6:\"family\";s:8:\"Ramaraja\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}}s:6:\"rambla\";a:3:{s:6:\"family\";s:6:\"Rambla\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"rammettoone\";a:3:{s:6:\"family\";s:12:\"Rammetto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"ranchers\";a:3:{s:6:\"family\";s:8:\"Ranchers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"rancho\";a:3:{s:6:\"family\";s:6:\"Rancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"ranga\";a:3:{s:6:\"family\";s:5:\"Ranga\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:4:\"rasa\";a:3:{s:6:\"family\";s:4:\"Rasa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"gujarati\";i:2;s:9:\"latin-ext\";}}s:9:\"rationale\";a:3:{s:6:\"family\";s:9:\"Rationale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"raviprakash\";a:3:{s:6:\"family\";s:12:\"Ravi Prakash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}}s:13:\"redhatdisplay\";a:3:{s:6:\"family\";s:15:\"Red Hat Display\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"redhattext\";a:3:{s:6:\"family\";s:12:\"Red Hat Text\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"redressed\";a:3:{s:6:\"family\";s:9:\"Redressed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"reemkufi\";a:3:{s:6:\"family\";s:9:\"Reem Kufi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"arabic\";}}s:12:\"reeniebeanie\";a:3:{s:6:\"family\";s:13:\"Reenie Beanie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"revalia\";a:3:{s:6:\"family\";s:7:\"Revalia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"rhodiumlibre\";a:3:{s:6:\"family\";s:13:\"Rhodium Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:6:\"ribeye\";a:3:{s:6:\"family\";s:6:\"Ribeye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"ribeyemarrow\";a:3:{s:6:\"family\";s:13:\"Ribeye Marrow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"righteous\";a:3:{s:6:\"family\";s:9:\"Righteous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"risque\";a:3:{s:6:\"family\";s:6:\"Risque\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"roboto\";a:3:{s:6:\"family\";s:6:\"Roboto\";s:8:\"variants\";a:12:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}}s:15:\"robotocondensed\";a:3:{s:6:\"family\";s:16:\"Roboto Condensed\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:7:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}}s:10:\"robotomono\";a:3:{s:6:\"family\";s:11:\"Roboto Mono\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:7:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}}s:10:\"robotoslab\";a:3:{s:6:\"family\";s:11:\"Roboto Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:7:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}}s:9:\"rochester\";a:3:{s:6:\"family\";s:9:\"Rochester\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"rocksalt\";a:3:{s:6:\"family\";s:9:\"Rock Salt\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"rokkitt\";a:3:{s:6:\"family\";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:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:9:\"romanesco\";a:3:{s:6:\"family\";s:9:\"Romanesco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"ropasans\";a:3:{s:6:\"family\";s:9:\"Ropa Sans\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"rosario\";a:3:{s:6:\"family\";s:7:\"Rosario\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:8:\"rosarivo\";a:3:{s:6:\"family\";s:8:\"Rosarivo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"rougescript\";a:3:{s:6:\"family\";s:12:\"Rouge Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"rozhaone\";a:3:{s:6:\"family\";s:9:\"Rozha One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:5:\"rubik\";a:3:{s:6:\"family\";s:5:\"Rubik\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:6:\"hebrew\";i:2;s:8:\"cyrillic\";i:3;s:9:\"latin-ext\";}}s:12:\"rubikmonoone\";a:3:{s:6:\"family\";s:14:\"Rubik Mono One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";}}s:4:\"ruda\";a:3:{s:6:\"family\";s:4:\"Ruda\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}}s:6:\"rufina\";a:3:{s:6:\"family\";s:6:\"Rufina\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"rugeboogie\";a:3:{s:6:\"family\";s:11:\"Ruge Boogie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"ruluko\";a:3:{s:6:\"family\";s:6:\"Ruluko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"rumraisin\";a:3:{s:6:\"family\";s:10:\"Rum Raisin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:13:\"ruslandisplay\";a:3:{s:6:\"family\";s:14:\"Ruslan Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";}}s:8:\"russoone\";a:3:{s:6:\"family\";s:9:\"Russo One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";}}s:6:\"ruthie\";a:3:{s:6:\"family\";s:6:\"Ruthie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:3:\"rye\";a:3:{s:6:\"family\";s:3:\"Rye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"sacramento\";a:3:{s:6:\"family\";s:10:\"Sacramento\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"sahitya\";a:3:{s:6:\"family\";s:7:\"Sahitya\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";}}s:4:\"sail\";a:3:{s:6:\"family\";s:4:\"Sail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"saira\";a:3:{s:6:\"family\";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:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:14:\"sairacondensed\";a:3:{s:6:\"family\";s:15:\"Saira Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:19:\"sairaextracondensed\";a:3:{s:6:\"family\";s:21:\"Saira Extra Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:18:\"sairasemicondensed\";a:3:{s:6:\"family\";s:20:\"Saira Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:15:\"sairastencilone\";a:3:{s:6:\"family\";s:17:\"Saira Stencil One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:5:\"salsa\";a:3:{s:6:\"family\";s:5:\"Salsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"sanchez\";a:3:{s:6:\"family\";s:7:\"Sanchez\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"sancreek\";a:3:{s:6:\"family\";s:8:\"Sancreek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"sansita\";a:3:{s:6:\"family\";s:7:\"Sansita\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"800\";i:5;s:9:\"800italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"sarabun\";a:3:{s:6:\"family\";s:7:\"Sarabun\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:6:\"sarala\";a:3:{s:6:\"family\";s:6:\"Sarala\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:6:\"sarina\";a:3:{s:6:\"family\";s:6:\"Sarina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"sarpanch\";a:3:{s:6:\"family\";s:8:\"Sarpanch\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:7:\"satisfy\";a:3:{s:6:\"family\";s:7:\"Satisfy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"sawarabigothic\";a:3:{s:6:\"family\";s:15:\"Sawarabi Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:8:\"japanese\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:14:\"sawarabimincho\";a:3:{s:6:\"family\";s:15:\"Sawarabi Mincho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"japanese\";i:2;s:9:\"latin-ext\";}}s:5:\"scada\";a:3:{s:6:\"family\";s:5:\"Scada\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";}}s:12:\"scheherazade\";a:3:{s:6:\"family\";s:12:\"Scheherazade\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"arabic\";}}s:10:\"schoolbell\";a:3:{s:6:\"family\";s:10:\"Schoolbell\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"scopeone\";a:3:{s:6:\"family\";s:9:\"Scope One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:13:\"seaweedscript\";a:3:{s:6:\"family\";s:14:\"Seaweed Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"secularone\";a:3:{s:6:\"family\";s:11:\"Secular One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:6:\"hebrew\";i:2;s:9:\"latin-ext\";}}s:11:\"sedgwickave\";a:3:{s:6:\"family\";s:12:\"Sedgwick Ave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:18:\"sedgwickavedisplay\";a:3:{s:6:\"family\";s:20:\"Sedgwick Ave Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:9:\"sevillana\";a:3:{s:6:\"family\";s:9:\"Sevillana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"seymourone\";a:3:{s:6:\"family\";s:11:\"Seymour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";}}s:16:\"shadowsintolight\";a:3:{s:6:\"family\";s:18:\"Shadows Into Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:19:\"shadowsintolighttwo\";a:3:{s:6:\"family\";s:22:\"Shadows Into Light Two\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"shanti\";a:3:{s:6:\"family\";s:6:\"Shanti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"share\";a:3:{s:6:\"family\";s:5:\"Share\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"sharetech\";a:3:{s:6:\"family\";s:10:\"Share Tech\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"sharetechmono\";a:3:{s:6:\"family\";s:15:\"Share Tech Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"shojumaru\";a:3:{s:6:\"family\";s:9:\"Shojumaru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"shortstack\";a:3:{s:6:\"family\";s:11:\"Short Stack\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"shrikhand\";a:3:{s:6:\"family\";s:9:\"Shrikhand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"gujarati\";i:2;s:9:\"latin-ext\";}}s:8:\"siemreap\";a:3:{s:6:\"family\";s:8:\"Siemreap\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:9:\"sigmarone\";a:3:{s:6:\"family\";s:10:\"Sigmar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:7:\"signika\";a:3:{s:6:\"family\";s:7:\"Signika\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:15:\"signikanegative\";a:3:{s:6:\"family\";s:16:\"Signika Negative\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"simonetta\";a:3:{s:6:\"family\";s:9:\"Simonetta\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"singleday\";a:3:{s:6:\"family\";s:10:\"Single Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:6:\"korean\";}}s:7:\"sintony\";a:3:{s:6:\"family\";s:7:\"Sintony\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"sirinstencil\";a:3:{s:6:\"family\";s:13:\"Sirin Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"sixcaps\";a:3:{s:6:\"family\";s:8:\"Six Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"skranji\";a:3:{s:6:\"family\";s:7:\"Skranji\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"slabo13px\";a:3:{s:6:\"family\";s:10:\"Slabo 13px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"slabo27px\";a:3:{s:6:\"family\";s:10:\"Slabo 27px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"slackey\";a:3:{s:6:\"family\";s:7:\"Slackey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"smokum\";a:3:{s:6:\"family\";s:6:\"Smokum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"smythe\";a:3:{s:6:\"family\";s:6:\"Smythe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"sniglet\";a:3:{s:6:\"family\";s:7:\"Sniglet\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"snippet\";a:3:{s:6:\"family\";s:7:\"Snippet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"snowburstone\";a:3:{s:6:\"family\";s:13:\"Snowburst One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"sofadione\";a:3:{s:6:\"family\";s:10:\"Sofadi One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"sofia\";a:3:{s:6:\"family\";s:5:\"Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"solway\";a:3:{s:6:\"family\";s:6:\"Solway\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"songmyung\";a:3:{s:6:\"family\";s:10:\"Song Myung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:9:\"sonsieone\";a:3:{s:6:\"family\";s:10:\"Sonsie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:14:\"sortsmillgoudy\";a:3:{s:6:\"family\";s:16:\"Sorts Mill Goudy\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:13:\"sourcecodepro\";a:3:{s:6:\"family\";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:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:6:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:8:\"cyrillic\";i:3;s:12:\"cyrillic-ext\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}}s:13:\"sourcesanspro\";a:3:{s:6:\"family\";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:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}}s:14:\"sourceserifpro\";a:3:{s:6:\"family\";s:16:\"Source Serif Pro\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"600\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"spacemono\";a:3:{s:6:\"family\";s:10:\"Space Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:7:\"spartan\";a:3:{s:6:\"family\";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:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"specialelite\";a:3:{s:6:\"family\";s:13:\"Special Elite\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"spectral\";a:3:{s:6:\"family\";s:8:\"Spectral\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}}s:10:\"spectralsc\";a:3:{s:6:\"family\";s:11:\"Spectral SC\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}}s:9:\"spicyrice\";a:3:{s:6:\"family\";s:10:\"Spicy Rice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"spinnaker\";a:3:{s:6:\"family\";s:9:\"Spinnaker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"spirax\";a:3:{s:6:\"family\";s:6:\"Spirax\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"squadaone\";a:3:{s:6:\"family\";s:10:\"Squada One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:19:\"sreekrushnadevaraya\";a:3:{s:6:\"family\";s:20:\"Sree Krushnadevaraya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}}s:8:\"sriracha\";a:3:{s:6:\"family\";s:8:\"Sriracha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:8:\"srisakdi\";a:3:{s:6:\"family\";s:8:\"Srisakdi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:11:\"staatliches\";a:3:{s:6:\"family\";s:11:\"Staatliches\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"stalemate\";a:3:{s:6:\"family\";s:9:\"Stalemate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"stalinistone\";a:3:{s:6:\"family\";s:13:\"Stalinist One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";}}s:14:\"stardosstencil\";a:3:{s:6:\"family\";s:15:\"Stardos Stencil\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:19:\"stintultracondensed\";a:3:{s:6:\"family\";s:21:\"Stint Ultra Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:18:\"stintultraexpanded\";a:3:{s:6:\"family\";s:20:\"Stint Ultra Expanded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"stoke\";a:3:{s:6:\"family\";s:5:\"Stoke\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"strait\";a:3:{s:6:\"family\";s:6:\"Strait\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"stylish\";a:3:{s:6:\"family\";s:7:\"Stylish\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:17:\"sueellenfrancisco\";a:3:{s:6:\"family\";s:19:\"Sue Ellen Francisco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"suezone\";a:3:{s:6:\"family\";s:8:\"Suez One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:6:\"hebrew\";i:2;s:9:\"latin-ext\";}}s:12:\"sulphurpoint\";a:3:{s:6:\"family\";s:13:\"Sulphur Point\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"sumana\";a:3:{s:6:\"family\";s:6:\"Sumana\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:9:\"sunflower\";a:3:{s:6:\"family\";s:9:\"Sunflower\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:9:\"sunshiney\";a:3:{s:6:\"family\";s:9:\"Sunshiney\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:15:\"supermercadoone\";a:3:{s:6:\"family\";s:16:\"Supermercado One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"sura\";a:3:{s:6:\"family\";s:4:\"Sura\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:7:\"suranna\";a:3:{s:6:\"family\";s:7:\"Suranna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}}s:9:\"suravaram\";a:3:{s:6:\"family\";s:9:\"Suravaram\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}}s:11:\"suwannaphum\";a:3:{s:6:\"family\";s:11:\"Suwannaphum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:15:\"swankyandmoomoo\";a:3:{s:6:\"family\";s:18:\"Swanky and Moo Moo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"syncopate\";a:3:{s:6:\"family\";s:9:\"Syncopate\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"tajawal\";a:3:{s:6:\"family\";s:7:\"Tajawal\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"arabic\";}}s:9:\"tangerine\";a:3:{s:6:\"family\";s:9:\"Tangerine\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"taprom\";a:3:{s:6:\"family\";s:6:\"Taprom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:5:\"tauri\";a:3:{s:6:\"family\";s:5:\"Tauri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"taviraj\";a:3:{s:6:\"family\";s:7:\"Taviraj\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:4:\"teko\";a:3:{s:6:\"family\";s:4:\"Teko\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:5:\"telex\";a:3:{s:6:\"family\";s:5:\"Telex\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:17:\"tenaliramakrishna\";a:3:{s:6:\"family\";s:18:\"Tenali Ramakrishna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}}s:9:\"tenorsans\";a:3:{s:6:\"family\";s:10:\"Tenor Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";}}s:9:\"textmeone\";a:3:{s:6:\"family\";s:11:\"Text Me One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"thasadith\";a:3:{s:6:\"family\";s:9:\"Thasadith\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:15:\"thegirlnextdoor\";a:3:{s:6:\"family\";s:18:\"The Girl Next Door\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"tienne\";a:3:{s:6:\"family\";s:6:\"Tienne\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"tillana\";a:3:{s:6:\"family\";s:7:\"Tillana\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:7:\"timmana\";a:3:{s:6:\"family\";s:7:\"Timmana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}}s:5:\"tinos\";a:3:{s:6:\"family\";s:5:\"Tinos\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:8:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:6:\"hebrew\";i:4;s:8:\"cyrillic\";i:5;s:12:\"cyrillic-ext\";i:6;s:9:\"latin-ext\";i:7;s:10:\"vietnamese\";}}s:8:\"titanone\";a:3:{s:6:\"family\";s:9:\"Titan One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:12:\"titilliumweb\";a:3:{s:6:\"family\";s:13:\"Titillium Web\";s:8:\"variants\";a:11:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"tomorrow\";a:3:{s:6:\"family\";s:8:\"Tomorrow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:10:\"tradewinds\";a:3:{s:6:\"family\";s:11:\"Trade Winds\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"trirong\";a:3:{s:6:\"family\";s:7:\"Trirong\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";i:3;s:4:\"thai\";}}s:7:\"trocchi\";a:3:{s:6:\"family\";s:7:\"Trocchi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"trochut\";a:3:{s:6:\"family\";s:7:\"Trochut\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"trykker\";a:3:{s:6:\"family\";s:7:\"Trykker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"tulpenone\";a:3:{s:6:\"family\";s:10:\"Tulpen One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"turretroad\";a:3:{s:6:\"family\";s:11:\"Turret Road\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"ubuntu\";a:3:{s:6:\"family\";s:6:\"Ubuntu\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";}}s:15:\"ubuntucondensed\";a:3:{s:6:\"family\";s:16:\"Ubuntu Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:6:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";}}s:10:\"ubuntumono\";a:3:{s:6:\"family\";s:11:\"Ubuntu Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";}}s:5:\"ultra\";a:3:{s:6:\"family\";s:5:\"Ultra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"uncialantiqua\";a:3:{s:6:\"family\";s:14:\"Uncial Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"underdog\";a:3:{s:6:\"family\";s:8:\"Underdog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";}}s:8:\"unicaone\";a:3:{s:6:\"family\";s:9:\"Unica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:14:\"unifrakturcook\";a:3:{s:6:\"family\";s:14:\"UnifrakturCook\";s:8:\"variants\";a:1:{i:0;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:18:\"unifrakturmaguntia\";a:3:{s:6:\"family\";s:18:\"UnifrakturMaguntia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"unkempt\";a:3:{s:6:\"family\";s:7:\"Unkempt\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"unlock\";a:3:{s:6:\"family\";s:6:\"Unlock\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"unna\";a:3:{s:6:\"family\";s:4:\"Unna\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"vt323\";a:3:{s:6:\"family\";s:5:\"VT323\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}}s:10:\"vampiroone\";a:3:{s:6:\"family\";s:11:\"Vampiro One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:6:\"varela\";a:3:{s:6:\"family\";s:6:\"Varela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"varelaround\";a:3:{s:6:\"family\";s:12:\"Varela Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:6:\"hebrew\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}}s:10:\"vastshadow\";a:3:{s:6:\"family\";s:11:\"Vast Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"vesperlibre\";a:3:{s:6:\"family\";s:12:\"Vesper Libre\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:5:\"vibes\";a:3:{s:6:\"family\";s:5:\"Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"arabic\";}}s:5:\"vibur\";a:3:{s:6:\"family\";s:5:\"Vibur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"vidaloka\";a:3:{s:6:\"family\";s:8:\"Vidaloka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"viga\";a:3:{s:6:\"family\";s:4:\"Viga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:5:\"voces\";a:3:{s:6:\"family\";s:5:\"Voces\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"volkhov\";a:3:{s:6:\"family\";s:7:\"Volkhov\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"vollkorn\";a:3:{s:6:\"family\";s:8:\"Vollkorn\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}s:7:\"subsets\";a:6:{i:0;s:5:\"latin\";i:1;s:5:\"greek\";i:2;s:8:\"cyrillic\";i:3;s:12:\"cyrillic-ext\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}}s:10:\"vollkornsc\";a:3:{s:6:\"family\";s:11:\"Vollkorn SC\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:8:\"voltaire\";a:3:{s:6:\"family\";s:8:\"Voltaire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:20:\"waitingforthesunrise\";a:3:{s:6:\"family\";s:23:\"Waiting for the Sunrise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"wallpoet\";a:3:{s:6:\"family\";s:8:\"Wallpoet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"walterturncoat\";a:3:{s:6:\"family\";s:15:\"Walter Turncoat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"warnes\";a:3:{s:6:\"family\";s:6:\"Warnes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:9:\"wellfleet\";a:3:{s:6:\"family\";s:9:\"Wellfleet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:8:\"wendyone\";a:3:{s:6:\"family\";s:9:\"Wendy One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:7:\"wireone\";a:3:{s:6:\"family\";s:8:\"Wire One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"worksans\";a:3:{s:6:\"family\";s:9:\"Work Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:16:\"yanonekaffeesatz\";a:3:{s:6:\"family\";s:17:\"Yanone Kaffeesatz\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}}s:11:\"yantramanav\";a:3:{s:6:\"family\";s:11:\"Yantramanav\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:8:\"yatraone\";a:3:{s:6:\"family\";s:9:\"Yatra One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}}s:10:\"yellowtail\";a:3:{s:6:\"family\";s:10:\"Yellowtail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"yeonsung\";a:3:{s:6:\"family\";s:9:\"Yeon Sung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"korean\";}}s:9:\"yesevaone\";a:3:{s:6:\"family\";s:10:\"Yeseva One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}}s:10:\"yesteryear\";a:3:{s:6:\"family\";s:10:\"Yesteryear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"yrsa\";a:3:{s:6:\"family\";s:4:\"Yrsa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:11:\"zcoolkuaile\";a:3:{s:6:\"family\";s:12:\"ZCOOL KuaiLe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:18:\"chinese-simplified\";}}s:19:\"zcoolqingkehuangyou\";a:3:{s:6:\"family\";s:21:\"ZCOOL QingKe HuangYou\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:18:\"chinese-simplified\";}}s:12:\"zcoolxiaowei\";a:3:{s:6:\"family\";s:13:\"ZCOOL XiaoWei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:18:\"chinese-simplified\";}}s:6:\"zeyada\";a:3:{s:6:\"family\";s:6:\"Zeyada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"zhimangxing\";a:3:{s:6:\"family\";s:13:\"Zhi Mang Xing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:18:\"chinese-simplified\";}}s:9:\"zillaslab\";a:3:{s:6:\"family\";s:10:\"Zilla Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}s:18:\"zillaslabhighlight\";a:3:{s:6:\"family\";s:20:\"Zilla Slab Highlight\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}}','no'),(8606,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(8607,'akismet_strictness','1','yes'),(8608,'akismet_show_user_comments_approved','0','yes'),(8609,'akismet_comment_form_privacy_notice','hide','yes'),(8610,'wordpress_api_key','f84a22bd7985','yes'),(8611,'akismet_spam_count','0','yes'),(8630,'wdp_un_limit_to_user','a:1:{i:0;s:1:\"1\";}','no'),(8631,'wdp_un_remote_access','','no'),(8632,'wdp_un_refresh_remote_flag','0','no'),(8633,'wdp_un_refresh_profile_flag','0','no'),(8634,'wdp_un_updates_data','a:5:{s:8:\"projects\";a:13:{i:119;a:26:{s:2:\"id\";i:119;s:4:\"paid\";s:4:\"free\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:18:\"WPMU DEV Dashboard\";s:8:\"released\";i:1261092923;s:7:\"updated\";i:1543901149;s:9:\"downloads\";s:7:\"8770333\";s:10:\"popularity\";s:6:\"317549\";s:17:\"short_description\";s:80:\"Instant access to brilliant support and one-click plugin and theme installation.\";s:8:\"features\";a:33:{i:0;s:23:\"One-click installations\";i:1;s:36:\"Hub and Hosting Single Sign-On (SSO)\";i:2;s:19:\"Unbranded analytics\";i:3;s:35:\"Dashboard plugin browse and install\";i:4;s:34:\"Dashboard theme browse and install\";i:5;s:21:\"Simply login to setup\";i:6;s:30:\"Integrated badge notifications\";i:7;s:17:\"One-click updates\";i:8;s:28:\"WPMU DEV dashboard news feed\";i:9;s:28:\"Dashboard widget quick links\";i:10;s:25:\"New release notifications\";i:11;s:20:\"Update notifications\";i:12;s:29:\"View recent WPMU DEV activity\";i:13;s:18:\"Membership manager\";i:14;s:34:\"Hide/Remove WPMU DEV hero branding\";i:15;s:18:\"Background updates\";i:16;s:18:\"Hide notifications\";i:17;s:30:\"Limit to Multisite Super Admin\";i:18;s:21:\"See reputation points\";i:19;s:27:\"Built-in conflict avoidance\";i:20;s:39:\"Occasional special membership discounts\";i:21;s:33:\"Participate in WPMU DEV community\";i:22;s:19:\"Access forum search\";i:23;s:22:\"Fast access to Q&A\";i:24;s:39:\"Grant temporary access to support staff\";i:25;s:34:\"Direct links to usage instructions\";i:26;s:35:\"Installed theme version information\";i:27;s:36:\"Installed plugin version information\";i:28;s:22:\"Post support questions\";i:29;s:29:\"System information quick view\";i:30;s:29:\"PHP configuration information\";i:31;s:17:\"MySQL information\";i:32;s:18:\"Server information\";}s:7:\"version\";s:5:\"4.7.5\";s:17:\"free_version_slug\";s:0:\"\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:50:\"WordPress 5.3.2, Multisite 5.3.2, BuddyPress 5.1.2\";s:8:\"requires\";s:2:\"wp\";s:3:\"url\";s:55:\"https://premium.wpmudev.org/project/wpmu-dev-dashboard/\";s:9:\"thumbnail\";s:76:\"https://premium.wpmudev.org/wp-content/uploads/2009/12/Dashboard-280x158.png\";s:16:\"thumbnail_square\";s:74:\"https://premium.wpmudev.org/wp-content/uploads/2009/12/Dashboard-90x90.png\";s:15:\"thumbnail_large\";s:68:\"https://premium.wpmudev.org/wp-content/uploads/2009/12/Dashboard.png\";s:5:\"video\";s:41:\"//fast.wistia.net/embed/iframe/irz1r2ze9m\";s:13:\"wp_config_url\";s:31:\"admin.php?page=wpmudev-settings\";s:13:\"ms_config_url\";s:31:\"admin.php?page=wpmudev-settings\";s:7:\"package\";i:0;s:11:\"screenshots\";a:3:{i:0;a:2:{s:3:\"url\";s:93:\"https://premium.wpmudev.org/wp-content/uploads/projects/119/screenshots/dashboard-support.png\";s:4:\"desc\";s:21:\"Secure support access\";}i:1;a:2:{s:3:\"url\";s:92:\"https://premium.wpmudev.org/wp-content/uploads/projects/119/screenshots/dashboard-access.png\";s:4:\"desc\";s:41:\"Quick access from the WordPress dashboard\";}i:2;a:2:{s:3:\"url\";s:94:\"https://premium.wpmudev.org/wp-content/uploads/projects/119/screenshots/96343734_analitics.png\";s:4:\"desc\";s:19:\"Unbranded Analytics\";}}s:6:\"_order\";i:1;}i:912164;a:26:{s:2:\"id\";i:912164;s:4:\"paid\";s:4:\"paid\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:9:\"Smush Pro\";s:8:\"released\";i:1416874433;s:7:\"updated\";i:1582615538;s:9:\"downloads\";s:7:\"2103289\";s:10:\"popularity\";s:6:\"262098\";s:17:\"short_description\";s:101:\"User\'s choice, award-winning, and benchmark tested – The best image optimizer plugin for WordPress.\";s:8:\"features\";a:28:{i:0;s:31:\"Double savings with Super-Smush\";i:1;s:28:\"Automatic optimize on upload\";i:2;s:20:\"Smush Pro global CDN\";i:3;s:31:\"Compress huge photos up to 32MB\";i:4;s:29:\"Perfect-fit auto image resize\";i:5;s:33:\"Lazy Loading for offscreen images\";i:6;s:29:\"WebP next-gen file conversion\";i:7;s:31:\"PNG to lossy JPEG smart convert\";i:8;s:34:\"One-click compress existing images\";i:9;s:35:\"Retain rights to every file forever\";i:10;s:29:\"Optimize images in any folder\";i:11;s:34:\"Smush or save original image files\";i:12;s:37:\"Multisite global and subsite settings\";i:13;s:42:\"Lossy compression with little quality loss\";i:14;s:28:\"Amazon S3 plugin integration\";i:15;s:26:\"NextGEN Gallery compatible\";i:16;s:18:\"Preserve EXIF data\";i:17;s:27:\"WP Retina 2x plugin support\";i:18;s:22:\"Envira Gallery Support\";i:19;s:28:\"Avada Fusion Builder Support\";i:20;s:26:\"Dedicated smushing servers\";i:21;s:35:\"HTTPS encrypted browsing compatible\";i:22;s:21:\"WPML media compatible\";i:23;s:20:\"Lossless compression\";i:24;s:39:\"Strip unused colors from indexed images\";i:25;s:30:\"Progress and savings reporting\";i:26;s:26:\"Compress individual images\";i:27;s:32:\"Instant asynchronous compression\";}s:7:\"version\";s:3:\"3.6\";s:17:\"free_version_slug\";s:23:\"wp-smushit/wp-smush.php\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:65:\"WordPress 5.3.2, Multisite 5.3.2, BuddyPress 5.1.2, Upfront 1.9.4\";s:8:\"requires\";s:2:\"wp\";s:3:\"url\";s:49:\"https://premium.wpmudev.org/project/wp-smush-pro/\";s:9:\"thumbnail\";s:80:\"https://premium.wpmudev.org/wp-content/uploads/2014/11/Smush_2016_02-280x158.png\";s:16:\"thumbnail_square\";s:78:\"https://premium.wpmudev.org/wp-content/uploads/2014/11/Smush_2016_02-90x90.png\";s:15:\"thumbnail_large\";s:72:\"https://premium.wpmudev.org/wp-content/uploads/2014/11/Smush_2016_02.png\";s:5:\"video\";s:41:\"//fast.wistia.net/embed/iframe/9cbykj0q0z\";s:13:\"wp_config_url\";s:20:\"admin.php?page=smush\";s:13:\"ms_config_url\";s:20:\"admin.php?page=smush\";s:7:\"package\";i:0;s:11:\"screenshots\";a:4:{i:0;a:2:{s:3:\"url\";s:108:\"https://premium.wpmudev.org/wp-content/uploads/projects/912164/screenshots/1554180963_smush-pro-bulk-new.png\";s:4:\"desc\";s:14:\"Bulk Smush Now\";}i:1;a:2:{s:3:\"url\";s:109:\"https://premium.wpmudev.org/wp-content/uploads/projects/912164/screenshots/918101858_smush-pro-bulk-smush.png\";s:4:\"desc\";s:20:\"Smush Pro Bulk Smush\";}i:2;a:2:{s:3:\"url\";s:107:\"https://premium.wpmudev.org/wp-content/uploads/projects/912164/screenshots/158049080_smush-pro-settings.png\";s:4:\"desc\";s:18:\"Smush Pro Settings\";}i:3;a:2:{s:3:\"url\";s:107:\"https://premium.wpmudev.org/wp-content/uploads/projects/912164/screenshots/665647559_image-zoom-735x470.jpg\";s:4:\"desc\";s:29:\"Smush without loss of quality\";}}s:6:\"_order\";i:2;}i:1081721;a:26:{s:2:\"id\";i:1081721;s:4:\"paid\";s:4:\"full\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:15:\"Hummingbird Pro\";s:8:\"released\";i:1456236462;s:7:\"updated\";i:1583127829;s:9:\"downloads\";s:7:\"1177591\";s:10:\"popularity\";s:6:\"107625\";s:17:\"short_description\";s:56:\"Everything you need to get your site running super fast.\";s:8:\"features\";a:16:{i:0;s:28:\"Generate performance reports\";i:1;s:30:\"Recommended speed improvements\";i:2;s:15:\"Browser caching\";i:3;s:17:\"Full-page caching\";i:4;s:16:\"Gravatar caching\";i:5;s:11:\"RSS caching\";i:6;s:12:\"Minify files\";i:7;s:13:\"Combine files\";i:8;s:17:\"Set load position\";i:9;s:21:\"Included output graph\";i:10;s:25:\"Simple GZIP configuration\";i:11;s:30:\"Advanced Minification controls\";i:12;s:31:\"Bonus: Sync with Uptime monitor\";i:13;s:32:\"Down and slow load notifications\";i:14;s:23:\"Track average pagespeed\";i:15;s:32:\"Better search engine positioning\";}s:7:\"version\";s:5:\"2.4.1\";s:17:\"free_version_slug\";s:42:\"hummingbird-performance/wp-hummingbird.php\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:47:\"WordPress 5.3.2, Multisite 5.3.2, Upfront 1.9.4\";s:8:\"requires\";s:2:\"wp\";s:3:\"url\";s:51:\"https://premium.wpmudev.org/project/wp-hummingbird/\";s:9:\"thumbnail\";s:78:\"https://premium.wpmudev.org/wp-content/uploads/2016/02/HummingBird-280x158.png\";s:16:\"thumbnail_square\";s:76:\"https://premium.wpmudev.org/wp-content/uploads/2016/02/HummingBird-90x90.png\";s:15:\"thumbnail_large\";s:70:\"https://premium.wpmudev.org/wp-content/uploads/2016/02/HummingBird.png\";s:5:\"video\";s:41:\"//fast.wistia.net/embed/iframe/cdpqnbvssg\";s:13:\"wp_config_url\";s:19:\"admin.php?page=wphb\";s:13:\"ms_config_url\";s:19:\"admin.php?page=wphb\";s:7:\"package\";i:0;s:11:\"screenshots\";a:4:{i:0;a:2:{s:3:\"url\";s:119:\"https://premium.wpmudev.org/wp-content/uploads/projects/1081721/screenshots/1355502351_hum-gcompress-compressor-new.png\";s:4:\"desc\";s:5:\"G-zip\";}i:1;a:2:{s:3:\"url\";s:108:\"https://premium.wpmudev.org/wp-content/uploads/projects/1081721/screenshots/1686427142_hum-browser-cache.png\";s:4:\"desc\";s:13:\"Browser Cache\";}i:2;a:2:{s:3:\"url\";s:105:\"https://premium.wpmudev.org/wp-content/uploads/projects/1081721/screenshots/355595470_hum-pro-testing.png\";s:4:\"desc\";s:31:\"Hummingbird Performance Testing\";}i:3;a:2:{s:3:\"url\";s:108:\"https://premium.wpmudev.org/wp-content/uploads/projects/1081721/screenshots/2090545727_hum-inline-minify.png\";s:4:\"desc\";s:13:\"inline minify\";}}s:6:\"_order\";i:3;}i:1081723;a:26:{s:2:\"id\";i:1081723;s:4:\"paid\";s:4:\"full\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:12:\"Defender Pro\";s:8:\"released\";i:1456855142;s:7:\"updated\";i:1581932040;s:9:\"downloads\";s:7:\"1040641\";s:10:\"popularity\";s:6:\"105669\";s:17:\"short_description\";s:104:\"Regular security scans, vulnerability reports, safety recommendations and security tweaks for WordPress.\";s:8:\"features\";a:20:{i:0;s:21:\"Analyze site security\";i:1;s:30:\"Security tweak recommendations\";i:2;s:27:\"Resolve issues with a click\";i:3;s:31:\"Manual and automatic IP lockout\";i:4;s:18:\"Filterable IP logs\";i:5;s:27:\"Scan core files for changes\";i:6;s:25:\"2-Factor Authentification\";i:7;s:24:\"Customize 2-factor email\";i:8;s:19:\"Vulnerability scans\";i:9;s:14:\"Schedule scans\";i:10;s:28:\"Repair/restore changed files\";i:11;s:25:\"Choose file types to scan\";i:12;s:29:\"Skip files based on file size\";i:13;s:21:\"Receive email reports\";i:14;s:21:\"Set report recipients\";i:15;s:27:\"Google blacklist monitoring\";i:16;s:17:\"Automated backups\";i:17;s:20:\"Full website backups\";i:18;s:13:\"Cloud backups\";i:19;s:30:\"Site interactions with logging\";}s:7:\"version\";s:5:\"2.2.6\";s:17:\"free_version_slug\";s:33:\"defender-security/wp-defender.php\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:65:\"WordPress 5.3.2, Multisite 5.3.2, BuddyPress 5.1.2, Upfront 1.9.4\";s:8:\"requires\";s:2:\"wp\";s:3:\"url\";s:48:\"https://premium.wpmudev.org/project/wp-defender/\";s:9:\"thumbnail\";s:75:\"https://premium.wpmudev.org/wp-content/uploads/2016/02/Defender-280x158.png\";s:16:\"thumbnail_square\";s:73:\"https://premium.wpmudev.org/wp-content/uploads/2016/02/Defender-90x90.png\";s:15:\"thumbnail_large\";s:67:\"https://premium.wpmudev.org/wp-content/uploads/2016/02/Defender.png\";s:5:\"video\";s:41:\"//fast.wistia.net/embed/iframe/ps9y7nphu1\";s:13:\"wp_config_url\";s:26:\"admin.php?page=wp-defender\";s:13:\"ms_config_url\";s:26:\"admin.php?page=wp-defender\";s:7:\"package\";i:0;s:11:\"screenshots\";a:4:{i:0;a:2:{s:3:\"url\";s:102:\"https://premium.wpmudev.org/wp-content/uploads/projects/1081723/screenshots/675480798_6-ip-lockout.jpg\";s:4:\"desc\";s:10:\"ip-lockout\";}i:1;a:2:{s:3:\"url\";s:102:\"https://premium.wpmudev.org/wp-content/uploads/projects/1081723/screenshots/1734340993_5-blacklist.jpg\";s:4:\"desc\";s:20:\"Blacklist Monitoring\";}i:2;a:2:{s:3:\"url\";s:103:\"https://premium.wpmudev.org/wp-content/uploads/projects/1081723/screenshots/1971221549_4-audit-logs.jpg\";s:4:\"desc\";s:10:\"Audit Logs\";}i:3;a:2:{s:3:\"url\";s:97:\"https://premium.wpmudev.org/wp-content/uploads/projects/1081723/screenshots/1252355198_3-scan.jpg\";s:4:\"desc\";s:12:\"Scan Reports\";}}s:6:\"_order\";i:4;}i:1107020;a:26:{s:2:\"id\";i:1107020;s:4:\"paid\";s:4:\"full\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:10:\"Hustle Pro\";s:8:\"released\";i:1471315160;s:7:\"updated\";i:1581955063;s:9:\"downloads\";s:6:\"154098\";s:10:\"popularity\";s:5:\"16325\";s:17:\"short_description\";s:100:\"Grow your business and audience with this super easy, super slick email opt-in and marketing plugin.\";s:8:\"features\";a:16:{i:0;s:78:\"Build your business like a pro with the ultimate WordPress email opt-in plugin\";i:1;s:56:\"Pop-up, slide-ins, widgets, embeds and after post opt-in\";i:2;s:35:\"All the social share icons you need\";i:3;s:46:\"Easily customize designs with in built editing\";i:4;s:34:\"Color match your brand, like magic\";i:5;s:43:\"Heaps of smooth built-in display animations\";i:6;s:173:\"Aweber, MailChimp, Constant Contacts, Sendy, ActiveCampaign, SendInBlue, Hubspot, Infusionsoft, Mad Mimi, ConvertKit, MailerLite, iContact, GetResponse, and Campaign Monitor\";i:7;s:46:\"And of course our very own e-Newsletter plugin\";i:8;s:58:\"Manage who sees your hustle with super powerful conditions\";i:9;s:47:\"Track how many times your material is displayed\";i:10;s:42:\"See submissions straight through WordPress\";i:11;s:57:\"Conversion rates overview will make your clients ecstatic\";i:12;s:36:\"Great default layouts to choose from\";i:13;s:25:\"Easy management dashboard\";i:14;s:49:\"New features, layouts and sass coming every month\";i:15;s:38:\"And, of course, completely free to try\";}s:7:\"version\";s:3:\"4.1\";s:17:\"free_version_slug\";s:27:\"wordpress-popup/popover.php\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:60:\"WordPress 5.3.2, Multisite 5.3.2, BuddyPress 5.1.2, bbPress \";s:8:\"requires\";s:2:\"wp\";s:3:\"url\";s:43:\"https://premium.wpmudev.org/project/hustle/\";s:9:\"thumbnail\";s:76:\"https://premium.wpmudev.org/wp-content/uploads/2016/08/hustle-01-280x158.png\";s:16:\"thumbnail_square\";s:74:\"https://premium.wpmudev.org/wp-content/uploads/2016/08/hustle-01-90x90.png\";s:15:\"thumbnail_large\";s:68:\"https://premium.wpmudev.org/wp-content/uploads/2016/08/hustle-01.png\";s:5:\"video\";s:41:\"//fast.wistia.net/embed/iframe/rwpa1uwzyn\";s:13:\"wp_config_url\";s:21:\"admin.php?page=hustle\";s:13:\"ms_config_url\";s:0:\"\";s:7:\"package\";i:0;s:11:\"screenshots\";a:4:{i:0;a:2:{s:3:\"url\";s:110:\"https://premium.wpmudev.org/wp-content/uploads/projects/1107020/screenshots/960353611_hustle-social-design.png\";s:4:\"desc\";s:18:\"Hustle Social Bars\";}i:1;a:2:{s:3:\"url\";s:108:\"https://premium.wpmudev.org/wp-content/uploads/projects/1107020/screenshots/1653524749_2-style-options-1.jpg\";s:4:\"desc\";s:21:\"Hustle Layout Options\";}i:2;a:2:{s:3:\"url\";s:109:\"https://premium.wpmudev.org/wp-content/uploads/projects/1107020/screenshots/469638973_premadecolorschemes.png\";s:4:\"desc\";s:20:\"Hustle Color Schemes\";}i:3;a:2:{s:3:\"url\";s:106:\"https://premium.wpmudev.org/wp-content/uploads/projects/1107020/screenshots/938384474_layoutvariations.png\";s:4:\"desc\";s:24:\"Hustle Design Variations\";}}s:6:\"_order\";i:5;}i:2097296;a:26:{s:2:\"id\";i:2097296;s:4:\"paid\";s:4:\"paid\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:14:\"Forminator Pro\";s:8:\"released\";i:1519137568;s:7:\"updated\";i:1582876290;s:9:\"downloads\";s:6:\"156204\";s:10:\"popularity\";s:5:\"19608\";s:17:\"short_description\";s:135:\"Drag and drop WordPress form builder plugin with interactive polls and quizzes for increasing user engagement and building a following.\";s:8:\"features\";a:36:{i:0;s:31:\"Responsive fit for every screen\";i:1;s:13:\"Developer API\";i:2;s:15:\"Stripe Payments\";i:3;s:18:\"PayPal integration\";i:4;s:22:\"SCA Compliant Payments\";i:5;s:12:\"Calculations\";i:6;s:16:\"Google ReCAPTCHA\";i:7;s:26:\"Drag-and-drop form builder\";i:8;s:26:\"Forms for every situation\";i:9;s:15:\"+15 Form blocks\";i:10;s:36:\"Email routing and conditional emails\";i:11;s:17:\"Form pre-populate\";i:12;s:22:\"Toggle styling options\";i:13;s:16:\"Campaign Monitor\";i:14;s:7:\"HubSpot\";i:15;s:14:\"ActiveCampaign\";i:16;s:13:\"Google Sheets\";i:17;s:31:\"Zapier (connects to +1000 apps)\";i:18;s:18:\"Trello Integration\";i:19;s:9:\"MailChimp\";i:20;s:6:\"AWeber\";i:21;s:17:\"Interactive polls\";i:22;s:18:\"Pagination options\";i:23;s:23:\"Collect and track stats\";i:24;s:23:\"No wrong answer quizzes\";i:25;s:21:\"Submissions dashboard\";i:26;s:15:\"Knowledge tests\";i:27;s:12:\"Live preview\";i:28;s:15:\"Knowledge tests\";i:29;s:24:\"Gutenberg block included\";i:30;s:10:\"GDPR ready\";i:31;s:13:\"Hidden fields\";i:32;s:27:\"Customized submission forms\";i:33;s:32:\"Schedule form submission reports\";i:34;s:16:\"Privacy settings\";i:35;s:29:\"Advanced email configurations\";}s:7:\"version\";s:6:\"1.11.3\";s:17:\"free_version_slug\";s:0:\"\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:65:\"WordPress 5.3.2, Multisite 5.3.2, BuddyPress 5.1.2, Upfront 1.9.4\";s:8:\"requires\";s:2:\"wp\";s:3:\"url\";s:51:\"https://premium.wpmudev.org/project/forminator-pro/\";s:9:\"thumbnail\";s:85:\"https://premium.wpmudev.org/wp-content/uploads/2018/02/forminator-feature-280x158.png\";s:16:\"thumbnail_square\";s:83:\"https://premium.wpmudev.org/wp-content/uploads/2018/02/forminator-feature-90x90.png\";s:15:\"thumbnail_large\";s:77:\"https://premium.wpmudev.org/wp-content/uploads/2018/02/forminator-feature.png\";s:5:\"video\";b:0;s:13:\"wp_config_url\";s:25:\"admin.php?page=forminator\";s:13:\"ms_config_url\";s:25:\"admin.php?page=forminator\";s:7:\"package\";i:0;s:11:\"screenshots\";a:4:{i:0;a:2:{s:3:\"url\";s:113:\"https://premium.wpmudev.org/wp-content/uploads/projects/2097296/screenshots/1276807337_forminator-recaptcha-4.gif\";s:4:\"desc\";s:32:\"Forminator ReCAPTCHA Integration\";}i:1;a:2:{s:3:\"url\";s:106:\"https://premium.wpmudev.org/wp-content/uploads/projects/2097296/screenshots/1690180223_forminator-quiz.png\";s:4:\"desc\";s:15:\"Forminator quiz\";}i:2;a:2:{s:3:\"url\";s:109:\"https://premium.wpmudev.org/wp-content/uploads/projects/2097296/screenshots/1437585076_forminator-polls-2.png\";s:4:\"desc\";s:23:\"Forminator Poll results\";}i:3;a:2:{s:3:\"url\";s:105:\"https://premium.wpmudev.org/wp-content/uploads/projects/2097296/screenshots/1414388846_contact-form-5.png\";s:4:\"desc\";s:23:\"Forminator contact form\";}}s:6:\"_order\";i:6;}i:167;a:26:{s:2:\"id\";i:167;s:4:\"paid\";s:4:\"paid\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:14:\"SmartCrawl Pro\";s:8:\"released\";i:1298584937;s:7:\"updated\";i:1582788758;s:9:\"downloads\";s:6:\"508024\";s:10:\"popularity\";s:5:\"51554\";s:17:\"short_description\";s:100:\"Boost your PageRank and drive more traffic to your site with little effort and simple configuration.\";s:8:\"features\";a:33:{i:0;s:22:\"Simple guided settings\";i:1;s:30:\"Offer SEO options by user role\";i:2;s:39:\"Direct interaction with Google and Bing\";i:3;s:48:\"Send sitemap updates automatic to search engines\";i:4;s:63:\"Custom post titles and meta descriptions (per custom post type)\";i:5;s:32:\"Title and meta data optimization\";i:6;s:26:\"Automatic sitewide linking\";i:7;s:24:\"Complete Moz integration\";i:8;s:38:\"Multisite and BuddyPress compatibility\";i:9;s:36:\"Process posts and pages individually\";i:10;s:17:\"Process RSS feeds\";i:11;s:31:\"Conduct case sensitive matching\";i:12;s:23:\"Prevent duplicate links\";i:13;s:28:\"Open links in new tab/window\";i:14;s:35:\"Exclude posts or pages from sitemap\";i:15;s:40:\"Exclude custom post types and taxonomies\";i:16;s:27:\"Exclude categories and tags\";i:17;s:41:\"Include or exclude images and stylesheets\";i:18;s:46:\"Include or remove the sitemap dashboard widget\";i:19;s:33:\"Disable automatic sitemap updates\";i:20;s:65:\"Post categories, tags and custom taxonomy title and meta defaults\";i:21;s:17:\"Custom home title\";i:22;s:21:\"Home meta description\";i:23;s:8:\"Keywords\";i:24;s:51:\"Import/export to quickly add SmartCrawl to any site\";i:25;s:39:\"Yoast SEO settings and content importer\";i:26;s:44:\"All in One SEO settings and content importer\";i:27;s:37:\"Main blog archive meta robots options\";i:28;s:29:\"Post and media title defaults\";i:29;s:40:\"Post and media meta description defaults\";i:30;s:53:\"Post categories, tags and custom taxonomy robots tags\";i:31;s:24:\"Author and date archives\";i:32;s:39:\"404 page title and description defaults\";}s:7:\"version\";s:5:\"2.5.1\";s:17:\"free_version_slug\";s:31:\"smartcrawl-seo/wpmu-dev-seo.php\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:65:\"WordPress 5.3.2, Multisite 5.3.2, BuddyPress 5.1.2, Upfront 1.9.4\";s:8:\"requires\";s:2:\"wp\";s:3:\"url\";s:61:\"https://premium.wpmudev.org/project/smartcrawl-wordpress-seo/\";s:9:\"thumbnail\";s:106:\"https://premium.wpmudev.org/wp-content/uploads/2011/02/SEO_Webcrawler_1470_SEO_Webcrawler_1470-280x158.png\";s:16:\"thumbnail_square\";s:104:\"https://premium.wpmudev.org/wp-content/uploads/2011/02/SEO_Webcrawler_1470_SEO_Webcrawler_1470-90x90.png\";s:15:\"thumbnail_large\";s:98:\"https://premium.wpmudev.org/wp-content/uploads/2011/02/SEO_Webcrawler_1470_SEO_Webcrawler_1470.png\";s:5:\"video\";s:41:\"//fast.wistia.net/embed/iframe/w6t8a9mq8j\";s:13:\"wp_config_url\";s:25:\"admin.php?page=wds_wizard\";s:13:\"ms_config_url\";s:25:\"admin.php?page=wds_wizard\";s:7:\"package\";i:0;s:11:\"screenshots\";a:4:{i:0;a:2:{s:3:\"url\";s:104:\"https://premium.wpmudev.org/wp-content/uploads/projects/167/screenshots/906662147_smartcrawl-checkup.png\";s:4:\"desc\";s:18:\"SmartCrawl Checkup\";}i:1;a:2:{s:3:\"url\";s:105:\"https://premium.wpmudev.org/wp-content/uploads/projects/167/screenshots/1008740409_smartcrawl-sitemap.png\";s:4:\"desc\";s:18:\"SmartCrawl Sitemap\";}i:2;a:2:{s:3:\"url\";s:109:\"https://premium.wpmudev.org/wp-content/uploads/projects/167/screenshots/1267268902_smartcrawl-autolinking.png\";s:4:\"desc\";s:22:\"SmartCrawl autolinking\";}i:3;a:2:{s:3:\"url\";s:119:\"https://premium.wpmudev.org/wp-content/uploads/projects/167/screenshots/205500292_smartcrawl-readability-compressor.png\";s:4:\"desc\";s:22:\"SmartCrawl Readability\";}}s:6:\"_order\";i:7;}i:257;a:26:{s:2:\"id\";i:257;s:4:\"paid\";s:4:\"paid\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:12:\"Snapshot Pro\";s:8:\"released\";i:1328745252;s:7:\"updated\";i:1554412380;s:9:\"downloads\";s:6:\"639103\";s:10:\"popularity\";s:5:\"59460\";s:17:\"short_description\";s:96:\"The automated, on-demand time-traveler that snaps and stores backups for one-click restoration. \";s:8:\"features\";a:28:{i:0;s:30:\"10GB of WPMU DEV cloud storage\";i:1;s:22:\"The Hub backup manager\";i:2;s:17:\"Redundant backups\";i:3;s:22:\"Server info quick view\";i:4;s:19:\"Manage memory usage\";i:5;s:32:\"Multisite Global file exclusions\";i:6;s:10:\"ZipArchive\";i:7;s:6:\"PclZip\";i:8;s:35:\"Size segmenting eliminates timeouts\";i:9;s:17:\"Scheduled backups\";i:10;s:19:\"Set backup interval\";i:11;s:13:\"Manual backup\";i:12;s:20:\"Multisite compatible\";i:13;s:18:\"Backup entire site\";i:14;s:19:\"Include media files\";i:15;s:22:\"Exclude specific files\";i:16;s:18:\"Annotate snapshots\";i:17;s:25:\"Set custom backup folders\";i:18;s:22:\"Downloadable log files\";i:19;s:24:\"Simple one-click restore\";i:20;s:26:\"Utilize standard WP tables\";i:21;s:11:\"Mirror sync\";i:22;s:30:\"Set number of backups to store\";i:23;s:34:\"Automatically remove oldest backup\";i:24;s:19:\"Dropbox integration\";i:25;s:21:\"Amazon S3 integration\";i:26;s:24:\"FTP and SFTP integration\";i:27;s:24:\"Google Drive integration\";}s:7:\"version\";s:7:\"3.2.1.4\";s:17:\"free_version_slug\";s:0:\"\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:65:\"WordPress 5.3.2, Multisite 5.3.2, BuddyPress 5.1.2, Upfront 1.9.4\";s:8:\"requires\";s:2:\"wp\";s:3:\"url\";s:45:\"https://premium.wpmudev.org/project/snapshot/\";s:9:\"thumbnail\";s:82:\"https://premium.wpmudev.org/wp-content/uploads/2012/02/Snapshot_plugin-280x158.png\";s:16:\"thumbnail_square\";s:80:\"https://premium.wpmudev.org/wp-content/uploads/2012/02/Snapshot_plugin-90x90.png\";s:15:\"thumbnail_large\";s:74:\"https://premium.wpmudev.org/wp-content/uploads/2012/02/Snapshot_plugin.png\";s:5:\"video\";s:41:\"//fast.wistia.net/embed/iframe/7x4kcv4j15\";s:13:\"wp_config_url\";s:37:\"admin.php?page=snapshot_pro_dashboard\";s:13:\"ms_config_url\";s:37:\"admin.php?page=snapshot_pro_dashboard\";s:7:\"package\";i:0;s:11:\"screenshots\";a:4:{i:0;a:2:{s:3:\"url\";s:102:\"https://premium.wpmudev.org/wp-content/uploads/projects/257/screenshots/1315522110_schedule-backup.jpg\";s:4:\"desc\";s:30:\"Schedule backups with Snapshot\";}i:1;a:2:{s:3:\"url\";s:105:\"https://premium.wpmudev.org/wp-content/uploads/projects/257/screenshots/882714582_destinations-backup.jpg\";s:4:\"desc\";s:20:\"Choose a destination\";}i:2;a:2:{s:3:\"url\";s:99:\"https://premium.wpmudev.org/wp-content/uploads/projects/257/screenshots/905771522_snapshot-dash.jpg\";s:4:\"desc\";s:18:\"Snapshot Dashboard\";}i:3;a:2:{s:3:\"url\";s:102:\"https://premium.wpmudev.org/wp-content/uploads/projects/257/screenshots/1953204640_managed-backups.jpg\";s:4:\"desc\";s:15:\"Managed Backups\";}}s:6:\"_order\";i:8;}i:2175128;a:26:{s:2:\"id\";i:2175128;s:4:\"paid\";s:4:\"full\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:11:\"Shipper Pro\";s:8:\"released\";i:1548285368;s:7:\"updated\";i:1581490385;s:9:\"downloads\";s:5:\"39540\";s:10:\"popularity\";s:4:\"7790\";s:17:\"short_description\";s:146:\"Shipper Pro moves WordPress websites with one-click, from host to host, local to production, development to live, top to bottom without using FTP.\";s:8:\"features\";a:19:{i:0;s:17:\"Import and export\";i:1;s:18:\"No FTP/SFTP needed\";i:2;s:23:\"Secure dedicated server\";i:3;s:16:\"Pre-flight check\";i:4;s:21:\"Zip package migration\";i:5;s:21:\"File find and replace\";i:6;s:21:\"Files-by-file porting\";i:7;s:20:\"Large file detection\";i:8;s:22:\"Move from host to host\";i:9;s:23:\"Push from local to live\";i:10;s:21:\"Detailed Shipper Logs\";i:11;s:26:\"Display system Information\";i:12;s:22:\"Runs in the background\";i:13;s:38:\"Destination server configuration check\";i:14;s:18:\"Package size check\";i:15;s:12:\"Source check\";i:16;s:14:\"Location check\";i:17;s:13:\"Package check\";i:18;s:0:\"\";}s:7:\"version\";s:5:\"1.1.3\";s:17:\"free_version_slug\";s:0:\"\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:79:\"WordPress 5.3.2, Multisite 5.3.2, BuddyPress 5.1.2, bbPress , WooCommerce 3.9.2\";s:8:\"requires\";s:2:\"wp\";s:3:\"url\";s:48:\"https://premium.wpmudev.org/project/shipper-pro/\";s:9:\"thumbnail\";s:82:\"https://premium.wpmudev.org/wp-content/uploads/2019/01/Shipper-Feature-280x158.png\";s:16:\"thumbnail_square\";s:80:\"https://premium.wpmudev.org/wp-content/uploads/2019/01/Shipper-Feature-90x90.png\";s:15:\"thumbnail_large\";s:74:\"https://premium.wpmudev.org/wp-content/uploads/2019/01/Shipper-Feature.png\";s:5:\"video\";b:0;s:13:\"wp_config_url\";s:22:\"admin.php?page=shipper\";s:13:\"ms_config_url\";s:22:\"admin.php?page=shipper\";s:7:\"package\";i:0;s:11:\"screenshots\";a:4:{i:0;a:2:{s:3:\"url\";s:114:\"https://premium.wpmudev.org/wp-content/uploads/projects/2175128/screenshots/1130594245_shipper-getting-started.png\";s:4:\"desc\";s:23:\"Shipper getting started\";}i:1;a:2:{s:3:\"url\";s:117:\"https://premium.wpmudev.org/wp-content/uploads/projects/2175128/screenshots/1631499311_shipper-system information.png\";s:4:\"desc\";s:33:\"Shipper server system information\";}i:2;a:2:{s:3:\"url\";s:110:\"https://premium.wpmudev.org/wp-content/uploads/projects/2175128/screenshots/36952669_shipper-import-export.png\";s:4:\"desc\";s:25:\"Shipper import and export\";}i:3;a:2:{s:3:\"url\";s:116:\"https://premium.wpmudev.org/wp-content/uploads/projects/2175128/screenshots/1684527269_shipper-migration-options.png\";s:4:\"desc\";s:25:\"Shipper migration options\";}}s:6:\"_order\";i:9;}i:9135;a:26:{s:2:\"id\";i:9135;s:4:\"paid\";s:4:\"paid\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:10:\"Branda Pro\";s:8:\"released\";i:1339280384;s:7:\"updated\";i:1553641718;s:9:\"downloads\";s:6:\"494548\";s:10:\"popularity\";s:5:\"42104\";s:17:\"short_description\";s:87:\"White label WordPress branding for both the front and back end of your site or network.\";s:8:\"features\";a:42:{i:0;s:25:\"Remove WordPress branding\";i:1;s:21:\"Highlight your design\";i:2;s:32:\"Add custom logo to the Admin Bar\";i:3;s:33:\"Simple WordPress logo replacement\";i:4;s:26:\"Create custom login screen\";i:5;s:28:\"Replace the word \"WordPress\"\";i:6;s:21:\"Simple brand matching\";i:7;s:21:\"Import/Export setting\";i:8;s:26:\"Reorganize Admin Bar menus\";i:9;s:26:\"Set custom Admin Bar menus\";i:10;s:28:\"Add a direct link to support\";i:11;s:16:\"Add help buttons\";i:12;s:29:\"Send system emails using SMTP\";i:13;s:29:\"Remove core Dashboard widgets\";i:14;s:32:\"Hide 3rd-party dashboard widgets\";i:15;s:29:\"Replace the WordPress \'Howdy\'\";i:16;s:28:\"Coming Soon/Maintenance Mode\";i:17;s:30:\"Customize \'Admin Help Content\'\";i:18;s:32:\"Increase site security and speed\";i:19;s:27:\"One plugin for all settings\";i:20;s:25:\"Create a custom admin bar\";i:21;s:24:\"Set \"From\" Email address\";i:22;s:15:\"Multisite ready\";i:23;s:26:\"Customize/add help content\";i:24;s:20:\"Custom global footer\";i:25;s:20:\"Custom global header\";i:26;s:23:\"Custom dashboard footer\";i:27;s:23:\"Rebrand the meta widget\";i:28;s:22:\"Protect site structure\";i:29;s:28:\"Custom DB error landing page\";i:30;s:27:\"Hide \'Permalinks\' menu item\";i:31;s:25:\"Replace WordPress in HTML\";i:32;s:26:\"Replace any word or phrase\";i:33;s:20:\"Set a custom Favicon\";i:34;s:28:\"Easily insert tracking codes\";i:35;s:25:\"Custom Multisite Favicons\";i:36;s:19:\"Customize admin CSS\";i:37;s:21:\"Uses CSS child fields\";i:38;s:22:\"Hide WordPress welcome\";i:39;s:34:\"Add custom dashboard color schemes\";i:40;s:29:\"Display custom admin messages\";i:41;s:30:\"Add Author Boxes to your posts\";}s:7:\"version\";s:3:\"3.3\";s:17:\"free_version_slug\";s:0:\"\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:65:\"WordPress 5.3.2, Multisite 5.3.2, BuddyPress 5.1.2, Upfront 1.9.4\";s:8:\"requires\";s:2:\"wp\";s:3:\"url\";s:54:\"https://premium.wpmudev.org/project/ultimate-branding/\";s:9:\"thumbnail\";s:79:\"https://premium.wpmudev.org/wp-content/uploads/2012/06/branda-large-280x158.png\";s:16:\"thumbnail_square\";s:77:\"https://premium.wpmudev.org/wp-content/uploads/2012/06/branda-large-90x90.png\";s:15:\"thumbnail_large\";s:71:\"https://premium.wpmudev.org/wp-content/uploads/2012/06/branda-large.png\";s:5:\"video\";s:41:\"//fast.wistia.net/embed/iframe/v9l5fs1cgs\";s:13:\"wp_config_url\";s:23:\"admin.php?page=branding\";s:13:\"ms_config_url\";s:23:\"admin.php?page=branding\";s:7:\"package\";i:0;s:11:\"screenshots\";a:4:{i:0;a:2:{s:3:\"url\";s:104:\"https://premium.wpmudev.org/wp-content/uploads/projects/9135/screenshots/branda-custom-login-screens.png\";s:4:\"desc\";s:27:\"Branda custom login screens\";}i:1;a:2:{s:3:\"url\";s:99:\"https://premium.wpmudev.org/wp-content/uploads/projects/9135/screenshots/branda-email-templates.png\";s:4:\"desc\";s:22:\"Branda email templates\";}i:2;a:2:{s:3:\"url\";s:105:\"https://premium.wpmudev.org/wp-content/uploads/projects/9135/screenshots/branda-feed-dashboard-widget.png\";s:4:\"desc\";s:22:\"Branda dashboard feeds\";}i:3;a:2:{s:3:\"url\";s:90:\"https://premium.wpmudev.org/wp-content/uploads/projects/9135/screenshots/branda-social.png\";s:4:\"desc\";s:27:\"Branda social share options\";}}s:6:\"_order\";i:10;}i:51;a:26:{s:2:\"id\";i:51;s:4:\"paid\";s:4:\"paid\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:11:\"Beehive Pro\";s:8:\"released\";i:1235347220;s:7:\"updated\";i:1582643423;s:9:\"downloads\";s:6:\"297171\";s:10:\"popularity\";s:5:\"42776\";s:17:\"short_description\";s:94:\"Customizable Google Analytics dashboards, statistics, and reports for WordPress and Multisite.\";s:8:\"features\";a:18:{i:0;s:29:\"Simple one-click setup wizard\";i:1;s:30:\"Powerful Multisite integration\";i:2;s:39:\"One tracking code for an entire network\";i:3;s:38:\"Individual post/page statistics viewer\";i:4;s:17:\"Customize reports\";i:5;s:20:\"Anonymize IP masking\";i:6;s:26:\"Analytics dashboard widget\";i:7;s:38:\"Google Display Advertising integration\";i:8;s:26:\"Statistics overview screen\";i:9;s:31:\"Limit access based on user role\";i:10;s:28:\"Toggle statistics date range\";i:11;s:35:\"Track visits, page views and trends\";i:12;s:34:\"See visit duration and bounce rate\";i:13;s:41:\"Track top post, pages and referring links\";i:14;s:34:\"World map with visitors by country\";i:15;s:32:\"Graphs for fast visual reference\";i:16;s:23:\"Collect sub-domain data\";i:17;s:21:\"Tracks mapped domains\";}s:7:\"version\";s:5:\"3.2.3\";s:17:\"free_version_slug\";s:17:\"beehive-analytics\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:50:\"WordPress 5.3.2, Multisite 5.3.2, BuddyPress 5.1.2\";s:8:\"requires\";s:2:\"wp\";s:3:\"url\";s:58:\"https://premium.wpmudev.org/project/beehive-analytics-pro/\";s:9:\"thumbnail\";s:95:\"https://premium.wpmudev.org/wp-content/uploads/2019/10/beehive-featured-placeholder-280x158.png\";s:16:\"thumbnail_square\";s:93:\"https://premium.wpmudev.org/wp-content/uploads/2019/10/beehive-featured-placeholder-90x90.png\";s:15:\"thumbnail_large\";s:87:\"https://premium.wpmudev.org/wp-content/uploads/2019/10/beehive-featured-placeholder.png\";s:5:\"video\";s:41:\"//fast.wistia.net/embed/iframe/iu6g2umvu8\";s:13:\"wp_config_url\";s:31:\"admin.php?page=beehive-settings\";s:13:\"ms_config_url\";s:31:\"admin.php?page=beehive-settings\";s:7:\"package\";i:0;s:11:\"screenshots\";a:4:{i:0;a:2:{s:3:\"url\";s:90:\"https://premium.wpmudev.org/wp-content/uploads/projects/51/screenshots/beehive-reports.png\";s:4:\"desc\";s:15:\"Beehive Reports\";}i:1;a:2:{s:3:\"url\";s:98:\"https://premium.wpmudev.org/wp-content/uploads/projects/51/screenshots/beehive-page-post-stats.png\";s:4:\"desc\";s:27:\"Beehive Page and Post Stats\";}i:2;a:2:{s:3:\"url\";s:94:\"https://premium.wpmudev.org/wp-content/uploads/projects/51/screenshots/beehive-admin-pages.png\";s:4:\"desc\";s:27:\"Beehive Admin for Multisite\";}i:3;a:2:{s:3:\"url\";s:95:\"https://premium.wpmudev.org/wp-content/uploads/projects/51/screenshots/beehive-setup-wizard.png\";s:4:\"desc\";s:20:\"Beehive Setup Wizard\";}}s:6:\"_order\";i:11;}i:248;a:26:{s:2:\"id\";i:248;s:4:\"paid\";s:4:\"full\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:26:\"Integrated Video Tutorials\";s:8:\"released\";i:1318459013;s:7:\"updated\";i:1549518926;s:9:\"downloads\";s:6:\"128260\";s:10:\"popularity\";s:4:\"8749\";s:17:\"short_description\";s:81:\"Complete, quality, always up-to-date list of unbranded WordPress training videos.\";s:8:\"features\";a:23:{i:0;s:20:\"Register your domain\";i:1;s:32:\"+45 included WordPress tutorials\";i:2;s:32:\"Automatically add videos to help\";i:3;s:17:\"Verify connection\";i:4;s:14:\"Hide menu item\";i:5;s:19:\"Customize menu name\";i:6;s:30:\"Give setup permission to users\";i:7;s:32:\"Hide access to individual videos\";i:8;s:17:\"Add custom videos\";i:9;s:14:\"Wistia support\";i:10;s:15:\"YouTube support\";i:11;s:13:\"Vimeo support\";i:12;s:21:\"Shortcode embed codes\";i:13;s:22:\"Customizable playlists\";i:14;s:11:\"Group embed\";i:15;s:15:\"Front end embed\";i:16;s:18:\"Quality production\";i:17;s:25:\"Automatic content updates\";i:18;s:20:\"White label branding\";i:19;s:19:\"Unlimited bandwidth\";i:20;s:15:\"Unlimited plays\";i:21;s:14:\"SSL compatible\";i:22;s:21:\"Multisite integration\";}s:7:\"version\";s:5:\"1.7.3\";s:17:\"free_version_slug\";s:0:\"\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:50:\"WordPress 5.3.2, Multisite 5.3.2, BuddyPress 5.1.2\";s:8:\"requires\";s:2:\"wp\";s:3:\"url\";s:62:\"https://premium.wpmudev.org/project/unbranded-video-tutorials/\";s:9:\"thumbnail\";s:94:\"https://premium.wpmudev.org/wp-content/uploads/2011/10/Integration-Video-Tutorials-280x158.png\";s:16:\"thumbnail_square\";s:92:\"https://premium.wpmudev.org/wp-content/uploads/2011/10/Integration-Video-Tutorials-90x90.png\";s:15:\"thumbnail_large\";s:86:\"https://premium.wpmudev.org/wp-content/uploads/2011/10/Integration-Video-Tutorials.png\";s:5:\"video\";s:41:\"//fast.wistia.net/embed/iframe/c5b01yf5xw\";s:13:\"wp_config_url\";s:39:\"options-general.php?page=wpmudev-videos\";s:13:\"ms_config_url\";s:32:\"settings.php?page=wpmudev-videos\";s:7:\"package\";i:0;s:11:\"screenshots\";a:3:{i:0;a:2:{s:3:\"url\";s:108:\"https://premium.wpmudev.org/wp-content/uploads/projects/248/screenshots/843594149_video-settings-735x470.jpg\";s:4:\"desc\";s:10:\"Easy setup\";}i:1;a:2:{s:3:\"url\";s:100:\"https://premium.wpmudev.org/wp-content/uploads/projects/248/screenshots/1005196382_icons-735x470.jpg\";s:4:\"desc\";s:15:\"A ton of videos\";}i:2;a:2:{s:3:\"url\";s:107:\"https://premium.wpmudev.org/wp-content/uploads/projects/248/screenshots/1978520080_video-player-735x470.jpg\";s:4:\"desc\";s:19:\"Videos in dashboard\";}}s:6:\"_order\";i:12;}i:938297;a:25:{s:2:\"id\";i:938297;s:4:\"paid\";s:4:\"paid\";s:4:\"type\";s:5:\"theme\";s:4:\"name\";s:7:\"Upfront\";s:8:\"released\";i:1421124646;s:7:\"updated\";i:1524768151;s:9:\"downloads\";s:6:\"121691\";s:10:\"popularity\";s:4:\"4245\";s:17:\"short_description\";s:145:\"A versatile and infinitely customizable drag-and-drop WordPress theme platform for use with any child theme in the growing Upfront theme library.\";s:8:\"features\";a:0:{}s:7:\"version\";s:5:\"1.9.4\";s:17:\"free_version_slug\";s:0:\"\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:32:\"WordPress 5.3.2, Multisite 5.3.2\";s:8:\"requires\";s:2:\"wp\";s:3:\"url\";s:44:\"https://premium.wpmudev.org/project/upfront/\";s:9:\"thumbnail\";s:74:\"https://premium.wpmudev.org/wp-content/uploads/2015/01/upfront-280x158.jpg\";s:16:\"thumbnail_square\";s:72:\"https://premium.wpmudev.org/wp-content/uploads/2015/01/upfront-90x90.jpg\";s:15:\"thumbnail_large\";s:66:\"https://premium.wpmudev.org/wp-content/uploads/2015/01/upfront.jpg\";s:5:\"video\";b:0;s:13:\"wp_config_url\";s:0:\"\";s:13:\"ms_config_url\";s:0:\"\";s:7:\"package\";i:0;s:6:\"_order\";i:13;}}s:11:\"plugin_tags\";a:6:{i:489;a:3:{s:4:\"name\";s:31:\"BuddyPress Plugins & Themes\";s:5:\"count\";i:5;s:4:\"pids\";a:5:{i:0;s:3:\"167\";i:1;s:4:\"9135\";i:2;s:3:\"257\";i:3;s:2:\"51\";i:4;s:3:\"248\";}}i:32;a:3:{s:4:\"name\";s:26:\"WordPress Business Plugins\";s:5:\"count\";i:5;s:4:\"pids\";a:5:{i:0;s:7:\"1107020\";i:1;s:3:\"167\";i:2;s:4:\"9135\";i:3;s:3:\"248\";i:4;s:7:\"2097296\";}}i:498;a:3:{s:4:\"name\";s:27:\"WordPress Marketing Plugins\";s:5:\"count\";i:3;s:4:\"pids\";a:3:{i:0;s:7:\"1107020\";i:1;s:3:\"167\";i:2;s:7:\"2097296\";}}i:16;a:3:{s:4:\"name\";s:27:\"WordPress Multisite Plugins\";s:5:\"count\";i:9;s:4:\"pids\";a:9:{i:0;s:6:\"912164\";i:1;s:7:\"1081721\";i:2;s:7:\"1081723\";i:3;s:3:\"167\";i:4;s:3:\"257\";i:5;s:7:\"1107020\";i:6;s:4:\"9135\";i:7;s:2:\"51\";i:8;s:3:\"248\";}}i:31;a:3:{s:4:\"name\";s:28:\"WordPress Publishing Plugins\";s:5:\"count\";i:3;s:4:\"pids\";a:3:{i:0;s:6:\"912164\";i:1;s:3:\"167\";i:2;s:3:\"257\";}}i:50;a:3:{s:4:\"name\";s:21:\"WordPress SEO Plugins\";s:5:\"count\";i:5;s:4:\"pids\";a:5:{i:0;s:7:\"1107020\";i:1;s:3:\"167\";i:2;s:7:\"1081721\";i:3;s:4:\"9135\";i:4;s:2:\"51\";}}}s:11:\"free_notice\";N;s:13:\"single_notice\";N;s:11:\"full_notice\";a:3:{s:4:\"time\";i:1509947375;s:3:\"msg\";s:270:\"<strong>We\'ve pushed all-new updates to The Hub!</strong><br />What\'s The Hub? Only the best way to manage all your sites in one place! Login to your WPMU DEV account to check out the new features. <a href=\"https://premium.wpmudev.org/hub/my-websites/\">Go to The Hub</a>\";s:6:\"author\";i:164650;}}','no'),(8635,'wdp_un_profile_data','a:3:{s:5:\"forum\";a:1:{s:15:\"support_threads\";a:5:{i:0;a:7:{s:5:\"title\";s:61:\"[Smush Pro] Get Smush Pro to work within out WPMU Dev Plugin\";s:4:\"link\";s:100:\"https://premium.wpmudev.org/forums/topic/smush-pro-get-smush-pro-to-work-within-out-wpmu-dev-plugin/\";s:9:\"timestamp\";s:10:\"1558039882\";s:4:\"user\";s:15:\"Predrag Dubajic\";s:6:\"status\";s:8:\"resolved\";s:6:\"unread\";b:1;s:5:\"posts\";i:1;}i:1;a:7:{s:5:\"title\";s:49:\"Cloner causes "Already Installed" error\";s:4:\"link\";s:79:\"https://premium.wpmudev.org/forums/topic/cloner-causes-already-installed-error/\";s:9:\"timestamp\";s:10:\"1551876950\";s:4:\"user\";s:5:\"Pawel\";s:6:\"status\";s:8:\"resolved\";s:6:\"unread\";b:1;s:5:\"posts\";i:5;}i:2;a:7:{s:5:\"title\";s:31:\"301 Redirects not working right\";s:4:\"link\";s:47:\"https://premium.wpmudev.org/forums/topic/so-16/\";s:9:\"timestamp\";s:10:\"1472571494\";s:4:\"user\";s:2:\"Ed\";s:6:\"status\";s:8:\"resolved\";s:6:\"unread\";b:0;s:5:\"posts\";i:2;}i:3;a:7:{s:5:\"title\";s:31:\"301 Redirects for spanish pages\";s:4:\"link\";s:73:\"https://premium.wpmudev.org/forums/topic/301-redirects-for-spanish-pages/\";s:9:\"timestamp\";s:10:\"1470672830\";s:4:\"user\";s:7:\"Vaughan\";s:6:\"status\";s:8:\"resolved\";s:6:\"unread\";b:1;s:5:\"posts\";i:6;}i:4;a:7:{s:5:\"title\";s:47:\"staging site always redirects to the live site.\";s:4:\"link\";s:88:\"https://premium.wpmudev.org/forums/topic/staging-site-always-redirects-to-the-live-site/\";s:9:\"timestamp\";s:10:\"1470404057\";s:4:\"user\";s:2:\"Ed\";s:6:\"status\";s:8:\"resolved\";s:6:\"unread\";b:0;s:5:\"posts\";i:5;}}}s:7:\"profile\";a:5:{s:4:\"name\";s:2:\"Ed\";s:9:\"user_name\";s:19:\"dan@acscreative.com\";s:12:\"member_since\";i:1406316018;s:6:\"avatar\";s:185:\"https://premium.wpmudev.org/avatar/be632ba948c6c650c5a4d033a66396d1?s=150&d=https%3A%2F%2Fpremium.wpmudev.org%2Fwp-content%2Fthemes%2Fwpmudev-2015-1%2Fassets%2Fimg%2Favatars%2Fb.png&r=g\";s:5:\"title\";s:4:\"Gold\";}s:6:\"points\";a:4:{s:10:\"rep_points\";i:54;s:7:\"history\";a:5:{i:0;a:7:{s:4:\"type\";s:3:\"rep\";s:9:\"timestamp\";s:10:\"1553094426\";s:6:\"points\";s:1:\"1\";s:11:\"reason_code\";s:13:\"forum_comment\";s:6:\"reason\";s:187:\"You commented on the discussion <a href=\'https://premium.wpmudev.org/forums/topic/cloner-causes-already-installed-error#post-1385861\'>Cloner causes "Already Installed" error</a>\";s:9:\"object_id\";s:7:\"3636065\";s:9:\"from_user\";s:1:\"0\";}i:1;a:7:{s:4:\"type\";s:3:\"rep\";s:9:\"timestamp\";s:10:\"1472574164\";s:6:\"points\";s:1:\"1\";s:11:\"reason_code\";s:13:\"forum_comment\";s:6:\"reason\";s:137:\"You commented on the discussion <a href=\'https://premium.wpmudev.org/forums/topic/so-16#post-1135819\'>301 Redirects not working right</a>\";s:9:\"object_id\";s:7:\"3446475\";s:9:\"from_user\";s:1:\"0\";}i:2;a:7:{s:4:\"type\";s:3:\"rep\";s:9:\"timestamp\";s:10:\"1472571495\";s:6:\"points\";s:1:\"5\";s:11:\"reason_code\";s:10:\"forum_post\";s:6:\"reason\";s:103:\"You started the discussion <a href=\'https://premium.wpmudev.org/forums/topic/so-16#post-1135799\'>So</a>\";s:9:\"object_id\";s:7:\"2430225\";s:9:\"from_user\";s:1:\"0\";}i:3;a:7:{s:4:\"type\";s:3:\"rep\";s:9:\"timestamp\";s:10:\"1470682127\";s:6:\"points\";s:1:\"1\";s:11:\"reason_code\";s:13:\"forum_comment\";s:6:\"reason\";s:163:\"You commented on the discussion <a href=\'https://premium.wpmudev.org/forums/topic/301-redirects-for-spanish-pages#post-1124497\'>301 Redirects for spanish pages</a>\";s:9:\"object_id\";s:7:\"3434311\";s:9:\"from_user\";s:1:\"0\";}i:4;a:7:{s:4:\"type\";s:3:\"rep\";s:9:\"timestamp\";s:10:\"1470677863\";s:6:\"points\";s:1:\"1\";s:11:\"reason_code\";s:13:\"forum_comment\";s:6:\"reason\";s:163:\"You commented on the discussion <a href=\'https://premium.wpmudev.org/forums/topic/301-redirects-for-spanish-pages#post-1124451\'>301 Redirects for spanish pages</a>\";s:9:\"object_id\";s:7:\"3434305\";s:9:\"from_user\";s:1:\"0\";}}s:11:\"hero_points\";i:66;s:9:\"rep_level\";a:4:{s:4:\"base\";i:50;s:5:\"level\";i:3;s:4:\"name\";s:0:\"\";s:5:\"title\";s:26:\"Design Lord, Child of Thor\";}}}','no'),(8636,'wdp_un_farm133_themes','a:0:{}','no'),(8637,'wdp_un_updates_available','a:0:{}','no'),(8638,'wdp_un_last_run_updates','1583314284','no'),(8639,'wdp_un_last_run_profile','1582756078','no'),(8640,'wdp_un_last_check_upfront','0','no'),(8641,'wdp_un_staff_notes','','no'),(8642,'wdp_un_redirected_v4','1','no'),(8643,'wdp_un_autoupdate_dashboard','1','no'),(8644,'wdp_un_notifications','a:0:{}','no'),(8645,'wdp_un_auth_user','dan@acscreative.com','no'),(8646,'wdp_un_whitelabel_enabled','','no'),(8647,'wdp_un_whitelabel_branding_enabled','','no'),(8648,'wdp_un_whitelabel_branding_image','','no'),(8649,'wdp_un_whitelabel_footer_enabled','','no'),(8650,'wdp_un_whitelabel_footer_text','','no'),(8651,'wdp_un_whitelabel_doc_links_enabled','','no'),(8652,'wdp_un_analytics_enabled','','no'),(8653,'wdp_un_analytics_role','administrator','no'),(8658,'wdp_un_membership_data','a:4:{s:10:\"membership\";s:4:\"full\";s:21:\"membership_full_level\";s:4:\"gold\";s:8:\"services\";a:3:{s:6:\"uptime\";i:0;s:8:\"automate\";i:0;s:7:\"reports\";i:0;}s:11:\"hub_site_id\";s:7:\"1657755\";}','no'),(8659,'wdp_un_last_run_sync','a:3:{s:4:\"time\";i:1583302046;s:4:\"hash\";s:32:\"b3fc98ca4f454bd01d25834fe9d66bd4\";s:5:\"fails\";i:0;}','no'),(8664,'wdp_un_enable_sso','1','no'),(8665,'wdp_un_sso_userid','1','no'),(8666,'wpmudev_apikey','07545bcb687736666bca2194c8de208b274b6682','no'),(8684,'wp-smush-settings','a:22:{s:4:\"auto\";b:1;s:5:\"lossy\";b:1;s:10:\"strip_exif\";b:1;s:6:\"resize\";b:0;s:9:\"detection\";b:0;s:8:\"original\";b:0;s:6:\"backup\";b:0;s:10:\"png_to_jpg\";b:1;s:7:\"nextgen\";b:0;s:2:\"s3\";b:0;s:9:\"gutenberg\";b:0;s:10:\"js_builder\";b:1;s:3:\"cdn\";b:1;s:11:\"auto_resize\";b:0;s:4:\"webp\";b:1;s:5:\"usage\";b:0;s:17:\"accessible_colors\";b:0;s:9:\"keep_data\";b:1;s:9:\"lazy_load\";b:0;s:17:\"background_images\";b:1;s:16:\"rest_api_support\";b:0;s:4:\"bulk\";b:0;}','yes'),(8685,'wp-smush-install-type','existing','no'),(8686,'wp-smush-last_run_sync','a:2:{s:4:\"time\";i:1588909093;s:5:\"fails\";i:0;}','no'),(8687,'wp_smush_api_auth','a:1:{s:40:\"07545bcb687736666bca2194c8de208b274b6682\";a:2:{s:8:\"validity\";s:5:\"valid\";s:9:\"timestamp\";i:1588909093;}}','no'),(8688,'wp-smush-version','3.6.0','no'),(8696,'smush_global_stats','a:9:{s:11:\"size_before\";i:239438938;s:10:\"size_after\";i:207545529;s:7:\"percent\";d:13.300000000000000710542735760100185871124267578125;s:5:\"human\";s:7:\"30.4 MB\";s:5:\"bytes\";i:31893409;s:12:\"total_images\";i:5502;s:12:\"resize_count\";i:0;s:14:\"resize_savings\";i:0;s:18:\"conversion_savings\";i:0;}','no'),(8697,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1583302045;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.1.3\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.3.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:29:\"unitegallery/unitegallery.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:26:\"w.org/plugins/unitegallery\";s:4:\"slug\";s:12:\"unitegallery\";s:6:\"plugin\";s:29:\"unitegallery/unitegallery.php\";s:11:\"new_version\";s:3:\"1.0\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/unitegallery/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/unitegallery.1.0.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:56:\"https://s.w.org/plugins/geopattern-icon/unitegallery.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}}}','no'),(8702,'dir_smush_stats','a:2:{s:9:\"dir_smush\";a:2:{s:5:\"total\";i:0;s:9:\"optimised\";i:0;}s:14:\"combined_stats\";a:0:{}}','no'),(8707,'skip-smush-setup','1','yes'),(8708,'wp-smush-cdn_status','O:8:\"stdClass\":8:{s:5:\"limit\";i:32;s:11:\"cdn_enabled\";b:1;s:7:\"site_id\";b:0;s:12:\"endpoint_url\";s:19:\"329851.smushcdn.com\";s:14:\"bandwidth_plan\";s:3:\"250\";s:9:\"bandwidth\";s:11:\"87699574191\";s:4:\"hits\";s:6:\"683452\";s:12:\"cache_misses\";s:6:\"138747\";}','no'),(8709,'wp-smush-hide_smush_welcome','1','no'),(8720,'wp-smush-resize_sizes','a:2:{s:5:\"width\";i:2560;s:6:\"height\";i:2560;}','yes'),(9517,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1583302045;s:7:\"checked\";a:2:{s:16:\"revolution-child\";s:5:\"1.0.0\";s:10:\"revolution\";s:7:\"1.6.9.2\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(9525,'_site_transient_timeout_php_check_fce1f096719779a3888ef81259141e1f','1583422453','no'),(9526,'_site_transient_php_check_fce1f096719779a3888ef81259141e1f','a:5:{s:19:\"recommended_version\";s:3:\"7.3\";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'),(14381,'_transient_timeout_GFCache_a93c9c5340fa71bc1d1e6ba05f3fc4fd','1583268399','no'),(14382,'_transient_GFCache_a93c9c5340fa71bc1d1e6ba05f3fc4fd','1','no'),(14384,'_transient_timeout_GFCache_cf5b3c977af083bc4c45111dcd9b3fb6','1583268401','no'),(14385,'_transient_GFCache_cf5b3c977af083bc4c45111dcd9b3fb6','1','no'),(14743,'_site_transient_timeout_theme_roots','1583316083','no'),(14744,'_site_transient_theme_roots','a:2:{s:16:\"revolution-child\";s:7:\"/themes\";s:10:\"revolution\";s:7:\"/themes\";}','no'),(14850,'_site_transient_timeout_community-events-8e8399e8e5c22c1fad71f4af92782745','1583376169','no'),(14851,'_site_transient_community-events-8e8399e8e5c22c1fad71f4af92782745','a:3:{s:9:\"sandboxed\";b:0;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"108.28.189.0\";}s:6:\"events\";a:5:{i:0;a:8:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:52:\"WordPress NoVa/Arlington: Question And Answer Meetup\";s:3:\"url\";s:52:\"https://www.meetup.com/wordpressdc/events/269014461/\";s:6:\"meetup\";s:12:\"WordPress DC\";s:10:\"meetup_url\";s:35:\"https://www.meetup.com/wordpressdc/\";s:4:\"date\";s:19:\"2020-03-05 18:30:00\";s:8:\"end_date\";s:19:\"2020-03-05 20:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Arlington, VA, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:38.88183212280299727581223123706877231597900390625;s:9:\"longitude\";d:-77.1106643676759944128207280300557613372802734375;}}i:1;a:8:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:37:\"Casual Discussion and Troubleshooting\";s:3:\"url\";s:64:\"https://www.meetup.com/wordpress-frederick/events/vtczlrybcfbqb/\";s:6:\"meetup\";s:19:\"WordPress Frederick\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/wordpress-frederick/\";s:4:\"date\";s:19:\"2020-03-12 18:00:00\";s:8:\"end_date\";s:19:\"2020-03-12 20:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Frederick, MD, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:39.41387939453100131004248396493494510650634765625;s:9:\"longitude\";d:-77.4102935791020030364961712621152400970458984375;}}i:2;a:8:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:26:\"WordCamp Lancaster, PA USA\";s:3:\"url\";s:37:\"https://2020.lancasterpa.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2020-03-14 00:00:00\";s:8:\"end_date\";s:19:\"2020-03-14 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:17:\"Lancaster, PA USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.0544895000000025220288080163300037384033203125;s:9:\"longitude\";d:-76.28253829999999879873939789831638336181640625;}}i:3;a:8:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:54:\"Open Workshop — Combined Frederick Technology Groups\";s:3:\"url\";s:64:\"https://www.meetup.com/wordpress-frederick/events/zngrfrybcfbcc/\";s:6:\"meetup\";s:19:\"WordPress Frederick\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/wordpress-frederick/\";s:4:\"date\";s:19:\"2020-03-21 10:00:00\";s:8:\"end_date\";s:19:\"2020-03-21 12:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Frederick, MD, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:39.4158287048339985858547152020037174224853515625;s:9:\"longitude\";d:-77.4104461669920027588887023739516735076904296875;}}i:4;a:8:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:37:\"Casual Discussion and Troubleshooting\";s:3:\"url\";s:64:\"https://www.meetup.com/wordpress-frederick/events/dgbpkrybcfbjc/\";s:6:\"meetup\";s:19:\"WordPress Frederick\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/wordpress-frederick/\";s:4:\"date\";s:19:\"2020-03-26 18:00:00\";s:8:\"end_date\";s:19:\"2020-03-26 20:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Frederick, MD, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:39.41387939453100131004248396493494510650634765625;s:9:\"longitude\";d:-77.4102935791020030364961712621152400970458984375;}}}}','no'),(14852,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1583376169','no'),(14853,'_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"News – – WordPress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Mar 2020 21:59:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=5.5-alpha-47428\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 5.4 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2020/03/wordpress-5-4-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Mar 2020 21:59:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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:34:\"https://wordpress.org/news/?p=8399\";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:360:\"The first release candidate for WordPress 5.4 is now available! This is an important milestone as we progress toward the WordPress 5.4 release date. “Release Candidate” means that the new version is ready for release, but with millions of users and thousands of plugins and themes, it’s possible something was missed. WordPress 5.4 is currently […]\";s: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:\"David Baumwald\";s: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:2714:\"\n<p>The first release candidate for WordPress 5.4 is now available!</p>\n\n\n\n<p>This is an important milestone as we progress toward the WordPress 5.4 release date. “Release Candidate” means that the new version is ready for release, but with millions of users and thousands of plugins and themes, it’s possible something was missed. WordPress 5.4 is currently scheduled to be released on <strong>March 31, 2020</strong>, but we need <em>your</em> help to get there—if you haven’t tried 5.4 yet, <strong>now is the time</strong>!</p>\n\n\n\n<p>There are two ways to test the WordPress 5.4 release candidate:</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (choose the “bleeding edge nightlies” option)</li><li>Or <a href=\"https://wordpress.org/wordpress-5.4-RC1.zip\">download the release candidate here</a> (zip).</li></ul>\n\n\n\n<h2>What’s in WordPress 5.4?</h2>\n\n\n\n<p>WordPress 5.4 has lots of refinements to polish the developer experience. To keep up, subscribe to the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> and pay special attention to the <a href=\"https://make.wordpress.org/core/tag/5-4+dev-notes/\">developer notes</a> tag for updates on those and other changes that could affect your products.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.4 and update the <em>Tested up to</em> version in the readme file to 5.4. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a> so we can figure those out before the final release.</p>\n\n\n\n<p>The WordPress 5.4 Field Guide will be published within the next 24 hours with a more detailed dive into the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a> This release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a> point of the 5.4 release schedule.</p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\";s: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:4:\"8399\";s: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: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:37:\"The Month in WordPress: February 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2020/03/the-month-in-wordpress-february-2020/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Mar 2020 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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8393\";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:\"February 2020 was a busy month in the WordPress project! Most notably, there was an outpouring of sentiment in response to the unfortunate cancellation of WordCamp Asia. However, the team continues to work hard in the hopes of making WordCamp Asia 2021 happen. In addition, there were a number of releases and some exciting new […]\";s: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:\"Hugh Lashbrooke\";s: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:9167:\"\n<p>February 2020 was a busy month in the WordPress project! Most notably, there was an outpouring of sentiment in response to the unfortunate cancellation of WordCamp Asia. However, the team continues to work hard in the hopes of making WordCamp Asia 2021 happen. In addition, there were a number of releases and some exciting new news during the month of February. Read on for more information!</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordCamp Asia 2020 Cancelled & Pop-up Livestream</h2>\n\n\n\n<p>There was a ton of excitement around WordCamp Asia, not to mention all the effort from organizers, speakers, sponsors and volunteers. Unfortunately, on February 12th, <a href=\"https://wordpress.org/news/2020/02/wordcamp-asia-cancelled-due-to-covid-19/\">WordCamp Asia was cancelled</a> due to concern and uncertainty around COVID-19. Since then, the organizing team has worked to <a href=\"https://2020.asia.wordcamp.org/2020/02/12/cancellation/\">refund tickets and to support hotel and air refunds</a>. In addition, a <a href=\"https://wordpress.org/news/2020/02/pop-up-livestream-on-february-22/\">pop-up livestream</a> featuring some WordCamp Asia speakers and a Fireside Chat and Q&A with Matt Mullenweg took place on February 22nd.</p>\n\n\n\n<p>For a personal take on the cancellation of WordCamp Asia, read <a href=\"https://naoko.blog/2020/02/13/wordcamp-asia-2020-recap/\">this post from Naoko Takano</a>, the global lead organizer. Many thanks to the volunteers who worked hard to deliver WordCamp Asia. They’ve not only handled logistics associated with cancellation but have also announced that they’ve started <a href=\"https://2020.asia.wordcamp.org/2020/02/18/wordcamp-asia-2021/\">working on WordCamp Asia 2021</a> with some January dates in mind! To get the latest on WordCamp Asia, subscribe to updates <a href=\"https://2021.asia.wordcamp.org/\">here</a>. </p>\n\n\n\n<h2>WordPress 5.4 Beta is Now Available</h2>\n\n\n\n<p><a href=\"https://wordpress.org/news/2020/02/wordpress-5-4-beta-1/\">WordPress 5.4 Beta 1</a> was released on February 11 and quickly followed by <a href=\"https://wordpress.org/news/2020/02/wordpress-5-4-beta-2/\">Beta 2</a> on February 18 and <a href=\"https://wordpress.org/news/2020/02/wordpress-5-4-beta-3/\">Beta 3</a> on February 25. These two releases get us closer to our primary goal for 2020: full-site editing with blocks. WordPress 5.4 will merge ten releases of the Gutenberg plugin and is scheduled to be released on March 31, 2020. It will come with many new features, such as two new blocks for social links and buttons, and easier navigation in the block breadcrumbs. There are also a number of accessibility improvements, such as easier multi-block selection and easier tabbing, one of the editor’s biggest accessibility issues. <a href=\"https://make.wordpress.org/core/tag/5-4/\">5.4 will also include</a> many developer-focused changes, such as improved favicon handling and many new hooks and filters.</p>\n\n\n\n<p>Want to get involved in building WordPress? There are a number of ways to help right now! If you speak a language other than English, <a href=\"https://translate.wordpress.org/projects/wp/dev/\">help us translate WordPress</a>. Found a bug? Post it to the<a href=\"https://wordpress.org/support/forum/alphabeta/\"> Alpha/Beta area</a> in the support forums. You can also help us test the current beta by installing <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">the WordPress Beta Tester plugin</a>. Just remember that the software is still in development, so we recommend against running it on a production site. </p>\n\n\n\n<h2>WordCamp Centroamérica is Looking for Speakers and Sponsors!</h2>\n\n\n\n<p><a href=\"https://2020.centroamerica.wordcamp.org/\">WordCamp Centroamérica</a> is the first regional WordCamp for Central America and will be held on September 17-19, 2020, in Managua, Nicaragua. The <a href=\"https://2020.centroamerica.wordcamp.org/2020/01/28/llamado-a-ponentes-call-for-speakers/#more-5\">Call for Speakers</a> and <a href=\"https://2020.centroamerica.wordcamp.org/2020/01/16/call-for-sponsors/\">Call for Sponsors</a> are now open, so if you’re interested in speaking at or sponsoring WordCamp Centroamérica, now is your chance! To learn more about the eent, visit and subscribe to updates on their <a href=\"https://2020.centroamerica.wordcamp.org/\">website</a>, or follow their <a href=\"https://www.facebook.com/WordCampCA\">Facebook</a>, <a href=\"https://twitter.com/WordCampCA\">Twitter</a>, and <a href=\"https://instagram.com/wccentroamerica\">Instagram</a> accounts. </p>\n\n\n\n<p>Want to get involved in the Community team and help make more amazing WordCamps happen? <a href=\"https://make.wordpress.org/community/\">Follow the blog</a> and join the #community-events channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>! You can also find out about other <a href=\"https://central.wordcamp.org/\">upcoming WordCamps here</a>.</p>\n\n\n\n<h2>Contribute to WordPress Core via GitHub</h2>\n\n\n\n<p>An experimental feature has been added to Trac to help improve collaboration between Trac and GitHub. This feature allows contributors to link GitHub pull requests opened against the official <a href=\"https://github.com/wordpress/wordpress-develop\">WordPress Develop Git mirror</a> to tickets, which will make GitHub contributions more visible in the related Trac ticket. To learn all the details and to see how it works, read <a href=\"https://make.wordpress.org/core/2020/02/21/working-on-trac-tickets-using-github-pull-requests/\">this post</a>.</p>\n\n\n\n<h2>Gutenberg Development Continues</h2>\n\n\n\n<p>There are many new exciting additions to Gutenberg! On February 5, <a href=\"https://make.wordpress.org/core/2020/02/05/whats-new-in-gutenberg-5-february/\">Gutenberg 7.4 saw two new features added</a>, including background color support to the Columns block and text color support for the Group block. Many enhancements were made, including a number of improvements to the Navigation Block.</p>\n\n\n\n<p>Gutenberg 7.5 was released on February 12, <a href=\"https://make.wordpress.org/core/2020/02/26/whats-new-in-gutenberg-26-february/\">with 7.6 following</a> on February 27. They introduced even more features, including the Social Links block as a stable block and a number of additional blocks for full-site editing, not to mention the many enhancements, new APIs, bug fixes, documentation, and updates.</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>Aside from WordCamp Asia, two other WordCamps have been postponed due to COVID-19: <a href=\"https://2020-soltau.retreat.wordcamp.org/2020/02/29/verschiebung-des-wordcamp-retreat-postponing-of-wordcamp-retreat/\">WordCamp Retreat Soltau</a> and <a href=\"https://2020.geneve.wordcamp.org/wordcamp-geneve-reporte/\">WordCamp Genève</a>. News about further postponements or cancellations will be posted on <a href=\"https://central.wordcamp.org/news/\">the WordCamp Central blog</a>.</li><li>Automatic updates for themes and plugins <a href=\"https://make.wordpress.org/core/2020/02/26/feature-plugin-wp-auto-updates/\">are being planned</a> for inclusion in WordPress 5.5.</li><li>Version 2.2.1 of the WordPress Coding Standards has been released.</li><li>The Community Team <a href=\"https://make.wordpress.org/community/2020/02/06/community-team-reps-for-2020-2/\">has selected new team representatives</a> for 2020.</li><li>The Core team <a href=\"https://make.wordpress.org/core/2020/02/09/what-does-it-mean-to-be-a-component-maintainer-a-refresher/\">published a useful refresher</a> on what it means to be a component maintainer, along with some tips and best practices.</li><li><a href=\"https://make.wordpress.org/support/2020/02/changes-to-the-support-guidelines-for-linking-to-off-site-resources/\">The Support Team has announced</a> some amendments to their guidelines for linking to external resources when using the support forums.</li><li>The WordPress Foundation <a href=\"https://wordpressfoundation.org/2020/wordpress-foundation-donates-to-black-girls-code-and-internet-archive/\">has published financial information</a> regarding their charitable donations from 2019.</li><li>The Core XML Sitemaps project kicked off with <a href=\"https://make.wordpress.org/core/2020/02/24/xml-sitemaps-meeting-february-25th-2020/\">their first meeting</a> this month.</li><li>The Gutenberg team have created <a href=\"https://make.wordpress.org/core/2020/02/28/new-wordpress-create-block-package-for-block-scaffolding/\">a new @wordpress/create-block package</a> for scaffolding new blocks.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8393\";s: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:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.4 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/2020/02/wordpress-5-4-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, 25 Feb 2020 22:10: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: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:34:\"https://wordpress.org/news/?p=8384\";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:343:\"WordPress 5.4 Beta 3 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version. You can test the WordPress 5.4 beta in two ways: Try the WordPress Beta Tester plugin (choose “bleeding edge nightlies” […]\";s: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:\"David Baumwald\";s: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:2869:\"\n<p>WordPress 5.4 Beta 3 is now available!</p>\n\n\n\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>You can test the WordPress 5.4 beta in two ways:</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (choose “bleeding edge nightlies” or “Beta/RC – Bleeding edge” option in version 2.2.0 or later of the plugin) * you must already have updated to your site to “bleeding edge nightlies” for the “Beta/RC – Bleeding edge” option to be available</li><li>Or <a href=\"https://wordpress.org/wordpress-5.4-beta3.zip\">download the beta here</a> (zip). </li></ul>\n\n\n\n<p>WordPress 5.4 is slated for release on <a href=\"https://make.wordpress.org/core/5-4/\">March 31st, 2020</a>, and we need your help to get there.</p>\n\n\n\n<p>Thanks to the testing and feedback from everyone who tested <a href=\"https://wordpress.org/news/2020/02/wordpress-5-4-beta-2/\">beta 2</a> (and <a href=\"https://wordpress.org/news/2020/02/wordpress-5-4-beta-1/\">beta 1</a>) over <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=02%2F18%2F2020..02%2F25%2F2020&milestone=5.4&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&order=priority\">24 tickets have been closed</a> in the past week. </p>\n\n\n\n<h2>Some highlights </h2>\n\n\n\n<ul><li><a href=\"https://github.com/WordPress/gutenberg/pull/20424\">Round-up of Gutenberg fixes</a></li><li><a href=\"https://core.trac.wordpress.org/ticket/47606\">Display Site Health score on Dashboard</a></li></ul>\n\n\n\n<h2>Developer notes</h2>\n\n\n\n<p>WordPress 5.4 has lots of refinements to polish the developer experience. To keep up, subscribe to the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> and pay special attention to the <a href=\"https://make.wordpress.org/core/tag/5-4+dev-notes/\">developer notes</a> tag for updates on those and other changes that could affect your products.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev/\">Help us translate WordPress into more than 100 languages</a>!</p>\n\n\n\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a> where you can also find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</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:4:\"8384\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:57:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"Pop-Up Livestream on February 22\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2020/02/pop-up-livestream-on-february-22/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Feb 2020 23:06:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Uncategorized\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8377\";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:350:\"As mentioned in this post, Matt will host a livestream on February 22 during Bangkok daylight hours. He opened an invitation to any speaker who was affected by the cancellation, and the livestream will include the following fine people: Imran Sayed, Md Saif Hassan, Muhammad Muhsin, Nirav Mehta, Piccia Neri, Umar Draz, and Francesca Marano […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2219:\"\n<p>As mentioned <a href=\"https://wordpress.org/news/2020/02/wordcamp-asia-cancelled-due-to-covid-19/\">in this post</a>, Matt will host a <a href=\"https://livestream.w.org/\">livestream on February 22</a> during Bangkok daylight hours. He opened an invitation to any speaker who was affected by the cancellation, and the livestream will include the following fine people: <a href=\"https://profiles.wordpress.org/gsayed786/\">Imran Sayed</a>, <a href=\"https://profiles.wordpress.org/saiftheboss7/\">Md Saif Hassan</a>, <a href=\"https://profiles.wordpress.org/mmuhsin/\">Muhammad Muhsin</a>, <a href=\"https://profiles.wordpress.org/niravmehta/\">Nirav Mehta</a>, <a href=\"https://profiles.wordpress.org/piccianeri/\">Piccia Neri</a>, <a href=\"https://profiles.wordpress.org/itpixelz/\">Umar Draz</a>, and <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a> as well as a Fireside Chat and Q&A<strong> </strong>with <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> & <a href=\"https://www.linkedin.com/in/monishavaradan/\">Monisha Varadan</a>.</p>\n\n\n\n<div class=\"wp-block-buttons aligncenter\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background has-vivid-cyan-blue-background-color\" href=\"https://livestream.w.org/\" target=\"_blank\" rel=\"https://livestream.w.org/ noopener noreferrer\">Join the stream</a></div>\n</div>\n\n\n\n<p>This should be a great way to get to hear from some speakers who have yet to share their knowledge on a global stage. WordPress is enriched by a multitude of experiences and perspectives, and I hope you are as excited as I am to hear new voices from a part of the world that is frequently underrepresented in the WordPress open source project. </p>\n\n\n\n<p>Also exciting, <a href=\"https://2020.asia.wordcamp.org/2020/02/18/wordcamp-asia-2021/\">the WordCamp Asia team has announced that they’re aiming for January 2021</a>, so please mark your calendars now! This small but mighty team of trailblazing organizers has shown great resilience over the years they’ve spent, building toward this event. I am personally grateful for the hard work they’ve done and have yet to do, and can’t wait to thank them in Bangkok next year.</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:4:\"8377\";s: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:20:\"WordPress 5.4 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/2020/02/wordpress-5-4-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, 18 Feb 2020 21:50: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: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:34:\"https://wordpress.org/news/?p=8360\";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:372:\"WordPress 5.4 Beta 2 is now available! This software is still in development, so we don’t recommend running it on a production site. Consider setting up a test site to play with the new version. You can test WordPress 5.4 beta 2 in two ways: Try the WordPress Beta Tester plugin (choose the “bleeding edge nightlies” option) Or download […]\";s: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:\"David Baumwald\";s: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:3397:\"\n<p>WordPress 5.4 Beta 2 is now available!</p>\n\n\n\n<p><strong>This software is still in development,</strong> so we don’t recommend running it on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>You can test WordPress 5.4 beta 2 in two ways:</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (choose the “bleeding edge nightlies” option)</li><li>Or <a href=\"https://wordpress.org/wordpress-5.4-beta2.zip\">download the beta here</a> (zip).</li></ul>\n\n\n\n<p>WordPress 5.4 is slated for release on <a href=\"https://make.wordpress.org/core/5-4/\">March 31, 2020</a>, and <strong>we need your help to get there</strong>!</p>\n\n\n\n<p>Thank you to all of the contributors that tested the <a href=\"https://wordpress.org/news/2020/02/wordpress-5-4-beta-1/\">beta 1</a> development release and provided feedback. Testing for bugs is an important part of polishing each release and a great way to contribute to WordPress.</p>\n\n\n\n<h2>Some highlights</h2>\n\n\n\n<p>Since <a href=\"https://wordpress.org/news/2020/02/wordpress-5-4-beta-1/\">beta 1</a>, <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=02%2F12%2F2020..&milestone=5.4&group=component&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">27 bugs</a> have been fixed. Here is a summary of a few changes included in beta 2:</p>\n\n\n\n<ul><li>Block editor: Columns in the Block Library that have unassigned-width will now grow equally.</li><li>Block editor: The custom gradient picker now works in languages other than English.</li><li>Block editor: When choosing colors is not possible, the color formatter no longer shows.</li><li>Privacy: The privacy request form fields have been adjusted to be more consistent on mobile.</li><li>Privacy: The notice offering help when editing the privacy policy page will no longer show at the top of All Pages in the admin area.</li><li>Site Health: The error codes for failed REST API tests now display correctly.</li></ul>\n\n\n\n<h2>Developer notes</h2>\n\n\n\n<p>WordPress 5.4 has lots of refinements to polish the developer experience. To keep up, subscribe to the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> and pay special attention to the <a href=\"https://make.wordpress.org/core/tag/5-4+dev-notes/\">developers’ notes</a> for updates on those and other changes that could affect your products.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev/\">Help us translate WordPress into more than 100 languages</a>!</p>\n\n\n\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! </p>\n\n\n\n<p>If you’re comfortable writing a reproducible bug report, <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>, where you can also find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p><em>UPDATE – 20 Feb, 2020: This post was originally misattributed to Francesca Marano. The proper authorship has been corrected.</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:4:\"8360\";s: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:76:\"\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:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"People of WordPress: Kori Ashton\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2020/02/people-of-wordpress-kori-ashton/\";s: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:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wordpress.org/news/2020/02/people-of-wordpress-kori-ashton/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 14 Feb 2020 21:12: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:2:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"heropress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8348\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:374:\"You’ve probably heard that WordPress is open-source software, and may know that it’s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people’s lives for the better. This monthly series shares some of those lesser-known, amazing stories. The beginning In 1998, Kori created her very first HTML website. Her dad […]\";s: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:16:\"Yvette Sonneveld\";s: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:11825:\"\n<p><em>You’ve probably heard that WordPress is open-source software, and may know that it’s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people’s lives for the better. This monthly series shares some of those lesser-known, amazing stories.</em></p>\n\n\n\n<h2><strong>The beginning</strong></h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2020/02/kori-ashton.jpg?w=632&ssl=1\" alt=\"\" class=\"wp-image-8349\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2020/02/kori-ashton.jpg?w=960&ssl=1 960w, https://i2.wp.com/wordpress.org/news/files/2020/02/kori-ashton.jpg?resize=300%2C300&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2020/02/kori-ashton.jpg?resize=150%2C150&ssl=1 150w, https://i2.wp.com/wordpress.org/news/files/2020/02/kori-ashton.jpg?resize=768%2C767&ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /><figcaption>Kori Ashton</figcaption></figure>\n\n\n\n<p>In 1998, Kori created her very first HTML website. Her dad was creating websites for a living at the time. She needed a website for her band because she wanted to be a rockstar. Under his training, and with a little bit of self-teaching, she learned how to build a website.</p>\n\n\n\n<p>She had been aware of WordPress since 2005, and, in 2008 a client specifically hired her as a freelancer to develop a WordPress website. Kori went straight to Google and taught herself how to build a WordPress website over a single weekend. She really enjoyed the experience of working with WordPress.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>My mind was absolutely blown when I saw the drag and drop options inside of menus to create dropdowns and a form builder. </em></p><cite>Kori Ashton</cite></blockquote>\n\n\n\n<p>She suggested to her dad that WordPress could be a solution for their customers who wanted to be able to access their own websites. Previously, they had found this was not as easy for clients unless they had specific software and knew how to code. So, Kori and her dad worked to learn WordPress over the next few years. </p>\n\n\n\n<p>Then in 2012, Kori and her parents launched their new business, WebTegrity, in San Antonio, Texas, US. It started out small: just Kori and her parents. Soon, they started subcontracting design work and quickly continued to grow their team.</p>\n\n\n\n<h2><strong>Going big time</strong></h2>\n\n\n\n<p>Even though the business was in a saturated industry in San Antonio — over 700 freelancers and agencies were providing similar services — Kori and her parents were able to sell their company five years later, with a multi-million dollar valuation. There were a few choices they made early on that led to that success.</p>\n\n\n\n<h3><strong>1. They picked a niche: WordPress specialists </strong></h3>\n\n\n\n<p>At the time, there were no WordPress-specific agencies in San Antonio. They emphasized the fact that WordPress was the only CMS their company would use. Prospective clients looking for a different type of CMS solution were not the right fit for their business. They also offered on-site, WordPress training and weekend workshops that were open to anyone (including other agencies) as one of their revenue streams. They soon were established as a city-wide WordPress authority.</p>\n\n\n\n<h3><strong>2. They cultivated a culture</strong></h3>\n\n\n\n<p>Kori wanted a great culture and environment in her company and to make that happen, she needed to hire the right people. She believes you must be careful about who you bring into the culture of your business, but particularly when hiring leaders into that community. You can’t teach passion so you’ve got to find people that are excited about what you do. You also need to look for integrity, creativity, a love for solving problems, and an eagerness to keep getting better. </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>You can teach code all day long, but be sure to find people with the right hearts to join your community and then train them up the right way. This way you will grow your culture in a healthy way.</em></p><cite>Kori Ashton</cite></blockquote>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2020/02/kori-ashton-2.png?w=632&ssl=1\" alt=\"\" class=\"wp-image-8350\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/02/kori-ashton-2.png?w=711&ssl=1 711w, https://i0.wp.com/wordpress.org/news/files/2020/02/kori-ashton-2.png?resize=287%2C300&ssl=1 287w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /><figcaption>Kori and her two sons</figcaption></figure>\n\n\n\n<h3><strong>3. They learned how to build sustainable revenue streams</strong></h3>\n\n\n\n<p>Like many other web development agencies, WebTegrity started out with the “one-time fee and you’re done” business model. This business model is known for unpredictable revenue streams. Hearing about recurring revenue business models at WordCamp Austin was a lightbulb moment for Kori. She started drafting a more sustainable business model on the way back home. </p>\n\n\n\n<p>Support packages were key to their new business plan. Clients needed ongoing support. They decided to include at least 12 months of post-launch support into their web development projects. This doubled their revenue in one year and allowed them to even out their revenue streams.</p>\n\n\n\n<h3><strong>4. They knew the importance of reputation</strong></h3>\n\n\n\n<p>Kori believes that every client, whether they have a $5,000 or a $50,000 budget, should get the same type of boutique-style, white glove, concierge relationship.</p>\n\n\n\n<p>Every single project results in the absolute best solution for a client’s needs. In addition to that, offering training helped boost their reputation. Explaining the lingo of the web development and SEO fields and showing the processes used, added transparency. It helped set and meet expectations and it built trust. </p>\n\n\n\n<h3><strong>5. They proactively gave back to the community</strong></h3>\n\n\n\n<p>Kori heard Matt Mullenweg speak about <a href=\"https://wordpress.org/five-for-the-future/\">Five For The Future</a> at WordCamp US. He encouraged people in the audience who make a living using WordPress, to find ways to give back 5% of their time to building the WordPress software and community. Matt talked about how firms and individuals could give back to the community. He suggested, for instance to:</p>\n\n\n\n<ul><li>start a WordPress Meetup group</li><li>present at a Meetup event </li><li>facilitate a Meetup group where maybe you’re just the organizer and you never have to speak because you’re not a fan of speaking</li><li>help organize a WordCamp</li><li>volunteer at a WordCamp</li><li>write a tutorial and tell people how to do WordPress related things </li><li>run a workshop</li><li>make a video</li></ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2020/02/kori-ashton-3.jpg?fit=632%2C422&ssl=1\" alt=\"\" class=\"wp-image-8351\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2020/02/kori-ashton-3.jpg?w=1500&ssl=1 1500w, https://i1.wp.com/wordpress.org/news/files/2020/02/kori-ashton-3.jpg?resize=300%2C200&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2020/02/kori-ashton-3.jpg?resize=1024%2C683&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2020/02/kori-ashton-3.jpg?resize=768%2C513&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2020/02/kori-ashton-3.jpg?w=1264&ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" /><figcaption>If you’re making an income using WordPress, consider giving 5% of your time back to building the software and/or the community.</figcaption></figure>\n\n\n\n<p>This gave Kori another light bulb moment. She could make videos to give back. So her way to give back to the WordPress community is her <a href=\"https://www.youtube.com/user/webtegrity\">YouTube channel</a>.</p>\n\n\n\n<p>Every Wednesday, she published a video on how to improve your online marketing. This made a huge impact, both inside the WordPress community, but also in her own business.</p>\n\n\n\n<h2><strong>Understanding</strong></h2>\n\n\n\n<p>So, in summary, how did Kori and her family turn their business into a multi-million dollar buyout in just five years? </p>\n\n\n\n<p>Ultimately, it was about understanding that you have to build value. About keeping an exit strategy in mind while building your business. For instance when naming your company. Will it stand alone? Could it turn into a brand that you could sell as an independent entity?</p>\n\n\n\n<ul><li>Think about revenue streams and watch sales margins.</li><li>Be sure to include healthy margins. </li><li>Don’t hire until you have no further option.</li><li>Make sure to structure your offerings in such a way that you’re actually recouping your value. </li><li>Understand entrepreneurship, watch Shark Tank, read more tutorials, watch more videos.</li><li>Get involved in the WordPress community. Get to know its core leaders, the speakers that travel around to all the WordCamps. Start following them on Twitter and try to understand what they’re sharing. </li></ul>\n\n\n\n<p>In the end, the fact that Kori was so active in the San Antonio community helped enable the sale.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>We just kept hammering on the fact that we were the go-to place here in San Antonio for WordPress. We kept training, we kept doing free opportunities, going out and speaking at different events, and people kept seeing us. We kept showing up, kept giving back and kept establishing ourselves as the authority.</em></p><cite>Kori Ashton</cite></blockquote>\n\n\n\n<h2><strong>Contributors</strong></h2>\n\n\n\n<p>Alison Rothwell (<a href=\"https://profiles.wordpress.org/wpfiddlybits/\">@wpfiddlybits</a>), Yvette Sonneveld (<a href=\"https://profiles.wordpress.org/yvettesonneveld/\">@yvettesonneveld</a>), Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>), Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>), Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>).</p>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-columns\">\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\">\n<figure class=\"wp-block-image size-large\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2019/07/heropress_large_white_logo.jpg?resize=632%2C474&ssl=1\" alt=\"\" class=\"wp-image-7025\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2019/07/heropress_large_white_logo.jpg?w=1024&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2019/07/heropress_large_white_logo.jpg?resize=300%2C225&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2019/07/heropress_large_white_logo.jpg?resize=768%2C576&ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\">\n<p><em>This post is based on an <a href=\"https://heropress.com/essays/build-company-wordpress/\">article originally published on HeroPress.com</a>, a community initiative created by </em><a href=\"https://profiles.wordpress.org/topher1kenobe/\"><em>Topher DeRosia</em></a><em>. HeroPress highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.Meet more WordPress community members over at </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>!</em></p>\n</div>\n</div>\n</div></div>\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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2020/02/people-of-wordpress-kori-ashton/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"10\";s: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:4:\"8348\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:57:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WordCamp Asia Cancelled Due to COVID-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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/news/2020/02/wordcamp-asia-cancelled-due-to-covid-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 12 Feb 2020 04: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8344\";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:349:\"I’ve arrived at the difficult decision to cancel the inaugural WordCamp Asia event, which was planned to take place in Bangkok on February 21st. The excitement and anticipation around this event have been huge, but there are too many unknowns around the health issues unfolding right now in the region to explicitly encourage a large […]\";s: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:1267:\"\n<p>I’ve arrived at the difficult decision to cancel the inaugural WordCamp Asia event, which was planned to take place in Bangkok on February 21st. The excitement and anticipation around this event have been huge, but there are too many unknowns around the health issues unfolding right now in the region to explicitly encourage a large public gathering bringing together over 1,300 people from around the world.</p>\n\n\n\n<p>We’re going to explore if speakers — including myself — can do our sessions with the same content and at the same time that was originally planned, just online instead of in-person so we can achieve our goal of bringing the pan-Asian community closer together without putting anyone’s health at additional risk.</p>\n\n\n\n<p>Regardless, I greatly appreciate the work everyone — from organizers to attendees, speakers to sponsors — put into making this a big success. So many people have come together to create an event to inspire and connect WordPressers, and I am confident that this passion will carry through into the event next year. Our thoughts are with everyone affected by the virus so far, and we sincerely hope that everything is resolved quickly so that this precaution looks unnecessary in hindsight.</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:4:\"8344\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.4 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/2020/02/wordpress-5-4-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, 11 Feb 2020 22:43: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: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:34:\"https://wordpress.org/news/?p=8322\";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:361:\"WordPress 5.4 Beta 1 is now available for testing! This software is still in development, so we don’t recommend running it on a production site. Consider setting up a test site to play with the new version. You can test the WordPress 5.4 beta in two ways: Try the WordPress Beta Tester plugin (choose the “bleeding edge nightlies” […]\";s: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:16:\"Francesca Marano\";s: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:7546:\"\n<p>WordPress 5.4 Beta 1 is now available for testing!</p>\n\n\n\n<p><strong>This software is still in development,</strong> so we don’t recommend running it on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>You can test the WordPress 5.4 beta in two ways:</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (choose the “bleeding edge nightlies” option)</li><li>Or <a href=\"https://wordpress.org/wordpress-5.4-beta1.zip\">download the beta here (zip)</a>.</li></ul>\n\n\n\n<p>WordPress 5.4 is slated for release on <a href=\"https://make.wordpress.org/core/5-4/\">March 31, 2020</a>, and <strong>we need your help to get there</strong>!</p>\n\n\n\n<p>While the <strong>primary goal for 2020 is full-site editing with blocks</strong>, contributors to WordPress are working across every area of the project to ensure the software continues moving forward.</p>\n\n\n\n<p>Testing for bugs is an important part of polishing the release during the beta stage and a great way to contribute. Here are some of the big changes and features to pay close attention to while testing.</p>\n\n\n\n<h2>Block Editor: features and improvements</h2>\n\n\n\n<p>WordPress 5.4 Core will merge ten releases of the Gutenberg plugin. This means there’s a long list of exciting new features. Here are just a few:</p>\n\n\n\n<ul><li>Two new blocks: social links and buttons.</li><li>More color options for Button, Cover, Group and Column blocks .</li><li>A <a href=\"https://github.com/WordPress/gutenberg/pull/18041\">Welcome Guide modal</a>.</li><li>Tools for adding featured images in the Latest Posts block.</li><li>Easier navigation in the block breadcrumbs.</li></ul>\n\n\n\n<p>Some additional changes to make note of:</p>\n\n\n\n<ul><li>On mobile, the toolbar stays on top, so you can’t lose it.</li><li>Easier image sizing in the Gallery block.</li><li>Drag-and-drop images into the featured-image box.</li><li>Several new APIs.</li><li>Friendlier offline error messages on REST API request failures.</li><li>Table block captions.</li><li>You can now color just parts of the text in any RichText block. </li></ul>\n\n\n\n<h3>Accessibility improvements</h3>\n\n\n\n<ul><li>Easier multi-block selection. </li><li>Support for changing an image’s title attribute within the Image block.</li><li>Easier tabbing. This had been one of the editor’s biggest accessibility problems, but now tabbing works with the block’s sidebar.</li><li>Visual switch between Edit and Navigation modes and enable screen reader announcements.</li></ul>\n\n\n\n<p>To see all of the features for each release in detail check out the release posts: <a href=\"https://make.wordpress.org/core/2019/10/02/whats-new-in-gutenberg-2-october/\">6.6</a>, <a href=\"https://make.wordpress.org/core/2019/10/16/whats-new-in-gutenberg-16-october/\">6.7</a>, <a href=\"https://make.wordpress.org/core/2019/10/30/whats-new-in-gutenberg-30-october/\">6.8</a>, <a href=\"https://make.wordpress.org/core/2019/11/13/whats-new-in-gutenberg-13-november/\">6.9</a>, <a href=\"https://make.wordpress.org/core/2019/11/27/whats-new-in-gutenberg-27-november/\">7.0</a>, <a href=\"https://make.wordpress.org/core/2019/12/11/whats-new-in-gutenberg-11-december/\">7.1</a>, <a href=\"https://make.wordpress.org/core/2020/01/09/whats-new-in-gutenberg-8-january/\">7.2</a>, <a href=\"https://make.wordpress.org/core/2020/01/22/whats-new-in-gutenberg-22-january/\">7.3</a>, <a href=\"https://make.wordpress.org/core/2020/02/05/whats-new-in-gutenberg-5-february/\">7.4</a> and 7.5.</p>\n\n\n\n<h3>Continuing efforts to improve performance</h3>\n\n\n\n<p>The block editor team has achieved a 14% loading time reduction and 51% time-to-type reduction, for a particularly sizable post (~ 36,000 words, ~1,000 blocks) since WordPress 5.3.</p>\n\n\n\n<h2>Wait! There’s more</h2>\n\n\n\n<h3>Site Health </h3>\n\n\n\n<p>When a project powers 34% of the world’s websites, there must be a focus on security. This is why contributors continue working so hard on the Site Health Project.</p>\n\n\n\n<p>WordPress 5.4 adds a widget on the dashboard that warns administrators of potential issues that could affect their site’s performance or security. A call-to-action button directs them to the Site Health screen for details and suggested fixes.</p>\n\n\n\n<h3>Accessibility improvements</h3>\n\n\n\n<p>WordPress strives to improve accessibility with every release, and this release is no different. Version 5.4 will contain the following accessibility enhancements:</p>\n\n\n\n<ul><li>Better focus management in Menu, Customizer and Site Health screens, to fix some existing keyboard navigation issues.</li><li>Easier keyboard navigation for better semantics in the Media modal.</li><li>An easier-to-read Privacy Policy Guide.</li></ul>\n\n\n\n<h2>For Developers</h2>\n\n\n\n<p>5.4 also contains a bunch of developer focused changes.</p>\n\n\n\n<h3>Calendar Widget </h3>\n\n\n\n<p>The HTML 5.1 specification mandates that a <code><tfoot></code> tag must follow <code><tbody></code> tag (which was not the case in the calendar widget). WordPress 5.4 moves the navigation links to a <code><nav></code> HTML element immediately following the <code><table></code> element in order to produce valid HTML.</p>\n\n\n\n<h3>apply_shortcodes() as an alias for do_shortcode()</h3>\n\n\n\n<p>Instead of using <code>do_shortcode()</code>, <code>apply_shortcodes()</code> should be utilized instead. While <code>do_shortcode()</code> is not being deprecated, the new function delivers better semantics.</p>\n\n\n\n<h3>Better favicon handling</h3>\n\n\n\n<p>Now favicon requests can be managed with more flexibility. Administrators can choose a favicon in the Customizer, or upload a <code>/favicon.ico</code> file. The WordPress logo will always load as a fallback.</p>\n\n\n\n<h3>Other changes for developers</h3>\n\n\n\n<ul><li>Clearer information about errors in <code>wp_login_failed</code>.</li><li>Site ID has been added to the <code>newblog_notify_siteadmin</code> filter for multisite installs.</li><li>Support has been added for the required WordPress and PHP version headers in themes.</li><li>Embed support has been added for TikTok.</li></ul>\n\n\n\n<p>Keep your eyes on the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/5-4+dev-notes/\">5.4-related developer notes</a> in the coming weeks, breaking down these and other changes in greater detail.</p>\n\n\n\n<p>So far, contributors have fixed more than <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=5.4&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">255 tickets in WordPress 5.4</a> with more to come.</p>\n\n\n\n<h2>How You Can Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev/\">Help us translate WordPress into more than 100 languages</a>!</p>\n\n\n\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a> where you can also find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</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:4:\"8322\";s: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: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:36:\"The Month in WordPress: January 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2020/02/the-month-in-wordpress-january-2020/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 03 Feb 2020 09:54:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s: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:34:\"https://wordpress.org/news/?p=8316\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:338:\"Following an action-packed December, 2020 is off to a fine start with some new releases and announcements. Read on to find out what happened in the WordPress project in January. Release of Gutenberg 7.2 & 7.3 Gutenberg 7.2, the first Gutenberg release of 2020, was deployed on January 8th and included over 180 pull requests […]\";s: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:\"Angela Jin\";s: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:5943:\"\n<p>Following an action-packed December, 2020 is off to a fine start with some new releases and announcements. Read on to find out what happened in the WordPress project in January.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Release of Gutenberg 7.2 & 7.3</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2020/01/09/whats-new-in-gutenberg-8-january/\">Gutenberg 7.2</a>, the first Gutenberg release of 2020, was deployed on January 8th and included over 180 pull requests from more than 56 contributors. This was followed soon after by <a href=\"https://make.wordpress.org/core/2020/01/22/whats-new-in-gutenberg-22-january/\">Gutenberg 7.3</a>. New features include a new Buttons block, support in adding links to Media & Text block images, improvements to the Navigation and Gallery blocks, performance improvements, and accessibility enhancements. These releases also included many additional enhancements, fixes, new APIs, documentation, and more.</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Proposal for an XML Sitemaps Feature Plugin</h2>\n\n\n\n<p>In June last year, a team of contributors <a href=\"https://make.wordpress.org/core/2019/06/12/xml-sitemaps-feature-project-proposal/\">proposed</a> a feature plugin that would bring standardized XML sitemaps to WordPress Core. Since then, the team has been working to bring this to reality and <a href=\"https://make.wordpress.org/core/2020/01/27/feature-plugin-xml-sitemaps/\">have now published a working plugin</a> to demonstrate this new capability.</p>\n\n\n\n<p>The plugin is still in development, but the included features already provide much-needed functionality from which all WordPress sites can benefit. You can install the plugin from your WordPress dashboard or <a href=\"https://wordpress.org/plugins/core-sitemaps/\">download it here</a>.</p>\n\n\n\n<p>Want to get involved in bringing this feature to Core? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, report any issues you find <a href=\"https://github.com/GoogleChromeLabs/wp-sitemaps/issues\">on GitHub</a>, and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>A New Block-Based Themes Meeting</h2>\n\n\n\n<p>The Theme Review Team has <a href=\"https://make.wordpress.org/themes/2020/01/29/new-bi-weekly-block-based-themes-meeting/\">announced</a> that they will be holding bi-weekly meetings in the #themereview channel focused on discussing block-based themes. If you are interested in discussing themes within the context of Gutenberg’s full-site editing framework, this will be the place to do so! The first meeting will be held on Wednesday, February 5, at 16:00 UTC.</p>\n\n\n\n<p>Want to get involved with the Theme Review Team or <a href=\"https://make.wordpress.org/themes/handbook/get-involved/become-a-reviewer/\">become a reviewer</a>? Follow <a href=\"https://make.wordpress.org/themes/\">their blog</a>, and join the #themereview channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading</h2>\n\n\n\n<ul><li>The Core team has started work on WordPress 5.4 and kicked off their planning with <a href=\"https://make.wordpress.org/core/2020/01/14/wordpress-5-4-planning-roundup/\">a summary post</a>. You can follow all the v5.4 updates by watching <a href=\"https://make.wordpress.org/core/tag/5-4/\">the version tag</a> on the Core team blog.</li><li>The inaugural <a href=\"https://2020.asia.wordcamp.org/\">WordCamp Asia</a> event is taking place in February. This will be the largest WordPress event in the region, bringing together around 1,500 WordPress enthusiasts from around the world.</li><li>Two WordPress community leaders, <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a> and <a href=\'https://profiles.wordpress.org/andreamiddleton/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>andreamiddleton</a>, <a href=\"https://wordpress.org/news/2020/01/wordpress-leaders-nominated-for-cmx-awards/\">were nominated for CMX awards</a> due to their work on the WordPress project, with <a href=\'https://profiles.wordpress.org/andreamiddleton/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>andreamiddleton</a> winning the award for Executive Leader of a Community Team.</li><li><a href=\"https://make.wordpress.org/core/2020/01/29/lazy-loading-images-in-wordpress-core/\">A feature plugin has been proposed</a> that introduces lazy-loading images to WordPress Core, which will be a huge step forward in improving performance all across the web.</li><li>The Core team has put together <a href=\"https://make.wordpress.org/core/handbook/tutorials/faq-for-new-contributors/\">an extensive and informative FAQ</a> to help new contributors get involved in contributing to the project.</li><li>One key priority for Gutenberg is the ability to control the block editor. There are already a number of APIs that control the experience, but there is a lack of consistency and missing APIs. <a href=\"https://make.wordpress.org/core/2020/01/23/controlling-the-block-editor/\">A method to address this</a> has been proposed.</li><li>The Design team <a href=\"https://make.wordpress.org/design/2020/01/24/gutenberg-phase-2-friday-design-update-43/\">published detailed information</a> on the recent design improvements in Gutenberg.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8316\";s: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:76:\"\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:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"People of WordPress: Robert Cheleuka\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2020/01/people-of-wordpress-robert-cheleuka/\";s: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:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wordpress.org/news/2020/01/people-of-wordpress-robert-cheleuka/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Jan 2020 15:26: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:2:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"heropress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8300\";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:385:\"You’ve probably heard that WordPress is open-source software, and may know that it’s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people’s lives for the better. This monthly series shares some of those lesser-known, amazing stories. Meet Robert Cheleuka Robert is a self-taught graphic and motion designer turned 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Yvette Sonneveld\";s: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:8428:\"\n<p><em>You’ve probably heard that WordPress is open-source software, and may know that it’s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people’s lives for the better. This monthly series shares some of those lesser-known, amazing stories.</em></p>\n\n\n\n<h2><strong>Meet Robert Cheleuka</strong></h2>\n\n\n\n<p>Robert is a self-taught graphic and motion designer turned web designer (and aspiring web developer) from Malawi, Africa. Over the years, he has grown fond of WordPress and has become a loyal user. Still, the journey is rough.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2020/01/DSC08818.jpg?resize=632%2C790&ssl=1\" alt=\"Robert Cheleuka\" class=\"wp-image-8303\" data-recalc-dims=\"1\" /><figcaption>Robert Cheleuka</figcaption></figure>\n\n\n\n<h3><strong>Malawi</strong></h3>\n\n\n\n<p>Malawi is one of the poorest countries in the world. A tiny landlocked country with a population of 17 million, it’s largely rural and still considered a developing country. The average entry-level monthly pay for most skilled jobs is about $110. If you’re employed full-time in the creative industry and if you’re very lucky, you might be able to earn more than that. Employees earning more than $300 a month are rare to non-existent.</p>\n\n\n\n<p>Robert has been a freelance graphic designer since about 2011. He started by doing gigs from his dorm in college and from home. Earnings from his freelance jobs increased his interest in entrepreneurship and he started to consider starting his own creative agency.</p>\n\n\n\n<h3><strong>How Robert was introduced to WordPress</strong></h3>\n\n\n\n<p>Robert first came into contact with WordPress in 2014 when he and a friend started a local tech blog. Before that, all he knew was basic, outdated HTML from high school and some knowledge of Adobe Dreamweaver. They decided to use WordPress, and their new blog looked like it came from the future. They used a theme from the repo and got such positive feedback from the blog they decided to open a content and media publishing agency.</p>\n\n\n\n<p>While they got a few web redesign jobs thanks to the exposure the blog brought, they lacked the administrative and business skills needed and ended up going their separate ways. Then in his first real job after college Robert finally took it upon himself to learn the ins and outs of WordPress. He learned how to install WordPress on a server and did some research on customizing themes. </p>\n\n\n\n<p>With that knowledge alone he got his first web design clients and started earning nearly as much as he did at his job. Robert soon realized that free WordPress themes would only take him so far, especially with his limited code skills.</p>\n\n\n\n<p>Because in Malawi only people who travel abroad have access to credit cards, paying for premium themes was impossible. Like many WordPress designers in developing countries, Robert turned to using pirated themes instead. He knew that was both unsafe and unethical, and decided to learn how to code. Knowing how to build themes from scratch would surely help him rise above the competition. </p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2020/01/20180905_1971270886435744_8835917058488139776_n.jpg?fit=632%2C632&ssl=1\" alt=\"\" class=\"wp-image-8304\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2020/01/20180905_1971270886435744_8835917058488139776_n.jpg?w=1080&ssl=1 1080w, https://i1.wp.com/wordpress.org/news/files/2020/01/20180905_1971270886435744_8835917058488139776_n.jpg?resize=300%2C300&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2020/01/20180905_1971270886435744_8835917058488139776_n.jpg?resize=1024%2C1024&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2020/01/20180905_1971270886435744_8835917058488139776_n.jpg?resize=150%2C150&ssl=1 150w, https://i1.wp.com/wordpress.org/news/files/2020/01/20180905_1971270886435744_8835917058488139776_n.jpg?resize=768%2C768&ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" /></figure>\n\n\n\n<h3><strong>The WordPress community from Robert’s perspective</strong></h3>\n\n\n\n<p>Robert doesn’t have a lot of interaction with the WordPress community. Although he would search for solutions from blogs about WordPress he had never actually talked to or asked anyone from the community for a solution. </p>\n\n\n\n<p>Robert believes that this isolation is the result of a glass ceiling — the WordPress community is partially online and partially in-person, but there isn’t a local group in Malawi. And because Malawi, like many other developing nations, lacks a way to pay online many can’t access premium support, online learning, or most other types of professional development. No matter how welcoming the people of WordPress might be, it can still feel like it mostly belongs to those with enough privilege to conduct business on the internet.</p>\n\n\n\n<h3><strong>WordPress & inclusion</strong></h3>\n\n\n\n<p>As most freelancers know, it’s really hard to learn while you also still need to earn. Add pitching to clients and shipping graphic design projects… there are only so many hours in a day.</p>\n\n\n\n<p>Robert didn’t have a programming background and had always been more of a creative person. In order to grow as a web designer/developer, he needed to learn PHP. Again, without access to a credit card, that was complicated. Also, free coding training wasn’t as widely available as it is now.</p>\n\n\n\n<p>Robert wishes that more developers would consider alternative ways for users who cannot pay for courses, themes, or plugins (whether that’s because of available infrastructure or otherwise). He wishes that WordPress tutors and developers would open up ways to accommodate aspiring learners in developing countries who cannot access plugins, courses, and themes, to be able to give back and to participate at another level.</p>\n\n\n\n<p>WordPress has allowed him to build an income he would have no other way of earning and it makes a huge difference. He believes sharing stories like his will hopefully make WordPress products and services become more universally available. In addition, he hopes that more aspiring, self-taught developers will find courage in reaching out to connect with others out there.</p>\n\n\n\n<h2><strong>Contributors</strong></h2>\n\n\n\n<p>Alison Rothwell (<a href=\'https://profiles.wordpress.org/wpfiddlybits/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>wpfiddlybits</a>), Yvette Sonneveld (<a href=\'https://profiles.wordpress.org/yvettesonneveld/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>yvettesonneveld</a>), Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>), Siobhan Cunningham (<a href=\'https://profiles.wordpress.org/siobhanseija/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>siobhanseija</a>), Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>)</p>\n\n\n\n<div class=\"wp-block-columns\">\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\">\n<figure class=\"wp-block-image size-large\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2019/07/heropress_large_white_logo.jpg?resize=632%2C474&ssl=1\" alt=\"\" class=\"wp-image-7025\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2019/07/heropress_large_white_logo.jpg?w=1024&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2019/07/heropress_large_white_logo.jpg?resize=300%2C225&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2019/07/heropress_large_white_logo.jpg?resize=768%2C576&ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\">\n<p> <em>This post is based on an article originally published on HeroPress.com, a community initiative created by <a href=\"https://profiles.wordpress.org/topher1kenobe/\">Topher DeRosia</a>. HeroPress highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.</em> </p>\n</div>\n</div>\n\n\n\n<p> <em>Meet more WordPress community members over at </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>!</em> </p>\n\n\n\n<p><br></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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wordpress.org/news/2020/01/people-of-wordpress-robert-cheleuka/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"10\";s: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:4:\"8300\";s: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:\"Wed, 04 Mar 2020 14:42:49 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:\"Tue, 03 Mar 2020 21:59:20 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 1\";}}s:5:\"build\";s:14:\"20191230170628\";}','no'),(14854,'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1583376169','no'),(14855,'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1583332969','no'),(14856,'_transient_timeout_wp-smush-conflict_check','1583338134','no'),(14857,'_transient_wp-smush-conflict_check','a:0:{}','no'),(14858,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1583376169','no'); INSERT INTO `wp_options` VALUES (14859,'_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:51:\"WordPress.org blog: WordPress 5.4 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8399\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2020/03/wordpress-5-4-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2712:\"<p>The first release candidate for WordPress 5.4 is now available!</p>\n\n\n\n<p>This is an important milestone as we progress toward the WordPress 5.4 release date. “Release Candidate” means that the new version is ready for release, but with millions of users and thousands of plugins and themes, it’s possible something was missed. WordPress 5.4 is currently scheduled to be released on <strong>March 31, 2020</strong>, but we need <em>your</em> help to get there—if you haven’t tried 5.4 yet, <strong>now is the time</strong>!</p>\n\n\n\n<p>There are two ways to test the WordPress 5.4 release candidate:</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (choose the “bleeding edge nightlies” option)</li><li>Or <a href=\"https://wordpress.org/wordpress-5.4-RC1.zip\">download the release candidate here</a> (zip).</li></ul>\n\n\n\n<h2>What’s in WordPress 5.4?</h2>\n\n\n\n<p>WordPress 5.4 has lots of refinements to polish the developer experience. To keep up, subscribe to the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> and pay special attention to the <a href=\"https://make.wordpress.org/core/tag/5-4+dev-notes/\">developer notes</a> tag for updates on those and other changes that could affect your products.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.4 and update the <em>Tested up to</em> version in the readme file to 5.4. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a> so we can figure those out before the final release.</p>\n\n\n\n<p>The WordPress 5.4 Field Guide will be published within the next 24 hours with a more detailed dive into the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a> This release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a> point of the 5.4 release schedule.</p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Mar 2020 21:59:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"David Baumwald\";s: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:65:\"WPTavern: Will Page Builders Remain Competitive in the Block 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:29:\"https://wptavern.com/?p=97623\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:173:\"https://wptavern.com/will-page-builders-remain-competitive-in-the-block-era?utm_source=rss&utm_medium=rss&utm_campaign=will-page-builders-remain-competitive-in-the-block-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:6337:\"<img />Screenshot courtesy of the Elementor plugin.\n\n\n\n<p class=\"has-drop-cap\">As Elementor, the most-used WordPress page builder, celebrated its <a href=\"https://wptavern.com/elementor-raises-15-million-plans-to-invest-in-the-team-product-and-community\">first round of funding at $15 million</a>, some of our readers questioned whether this was a sound investment. With movement in the Gutenberg plugin toward a full-site editing solution, which will eventually make its way into core WordPress, it is a valid concern. Will page builders remain competitive once WordPress begins taking over this role, likely sometime in 2021?</p>\n\n\n\n<p>While Elementor has seemingly pulled far ahead of the competition with over 4 million installations, there is a much wider market of page-building solutions that end-users are installing. The free version of <a href=\"https://wordpress.org/plugins/beaver-builder-lite-version/\">Beaver Builder</a> has over 400,000 installs and <a href=\"https://wordpress.org/plugins/visualcomposer/\">Visual Composer</a> has over 70,000. In the commercial space, Divi has over 600,000 customers and WP Bakery has seen 388,000 sales. These numbers don’t include the numerous other page-building plugins and custom solutions that developers build with libraries like Advanced Custom Fields and Meta Box. Some themes also offer some form of a page builder but typically not as robust as plugins.</p>\n\n\n\n<p>All of this is to say that there is a huge market right now. Based on current trends, growth for page builders is accelerating rather than slowing down. My educated guess is that we are nowhere near the ceiling.</p>\n\n\n\n<p>From the comments on our recent coverage of Elementor’s investment round, one of our readers named Anto <a href=\"https://wptavern.com/elementor-raises-15-million-plans-to-invest-in-the-team-product-and-community#comment-320236\">had a few thoughts on the future</a>. “I’m happy that WordPress is getting more external investment, but I find it hard to imagine how Elementor has a long-term future in WordPress with their thinking,” he said. “Sure, it has a place now, and will for at least a few more years, but as Gutenberg matures why would anyone want the added bloat? Once you abstract the window dressing, all page builders (including Gutenberg) are fairly similar. The remaining differences are a matter of workflow and taste because moving blocks/sections around isn’t unique.”</p>\n\n\n\n<p>Yoni Luksenberg, CEO and co-founder of Elementor believes the future is bright. “We believe in democratizing the editor so different WordPress users and different personas will have their editor of choice,” he said in an interview. “This way, they can pick the editor that best fits their unique needs and preferences. This is the beauty of open source. There are endless ways to build a contact form: Contact Form 7, Gravity Forms, Jetpack Forms. Similarly, there are endless ways to build and design a web page. The users should have the option to choose their preferred method.”</p>\n\n\n\n<p>Anto believes the choice between contact forms is not comparable to the choice between editors or builders. Because the block editor is a part of the core platform, it would provide stiffer competition for a builder plugin. “Will people have different preferences that the ecosystem will fill?” he asked. “Of course, these will be the block plugins, style/feature plugins, and additional layers of complexity that will evolve as Gutenberg matures, but they will all be built on core WordPress (Gutenberg) because doing anything else is just duplicative bloat.”</p>\n\n\n\n<p>It is not clear what users will do in a year or two down the road. However, there is a significant portion of end-users who are not currently satisfied with what WordPress is offering. WordPress fell behind the market and plugin developers filled the void with solutions to meet demand. It is now playing catch-up with these page builders. Even with all the resources being thrown toward the block system and eventual full-site editing, we are miles away from a baseline working solution beyond content editing.</p>\n\n\n\n<p>“At some point of time Gutenberg is going to be at least as powerful as the free version of the Elementor plugin,” said <a href=\"https://wptavern.com/elementor-raises-15-million-plans-to-invest-in-the-team-product-and-community#comment-320356\">Richard Ginn in the comments</a>. “Gutenberg to me is getting more powerful at a faster rate than Elementor is.”</p>\n\n\n\n<p>One thing page builders have going for them is their current user base. It is human nature to stick with tools that are familiar and comfortable. I do not imagine most page builders will lose large user numbers as long as they are offering the solutions that users want or need. Even if WordPress offers a more robust solution within the next couple of years, user trust will be with existing plugins, and that is a hard thing to win back once it has been lost.</p>\n\n\n\n<p>With its recent funding round, Elementor is planning on growing its team and speeding up feature development. Other page builders will need to keep up and continue finding ways to remain competitive. Right now, page builder usage numbers are on the rise in the early block editor era. We could see a lot more innovation in this space in the next couple of years. Elementor’s investment round validates a maturing market that is a direct competitor to core’s block system.</p>\n\n\n\n<p>This level of competition is healthy for the ecosystem. The rise of page builders will undoubtedly push Gutenberg and WordPress development to new heights. There is a multi-million dollar market for third-party builders that is hard to ignore. I don’t see it going anywhere anytime soon.</p>\n\n\n\n<p class=\"has-text-color has-background has-white-color has-blue-700-background-color is-style-highlight text-white bg-blue-700\">This post is part of a new <a href=\"https://wptavern.com/category/from-the-comments\">From the Comments</a> series where we highlight interesting points of discussion from comments on WP Tavern articles. The hope is to give these comments, which can sometimes get lost, the attention they deserve. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Mar 2020 19:34:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:75:\"WPTavern: The International WordPress Community and WordCamps Amid COVID-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:29:\"https://wptavern.com/?p=97595\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:195:\"https://wptavern.com/the-international-wordpress-community-and-wordcamps-amid-covid-19?utm_source=rss&utm_medium=rss&utm_campaign=the-international-wordpress-community-and-wordcamps-amid-covid-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:6927:\"<p class=\"has-drop-cap\">With the rising numbers of people who have contracted COVID-19, a disease caused by SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2), it is time for the WordPress community to begin evaluating what the remainder of 2020 may look like. It is not a time for panic. However, some serious discussions will need to happen and decisions made on an ongoing basis.</p>\n\n\n\n<p>Last month, WordCamp Asia made the tough decision to <a href=\"https://wptavern.com/wordcamp-asia-2020-canceled-over-covid-19-concerns\">cancel its inaugural event</a> in Bangkok, Thailand. Given the spread of the coronavirus strain in the East Asian region and many unknowns at that point, it was a safe decision to protect our international community.</p>\n\n\n\n<p><a href=\"https://www.wordfence.com/blog/2020/02/wordcamp-asia-cancellation-fee-assistance-package-from-wordfence/\">Wordfence spearheaded the effort</a> to aid people with financial losses due to WordCamp Asia’s late cancellation. The company covered $10,000 of lost funds for attendees. Yoast and GoDaddy are equally splitting costs beyond the initial $10,000 through the same WordCamp Asia Cancellation Fund. To date, 117 applications have been verified and approved for a total of $19,860. There are still eight pending applications for an additional $1,409.</p>\n\n\n\n<p>Mark Maunder, CEO of Defiant (the company behind Wordfence), seemed proud of how the community came together to make this happen. He said that people acted with integrity during the process and many often made sure to only ask for smaller amounts of money to cover their lost expenses.</p>\n\n\n\n<p>Yesterday, Maunder authored a detailed post titled <a href=\"https://www.wordfence.com/blog/2020/03/covid-19-and-wordpress-community-engagement-in-2020/\">COVID-19 and WordPress Community Engagement in 2020</a>. In it, he announced that his team would not be traveling globally to WordCamps until COVID-19 has run its course. He also urges organizers to cancel WordCamp Europe this summer, to cancel WordCamps globally for the time being, and for WordCamp US to be put on hold. Instead, the community can focus on doing remote events and providing an example to the world in how we can organize and collaborate online. By taking a proactive approach and dealing with the issue sooner rather than later, it can save organizers headaches down the road and save attendees money by canceling early.</p>\n\n\n\n<p>“It is my experience that people react to bad situations too slowly,” wrote Maunder. “Whether it is a choking victim, a storm or a national emergency, there is the awkward pause that happens as life-as-usual transforms into a realization of reality requiring fast action. Often, that reality only sets in after the event.”</p>\n\n\n\n<p>Maunder said he desired to take a data-driven approach to determine whether camps and conferences should cancel. It is not about raising panic or unnecessary alarm. He wants people to make sure they think about how we deal with this as a community and not in terms of our potential health risks as individuals. A healthy 30-year-old is at low risk of mortality, for example. However, that same healthy adult can transfer the virus to the elderly and immune-compromised people who are at higher risks. Bringing together large groups who are traveling internationally may help spread the virus because it de-localizes the problem. This is particularly true for larger WordCamps that have a global list of attendees.</p>\n\n\n\n<h2>Current WordCamp Updates and Cancellations</h2>\n\n\n\n<p class=\"has-drop-cap\">WordCamp Europe organizers announced earlier today that the annual event will continue as planned. The conference will take place on June 4-6 in Porto, Portugal. The team said they were in contact with the national health authority, DGS, in Portugal. They are monitoring the situation. Currently, there is at least one confirmed case of COVID-19 in Portugal, but the government has not shut down its borders. Those planning to attend WordCamp Europe should keep an eye on the camp’s <a href=\"https://2020.europe.wordcamp.org/coronavirus-update/\">Coronavirus Updates page</a>. Plans could change.</p>\n\n\n\n<p>Smaller, more regional WordCamps will want to keep a careful eye on what is going on locally. This means following local news sources and staying informed by local government officials.</p>\n\n\n\n<p>WordCamp Geneva organizers have <a href=\"https://2020.geneve.wordcamp.org/wordcamp-geneve-reporte/\">postponed their event</a>, which was set for March 21. At the moment, they are planning to set it back about six months, pending an improvement in the COVID-19 situation. Otherwise, they will make the decision to cancel the event completely for the year. The announcement came after the Swiss government banned large-scale events with over 1,000 people. The organizers worried that such a ban would eventually extend to smaller events.</p>\n\n\n\n<p>The WordCamp Retreat, held annually in Soltau, Germany, <a href=\"https://2020-soltau.retreat.wordcamp.org/2020/02/29/verschiebung-des-wordcamp-retreat-postponing-of-wordcamp-retreat\">has also been canceled for 2020</a>. The event was scheduled to run from April 30 through May 3. The organizers plan to revive the retreat in May 2021. Organizers said because of the unusual format in comparison to a normal WordCamp, the costs of waiting until later before deciding to cancel would have been financially irresponsible. The format of the retreat has higher costs associated with how it is run. February 29 was the last day to make a decision to cancel while breaking even financially.</p>\n\n\n\n<h2>Staying Informed</h2>\n\n\n\n<p class=\"has-drop-cap\">Aside from WordCamps, agencies and other companies with a physical location should prepare for having their employees do their work remotely. This means setting up channels for communication, if they are already not in place, for continuing their work efficiently. While we should all hope for the best outcome, preparedness is key for when things go awry.</p>\n\n\n\n<p>The most important thing for the global WordPress community to do right now is to continue communicating and sharing data from official sources. Organizers, employers, and travelers will sometimes have to make tough calls. Safety is always more important than whether we can network in person. </p>\n\n\n\n<p>The following are links to resources from the World Health Organization. Everyone should also keep track of national, state, and other local resources.</p>\n\n\n\n<ul><li><a href=\"https://www.who.int/emergencies/diseases/novel-coronavirus-2019\">WHO: COVID-19 Updates</a></li><li><a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\">WHO: Q&A on Coronaviruses (COVID-19)</a></li><li><a href=\"https://www.who.int/emergencies/diseases/novel-coronavirus-2019/travel-advice\">WHO: Travel Advice</a></li></ul>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 Mar 2020 21:27:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:57:\"WordPress.org blog: The Month in WordPress: February 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8393\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2020/03/the-month-in-wordpress-february-2020/\";s: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:9165:\"<p>February 2020 was a busy month in the WordPress project! Most notably, there was an outpouring of sentiment in response to the unfortunate cancellation of WordCamp Asia. However, the team continues to work hard in the hopes of making WordCamp Asia 2021 happen. In addition, there were a number of releases and some exciting new news during the month of February. Read on for more information!</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordCamp Asia 2020 Cancelled & Pop-up Livestream</h2>\n\n\n\n<p>There was a ton of excitement around WordCamp Asia, not to mention all the effort from organizers, speakers, sponsors and volunteers. Unfortunately, on February 12th, <a href=\"https://wordpress.org/news/2020/02/wordcamp-asia-cancelled-due-to-covid-19/\">WordCamp Asia was cancelled</a> due to concern and uncertainty around COVID-19. Since then, the organizing team has worked to <a href=\"https://2020.asia.wordcamp.org/2020/02/12/cancellation/\">refund tickets and to support hotel and air refunds</a>. In addition, a <a href=\"https://wordpress.org/news/2020/02/pop-up-livestream-on-february-22/\">pop-up livestream</a> featuring some WordCamp Asia speakers and a Fireside Chat and Q&A with Matt Mullenweg took place on February 22nd.</p>\n\n\n\n<p>For a personal take on the cancellation of WordCamp Asia, read <a href=\"https://naoko.blog/2020/02/13/wordcamp-asia-2020-recap/\">this post from Naoko Takano</a>, the global lead organizer. Many thanks to the volunteers who worked hard to deliver WordCamp Asia. They’ve not only handled logistics associated with cancellation but have also announced that they’ve started <a href=\"https://2020.asia.wordcamp.org/2020/02/18/wordcamp-asia-2021/\">working on WordCamp Asia 2021</a> with some January dates in mind! To get the latest on WordCamp Asia, subscribe to updates <a href=\"https://2021.asia.wordcamp.org/\">here</a>. </p>\n\n\n\n<h2>WordPress 5.4 Beta is Now Available</h2>\n\n\n\n<p><a href=\"https://wordpress.org/news/2020/02/wordpress-5-4-beta-1/\">WordPress 5.4 Beta 1</a> was released on February 11 and quickly followed by <a href=\"https://wordpress.org/news/2020/02/wordpress-5-4-beta-2/\">Beta 2</a> on February 18 and <a href=\"https://wordpress.org/news/2020/02/wordpress-5-4-beta-3/\">Beta 3</a> on February 25. These two releases get us closer to our primary goal for 2020: full-site editing with blocks. WordPress 5.4 will merge ten releases of the Gutenberg plugin and is scheduled to be released on March 31, 2020. It will come with many new features, such as two new blocks for social links and buttons, and easier navigation in the block breadcrumbs. There are also a number of accessibility improvements, such as easier multi-block selection and easier tabbing, one of the editor’s biggest accessibility issues. <a href=\"https://make.wordpress.org/core/tag/5-4/\">5.4 will also include</a> many developer-focused changes, such as improved favicon handling and many new hooks and filters.</p>\n\n\n\n<p>Want to get involved in building WordPress? There are a number of ways to help right now! If you speak a language other than English, <a href=\"https://translate.wordpress.org/projects/wp/dev/\">help us translate WordPress</a>. Found a bug? Post it to the<a href=\"https://wordpress.org/support/forum/alphabeta/\"> Alpha/Beta area</a> in the support forums. You can also help us test the current beta by installing <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">the WordPress Beta Tester plugin</a>. Just remember that the software is still in development, so we recommend against running it on a production site. </p>\n\n\n\n<h2>WordCamp Centroamérica is Looking for Speakers and Sponsors!</h2>\n\n\n\n<p><a href=\"https://2020.centroamerica.wordcamp.org/\">WordCamp Centroamérica</a> is the first regional WordCamp for Central America and will be held on September 17-19, 2020, in Managua, Nicaragua. The <a href=\"https://2020.centroamerica.wordcamp.org/2020/01/28/llamado-a-ponentes-call-for-speakers/#more-5\">Call for Speakers</a> and <a href=\"https://2020.centroamerica.wordcamp.org/2020/01/16/call-for-sponsors/\">Call for Sponsors</a> are now open, so if you’re interested in speaking at or sponsoring WordCamp Centroamérica, now is your chance! To learn more about the eent, visit and subscribe to updates on their <a href=\"https://2020.centroamerica.wordcamp.org/\">website</a>, or follow their <a href=\"https://www.facebook.com/WordCampCA\">Facebook</a>, <a href=\"https://twitter.com/WordCampCA\">Twitter</a>, and <a href=\"https://instagram.com/wccentroamerica\">Instagram</a> accounts. </p>\n\n\n\n<p>Want to get involved in the Community team and help make more amazing WordCamps happen? <a href=\"https://make.wordpress.org/community/\">Follow the blog</a> and join the #community-events channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>! You can also find out about other <a href=\"https://central.wordcamp.org/\">upcoming WordCamps here</a>.</p>\n\n\n\n<h2>Contribute to WordPress Core via GitHub</h2>\n\n\n\n<p>An experimental feature has been added to Trac to help improve collaboration between Trac and GitHub. This feature allows contributors to link GitHub pull requests opened against the official <a href=\"https://github.com/wordpress/wordpress-develop\">WordPress Develop Git mirror</a> to tickets, which will make GitHub contributions more visible in the related Trac ticket. To learn all the details and to see how it works, read <a href=\"https://make.wordpress.org/core/2020/02/21/working-on-trac-tickets-using-github-pull-requests/\">this post</a>.</p>\n\n\n\n<h2>Gutenberg Development Continues</h2>\n\n\n\n<p>There are many new exciting additions to Gutenberg! On February 5, <a href=\"https://make.wordpress.org/core/2020/02/05/whats-new-in-gutenberg-5-february/\">Gutenberg 7.4 saw two new features added</a>, including background color support to the Columns block and text color support for the Group block. Many enhancements were made, including a number of improvements to the Navigation Block.</p>\n\n\n\n<p>Gutenberg 7.5 was released on February 12, <a href=\"https://make.wordpress.org/core/2020/02/26/whats-new-in-gutenberg-26-february/\">with 7.6 following</a> on February 27. They introduced even more features, including the Social Links block as a stable block and a number of additional blocks for full-site editing, not to mention the many enhancements, new APIs, bug fixes, documentation, and updates.</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>Aside from WordCamp Asia, two other WordCamps have been postponed due to COVID-19: <a href=\"https://2020-soltau.retreat.wordcamp.org/2020/02/29/verschiebung-des-wordcamp-retreat-postponing-of-wordcamp-retreat/\">WordCamp Retreat Soltau</a> and <a href=\"https://2020.geneve.wordcamp.org/wordcamp-geneve-reporte/\">WordCamp Genève</a>. News about further postponements or cancellations will be posted on <a href=\"https://central.wordcamp.org/news/\">the WordCamp Central blog</a>.</li><li>Automatic updates for themes and plugins <a href=\"https://make.wordpress.org/core/2020/02/26/feature-plugin-wp-auto-updates/\">are being planned</a> for inclusion in WordPress 5.5.</li><li>Version 2.2.1 of the WordPress Coding Standards has been released.</li><li>The Community Team <a href=\"https://make.wordpress.org/community/2020/02/06/community-team-reps-for-2020-2/\">has selected new team representatives</a> for 2020.</li><li>The Core team <a href=\"https://make.wordpress.org/core/2020/02/09/what-does-it-mean-to-be-a-component-maintainer-a-refresher/\">published a useful refresher</a> on what it means to be a component maintainer, along with some tips and best practices.</li><li><a href=\"https://make.wordpress.org/support/2020/02/changes-to-the-support-guidelines-for-linking-to-off-site-resources/\">The Support Team has announced</a> some amendments to their guidelines for linking to external resources when using the support forums.</li><li>The WordPress Foundation <a href=\"https://wordpressfoundation.org/2020/wordpress-foundation-donates-to-black-girls-code-and-internet-archive/\">has published financial information</a> regarding their charitable donations from 2019.</li><li>The Core XML Sitemaps project kicked off with <a href=\"https://make.wordpress.org/core/2020/02/24/xml-sitemaps-meeting-february-25th-2020/\">their first meeting</a> this month.</li><li>The Gutenberg team have created <a href=\"https://make.wordpress.org/core/2020/02/28/new-wordpress-create-block-package-for-block-scaffolding/\">a new @wordpress/create-block package</a> for scaffolding new blocks.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 Mar 2020 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:15:\"Hugh Lashbrooke\";s: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:91:\"WPTavern: Elementor Raises $15 Million, Plans to Invest in the Team, Product, and Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=97541\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:219:\"https://wptavern.com/elementor-raises-15-million-plans-to-invest-in-the-team-product-and-community?utm_source=rss&utm_medium=rss&utm_campaign=elementor-raises-15-million-plans-to-invest-in-the-team-product-and-community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5203:\"<img />\n\n\n\n<p class=\"has-drop-cap\">Elementor, which has quickly become one of the leading <a href=\"https://wordpress.org/plugins/elementor/\">WordPress page builders</a> and companies, announced Wednesday it <a href=\"https://elementor.com/blog/elementor-funding/\">raised $15 million in its first round of funding</a>, led by <a href=\"https://lsvp.com/\">Lightspeed Venture Partners</a>. The investment round comes on the heels of the plugin surpassing four million active installations.</p>\n\n\n\n<p>Founded in 2016, Yoni Luksenberg and Ariel Klikstein wanted to create a platform for web creators to drag and drop elements on a page to quickly build sites to their specifications. It took two years for the plugin to gather its first million users. Since then, the user base has continued to rapidly grow, adding an extra million users at an average rate of six months. </p>\n\n\n\n<p>In the past 12 months, the plugin has deployed over 300 new features. It is also currently translated into 55 languages, an effort driven by its massive community.</p>\n\n\n\n<p>“Elementor’s growth is a wonderful example of the power of community and open-source software,” said Tal Morgenstern, Partner at Lightspeed. “The founders set out to solve their own problems as web professionals and ended up with a global, highly-involved fan base that kept pushing and shaping the product from the very onset. Every single metric we looked at indicated an exceptionally strong market fit and we’re extremely happy to partner with this team for the next chapter of their journey.”</p>\n\n\n\n<p>The next question is how the Elementor team will utilize this funding to grow their platform.</p>\n\n\n\n<h2>Growing the Elementor Team and Platform</h2>\n\n\n\n<img />\n\n\n\n<p class=\"has-drop-cap\">Elementor currently has 130 employees, called “Elementorists,” who are spread across 16 countries. The company plans to use some of its funding to grow its team by 50%. It may not be long before they are pushing the 200-employee mark.</p>\n\n\n\n<p>The company will also use the funding to push the expansion of its global community. The team already has 500 meetups planned around the world in 2020.</p>\n\n\n\n<p>“We plan to utilize the funding to improve all aspects of the product and community,” said Luksenberg. “That means further strengthening the infrastructure of our platform, developing more innovative features, investing in more community-enhancing efforts like WordCamp sponsorships and meetups, and building more integrations with WordPress and with other plugins. Basically, this allows us to continue with all the efforts already in progress but at a faster pace and at a larger scale.”</p>\n\n\n\n<p>The Elementor team is set to push out new features and products at a much faster pace than before with the funding in place. Luksenberg was tight-lipped on the details. “We don’t want to ruin the surprise by revealing the features too soon,” he said. However, he promises that the company plans to set new web design and marketing standards while reducing “friction points” for web creators using Elementor.</p>\n\n\n\n<p>One major question is where Elementor stands in terms of the block editor (Gutenberg). In one sense, they are competitors. However, the team also created the <a href=\"https://wordpress.org/plugins/block-builder/\">Elementor Blocks for Gutenberg</a> plugin. While it only has 8,000 active installs, a drop in the bucket in comparison to their primary plugin, Luksenberg said the team has received positive feedback from users.</p>\n\n\n\n<p>“We are constantly testing out new integrations with the goal of improving compatibility with Gutenberg,” said Luksenberg. “We believe in democratizing the editor so different WordPress users and different personas will have their editor of choice. This way, they can pick the editor that best fits their unique needs and preferences. This is the beauty of open source. There are endless ways to build a contact form: Contact Form 7, Gravity Forms, Jetpack Forms. Similarly, there are endless ways to build and design a web page. The users should have the option to choose their preferred method.”</p>\n\n\n\n<p>Despite a couple of rumors floating around, the team has no plans to build a platform that is independent of core WordPress. The team’s work will be deeply entrenched into WordPress.</p>\n\n\n\n<p>However, they are currently considering offering a SaaS (Software as a Service) solution around the Elementor platform. It is unclear what such a SaaS product will look like if it happens, but it could be a natural evolution of their business growth. It will certainly be interesting to keep an eye on and see where they take it. “As a growing company, now with funding, it’s important to keep our options open,” said Luksenberg.</p>\n\n\n\n<p>Luksenberg hopes to see other companies in the WordPress ecosystem complete similar funding rounds and feels honored for his company to be in a position to lead the way. “It’s one small step for Elementor, one giant leap for the WordPress community,” he said.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 28 Feb 2020 19:31:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WPTavern: Gutenberg 7.6 Includes Rotating Tips List and New Full-Site Editing Blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=97195\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:213:\"https://wptavern.com/gutenberg-7-6-includes-rotating-tips-list-and-new-full-site-editing-blocks?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-7-6-includes-rotating-tips-list-and-new-full-site-editing-blocks\";s: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:4530:\"<p>Yesterday, the Gutenberg team <a href=\"https://make.wordpress.org/core/2020/02/26/whats-new-in-gutenberg-26-february/\">released version 7.6 of the plugin</a>. Most of the work in this update went toward the upcoming full-site editing feature. The team continues to pump out new dynamic, placeholder blocks for post data. The biggest user-facing feature was the addition of a rotating list of tips in the block inserter.</p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2020/02/12/whats-new-in-gutenberg-12-february/\">Version 7.5</a>, released two weeks ago, was the last major release of the plugin that will have features to land in WordPress 5.4, which is currently scheduled for release on March 31. However, bug fixes from 7.6 were ported to the most recent WordPress 5.4 beta updates.</p>\n\n\n\n<p>Version 7.6 does not include as many major feature additions as earlier releases. Aside from experimental work on full-site editing, it primarily includes bug fixes.</p>\n\n\n\n<p>The announcement post boasts a considerable speed improvement in loading time and keypress events. In comparison to version 7.5, loading time was reduced to 7.7 seconds from 8.5 seconds and keypress event speed was reduced to 48.59 milliseconds from 55.45 milliseconds. These tests are run against a post of approximately 36,000 words and 1,000 blocks.</p>\n\n\n\n<h2>Rotating Tips In Block Inserter</h2>\n\n\n\n<img />Block inserter tip section now rotates messages.\n\n\n\n<p>In the past, the block inserter had a single tip at the bottom right that read, “While writing, you can press <code>/</code> to quickly insert new blocks.” It was a useful tip, but it was easy to ignore because it never changed. After seeing the same message a couple dozen times, it had become little better than wasted space.</p>\n\n\n\n<p>Version 7.6 creates a <a href=\"https://github.com/WordPress/gutenberg/pull/20163\">rotating list of tips</a>. Each time a user opens the inserter, a new tip appears. At the moment, the list only contains five messages but more are sure to come in the future.</p>\n\n\n\n<p>There are open tickets to add contextual <a href=\"https://github.com/WordPress/gutenberg/issues/20196\">tips based on block search queries</a> and <a href=\"https://github.com/WordPress/gutenberg/issues/17091\">block-specific tips</a>. Both of those tickets could continue to help users learn the block system and provide a path for block creators to teach users how to use custom blocks.</p>\n\n\n\n<p>Currently, the list of tips is static. However, it may be possible for plugin authors to extend it in the future. I’m already contemplating writing a plugin to replace the tips with quotes from Joss Whedon’s <em>Firefly</em>.</p>\n\n\n\n<h2>Full Steam Ahead with Full-Site Editing</h2>\n\n\n\n<img />Growing list of post data blocks for full-site editing.\n\n\n\n<p>Gutenberg 7.6 added four new dynamic, placeholder blocks related to post data: featured image, tags, comments count, and comments form. This brings the total to around 12 blocks for full-site editing, which is still a few dozen short of where the platform will need to be before the feature is ready. Most work thus far has gone toward building out blocks that handle post data. Eventually, the team will need to expand to other areas that will need block representation on the front end.</p>\n\n\n\n<p>Theme authors looking to test out full-site editing should make sure to check out the <a href=\"https://github.com/WordPress/theme-experiments\">block-based theme experiments</a> repository, which continues to see regular updates.</p>\n\n\n\n<p>Users can now <a href=\"https://github.com/WordPress/gutenberg/pull/20361\">set the heading level</a> of the site title block. It can also be set to a paragraph. However, it does not include all of the design settings, such as text size or colors, that would come with a regular paragraph block. This is a good first step in recognizing the various ways the site title block will be used, but it will need to evolve into a much more robust block to allow users to do all the things they will eventually want to do with the site title.</p>\n\n\n\n<p>At this point, it is hard to gauge what full-site editing will look like. Everything is experimental. It only covers the most basic use cases. I am still cautious about its potential. On the other hand, I am ready to skip ahead a year and see how it all turns out. Every plugin update brings us a step closer, but it is tough waiting to see what the bigger picture looks like as it comes together.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 Feb 2020 21:48:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: Automatic Theme and Plugin Updates Slated for WordPress 5.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=97498\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:183:\"https://wptavern.com/automatic-theme-and-plugin-updates-slated-for-wordpress-5-5?utm_source=rss&utm_medium=rss&utm_campaign=automatic-theme-and-plugin-updates-slated-for-wordpress-5-5\";s: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:3539:\"<img />Automatic updates column on the plugin management screen.\n\n\n\n<p class=\"has-drop-cap\">Today, Jean-Baptiste Audras <a href=\"https://make.wordpress.org/core/2020/02/26/feature-plugin-wp-auto-updates/\">announced the WordPress Auto-updates</a> feature plugin. The project seeks to bring automatic plugin and theme updates to WordPress version 5.5. It was originally slated as a feature project in 2019, but it was later bumped to the <a href=\"https://wptavern.com/progress-on-wordpress-2019-projects-sets-2020-roadmap\">2020 roadmap</a>.</p>\n\n\n\n<p>The <a href=\"https://wordpress.org/plugins/wp-autoupdates/\">WordPress Auto-updates</a> plugin is available for beta testing in the plugin directory. The plugin is currently marked to work with sites running PHP 7.2 or later, which is odd considering it is a feature plugin for core and will need to be compatible with WordPress’ minimum of PHP 5.6.</p>\n\n\n\n<p>The feature feels long overdue. We have been asking for it <a href=\"https://wptavern.com/its-time-for-wordpress-to-automatically-update-themes-plugins-and-core-by-default\">since at least 2015</a> here at the Tavern. Hosting companies and plugins like Jetpack have taken up the load over the years, offering automatic updates for millions of users. However, it is time for the core platform to take the reins and make this a feature available directly to all users. This would also provide a standardized path for third-party plugins to extend the feature with more controls for end-users.</p>\n\n\n\n<p>Work toward bringing the feature into core WordPress originally began in the <a href=\"https://core.trac.wordpress.org/ticket/48850\">plugin auto-updates</a> and <a href=\"https://core.trac.wordpress.org/ticket/49199\">theme auto-updates</a> Trac tickets. The code contributed to those tickets are now in the feature plugin. “WordPress contributors did a lot of work on the two related tickets during WP 5.4 development cycle, but decided to give it more time for testing as it’s an important feature,” wrote Audras in the announcement.</p>\n\n\n\n<p>Development is currently taking place on Audras’s <a href=\"https://github.com/audrasjb/wp-autoupdates\">GitHub repository</a>, but it may be moved to the official WordPress GitHub account.</p>\n\n\n\n<p>One of the primary goals of the project is to create an admin UI, which would give users the ability to manage how automatic updates work. Users will be able to enable or disable auto-updates on a plugin-by-plugin and theme-by-theme basis. This level of fine-grain control is welcome. While I generally prefer to auto-update everything, I have been burned by specific plugins and themes in the past. For those, I often prefer to update within a test environment first to be on the safe side. Undoubtedly, other users may find themselves in a similar situation. It is nice to see this being taken into account as a goal of the project.</p>\n\n\n\n<p>The project plans to set up email notifications for site administrators that will summarize any auto-updates that happen on the site. There will also be hooks and PHP constants to allow plugin developers to take control of the update settings.</p>\n\n\n\n<p>As usual, most of the completed work on the automatic updates roadmap has gone toward plugins. Just once, it would be nice to see a feature that crosses into both theme and plugin territory be completed for themes first. I only hope that themes do not end up taking a backseat due to time constraints, development hurdles, or anything else.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 26 Feb 2020 21:11:55 +0000\";s: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: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:112:\"Post Status: WooCommerce Payments offers a more unified eCommerce experience, better feature parity with Shopify\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=77183\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://poststatus.com/woocommerce-payments/\";s: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:2812:\"<p><a href=\"https://woocommerce.com/payments/\">WooCommerce Payments</a> is now available to select merchants who apply to the program. It\'s a big step for WooCommerce toward establishing stronger SaaS-like feature parity with Shopify.</p>\n\n\n\n<p>Built using <a href=\"https://stripe.com/\">Stripe\'s</a> best-in-class merchant tools, WooCommerce Payments will immediately offer broad payment support for the vast majority of WooCommerce users.</p>\n\n\n\n<p>Deposits, transactions, refunds, and disputes can all be managed directly through the WordPress dashboard. Store owners will not require a Stripe account, but a dedicated WooCommerce Payments account is required. It offers the same general fee structure as Stripe: 2.9% + $0.30 per US-based transaction.</p>\n\n\n\n<p>Automattic\'s General Manager of WooCommerce, Paul Maiorana, told Post Status that the payout schedule for merchants is on a rolling two-day basis.</p>\n\n\n\n<p>Most of the features in WooCommerce Payments will be familiar to existing Stripe users. The big benefit here is for WordPress users who have made the decision to use WooCommerce and are most comfortable managing as much of their business as they can directly through WooCommerce accounts and their WordPress dashboard — thereby eliminating the need to manage yet another account via a merchant processor.</p>\n\n\n\n<p>WooCommerce Payments also offers a nice revenue stream for a percentage of all platform sales to Automattic from all merchants who decide to use it.</p>\n\n\n\n<p>Shopify has had in-house payments for years, and it\'s been wildly successful. This is a no-brainer and a smart move by Automattic to establish better feature parity with the popular SaaS platform.</p>\n\n\n\n<p>We should expect WooCommerce to establish many more methods for connecting stores to services via WooCommerce itself, helping to create a more unified experience for store owners that\'s simpler to set up.</p>\n\n\n\n<p>The big difference between WooCommerce and Shopify will continue to be freedom and choices. With WooCommerce, store owners are always able to use all of the fully self-hosted, self-managed software they need for their business, and independent merchant services (among others) will always be an option too. There is significantly less lock-in when using WooCommerce, which Automattic can and should lean on as a feature for folks seeking greater autonomy for their online business.</p>\n\n\n\n<p>We look forward to offering more information and analysis around Automattic\'s WooCommerce strategy in the coming days for Post Status club members when we interview Paul more formally. Meanwhile, <a href=\"https://poststatus.slack.com/archives/CHNM7Q7T8/p1582725139143200\">he\'s answering some questions in chat for members</a>. <a href=\"https://poststatus.slack.com/archives/CHNM7Q7T8\">Join us</a>!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 26 Feb 2020 14:44:55 +0000\";s: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:\"Brian Krogsgard\";s: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:40:\"WordPress.org blog: WordPress 5.4 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8384\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2020/02/wordpress-5-4-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2827:\"<p>WordPress 5.4 Beta 3 is now available!</p>\n\n\n\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>You can test the WordPress 5.4 beta in two ways:</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (choose “bleeding edge nightlies” or “Beta/RC – Bleeding edge” option in version 2.2.0 or later of the plugin) * you must already have updated to your site to “bleeding edge nightlies” for the “Beta/RC – Bleeding edge” option to be available</li><li>Or <a href=\"https://wordpress.org/wordpress-5.4-beta3.zip\">download the beta here</a> (zip). </li></ul>\n\n\n\n<p>WordPress 5.4 is slated for release on <a href=\"https://make.wordpress.org/core/5-4/\">March 31st, 2020</a>, and we need your help to get there.</p>\n\n\n\n<p>Thanks to the testing and feedback from everyone who tested <a href=\"https://wordpress.org/news/2020/02/wordpress-5-4-beta-2/\">beta 2</a> (and <a href=\"https://wordpress.org/news/2020/02/wordpress-5-4-beta-1/\">beta 1</a>) over <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=02%2F18%2F2020..02%2F25%2F2020&milestone=5.4&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&order=priority\">24 tickets have been closed</a> in the past week. </p>\n\n\n\n<h2>Some highlights </h2>\n\n\n\n<ul><li><a href=\"https://github.com/WordPress/gutenberg/pull/20424\">Round-up of Gutenberg fixes</a></li><li><a href=\"https://core.trac.wordpress.org/ticket/47606\">Display Site Health score on Dashboard</a></li></ul>\n\n\n\n<h2>Developer notes</h2>\n\n\n\n<p>WordPress 5.4 has lots of refinements to polish the developer experience. To keep up, subscribe to the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> and pay special attention to the <a href=\"https://make.wordpress.org/core/tag/5-4+dev-notes/\">developer notes</a> tag for updates on those and other changes that could affect your products.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev/\">Help us translate WordPress into more than 100 languages</a>!</p>\n\n\n\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a> where you can also find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</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, 25 Feb 2020 22:10: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:\"David Baumwald\";s: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:57:\"WPTavern: After the Acquisition: Flywheel in the New Year\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=97226\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:157:\"https://wptavern.com/after-the-acquisition-flywheel-in-the-new-year?utm_source=rss&utm_medium=rss&utm_campaign=after-the-acquisition-flywheel-in-the-new-year\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7580:\"<p>Some WordPress developers and agencies were caught off guard when WP Engine <a href=\"https://wptavern.com/wp-engine-acquires-flywheel\">announced it had acquired Flywheel</a> in June last year. Flywheel had quickly become a trusted web hosting company for many that specifically catered to the needs of developers and agencies. For some, they questioned whether such a buyout would change the company culture and whether the good things about Flywheel’s services would be swallowed by WP Engine’s offerings.</p>\n\n\n\n<p>The move had also come only a month after Flywheel closed its $15 per month Tiny plan. There was some initial confusion that the two events were linked.</p>\n\n\n\n<p>“With any acquisition of this scale, there is going to be an initial wave of confusion, skepticism, and a bit of shock,” said Dusty Davidson, CEO and co-founder. “People had come to know, love, and trust Flywheel, and when it was announced that two well-known WordPress companies (and former competitors) were joining forces, they weren’t sure where we would stand as a company.”</p>\n\n\n\n<p>Davidson said the company fielded more questions that were concerned about the future than outright pushback against the move. Most such questions centered on whether Flywheel would continue offering their existing services and tools.</p>\n\n\n\n<p>“It’s now been six months since one of the largest acquisitions in WordPress history, and we’re happy to report that things remain ‘business as usual,\'” said Davidson. “We’ve remained true to our word, and Flywheel is continuing to live out our mission to help creatives do their best work. The community may have been skeptical about how this acquisition was going to pan out, but the fact is that nothing has really changed and our products have only improved!”</p>\n\n\n\n<p>How Flywheel would be folded into WP Engine was not clear early on. The two companies approached the change by learning from each other and gathering feedback. “We announced that we were acquired back in June, and it took about six months to figure out the logistics of the acquisition and the relationships between both companies,” said Davidson.</p>\n\n\n\n<p>After working out the details, it was decided that Flywheel would operate as a separate division within WP Engine with its own services.</p>\n\n\n\n<h2>Bringing the Tiny Plan Back</h2>\n\n\n\n<p>Some users <a href=\"https://wptavern.com/wp-engine-acquires-flywheel#comment-296007\">expressed disppointment</a> with the removal of the Tiny plan last year. It was an affordable tier for small sites at $15 per month.</p>\n\n\n\n<p>The plan change was the first time Flywheel had changed pricing in the company’s history. “The changes to plans back in May 2019 were made to allow us to continue investing more into the future of our platform, existing and future features, and to offer up more solutions to better fit our customers,” said Davidson.</p>\n\n\n\n<p>Based on customer feedback, Flywheel began to see that Tiny was a valuable plan for agencies who needed to offer a managed WordPress hosting solution for smaller clients. “When we joined forces with WP Engine, we were able to realign our goals as a business and refocus our efforts on the audience we’ve always catered to best: freelancers and small agencies,” said Davidson.</p>\n\n\n\n<h2>SOC Type 2 Certification</h2>\n\n\n\n<p>Earlier this month, Flywheel <a href=\"https://getflywheel.com/news/flywheel-managed-wordpress-host-completes-soc-2-compliance-and-certification/\">announced it had completed SOC 2 compliance and certification</a> as part of their long-term plan in building a more robust and trusted company.</p>\n\n\n\n<p>“Businesses using cloud service providers use SOC 2 reports to assess and address the risks associated with third-party technology services,” said Tommy Vacek, VP of Engineering. “When you boil it down though, it essentially means that Flywheel’s security practices are the best in the industry, and we’re one of the only WordPress hosts that has achieved it.”</p>\n\n\n\n<p>“It’s a sign of maturity on almost all areas of our business, from finance to information technology, and it also allows us to assess risk in our business and make decisions based off of it,” he said. “It’s a stamp of approval to demonstrate Flywheel’s intentionality around security.”</p>\n\n\n\n<h2>The 2020 Roadmap and Beyond</h2>\n\n\n\n<p>Rick Knudtson, CPO and co-founder, feels like the acquisition will allow the Flywheel team to better cater to creative agencies in the WordPress space. “Our product team is working on an exciting update to our offering entirely focused on supporting the growth of agencies, and our marketing team is hard at work creating brand new resources for agencies aspiring to make 2020 a great year,” he said. “Joining forces with WP Engine has allowed us to accelerate our product initiatives.”</p>\n\n\n\n<p>The company is now offering a <a href=\"https://getflywheel.com/selling-wordpress-maintenance/\">free course</a> on selling WordPress maintenance to clients. Themes by StudioPress, <a href=\"https://wptavern.com/wp-engine-acquires-studiopress\">acquired by WP Engine in 2018</a>, are all free for Flywheel customers. Flywheel is also working heavily on tools for WordPress developers.</p>\n\n\n\n<p>“Developers drive WordPress forward and WP Engine is committed to supporting the future of WordPress through industry-leading developer tools,” said Knudtson. One such tool is <a href=\"https://localwp.com/\">Local</a>, the company’s local development environment built for working with WordPress. “Since joining the WP Engine family, Local has become the standard local development and deployment tool for our customers across both of our platforms.”</p>\n\n\n\n<p>Local is currently used by over 50,000 developers. The team spent the last few months re-architecting the tool from the ground up. Knudtson said it is now five times faster than before. They are expanding the team that is working on Local to help handled more advanced developer workflows.</p>\n\n\n\n<p>“In 2020, we’ll introduce new ways to use Local so that all developers — novices or advanced, solo or within a team — can build their perfect development on top of Local,” said Knudtson. “Whether you just want to connect to your host and deploy, or you’re integrating into your existing CI/CD workflow, Local should be the solution.”</p>\n\n\n\n<p>The Local turnkey products, such as <a href=\"https://localwp.com/pro/\">Local Pro</a> and <a href=\"https://localwp.com/teams/\">Local Teams</a>, will be available to developers across both platforms in the future.</p>\n\n\n\n<p>Since the acquisition, Flywheel has included a new technology called <a href=\"https://getflywheel.com/layout/product-updates/smart-refresh/\">Smart Refresh</a> as part of their in-house caching engine. The system watches for updates made to a WordPress install and clears the cache when needed. Knudtson claims the updates to their system has increased backend performance on the platform by 50%.</p>\n\n\n\n<p>The company also recently announced its new <a href=\"https://getflywheel.com/layout/product-updates/keep-your-sites-flying-with-performance-insights/\">Performance Insights</a> feature. The tool provides proprietary performance data for developers to make decisions with sites they control.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 25 Feb 2020 19:55:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"Post Status: Elementor has raised a $15 million Series A, led by Lightspeed Venture Partners\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=77019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"https://poststatus.com/elementor-has-raised-a-15-million-series-a-led-by-lightspeed-venture-partners/\";s: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:2869:\"<p><a href=\"https://elementor.com/\">Elementor</a> has seen explosive growth in their WordPress-based page building application since its release in May 2016, now boasting more than 4 million installs of the <a href=\"https://wordpress.org/plugins/elementor/\">free version of the plugin</a>.</p>\n\n\n\n<p>The paid version of Elementor was introduced in November 2016, with a common freemium upgrade model. The Elementor community has taken off, furthering the product\'s growth and loyalty among freelancers, DIYers, and site wranglers.</p>\n\n\n\n<p>In such a crowded space as WordPress page building plugins, and especially considering core WordPress efforts via Gutenberg, Elementor\'s meteoric rise is an incredible accomplishment.</p>\n\n\n\n<p>Others have taken notice. In their Series A fundraising event, <a href=\"https://lsvp.com/\">Lightspeed Venture Partners</a> is leading a $15 million round. Elementor has been working on raising money since at least the second quarter of 2019, so this news is a long time coming.</p>\n\n\n\n<p><em><strong>Edit</strong>: Envato was rumored to be investing as well. I\'ve confirmed with Envato that while they are working closely with Elementor on some projects, they are not an investor in this round.</em></p>\n\n\n\n<p>Elementor has an opportunity to do a lot of interesting stuff with these funds — inside the WordPress experience, and I suspect independent of WordPress as well.</p>\n\n\n\n<p>I expect to see a fully hosted version of Elementor\'s site building capabilities where WordPress is (at least partially) hidden from the view of the user. They are currently <a href=\"https://careers.elementor.com/explore/co/rd/9C.41B/devops-engineer/all/\">hiring for</a> their “Cloud team” which is tasked with “building, maintaining, and supporting the company ‘Cloud Hosting SaaS Solution\'.”</p>\n\n\n\n<p>What has made Elementor stand out thus far is its relative intuitiveness and the establishment of a very loyal following — mostly lured in with extremely attractive pricing of the “Pro” product ($49 per site, or only $199 for unlimited sites), and a very generously featured free tier.</p>\n\n\n\n<p>Not many WordPress-centric companies have raised money. I\'m very interested to see where Elementor chooses to take the product from here. They certainly have both the momentum and the backing to do something big.</p>\n\n\n\n<p>With a team based in Israel, Elementor has more than 100 employees now working on the product and support. This raise will surely enable them to extend their runway while maintaining an attractive price point for the paid product and assist in the development of their next major release.</p>\n\n\n\n<p><em>Post Status was not included in the embargoed list of news sources to report this story. We became aware of the news through our own means and decided to report on it now.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 25 Feb 2020 14:53:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s: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:36:\"WPTavern: On MAGA Caps and WordCamps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=97442\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"https://wptavern.com/on-maga-caps-and-wordcamps?utm_source=rss&utm_medium=rss&utm_campaign=on-maga-caps-and-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:7583:\"<p class=\"has-drop-cap\">Within WordPress circles, I don’t talk much about politics. I was raised to believe that politics and religion are not polite dinner topics. That belief generally extends to my work-life too. However, sometimes these topics crash into one another at full speed.</p>\n\n\n\n<p>I don’t typically provide qualifying statements about my beliefs when writing an article. My words should stand on their own, regardless of my personal views. However, in this toxic political climate in the U.S. that sometimes worms its way into the WordPress community, alternative views are often automatically dismissed if the writer is not considered <em>one of their own</em>. If I wrote a piece that defended conservatism without self-describing myself as a liberal, my words would fall on many deaf ears. Such is the climate that we live in today.</p>\n\n\n\n<p>Therefore, without further ado, I proclaim myself as one of you.</p>\n\n\n\n<h2>WordCamps and Political/Hate Speech</h2>\n\n\n\n<p class=\"has-drop-cap\">In <a href=\"https://daily.jorb.in/2020/02/symbols-of-hate-at-wordcamps/\">Symbols of Hate at WordCamps</a>, Aaron Jorbin makes the argument that red MAGA (Make America Great Again) hats should be banned from WordCamps because they are symbols of racism. While one-sided and starting from the position that such apparel is hate speech regardless of context, it is a thought-provoking piece. It is also the sort of statement that will earn you internet points from what is seemingly a majority, Left-leaning inner WordPress community. But, there are unanswered questions and another side to this story that Jorbin failed to explore in his article.</p>\n\n\n\n<p>Jorbin opened with a large image. The image has a simple word as a <em>faux</em> HTML tag: <code></hate></code>. Before the argument begins, this imagery lets the readers know that there is no discussion. In HTML, the <code>/</code> character is meant to close a statement. The opening salvo is the end of the discussion. The text is merely a formality.</p>\n\n\n\n<p><strong>MAGA caps are hate speech.</strong></p>\n\n\n\n<p>There is no context in which a MAGA cap is acceptable. The reader should know this because the argument was won before it was given.</p>\n\n\n\n<p>“I fully cosign,” said Adam Soucie, the co-lead organizer for WordCamp 2020, <a href=\"https://twitter.com/AdamSoucie/status/1230923434122764294\">on Twitter</a>. “Show up to @WordCampOrlando in one of those red hats and you’ll be politely asked to leave. You know exactly what you’re doing with that choice. If you have a problem with that, take it up with Central.”</p>\n\n\n\n<p>The message is clear that certain people are not welcome. More often than not, that message is squarely aimed at conservatives. This type of groupthink is prevalent within the WordPress community. <em>Your political beliefs are not welcome.</em></p>\n\n\n\n<p>In his article, Jorbin does describe how political speech, the MAGA cap, has been co-opted by various hate groups. The question is whether we allow the actions of the minority of one group to become the deciding factor in how we treat the majority. We must also ask whether we hold other political speech to the same standard.</p>\n\n\n\n<p>Conservatives within our community often feel like they have no voice. The article and the subsequent discussions taking place on social media help drive home that feeling.</p>\n\n\n\n<p>“Today is a hard day to be a Republican in the WordPress Community,” wrote Bridget Willard <a href=\"https://twitter.com/YouTooCanBeGuru/status/1231122059159162880\">on Twitter</a>. “I see the tweets. And the moral superiority. It isn’t kind or inclusive.”</p>\n\n\n\n<p>She is not alone. Like her, many feel like they will be ostracized if they post a dissenting opinion that does not 100% jive with the Left-leaning vocal majority.</p>\n\n\n\n<p>“A MAGA hat makes me angry and uncomfortable, but speech is speech unless there’s a direct incitement,” responded Steve Stern <a href=\"https://twitter.com/sds52/status/1230916355668529152\">on Twitter</a>. “Do we ban all political content from all WP events? Is a T-shirt supporting a leftist cause OK? WordPress needs to support freedom, even when uncomfortable.”</p>\n\n\n\n<p>It is a slippery slope from banning a MAGA cap to stifling more mundane conservative speech, particularly when conservative voices are within the minority in our community. If the MAGA cap is hate speech, it cannot be a stretch to label anything about the man who gave rise to some extremist voices as falling under the same guideline.</p>\n\n\n\n<p>Let us say, for the sake of argument, that the red MAGA cap is deemed hate speech, regardless of who is wearing it, their intentions, and context. Outright ban it. Does such a ban extend to a “Trump 2020” T-shirt? In the mind of many who would ban the MAGA hat, I can guarantee they would like to see the ban extended to any Trump or even conservative-related apparel. Others may not be willing to go that far. However, for many, a ban on such apparel has absolutely nothing to do with hate speech. It has to do with a difference of opinion. Political opinion. Instead of meeting on equal terms and discussing those differences as open-minded adults, it is easier to quash an opponent’s freedom of expression by labeling it all as hate.</p>\n\n\n\n<p>If a red MAGA cap is always hate speech, it is not a leap to say that any Trump-supporting apparel is also hate speech. There has to be a line, and the one between a baseball cap and a T-shirt sporting “Trump 2020” is blurry.</p>\n\n\n\n<p>Perhaps the solution is to ban all political apparel at WordCamps, regardless of whose politics are on showcase. If some cannot stomach a MAGA cap, a life-long hunter should not have to look at a “meat is murder” T-shirt. We should also ban the countless other slogans that itch some group or another the wrong way.</p>\n\n\n\n<p>Or, we can all put on our big boy and girl pants and step out into the world as adults who might be presented with ideas outside our own from time to time.</p>\n\n\n\n<p>WordPress’s mission statement is to <em>democratize publishing</em>. The goal is not to democratize publishing <em>for some</em> or <em>for those who share our political views</em>. The implication is that we are democratizing publishing <strong>for all</strong>. By extension, WordCamps are about bringing people together from all walks of life. We don’t all share the same views, but we should respect that others believe differently. The idea is to break bread with those who are different from you and perhaps grow from this interaction.</p>\n\n\n\n<p>Then, imagine yourself in my shoes. I live in rural Alabama. This is Trump Country. If I got angry every time I came across the path of someone wearing a MAGA cap, I would spend most of my days in a fit of rage. Some of my more liberal friends ask how I live <em>among them</em>, jokingly. Truth be told, it is pretty easy once you start looking at people as people. Once you stop making assumptions about them by the clothes they wear or the political views they hold. Once you sit down and listen to their hopes and dreams and fears.</p>\n\n\n\n<p>At WordCamps, the best thing would be for everyone to leave their politics at the door. If we need a rule to formalize it, then so be it. We all have so much more in common that we likely realize. Let’s focus on the good that we can do together.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 24 Feb 2020 21:14:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:42:\"WPTavern: Goodbye Featured Themes, For Now\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=97396\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"https://wptavern.com/goodbye-featured-themes-for-now?utm_source=rss&utm_medium=rss&utm_campaign=goodbye-featured-themes-for-now\";s: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:4943:\"<img />Front page of the theme directory, featuring popular themes.\n\n\n\n<p class=\"has-drop-cap\">Yesterday, the <a href=\"https://meta.trac.wordpress.org/ticket/5044\">featured themes page was quietly removed</a> from the <a href=\"https://wordpress.org/themes\">WordPress theme directory</a>. Previously, it was the primary page users would see when visiting the directory. It has now been replaced with the popular themes list. This change is only reflected on the WordPress.org website and not directly in the WordPress admin for end-users.</p>\n\n\n\n<p>This is the first major change with the featured list since it was switched to a randomized set of themes in 2014. Over the past six years, volunteers have presented numerous ideas on what to do with the page that is, in many ways, the face of WordPress, particularly for new users who are searching for their first theme. No proposal has gone beyond a Trac ticket with a handful of participants or a theme review team meeting. It is almost as if every idea was dead on arrival.</p>\n\n\n\n<p>Removing the featured list altogether is not a simple matter of hiding the page on WordPress.org. There is an API endpoint that serves the list and core WordPress fetches themes directly from WordPress.org. Even if removed from the software, we would still be dealing with years of backward compatibility for older versions of WordPress. At this point, outright removal is not an ideal solution.</p>\n\n\n\n<p>The <a href=\"https://meta.trac.wordpress.org/changeset/9522\">commit note</a> makes a point that hiding the page from the theme directory is only temporary. The idea is to eventually replace it with a properly-curated featured themes list. </p>\n\n\n\n<p>However, such a proposal could languish for years. Given that we have suffered through six years of a randomly-generated list, it is unclear if anyone is motivated enough to push the project forward.</p>\n\n\n\n<h2>What Happened to the Curated Featured Themes List?</h2>\n\n\n\n<p>In October, the WordPress theme review team <a href=\"https://wptavern.com/curated-list-of-featured-themes-coming-to-the-theme-directory\">decided to create a system</a> for a curated feature themes list. <a href=\"https://make.wordpress.org/themes/2019/10/22/meeting-notes-for-tuesday-22nd-october-2019/\">The initial plan</a> was for the team representatives to work out the finer details and create a path forward. However, the idea seemed to fizzle out before it ever broke ground. There was little public mention of it after the excitement of the initial decision.</p>\n\n\n\n<p>“It was really hard to come up with requirements that we wanted the themes to follow,” said Carolina Nymark, a TRT representative. “Like the keyboard navigation and skip link had to be added to the theme, and no upsell. That alone limited the possible themes to a selection that was too small.”</p>\n\n\n\n<p>The idea for curated themes was that they would be the best of the best. Seemingly, that meant going above and beyond the standard requirements while being completely free of commercial interests. In hindsight, that level of scrutiny over the list may have been too tough of a sell. Curation does not necessarily have to strive for perfection. Uniqueness may provide more room for flexibility.</p>\n\n\n\n<p>“We did not hold any meetings with votes because there were concerns that people would only root for their own theme, their friends’ themes, or even get paid to suggest themes,” said Nymark. “It would be too easy to game it for profit.” Such backdoor schemes have been trouble with previous programs in the team’s past.</p>\n\n\n\n<p>The curated list based on their criteria would be too small to rotate regularly on the featured page. The team attempted to find other solutions. However, they were unsuccessful.</p>\n\n\n\n<p>“It was a strain that we could not figure out a good solution where theme authors would be treated fairly,” said Nymark. “Then we had a video meeting with [Josepha Haden, Executive Director of WordPress] where she said that the TRT team representatives should not have to select the featured themes. And it stopped there.”</p>\n\n\n\n<p>Ari Stathopoulos, a TRT representative, mentioned the elephant in the room that the team was not addressing. “There would be significant drama if the list was manually curated,” he said. “If it’s done by reps, then those who were not selected would accuse reps of favoring some themes. If it was done by a rotating committee, the same. Authors would rather believe that they are a victim of some conspiracy rather than believe their theme is bad.”</p>\n\n\n\n<p>A curated themes list is still a possibility. It is unlikely the theme review team will be handling it directly anytime soon. If it does happen, it will likely be another party who makes the call and gets to be the <em>bad guy</em>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 21 Feb 2020 18:45:39 +0000\";s: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: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:25:\"Matt: Livestream Tomorrow\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=50924\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2020/02/livestream-tomorrow/\";s: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:662:\"<p>About eight of the speakers including myself <a href=\"https://livestream.w.org/\">are going to be doing a livestream tomorrow from 2 to 10 UTC, or what would be 9am to 5pm in Bangkok</a> where the inaugural WordCamp Asia was <a href=\"https://wordpress.org/news/2020/02/wordcamp-asia-cancelled-due-to-covid-19/\">supposed to happen</a> this weekend.</p>\n\n\n\n<p>We’d all much rather be in person, but I do think there is a silver lining in us learning how to do official WordPress livestream events that can be accessible to everyone all over the world, following in the footsteps awesome virtual events like <a href=\"https://wordsesh.com/\">WordSesh</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, 21 Feb 2020 01:37:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:52:\"WordPress.org blog: Pop-Up Livestream on February 22\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8377\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2020/02/pop-up-livestream-on-february-22/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2217:\"<p>As mentioned <a href=\"https://wordpress.org/news/2020/02/wordcamp-asia-cancelled-due-to-covid-19/\">in this post</a>, Matt will host a <a href=\"https://livestream.w.org/\">livestream on February 22</a> during Bangkok daylight hours. He opened an invitation to any speaker who was affected by the cancellation, and the livestream will include the following fine people: <a href=\"https://profiles.wordpress.org/gsayed786/\">Imran Sayed</a>, <a href=\"https://profiles.wordpress.org/saiftheboss7/\">Md Saif Hassan</a>, <a href=\"https://profiles.wordpress.org/mmuhsin/\">Muhammad Muhsin</a>, <a href=\"https://profiles.wordpress.org/niravmehta/\">Nirav Mehta</a>, <a href=\"https://profiles.wordpress.org/piccianeri/\">Piccia Neri</a>, <a href=\"https://profiles.wordpress.org/itpixelz/\">Umar Draz</a>, and <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a> as well as a Fireside Chat and Q&A<strong> </strong>with <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> & <a href=\"https://www.linkedin.com/in/monishavaradan/\">Monisha Varadan</a>.</p>\n\n\n\n<div class=\"wp-block-buttons aligncenter\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background has-vivid-cyan-blue-background-color\" href=\"https://livestream.w.org/\" target=\"_blank\" rel=\"https://livestream.w.org/ noopener noreferrer\">Join the stream</a></div>\n</div>\n\n\n\n<p>This should be a great way to get to hear from some speakers who have yet to share their knowledge on a global stage. WordPress is enriched by a multitude of experiences and perspectives, and I hope you are as excited as I am to hear new voices from a part of the world that is frequently underrepresented in the WordPress open source project. </p>\n\n\n\n<p>Also exciting, <a href=\"https://2020.asia.wordcamp.org/2020/02/18/wordcamp-asia-2021/\">the WordCamp Asia team has announced that they’re aiming for January 2021</a>, so please mark your calendars now! This small but mighty team of trailblazing organizers has shown great resilience over the years they’ve spent, building toward this event. I am personally grateful for the hard work they’ve done and have yet to do, and can’t wait to thank them in Bangkok next year.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Feb 2020 23:06:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:26:\"WPTavern: Publishing Break\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=97350\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/publishing-break?utm_source=rss&utm_medium=rss&utm_campaign=publishing-break\";s: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:1404:\"<p>The Tavern is taking a break for the week as both of its authors are out. We’re happy about expanding families, and saying “boo” to the flu.</p>\n\n\n\n<p>In the meantime, here are some of my favorite WordPress-powered sites that I follow and learn from:</p>\n\n\n\n<ul><li><a href=\"https://tim.blog/\">Tim Ferriss is back to blogging and it’s great</a>.</li><li><a href=\"https://seths.blog/\">Seth Godin never stopped blogging and stays great</a>.</li><li><a href=\"https://fs.blog/\">Farnam Street always expands my mind</a>. (Three nice .blog domains in a row!)</li><li><a href=\"https://heropress.com/\">HeroPress gives me energy to work through the hard problems in WordPress</a>.</li><li><a href=\"https://nav.al/\">Naval is thoughtful and provocative</a>.</li><li><a href=\"https://avc.com/\">Fred Wilson is one of the most successful early-stage investors, and still takes the time to blog almost every day</a>.</li><li><a href=\"https://laughingsquid.com/\">Laughing Squid collects the weirdest and most interesting stuff on the internet</a>.</li><li><a href=\"https://onbeing.org/\">Krista Tippett’s On Being expands your soul</a>.</li></ul>\n\n\n\n<p>Finally, <a href=\"https://om.co/2020/01/16/podcast-interviewing-matt-mullenweg/\">the podcast I did with Om a few weeks ago covers some fun early internet trivia</a>. We’ll be back to regularly scheduled programming next week!</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, 20 Feb 2020 01:28:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"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:\"\";}}}}}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:40:\"WordPress.org blog: WordPress 5.4 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8360\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2020/02/wordpress-5-4-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3351:\"<p>WordPress 5.4 Beta 2 is now available!</p>\n\n\n\n<p><strong>This software is still in development,</strong> so we don’t recommend running it on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>You can test WordPress 5.4 beta 2 in two ways:</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (choose the “bleeding edge nightlies” option)</li><li>Or <a href=\"https://wordpress.org/wordpress-5.4-beta2.zip\">download the beta here</a> (zip).</li></ul>\n\n\n\n<p>WordPress 5.4 is slated for release on <a href=\"https://make.wordpress.org/core/5-4/\">March 31, 2020</a>, and <strong>we need your help to get there</strong>!</p>\n\n\n\n<p>Thank you to all of the contributors that tested the <a href=\"https://wordpress.org/news/2020/02/wordpress-5-4-beta-1/\">beta 1</a> development release and provided feedback. Testing for bugs is an important part of polishing each release and a great way to contribute to WordPress.</p>\n\n\n\n<h2>Some highlights</h2>\n\n\n\n<p>Since <a href=\"https://wordpress.org/news/2020/02/wordpress-5-4-beta-1/\">beta 1</a>, <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=02%2F12%2F2020..&milestone=5.4&group=component&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">27 bugs</a> have been fixed. Here is a summary of a few changes included in beta 2:</p>\n\n\n\n<ul><li>Block editor: Columns in the Block Library that have unassigned-width will now grow equally.</li><li>Block editor: The custom gradient picker now works in languages other than English.</li><li>Block editor: When choosing colors is not possible, the color formatter no longer shows.</li><li>Privacy: The privacy request form fields have been adjusted to be more consistent on mobile.</li><li>Privacy: The notice offering help when editing the privacy policy page will no longer show at the top of All Pages in the admin area.</li><li>Site Health: The error codes for failed REST API tests now display correctly.</li></ul>\n\n\n\n<h2>Developer notes</h2>\n\n\n\n<p>WordPress 5.4 has lots of refinements to polish the developer experience. To keep up, subscribe to the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> and pay special attention to the <a href=\"https://make.wordpress.org/core/tag/5-4+dev-notes/\">developers’ notes</a> for updates on those and other changes that could affect your products.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev/\">Help us translate WordPress into more than 100 languages</a>!</p>\n\n\n\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! </p>\n\n\n\n<p>If you’re comfortable writing a reproducible bug report, <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>, where you can also find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p><em>UPDATE – 20 Feb, 2020: This post was originally misattributed to Francesca Marano. The proper authorship has been corrected.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 18 Feb 2020 21:50:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"David Baumwald\";s: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:52:\"WordPress.org blog: People of WordPress: Kori Ashton\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8348\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2020/02/people-of-wordpress-kori-ashton/\";s: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:9806:\"<p><em>You’ve probably heard that WordPress is open-source software, and may know that it’s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people’s lives for the better. This monthly series shares some of those lesser-known, amazing stories.</em></p>\n\n\n\n<h2><strong>The beginning</strong></h2>\n\n\n\n<img src=\"https://i2.wp.com/wordpress.org/news/files/2020/02/kori-ashton.jpg?w=632&ssl=1\" alt=\"\" class=\"wp-image-8349\" />Kori Ashton\n\n\n\n<p>In 1998, Kori created her very first HTML website. Her dad was creating websites for a living at the time. She needed a website for her band because she wanted to be a rockstar. Under his training, and with a little bit of self-teaching, she learned how to build a website.</p>\n\n\n\n<p>She had been aware of WordPress since 2005, and, in 2008 a client specifically hired her as a freelancer to develop a WordPress website. Kori went straight to Google and taught herself how to build a WordPress website over a single weekend. She really enjoyed the experience of working with WordPress.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>My mind was absolutely blown when I saw the drag and drop options inside of menus to create dropdowns and a form builder. </em></p><cite>Kori Ashton</cite></blockquote>\n\n\n\n<p>She suggested to her dad that WordPress could be a solution for their customers who wanted to be able to access their own websites. Previously, they had found this was not as easy for clients unless they had specific software and knew how to code. So, Kori and her dad worked to learn WordPress over the next few years. </p>\n\n\n\n<p>Then in 2012, Kori and her parents launched their new business, WebTegrity, in San Antonio, Texas, US. It started out small: just Kori and her parents. Soon, they started subcontracting design work and quickly continued to grow their team.</p>\n\n\n\n<h2><strong>Going big time</strong></h2>\n\n\n\n<p>Even though the business was in a saturated industry in San Antonio — over 700 freelancers and agencies were providing similar services — Kori and her parents were able to sell their company five years later, with a multi-million dollar valuation. There were a few choices they made early on that led to that success.</p>\n\n\n\n<h3><strong>1. They picked a niche: WordPress specialists </strong></h3>\n\n\n\n<p>At the time, there were no WordPress-specific agencies in San Antonio. They emphasized the fact that WordPress was the only CMS their company would use. Prospective clients looking for a different type of CMS solution were not the right fit for their business. They also offered on-site, WordPress training and weekend workshops that were open to anyone (including other agencies) as one of their revenue streams. They soon were established as a city-wide WordPress authority.</p>\n\n\n\n<h3><strong>2. They cultivated a culture</strong></h3>\n\n\n\n<p>Kori wanted a great culture and environment in her company and to make that happen, she needed to hire the right people. She believes you must be careful about who you bring into the culture of your business, but particularly when hiring leaders into that community. You can’t teach passion so you’ve got to find people that are excited about what you do. You also need to look for integrity, creativity, a love for solving problems, and an eagerness to keep getting better. </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>You can teach code all day long, but be sure to find people with the right hearts to join your community and then train them up the right way. This way you will grow your culture in a healthy way.</em></p><cite>Kori Ashton</cite></blockquote>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2020/02/kori-ashton-2.png?w=632&ssl=1\" alt=\"\" class=\"wp-image-8350\" />Kori and her two sons\n\n\n\n<h3><strong>3. They learned how to build sustainable revenue streams</strong></h3>\n\n\n\n<p>Like many other web development agencies, WebTegrity started out with the “one-time fee and you’re done” business model. This business model is known for unpredictable revenue streams. Hearing about recurring revenue business models at WordCamp Austin was a lightbulb moment for Kori. She started drafting a more sustainable business model on the way back home. </p>\n\n\n\n<p>Support packages were key to their new business plan. Clients needed ongoing support. They decided to include at least 12 months of post-launch support into their web development projects. This doubled their revenue in one year and allowed them to even out their revenue streams.</p>\n\n\n\n<h3><strong>4. They knew the importance of reputation</strong></h3>\n\n\n\n<p>Kori believes that every client, whether they have a $5,000 or a $50,000 budget, should get the same type of boutique-style, white glove, concierge relationship.</p>\n\n\n\n<p>Every single project results in the absolute best solution for a client’s needs. In addition to that, offering training helped boost their reputation. Explaining the lingo of the web development and SEO fields and showing the processes used, added transparency. It helped set and meet expectations and it built trust. </p>\n\n\n\n<h3><strong>5. They proactively gave back to the community</strong></h3>\n\n\n\n<p>Kori heard Matt Mullenweg speak about <a href=\"https://wordpress.org/five-for-the-future/\">Five For The Future</a> at WordCamp US. He encouraged people in the audience who make a living using WordPress, to find ways to give back 5% of their time to building the WordPress software and community. Matt talked about how firms and individuals could give back to the community. He suggested, for instance to:</p>\n\n\n\n<ul><li>start a WordPress Meetup group</li><li>present at a Meetup event </li><li>facilitate a Meetup group where maybe you’re just the organizer and you never have to speak because you’re not a fan of speaking</li><li>help organize a WordCamp</li><li>volunteer at a WordCamp</li><li>write a tutorial and tell people how to do WordPress related things </li><li>run a workshop</li><li>make a video</li></ul>\n\n\n\n<img src=\"https://i1.wp.com/wordpress.org/news/files/2020/02/kori-ashton-3.jpg?fit=632%2C422&ssl=1\" alt=\"\" class=\"wp-image-8351\" />If you’re making an income using WordPress, consider giving 5% of your time back to building the software and/or the community.\n\n\n\n<p>This gave Kori another light bulb moment. She could make videos to give back. So her way to give back to the WordPress community is her <a href=\"https://www.youtube.com/user/webtegrity\">YouTube channel</a>.</p>\n\n\n\n<p>Every Wednesday, she published a video on how to improve your online marketing. This made a huge impact, both inside the WordPress community, but also in her own business.</p>\n\n\n\n<h2><strong>Understanding</strong></h2>\n\n\n\n<p>So, in summary, how did Kori and her family turn their business into a multi-million dollar buyout in just five years? </p>\n\n\n\n<p>Ultimately, it was about understanding that you have to build value. About keeping an exit strategy in mind while building your business. For instance when naming your company. Will it stand alone? Could it turn into a brand that you could sell as an independent entity?</p>\n\n\n\n<ul><li>Think about revenue streams and watch sales margins.</li><li>Be sure to include healthy margins. </li><li>Don’t hire until you have no further option.</li><li>Make sure to structure your offerings in such a way that you’re actually recouping your value. </li><li>Understand entrepreneurship, watch Shark Tank, read more tutorials, watch more videos.</li><li>Get involved in the WordPress community. Get to know its core leaders, the speakers that travel around to all the WordCamps. Start following them on Twitter and try to understand what they’re sharing. </li></ul>\n\n\n\n<p>In the end, the fact that Kori was so active in the San Antonio community helped enable the sale.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>We just kept hammering on the fact that we were the go-to place here in San Antonio for WordPress. We kept training, we kept doing free opportunities, going out and speaking at different events, and people kept seeing us. We kept showing up, kept giving back and kept establishing ourselves as the authority.</em></p><cite>Kori Ashton</cite></blockquote>\n\n\n\n<h2><strong>Contributors</strong></h2>\n\n\n\n<p>Alison Rothwell (<a href=\"https://profiles.wordpress.org/wpfiddlybits/\">@wpfiddlybits</a>), Yvette Sonneveld (<a href=\"https://profiles.wordpress.org/yvettesonneveld/\">@yvettesonneveld</a>), Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>), Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>), Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>).</p>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-columns\">\n<div class=\"wp-block-column\">\n<img src=\"https://i2.wp.com/wordpress.org/news/files/2019/07/heropress_large_white_logo.jpg?resize=632%2C474&ssl=1\" alt=\"\" class=\"wp-image-7025\" />\n</div>\n\n\n\n<div class=\"wp-block-column\">\n<p><em>This post is based on an <a href=\"https://heropress.com/essays/build-company-wordpress/\">article originally published on HeroPress.com</a>, a community initiative created by </em><a href=\"https://profiles.wordpress.org/topher1kenobe/\"><em>Topher DeRosia</em></a><em>. HeroPress highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.Meet more WordPress community members over at </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>!</em></p>\n</div>\n</div>\n</div></div>\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:\"Fri, 14 Feb 2020 21:12: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Yvette Sonneveld\";s: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:79:\"WPTavern: WooCommerce Partners With Square to Expand Services for CBD Merchants\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=97197\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:203:\"https://wptavern.com/woocommerce-partners-with-square-to-expand-services-for-cbd-merchants?utm_source=rss&utm_medium=rss&utm_campaign=woocommerce-partners-with-square-to-expand-services-for-cbd-merchants\";s: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:5047:\"<img />\n\n\n\n<p class=\"has-drop-cap\">WooCommerce, the open-source eCommerce platform developed and supported by Automattic, <a href=\"https://woocommerce.com/sell-cbd-online/\">announced a partnership</a> with Square payment solutions yesterday. The partnership expands services for merchants who are selling CBD products online. While it is a small step toward making it easier to sell CBD products, there are still many restrictions and pitfalls that merchants must overcome.</p>\n\n\n\n<p>Cannabidiol, known as CBD, was removed from the U.S. federal list of controlled substances in December 2018. It is one of 100s of identified cannabinoids in cannabis plants and does not have the psychoactive effects of THC. The Farm Bill (<a href=\"https://www.congress.gov/bill/115th-congress/house-bill/2/text\">Agriculture Improvement Act of 2018</a>) removed some restrictions and provided a regulated path for farmers and merchants to sell CBD-based products.</p>\n\n\n\n<p>CBD exists in a legal gray area in some jurisdictions in the U.S. State and local laws may still ban selling CBD and other substances (<em>for example, I live in Alabama where we have some “dry” counties where selling alcohol is illegal</em>). Therefore, merchants need to be aware that there are legal issues to consider, despite it being legal at the federal level. They should always check their local laws.</p>\n\n\n\n<p>Other hurdles include finding a payment processor, web host, shipping company, and bank that don’t have internal policies that forbid CBD products or at least working within any guidelines they do have. WooCommerce’s partnership with Square may help U.S. merchants at least tackle the payment processor part of the equation.</p>\n\n\n\n<p>“WooCommerce is proud to offer CBD merchants secure, efficient services that enable business owners to focus on improving consumers’ lives,” says Paul Maiorana, General Manager of WooCommerce.</p>\n\n\n\n<p>By using Square, U.S. merchants can also use other Automattic services such as Jetpack for backups and malware scanning, <a href=\"https://woocommerce.com/products/shipping/\">WooCommerce Shipping</a> for printing labels, and <a href=\"https://woocommerce.com/products/tax/\">WooCommerce Tax</a> for automatically calculating sales tax at checkout.</p>\n\n\n\n<p>“Because it’s still a highly-regulated substance, CBD products sold online require adherence to a special set of rules,” wrote Lynn Jatania in a <a href=\"https://woocommerce.com/posts/how-to-sell-cbd-online\">how-to post for WooCommerce merchants</a>. In the post, she describes steps sellers must follow and issues they may encounter.</p>\n\n\n\n<h2>Restrictions on Automattic-Hosted or Connected Stores</h2>\n\n\n\n<p>The version of the WooCommerce software available through WordPress.com or WooCommerce.com forbids the sale of CBD products because it is hosted by Automattic. Merchants must use the WooCommerce plugin from WordPress.org and run their stores on a third-party host that allows selling CBD products.</p>\n\n\n\n<p>The WordPress.com <a href=\"https://en.support.wordpress.com/store-guidelines/\">store guidelines</a> state:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>For example, you may not sell (or facilitate the sale of) any of the following in (or through) your store:…Controlled and highly-regulated substances (including alcohol, marijuana, cannabidiol or CBD, and other cannabis-derived products)</p></blockquote>\n\n\n\n<p>Self-hosted WooCommerce stores also have restrictions if they wish to connect their stores to any of Automattic’s services. This became a <a href=\"https://wptavern.com/woocommerce-com-clarifies-its-policy-on-selling-cbd-products\">source of confusion in June 2019</a>, when a self-hosted WooCommerce merchant was informed they could not connect to WordPress.com via Jetpack while selling CBD products. The WooCommerce team updated its guidelines to better clarify what is allowed when using Automattic’s services.</p>\n\n\n\n<p>The policy is nearly the same today. However, the partnership with Square loosens the rules to a degree. Currently, only U.S. stores are allowed to sell CBD products while connected to WordPress.com. They are also required to use Square for payment processing.</p>\n\n\n\n<p>From the <a href=\"https://docs.woocommerce.com/document/woocommerce-cbd/\">WooCommerce Guidelines for CBD and Other Hemp-Derived Products</a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Square has a vetting process for stores selling CBD and other hemp-derived products, so we currently require Square as the payment provider if you’d like to connect your store to Jetpack, WooCommerce Tax, and WooCommerce Shipping. We may approve additional payment providers in the future.</p></blockquote>\n\n\n\n<p>Using Square is not as simple as signing up. To sell CBD products, merchants must go through an application process to make sure they are selling CBD products with approval. The industry is heavily regulated, so this process may take some time.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Feb 2020 19:38:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:\"WPTavern: WordPress 5.4 Beta 1 Ready for Testing and Feedback\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=97193\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:167:\"https://wptavern.com/wordpress-5-4-beta-1-ready-for-testing-and-feedback?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-5-4-beta-1-ready-for-testing-and-feedback\";s: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:7216:\"<p>Release coordinator Francesca Marano announced the <a href=\"https://wordpress.org/news/2020/02/wordpress-5-4-beta-1/\">release of WordPress 5.4 Beta 1</a> on February 11. Most of the work has centered on the block editor. However, at the moment, contributors have closed another <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=5.4&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">258 tickets for the 5.4 milestone</a>.</p>\n\n\n\n<p>A second beta release is scheduled for February 18, according to the <a href=\"https://make.wordpress.org/core/5-4/\">5.4 release schedule</a>, along with follow-up betas and release candidates in the following weeks. The final release of WordPress 5.4 is slated for March 31.</p>\n\n\n\n<p>At this point in the development cycle, WordPress 5.4 is in a feature freeze, which means no new enhancements or feature requests will be considered. Only bug fixes and inline documentation are planned for the remainder of the cycle.</p>\n\n\n\n<p>Developers should follow the <a href=\"https://make.wordpress.org/core/handbook/testing/beta-testing/\">beta testing handbook page</a> to test their plugins and themes. Users who want to try out the upcoming release can do so via the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester plugin</a>.</p>\n\n\n\n<h2>Block Editor Changes</h2>\n\n\n\n<img />New welcome modal for the block editor.\n\n\n\n<p>WordPress 5.4 will comprise of 10 major releases of the Gutenberg plugin, which is the development project behind the block editor. The oldest update, version 6.6, was released on October 2. The latest update, version 7.5, landed on February 12.</p>\n\n\n\n<p>For end-users who are still using the classic editor, version 5.4 is an opportunity to see if the block editor has improved enough to use. While it may not be ready for everyone, the user experience continues to get better with each release.</p>\n\n\n\n<p>The block editor will feel much improved to users who have not yet tested the new features within the Gutenberg plugin. There is a welcome modal to introduce end-users to the block editor, which probably should have been added in WordPress 5.0 when the block editor landed. This update will also feature two new blocks: a social links block and a buttons group block.</p>\n\n\n\n<p>The new navigation block will not land in WordPress 5.4. “The Navigation block is usable right now,” said Mark Uraine in a <a href=\"https://make.wordpress.org/core/2020/02/07/navigation-block-exclusion-from-wp-5-4/\">post explaining the decision</a>. “But we don’t think it’s useful yet – at least not until it has an intuitive place to live.” The goal is for it to be available to users in the context of adding it to the header, footer, or sidebar rather than post content. It will make more sense for it to land in an update that branches the block system outside of the content area.</p>\n\n\n\n<p>Several blocks now have extra text and background color settings, including gradient backgrounds. Users can set the image size for galleries, drag and drop a featured image, and change the title attribute for the image block. Multi-block selection is much improved along with numerous other user experience and accessibility improvements.</p>\n\n\n\n<p>The following is, mostly, our coverage of each major Gutenberg release, dating back to version 6.6, along with a few links to the release announcements for versions we did not cover:</p>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2019/10/02/whats-new-in-gutenberg-2-october/\">Gutenberg 6.6 on Make Core Blog</a></li><li><a href=\"https://wptavern.com/gutenberg-6-7-introduces-storybook-and-gradient-backgrounds\">Gutenberg 6.7 Introduces Storybook and Gradient Backgrounds</a></li><li><a href=\"https://make.wordpress.org/core/2019/10/30/whats-new-in-gutenberg-30-october/\">Gutenberg 6.8 on Make Core Blog</a></li><li><a href=\"https://wptavern.com/gutenberg-6-9-introduces-image-titles-block-patterns-and-new-theme-features\">Gutenberg 6.9 Introduces Image Titles, Block Patterns, and New Theme Features</a></li><li><a href=\"https://wptavern.com/gutenberg-7-0-launches-stable-navigation-block-post-blocks-and-template-parts\">Gutenberg 7.0 Launches Stable Navigation Block, Post Blocks, and Template Parts</a></li><li><a href=\"https://wptavern.com/gutenberg-7-1-includes-welcome-modal-improves-multi-block-selection-and-adds-drag-and-drop-featured-images\">Gutenberg 7.1 Includes Welcome Modal, Improves Multi-Block Selection, and Adds Drag-and-Drop Featured Images</a></li><li><a href=\"https://wptavern.com/gutenberg-7-2-adds-long-awaited-multi-button-block-and-gallery-image-size-option\">Gutenberg 7.2 Adds Long-Awaited Multi-Button Block and Gallery Image Size Option</a></li><li><a href=\"https://wptavern.com/gutenberg-7-3-brings-navigation-block-colors-block-collections-api-and-dynamic-post-blocks\">Gutenberg 7.3 Brings Navigation Block Colors, Block Collections API, and Dynamic Post Blocks</a></li><li><a href=\"https://wptavern.com/gutenberg-7-4-adds-new-color-controls-link-ui-and-block-scaffolding-for-developers\">Gutenberg 7.4 Adds New Color Controls, Link UI, and Block Scaffolding for Developers</a></li><li><a href=\"https://make.wordpress.org/core/2020/02/12/whats-new-in-gutenberg-12-february/\">Gutenberg 7.5 on Make Core Blog</a></li></ul>\n\n\n\n<h2>Important Developer Changes</h2>\n\n\n\n<p>Developers should begin testing their plugins and themes to make sure there are no breaking changes with the 5.4 beta release. Most changes will be with the block editor. However, there are some noteworthy updates to other areas of WordPress.</p>\n\n\n\n<p>The <code>get_calendar()</code> function and anything that uses it, such as the calendar widget, have a <a href=\"https://make.wordpress.org/core/2020/02/12/changes-related-to-calendar-widget-markup-in-wordpress-5-4/\">breaking HTML change</a>. The previous and next month links have been moved below the <code><table></code> element and within a new <code><nav></code> element. This may potentially break calendar designs for theme authors.</p>\n\n\n\n<p>A new <code>apply_shortcodes()</code> function was added as an alias for <code>do_shortcode()</code>. The purpose of the function was to distinguish between <code>do_*</code> functions, which imply an action, and <code>apply_*</code> functions, which imply a filter or something that should return a value. It is purely a semantic change. It would be nice to see further cleanup of the function-naming mess that represents much of WordPress’ core code. With 16 years of technical debt, it could use an overhaul. Perhaps the acceptance of this <a href=\"https://core.trac.wordpress.org/ticket/37422\">four-year-old ticket</a> on a simple shortcode function can start a trend.</p>\n\n\n\n<p>Like plugins, themes can now set <a href=\"https://core.trac.wordpress.org/ticket/44592\">minimum version support</a>. By using the <code>Requires at least</code> and <code>Requires PHP</code> headers in a theme’s <code>style.css</code> file, theme authors can set the minimum WordPress version and PHP version, respectively.</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, 13 Feb 2020 17:19:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: WordCamp Asia 2020 Canceled Over COVID-19 Concerns\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=97179\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:165:\"https://wptavern.com/wordcamp-asia-2020-canceled-over-covid-19-concerns?utm_source=rss&utm_medium=rss&utm_campaign=wordcamp-asia-2020-canceled-over-covid-19-concerns\";s: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:6893:\"<p>Matt Mullenweg announced this morning that he made the call to <a href=\"https://wordpress.org/news/2020/02/wordcamp-asia-cancelled-due-to-covid-19/\">cancel the first WordCamp Asia</a> amid concerns surrounding <a href=\"https://www.who.int/dg/speeches/detail/who-director-general-s-remarks-at-the-media-briefing-on-2019-ncov-on-11-february-2020\">COVID-19</a>, the recent coronavirus strain with over 42,000 reported cases. The virus has caused over 1,000 deaths to date. WordCamp Asia was scheduled to run from February 21-23 in Bangkok, Thailand.</p>\n\n\n\n<p>“I’ve arrived at the difficult decision to cancel the inaugural WordCamp Asia event,” wrote Mullenweg. “The excitement and anticipation around this event have been huge, but there are too many unknowns around the health issues unfolding right now in the region to explicitly encourage a large public gathering bringing together over 1,300 people from around the world.”</p>\n\n\n\n<p>Mullenweg expressed a desire to explore an online event, possibly live-streaming some of the sessions. However, WordCamp Asia organizers said they will not be able to organize one. “We believe our efforts are now best focused on making the best arrangements necessary to assist all affected participants,” said Naoko Takano, the global lead of WordCamp Asia 2020.</p>\n\n\n\n<p>“I greatly appreciate the work everyone — from organizers to attendees, speakers to sponsors — put into making this a big success,” said Mullenweg. “So many people have come together to create an event to inspire and connect WordPressers, and I am confident that this passion will carry through into the event next year. Our thoughts are with everyone affected by the virus so far, and we sincerely hope that everything is resolved quickly so that this precaution looks unnecessary in hindsight.”</p>\n\n\n\n<p>Some attendees have already made the trip to Bangkok. Others have purchased non-refundable flights. The WordCamp Asia team will refund all event tickets and will provide a free ticket to next year’s event. Organizers, speakers, attendees, and sponsors should all <a href=\"https://2020.asia.wordcamp.org/2020/02/12/cancellation/\">read WordCamp Asia’s cancellation post</a> for details on any next steps they may need to take.</p>\n\n\n\n<p>“While we regret that we will not see you in Bangkok this time, we hope you understand that the organising team is standing by this decision to ensure the safety of all WordCamp attendees,” wrote Takano.</p>\n\n\n\n<p>There are no details on when the event will be rescheduled. The team said they hope to hold it in early 2021 and will make an announcement as soon as possible.</p>\n\n\n\n<p>Several people expressed their disappointment with the news in the comments on the WordCamp Asia cancellation post, but it better to err on the side of caution with such a large event. The first priority is the safety of all attendees. It was no doubt a difficult decision for all parties involved.</p>\n\n\n\n<p>Some of the attendees with non-refundable tickets and those already in the region talked about meeting up in the <a href=\"https://2020.asia.wordcamp.org/2020/02/12/cancellation/#comment-938\">announcement’s comments</a>. This could be a nice alternative to at least network with others.</p>\n\n\n\n<p><strong>Update:</strong> There is an unofficial <a href=\"https://www.meetup.com/WordCamp-Asia-Meetup/\">WordCamp Asia Meetup</a> currently being set up. Also, follow the <a href=\"https://wordpress.slack.com/archives/CLAFGCLBG\">#wcasia WordPress Slack channel</a> for discussion.</p>\n\n\n\n<h2>WordCamp Europe Sends Open Letter of Unity</h2>\n\n\n\n<p>In a letter from WordCamp Europe, another regional camp, past and present organizers <a href=\"https://2020.europe.wordcamp.org/2020/02/12/sending-love-to-wordcamp-asia/\">reached out to the WordCamp Asia team</a>.</p>\n\n\n\n<p>“We woke up this morning to the sad news that WordCamp Asia has been canceled,” the team wrote. “We can only imagine what a heart-wrenching and difficult decision this must have been, and how much pain it must be causing you to see something you have poured your hearts and souls into just disappear into thin air.”</p>\n\n\n\n<p>Putting together a large, regional WordCamp is a tremendous undertaking that takes 100s of volunteer hours. Events such as these can take a full year of planning and organizing.</p>\n\n\n\n<p>“We know how hard it can be to come together across cultures and countries, but that in the end it is worth it because you are one team working together,” wrote the organizers. “You are creating a flagship event and you know that it will bring joy to so many people and that every one of you has been waiting for the day of the event, and for that not to happen despite all of that work and care must be devastating.”</p>\n\n\n\n<h2>Wordfence to Aid With Lost Fees</h2>\n\n\n\n<p>Mark Maunder, Wordfence Founder and CEO, announced on the Wordfence blog that his company is <a href=\"https://www.wordfence.com/blog/2020/02/wordcamp-asia-cancellation-fee-assistance-package-from-wordfence/\">creating a $10,000 fund</a> to help attendees with hotel and airline change fees. The company will provide up to $200 in assistance per person, which will be served on a first-come-first-served basis. Maunder stressed that people should try to recoup any losses they can by following the advice on the WordCamp Asia cancellation post first. This will allow them to help as many people as possible.</p>\n\n\n\n<p>“Cancelling WC Asia 10 days before it commences is a brutally tough call,” he wrote. “I’ve had the organizers in my thoughts for the past few days knowing, via backchannels, that they’re agonizing over this. This is the right call.”</p>\n\n\n\n<p>The aid is available to all WordCamp Asia organizers, speakers, and attendees while there are still funds available. Those in need of assistance can find more information on the <a href=\"https://www.wordfence.com/blog/2020/02/wordcamp-asia-cancellation-fee-assistance-package-from-wordfence/\">fund’s announcement post</a>.</p>\n\n\n\n<p><strong>Update – February 12:</strong> Wordfence exceeded their $10,000 fund with 94 applicants. GoDaddy Pro stepped in to add an additional $10,000 to the fund, according to a <a href=\"https://twitter.com/mmaunder/status/1227698625859420163\">tweet by Maunder</a>.</p>\n\n\n\n<p><strong>Update – February 13:</strong> <a href=\"https://twitter.com/mmaunder/status/1227918513525919777\">Yoast added $10,000</a>, bringing the total to $30,000. At the moment, no additional funding is needed because requests are slowing. If needed, Maunder said he would <a href=\"https://twitter.com/mmaunder/status/1227925429123678209\">reach out to others</a> who have made offers to help.</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, 12 Feb 2020 16:26:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:59:\"WordPress.org blog: WordCamp Asia Cancelled Due to COVID-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:34:\"https://wordpress.org/news/?p=8344\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2020/02/wordcamp-asia-cancelled-due-to-covid-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:1265:\"<p>I’ve arrived at the difficult decision to cancel the inaugural WordCamp Asia event, which was planned to take place in Bangkok on February 21st. The excitement and anticipation around this event have been huge, but there are too many unknowns around the health issues unfolding right now in the region to explicitly encourage a large public gathering bringing together over 1,300 people from around the world.</p>\n\n\n\n<p>We’re going to explore if speakers — including myself — can do our sessions with the same content and at the same time that was originally planned, just online instead of in-person so we can achieve our goal of bringing the pan-Asian community closer together without putting anyone’s health at additional risk.</p>\n\n\n\n<p>Regardless, I greatly appreciate the work everyone — from organizers to attendees, speakers to sponsors — put into making this a big success. So many people have come together to create an event to inspire and connect WordPressers, and I am confident that this passion will carry through into the event next year. Our thoughts are with everyone affected by the virus so far, and we sincerely hope that everything is resolved quickly so that this precaution looks unnecessary in hindsight.</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, 12 Feb 2020 04: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: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:\"\";}}}}}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:40:\"WordPress.org blog: WordPress 5.4 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8322\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2020/02/wordpress-5-4-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7500:\"<p>WordPress 5.4 Beta 1 is now available for testing!</p>\n\n\n\n<p><strong>This software is still in development,</strong> so we don’t recommend running it on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>You can test the WordPress 5.4 beta in two ways:</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (choose the “bleeding edge nightlies” option)</li><li>Or <a href=\"https://wordpress.org/wordpress-5.4-beta1.zip\">download the beta here (zip)</a>.</li></ul>\n\n\n\n<p>WordPress 5.4 is slated for release on <a href=\"https://make.wordpress.org/core/5-4/\">March 31, 2020</a>, and <strong>we need your help to get there</strong>!</p>\n\n\n\n<p>While the <strong>primary goal for 2020 is full-site editing with blocks</strong>, contributors to WordPress are working across every area of the project to ensure the software continues moving forward.</p>\n\n\n\n<p>Testing for bugs is an important part of polishing the release during the beta stage and a great way to contribute. Here are some of the big changes and features to pay close attention to while testing.</p>\n\n\n\n<h2>Block Editor: features and improvements</h2>\n\n\n\n<p>WordPress 5.4 Core will merge ten releases of the Gutenberg plugin. This means there’s a long list of exciting new features. Here are just a few:</p>\n\n\n\n<ul><li>Two new blocks: social links and buttons.</li><li>More color options for Button, Cover, Group and Column blocks .</li><li>A <a href=\"https://github.com/WordPress/gutenberg/pull/18041\">Welcome Guide modal</a>.</li><li>Tools for adding featured images in the Latest Posts block.</li><li>Easier navigation in the block breadcrumbs.</li></ul>\n\n\n\n<p>Some additional changes to make note of:</p>\n\n\n\n<ul><li>On mobile, the toolbar stays on top, so you can’t lose it.</li><li>Easier image sizing in the Gallery block.</li><li>Drag-and-drop images into the featured-image box.</li><li>Several new APIs.</li><li>Friendlier offline error messages on REST API request failures.</li><li>Table block captions.</li><li>You can now color just parts of the text in any RichText block. </li></ul>\n\n\n\n<h3>Accessibility improvements</h3>\n\n\n\n<ul><li>Easier multi-block selection. </li><li>Support for changing an image’s title attribute within the Image block.</li><li>Easier tabbing. This had been one of the editor’s biggest accessibility problems, but now tabbing works with the block’s sidebar.</li><li>Visual switch between Edit and Navigation modes and enable screen reader announcements.</li></ul>\n\n\n\n<p>To see all of the features for each release in detail check out the release posts: <a href=\"https://make.wordpress.org/core/2019/10/02/whats-new-in-gutenberg-2-october/\">6.6</a>, <a href=\"https://make.wordpress.org/core/2019/10/16/whats-new-in-gutenberg-16-october/\">6.7</a>, <a href=\"https://make.wordpress.org/core/2019/10/30/whats-new-in-gutenberg-30-october/\">6.8</a>, <a href=\"https://make.wordpress.org/core/2019/11/13/whats-new-in-gutenberg-13-november/\">6.9</a>, <a href=\"https://make.wordpress.org/core/2019/11/27/whats-new-in-gutenberg-27-november/\">7.0</a>, <a href=\"https://make.wordpress.org/core/2019/12/11/whats-new-in-gutenberg-11-december/\">7.1</a>, <a href=\"https://make.wordpress.org/core/2020/01/09/whats-new-in-gutenberg-8-january/\">7.2</a>, <a href=\"https://make.wordpress.org/core/2020/01/22/whats-new-in-gutenberg-22-january/\">7.3</a>, <a href=\"https://make.wordpress.org/core/2020/02/05/whats-new-in-gutenberg-5-february/\">7.4</a> and 7.5.</p>\n\n\n\n<h3>Continuing efforts to improve performance</h3>\n\n\n\n<p>The block editor team has achieved a 14% loading time reduction and 51% time-to-type reduction, for a particularly sizable post (~ 36,000 words, ~1,000 blocks) since WordPress 5.3.</p>\n\n\n\n<h2>Wait! There’s more</h2>\n\n\n\n<h3>Site Health </h3>\n\n\n\n<p>When a project powers 34% of the world’s websites, there must be a focus on security. This is why contributors continue working so hard on the Site Health Project.</p>\n\n\n\n<p>WordPress 5.4 adds a widget on the dashboard that warns administrators of potential issues that could affect their site’s performance or security. A call-to-action button directs them to the Site Health screen for details and suggested fixes.</p>\n\n\n\n<h3>Accessibility improvements</h3>\n\n\n\n<p>WordPress strives to improve accessibility with every release, and this release is no different. Version 5.4 will contain the following accessibility enhancements:</p>\n\n\n\n<ul><li>Better focus management in Menu, Customizer and Site Health screens, to fix some existing keyboard navigation issues.</li><li>Easier keyboard navigation for better semantics in the Media modal.</li><li>An easier-to-read Privacy Policy Guide.</li></ul>\n\n\n\n<h2>For Developers</h2>\n\n\n\n<p>5.4 also contains a bunch of developer focused changes.</p>\n\n\n\n<h3>Calendar Widget </h3>\n\n\n\n<p>The HTML 5.1 specification mandates that a <code><tfoot></code> tag must follow <code><tbody></code> tag (which was not the case in the calendar widget). WordPress 5.4 moves the navigation links to a <code><nav></code> HTML element immediately following the <code><table></code> element in order to produce valid HTML.</p>\n\n\n\n<h3>apply_shortcodes() as an alias for do_shortcode()</h3>\n\n\n\n<p>Instead of using <code>do_shortcode()</code>, <code>apply_shortcodes()</code> should be utilized instead. While <code>do_shortcode()</code> is not being deprecated, the new function delivers better semantics.</p>\n\n\n\n<h3>Better favicon handling</h3>\n\n\n\n<p>Now favicon requests can be managed with more flexibility. Administrators can choose a favicon in the Customizer, or upload a <code>/favicon.ico</code> file. The WordPress logo will always load as a fallback.</p>\n\n\n\n<h3>Other changes for developers</h3>\n\n\n\n<ul><li>Clearer information about errors in <code>wp_login_failed</code>.</li><li>Site ID has been added to the <code>newblog_notify_siteadmin</code> filter for multisite installs.</li><li>Support has been added for the required WordPress and PHP version headers in themes.</li><li>Embed support has been added for TikTok.</li></ul>\n\n\n\n<p>Keep your eyes on the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/5-4+dev-notes/\">5.4-related developer notes</a> in the coming weeks, breaking down these and other changes in greater detail.</p>\n\n\n\n<p>So far, contributors have fixed more than <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=5.4&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">255 tickets in WordPress 5.4</a> with more to come.</p>\n\n\n\n<h2>How You Can Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev/\">Help us translate WordPress into more than 100 languages</a>!</p>\n\n\n\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a> where you can also find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</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, 11 Feb 2020 22:43:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Francesca Marano\";s: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:65:\"WPTavern: EditorsKit Tackles Typography With First Premium Add-On\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=97154\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:175:\"https://wptavern.com/editorskit-tackles-typography-with-first-premium-add-on?utm_source=rss&utm_medium=rss&utm_campaign=editorskit-tackles-typography-with-first-premium-add-on\";s: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:5031:\"<p>Jeffrey Carandang released the <a href=\"https://editorskit.com/wordpress-gutenberg-editor-typography-and-google-fonts-add-on/\">EditorsKit Typography Add-On</a> today, the first commercial extension to his <a href=\"https://wordpress.org/plugins/block-options/\">EditorsKit WordPress plugin</a>. The plugin provides page and block-level typography options. It works with Google Fonts, includes preset font combinations, and allows users to create custom typography rules.</p>\n\n\n\n<p>Unlike many other block editor plugins that offer a library of blocks, EditorsKit does not add custom blocks. Instead, it focuses on creating a better block editor experience. It enhances the editor interface, adds extra options to the editor toolbar, and extends options for existing blocks. It is a toolkit that is almost experimental, handling user-requested features long before they land in core WordPress or even the Gutenberg plugin.</p>\n\n\n\n<p>Until now, EditorsKit has remained a free plugin with no commercial components. However, it was almost inevitable that such a plugin would need some financial backing, particularly with the pace that Carandang is adding new features.</p>\n\n\n\n<p>“The plan was actually for Gutenberg and EditorsKit to mature enough, then create premium add-ons or services,” said Carandang. “But, the circumstances changed when I created ShareABlock. There are so many things that I want to achieve when creating a layout that core blocks cannot do yet.”</p>\n\n\n\n<p><a href=\"https://wptavern.com/creator-of-editorskit-launches-community-block-sharing-site\">ShareABlock</a> is Carandang’s community website for sharing blocks and templates. Site visitors can download block files directly from the site and import them into the block editor. Members can also share their custom block and template designs with others. Everything on the site is free to the community.</p>\n\n\n\n<p>“For this specific add-on, I was trying to solve the issue when it comes to typography in the Gutenberg Editor that I’ve experienced when creating templates and block patterns for ShareABlock,” said Carandang. “I always find myself doing custom functions to use specific Google Fonts when creating a template. I figured there might be others that are having the same problem.”</p>\n\n\n\n<p>The typography add-on for EditorsKit is a value-add on top of the normal free version of the plugin. For users who decide to purchase, they can choose between three plans that range from $29 and $99 per year, depending on the number of sites they need updates and support on.</p>\n\n\n\n<p>“My main focus is still on the free version,” said Carandang. “There will just be a few add-ons that will be built along the way whenever the circumstances need it.”</p>\n\n\n\n<p>This add-on is just the first step into a larger goal to add some other commercial add-ons and integration into EditorsKit. “I have a couple of other ideas,” said Carandang. “I plan to turn this into a bundle to make it easier for users to manage them inside the settings page.”</p>\n\n\n\n<h2>How the Plugin Works</h2>\n\n\n\n<p>Yesterday, Carandang launched version 1.2.5 of the primary EditorsKit plugin. Along with a handful of new features and bug fixes, he added a new “Extensions” tab to the plugin’s settings screen. End-users can grab the typography add-on from that new page. Once installed and activated, users can view and set a default font combination from that same area in the plugin.</p>\n\n\n\n<img />Typography Settings on the EditorsKit settings screen.\n\n\n\n<p>The plugin adds typography options on the post-editing screen. It provides a custom sidebar that allows end-users to select a font combination for the entire post. </p>\n\n\n\n<p>End-users can also create custom typography rules from this same sidebar. Any custom rules created are stored for use on other posts and pages too. There is also an option to apply the rules to the <code><body></code> element on the front end and override the theme’s typography.</p>\n\n\n\n<img />Post/Page-level typography options in the block editor.\n\n\n\n<p>On the block level, each block allows users to select a font family and weight. This is handled through a custom “Typography Settings” panel. Currently, there are over 60 choices from Google Fonts and a few system fonts. The add-on also automatically updates the font-weight options on a per-font basis (not all fonts are built for all weights).</p>\n\n\n\n<img />Per-block typography settings.\n\n\n\n<p>The one potential downside to this add-on is how easy it is to go overboard when adding external fonts. When using too many on a page, it will slow down the page-loading speed. As a general rule of thumb, users should not select more than two or three fonts to keep speed in check. It would be handy if the plugin added a warning message somewhere in the UI to let users know of the dangers of using too many fonts.</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, 11 Feb 2020 20:25:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:64:\"WPTavern: Awesome Motive Acquires the All in One SEO Pack 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:29:\"https://wptavern.com/?p=97109\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:173:\"https://wptavern.com/awesome-motive-acquires-the-all-in-one-seo-pack-plugin?utm_source=rss&utm_medium=rss&utm_campaign=awesome-motive-acquires-the-all-in-one-seo-pack-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:7061:\"<img />\n\n\n\n<p class=\"has-drop-cap mt-2\">Last Thursday, Awesome Motive CEO Syed Balkhi <a href=\"https://semperplugins.com/all-in-one-seo-is-now-part-of-the-awesome-motive-family/\">announced his company acquired the All in One SEO Pack</a> (AIOSEO) plugin. Michael Torbert, the plugin creator, first released <a href=\"https://wordpress.org/plugins/all-in-one-seo-pack/\">AIOSEO</a> in 2007. Since then, the plugin has been downloaded over 65 million times. It is currently active on over 2 million WordPress sites.</p>\n\n\n\n<p>Balkhi said his company acquired the project for two primary reasons. “First, because our users continuously asked us to build an SEO plugin that’s easier to use and is more affordable,” he said. “They specifically wanted an SEO plugin that was reliable and results-focused like some SaaS software is.” The second reason was that he did not want the plugin to end up in the wrong hands. “All in One SEO has played an important role in the history of WordPress, in the history of WPBeginner (since this was the first SEO plugin I used), and there are a lot of users who rely on All in One SEO Pack to optimize their WordPress site for SEO.”</p>\n\n\n\n<p>“I’m confident in handing over the reins to such a great organization in Awesome Motive and excited to see what the next chapter brings for AIOSEOP under your leadership,” said Torbert in response to Balkhi’s announcement.</p>\n\n\n\n<p>For many years, AIOSEO enjoyed the spotlight. It was the go-to SEO plugin for a large segment of the WordPress user base. However, in recent years, Yoast SEO has captured a larger share of the market. It is currently installed on over 5 million websites. Other plugins such as The SEO Framework have also eaten into the market. Plus, newcomer Rank Math SEO has been making waves and picking up users at a steady clip. Needless to say, there is much fiercer competition among SEO plugins than in AIOSEO’s heyday.</p>\n\n\n\n<p>“The SEO plugin market is definitely a competitive one, but I feel it’s only competitive by quantity,” said Balkhi. “WordPress as a platform is flourishing, and one of the reasons for that is the choices/freedoms that WordPress offers to users, including the choice of which SEO plugin to use.”</p>\n\n\n\n<p>Balkhi has a knack for growing products, and the WordPress ecosystem is steadily growing. Currently, over 14 million websites use his software. He launched <a href=\"https://www.wpbeginner.com/\">WP Beginner</a>, a free WordPress resource site, in 2009. Since then, he’s launched successful products like <a href=\"https://optinmonster.com/\">OptinMonster</a>, a conversion optimization toolkit; <a href=\"https://wpforms.com/\">WPForms</a>, a drag-and-drop form builder; <a href=\"https://www.monsterinsights.com/\">MonsterInsights</a>, a Google Analytics plugin; and more. In 2019, his company launched <a href=\"https://rafflepress.com/\">RafflePress</a>, a contest and giveaway plugin.</p>\n\n\n\n<p>Balkhi noted that he does not manage all of these properties on his own. “The truth is that I’m blessed to work alongside with some of the most talented people in the ecosystem that are my partners in various ventures, such as Thomas Griffin, Jared Atchison, Chris Christoff, John Turner, Blair Williams, Steve and Stephanie Wells, Josh Kohlbach, and now Benjamin Rojas,” he said. “Without my partners and the rest of our amazing Awesome Motive team, none of what we do would be possible.”</p>\n\n\n\n<p>The question is now whether his company can grow AIOSEO’s audience from its current 2 million users while turning a profit.</p>\n\n\n\n<p>“Our growth plan for the next year and beyond is to make an SEO plugin that’s geared towards beginners and non-techy business owners,” said Balkhi. “An SEO plugin that’s always reliable, comes with exceptional customer support, and most importantly is results-focused. I believe when we meet these three criteria, we will have done more than enough to set ourselves apart from the competition.”</p>\n\n\n\n<p>Except for Torbert, the entire AIOSEO team is joining Awesome Motive and will continue working on the plugin. “Some of the team members were previously part-time contractors, but now they will be working full-time on AIOSEO, so you can say that the product team has actually grown,” said Balkhi.</p>\n\n\n\n<p>Benjamin Rojas will be taking the lead role in managing the plugin. He was previously one of the senior members from Awesome Motive’s OptinMonster team. Alongside this change, the company is planning to add two new hires in the coming weeks. Balkhi expressed a desire to “hit the ground running at full speed.”</p>\n\n\n\n<h2>The Future of the Plugin</h2>\n\n\n\n<img />Primary settings screen for the AIOSEO plugin.\n\n\n\n<p>The current version of AIOSEO (v.3.3.5) feels a bit dated. It lacks integration directly with the block editor, relying on the older meta box system. The settings screens do not fit completely into the WordPress admin UI. Cleaning up these areas could offer some quick and instant wins in the short term.</p>\n\n\n\n<p>AIOSEO and other SEO plugins, in general, need to make the complex simple.</p>\n\n\n\n<p>SEO plugins can be painfully complex to configure. At times, the user experience can be overwhelming. The average user should not need to be an SEO expert or spend half an hour configuring a post’s SEO options. It should not feel like work before sharing content with the world.</p>\n\n\n\n<p>“Aside from SEO experts and consultants, just about everyone else finds SEO to be confusing,” said Balkhi. “How do you know whether the SEO settings that you have are driving results? Is the green light enough or is it lying? Is the green light even relevant?” These are the types of questions Balkhi said his company receives from users. “Unfortunately there isn’t a single solution in the market that solves these problems,” he said.</p>\n\n\n\n<p>Based on what is currently available, there’s a gap between the set-it-and-forget-it type of SEO plugins and highly-advanced plugins. There’s an unclaimed middle ground that guides users without complicating things.</p>\n\n\n\n<p>Balkhi is not yet prepared to provide specific details from the roadmap, playing it a little close to the vest. “I want to build a WordPress SEO plugin that’s both reliable and results-focused,” he said. He will be working closely with the team as they work to revamp the plugin.</p>\n\n\n\n<p>“I have a lot of plans to improve the product, and I’m really excited to be bringing several of our internal SEO tools into a single plugin suite to share with the larger community,” said Balkhi. “My goal is that after our series of updates and new features, All in One SEO will give WordPress sites an even bigger SEO advantage over other third-party CMS platforms.”</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, 10 Feb 2020 20:56:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:80:\"WPTavern: Convert Classic Content to Blocks With the Bulk Block Converter 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:29:\"https://wptavern.com/?p=97056\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:205:\"https://wptavern.com/convert-classic-content-to-blocks-with-the-bulk-block-converter-plugin?utm_source=rss&utm_medium=rss&utm_campaign=convert-classic-content-to-blocks-with-the-bulk-block-converter-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:3462:\"<p>Organic Themes released the <a href=\"https://wordpress.org/plugins/bulk-block-converter/\">Bulk Block Converter </a>WordPress plugin last month and updated it in the past week. The plugin allows users to convert classic content, written in the old editor, to the new block format.</p>\n\n\n\n<p>Unless end-users have the Classic Editor plugin installed, their old content is placed into the classic block in the newer block editor. WordPress provides an option for transforming this content into individual blocks from the block-editor interface. However, this must be done on a per-post basis.</p>\n\n\n\n<p>“Going back and converting each post and page with a classic block to individual blocks can be a very long and tedious process,” said David Morgan, co-founder of Organic Themes. “The Bulk Block Converter plugin quickly scans all your posts and pages for classic blocks, and allows you to quickly convert them all to individual blocks within one interface.”</p>\n\n\n\n<p>Originally, Organic Themes built the plugin for internal use at their company. “We developed the plugin to help us convert the content of our theme demos to blocks more efficiently,” said Morgan. The company had to convert over 40 theme-demo sites with an average of 50 posts and pages per site. They built this plugin to avoid a long and painstaking process. Then decided to share it. “We thought the tool could be very useful for other users migrating to Gutenberg.”</p>\n\n\n\n<p>For users with a lot of old content, Bulk Block Converter could be the key to moving it all to the new block editor system. Based on the conversions I ran on a couple of test installations, it worked flawlessly.</p>\n\n\n\n<h2>How the Plugin Works</h2>\n\n\n\n<img /> Block Conversion plugin screen in the admin.\" class=\"wp-image-97059\" srcset=\"https://wptavern.com/wp-content/uploads/2020/02/bulk-block-converter-tool.png 896w, https://wptavern.com/wp-content/uploads/2020/02/bulk-block-converter-tool-300x175.png 300w, https://wptavern.com/wp-content/uploads/2020/02/bulk-block-converter-tool-768x449.png 768w, https://wptavern.com/wp-content/uploads/2020/02/bulk-block-converter-tool-500x292.png 500w\" sizes=\"(max-width: 896px) 100vw, 896px\" />Bulk Block Converter admin screen for converting content.\n\n\n\n<p>The Bulk Block Converter plugin adds a new “Block Conversion” sub-menu item to the WordPress “Tools” menu in the admin. Once on that screen, it provides a “Scan Content” button. When clicked, it checks all of your posts, pages, and other custom post types for classic content. It then builds a list table of all the content.</p>\n\n\n\n<p>From that point, you can choose between converting each post individually or running a bulk conversion of all posts. I always recommend being cautious with such plugins by converting and checking a couple of individual posts before trying bulk conversions.</p>\n\n\n\n<p>The process for converting posts was snappy during my tests. In just a few moments, I converted all of my old content over without issue.</p>\n\n\n\n<p class=\"has-text-color has-background has-white-color has-blue-700-background-color is-style-highlight shadow-md text-white bg-blue-700\">Like any plugin that modifies content in this way, it is prudent to store a backup of your site before converting the posts. This is also a one-way conversion process. Once a post is transformed, there is no going back.</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, 07 Feb 2020 20:49:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:94:\"WPTavern: Gutenberg 7.4 Adds New Color Controls, Link UI, and Block Scaffolding for Developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=97032\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:229:\"https://wptavern.com/gutenberg-7-4-adds-new-color-controls-link-ui-and-block-scaffolding-for-developers?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-7-4-adds-new-color-controls-link-ui-and-block-scaffolding-for-developers\";s: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:4443:\"<p class=\"has-drop-cap\">The Gutenberg development team <a href=\"https://make.wordpress.org/core/2020/02/05/whats-new-in-gutenberg-5-february/\">launched version 7.4 of the plugin</a> yesterday. The update includes a few user-facing features: a text color control for the group block, background-color control for the columns block, and a new link UI for rich text components. For developers, the team introduced a script for launching a block plugin from the command line.</p>\n\n\n\n<p>After a dramatic increase in speed in the <a href=\"https://wptavern.com/gutenberg-7-3-brings-navigation-block-colors-block-collections-api-and-dynamic-post-blocks\">last update</a>, version 7.4 continues down the same path. When tested against a post with approximately 36,000 words and 1,000 blocks, page load speeds dropped from 5.461s to 5.037s and keypress events from 34.63ms to 34.54ms. This is not a significant reduction, but every improvement helps.</p>\n\n\n\n<p>The update includes over two dozen bug fixes and several enhancements. Work toward the navigation block continues. The experience is slowly getting better, but it still doesn’t feel ready for production.</p>\n\n\n\n<p>The team also launched an early, experimental <a href=\"https://github.com/WordPress/gutenberg/pull/19883\">mechanism for handling global styles</a>, a feature that may be complete this year. <a href=\"https://wptavern.com/key-takeaways-from-the-first-future-of-themes-meeting\">Global styles</a> would allow themes to set default colors, typographical settings, and potentially more. Theme authors should keep an eye on the development of this feature and offer feedback.</p>\n\n\n\n<h2>Group Block Gets Text Color Control</h2>\n\n\n\n<img />Changing the text color for an entire group.\n\n\n\n<p>The Gutenberg team once again cleans up one of my biggest gripes. When using the group block in the past, end-users could not apply a text color to every sub-element of the group block. Instead, they had to add a text color to any blocks within the group. It was a painstaking process at times, particularly with groups of many blocks.</p>\n\n\n\n<p>With this change in version 7.4, users can apply a <a href=\"https://github.com/WordPress/gutenberg/pull/19181\">text color to the entire group</a> at once, and that color should trickle down to sub-blocks. Of course, users can still change the color of inner blocks if necessary.</p>\n\n\n\n<h2>Columns Block Gets Background Color Control</h2>\n\n\n\n<img />Customizing the background color on a columns block.\n\n\n\n<p>Gutenberg 7.4 adds the <a href=\"https://github.com/WordPress/gutenberg/pull/17813\">background color control to the columns block</a>. This makes it work similarly to the group block by adding a background color to the entire containing block. Unfortunately, it did not receive the same text color control in this release.</p>\n\n\n\n<p>Currently, there is still no way to add background and text colors to an individual column. End-users can only add a color on the sub-blocks within a column. The feature is a step in the right direction, but it’s still missing some essential color options.</p>\n\n\n\n<h2>Link UI Updated</h2>\n\n\n\n<img />Inserting a link into a paragraph with the new UI.\n\n\n\n<p>This is a minor change but welcome. The link UI for rich text, a component used for blocks such as paragraphs, <a href=\"https://github.com/WordPress/gutenberg/pull/19686\">now has the same UI</a> as the navigation and button blocks. The consistency is nice, but I am a fan of the improvement overall. </p>\n\n\n\n<p>The UI change is subtle, but it already feels slightly more comfortable after a day of use.</p>\n\n\n\n<h2>Block Scaffolding for Developers</h2>\n\n\n\n<img />Initial JavaScript file for an auto-created block plugin.\n\n\n\n<p>For developers who want to jump-start a new block plugin, the Gutenberg team <a href=\"https://www.npmjs.com/package/create-wordpress-block\">released an official script</a> for getting started. By running the <code>npm init @wordpress/block</code> command, the script will install and run you through setting up a custom block. The script creates an entire plugin folder, including the necessary PHP, CSS, and JavaScript files.</p>\n\n\n\n<p>This script is ideal for building single-block plugins, which will eventually be exposed via the official WordPress block directory. Because it creates an entire plugin, it is probably not the best route for creating new blocks within an existing plugin.</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, 06 Feb 2020 21:06: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:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"Post Status: Syed Balkhi on Awesome Motive’s acquisition of All In One SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=76000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/syed-balkhi-on-awesome-motives-acquisition-of-all-in-one-seo/\";s: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:31030:\"<p>Syed Balkhi joins me to discuss the acquisition of AIO SEO.</p>\n\n\n\n<p>All in One SEO is one of the most widely used plugins in the WordPress ecosystem, with more than two million installs.</p>\n\n\n\n<p>In the <a href=\"https://semperplugins.com/all-in-one-seo-is-now-part-of-the-awesome-motive-family/\">announcement post</a>, Syed says the entire All in One SEO team is joining Awesome Motive, aside from founder Michael Torbert:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Aside from new ownership change, it’s business as usual. You can continue to use the plugin that you love without any interruptions.</p><p>With the exception of Michael, the entire All in One SEO team joined Awesome Motive. This means that you are still being supported by the same talented people.</p><p>On top of that, we have added more team members from Awesome Motive who will be working on the All in One SEO project, including me.</p><p>In a near future release, you will see a small plugin design refresh in the WordPress admin area.</p><p>With our experience and a dedicated team, we will be adding several new features and improvements to the All in One SEO WordPress plugin in the near future.</p></blockquote>\n\n\n\n\n\n\n\n<p><strong>Some of the questions he answers:</strong></p>\n\n\n\n<ul><li>So who is your target customer with All in One SEO?</li><li>How is the model structured? You’re directing strategy… is there a partner you\'re working with?</li><li>How does your vision for AIO SEO compare to what you see in Yoast SEO?</li><li>How do you envision the free/premium divide?</li><li>What are the first three things you plan to do?</li><li>How did the conversation with Michael start? Did you approach him? Did he approach you? Tell me a story.</li><li>How far do you think you can scale this business model?</li><li>What do you think about the consolidation we’re seeing in the plugin ecosystem — the consolidation you’re a major player in?</li></ul>\n\n\n\n<p><strong>Links:</strong></p>\n\n\n\n<ul><li><a href=\"https://awesomemotive.com/\">Awesome Motive</a></li><li><a href=\"https://wordpress.org/plugins/all-in-one-seo-pack/\">AIO SEO on WP.org</a></li><li><a href=\"https://semperplugins.com/all-in-one-seo-is-now-part-of-the-awesome-motive-family/\">Acquisition announcement</a></li></ul>\n\n\n\n<h3>Full Transcript</h3>\n\n\n\n<div class=\"transcript\">\n<p>Transcribed by https://otter.ai</p>\n\n\n\n<p><strong>Brian Krogsgard 0:02 </strong><br />This episode of the Draft podcast is brought to you by Jilt. Jilt is email marketing built for eCommerce stores. Go to jilt.com to try it today. I know that Jilt is an awesome product because I work on it every single week. And I get to see it up close and personal. Jilt has amazing integrations for WooCommerce, Shopify, and ads so no matter what platform you\'re building your eCommerce site on, it will work for you. It\'s built specifically for eCommerce with extremely powerful segmentation options for you to set up automations to work for you while you sleep. And you can do your manual email marketing through our broadcasts feature in Jilt. It\'s a great tool. I know you\'ll love it. Try it today. Go to Jilt.com. And thanks to Jilt for being a Post Status partner. Hello and welcome to the Draft podcast. My name is Brian Krogsgard. I\'m with Syed Balkhi. Hey Syed. </p>\n\n\n\n<p><strong>Syed Balkhi 0:55</strong><br />Hey man, how are you? </p>\n\n\n\n<p><strong>Brian Krogsgard 0:56</strong><br />I\'m doing great. So you know like you Guys have news coming out all the time. And you\'ve got another plugin that you\'ve put under the automotive umbrella. And it\'s all in one SEO. So first off just congrats on the acquisition of a really long-running popular plugin.</p>\n\n\n\n<p><strong>Syed Balkhi 1:18 </strong><br /> Thank you. Thank you.</p>\n\n\n\n<p><strong>Brian Krogsgard 1:20 </strong><br /> So let\'s start with what attracted you to all in one SEO as the type of plugin that you were interested in.</p>\n\n\n\n<p><strong>Syed Balkhi 1:29 </strong><br /> So when I started a web beginner I was I started with all in one SEO, I\'ve had a lot of respect for the plugin in industry. I believe it you know, it is one of the tools that are essential for a website owner. And it is something that our users have continued to, to build. If you haven\'t checked out the WP begin to engage Facebook group, this question comes up a lot I did a, I did a video about it and people were asking, like, you know, when are you going to build a SEO plugin that is beginner-friendly. And, you know, it\'s just keeps coming up over and over every year if you\'ve been able to build one product, what would it be? And SEO keeps coming upset. We tried to make a deal happen. And you know, I approached several authors and this was the one that we ended up going with.</p>\n\n\n\n<p><strong>Brian Krogsgard 2:25 </strong><br /> So you say, you know, people from the dopey beginner groups were the ones that initiated this conversation. So who is your target customer with a plugin like this?</p>\n\n\n\n<p><strong>Syed Balkhi 2:38 </strong><br /> Small business owners like you know, DIY website owners, I would say is there is a target market you know, we try to stay away from the super-advanced super Dev audience, we want to help small business owners so our goal at awesome motive is to you know, help small businesses go and compete with the big guys. And that is something that we continue with all of our products.</p>\n\n\n\n<p><strong>Brian Krogsgard 3:00 </strong><br /> So obviously the I guess I would say the market leader in this genre has been Yoast SEO for years. If I remember the correlation of how the usage worked out all in one, SEO was the most popular plugin for a really long time in the SEO market, and then Yost took over that spot. What\'s the comparison that you see in Yost? I mean, I think you and Yost divock are friendly and the team at Yost, how does how to your efforts here? You know, like, how does it differ from Yoast? Is Yost an advanced plugin? Like what makes you most advanced versus like the beginner features that you envision? All in one Seo? That\'s the stuff that I don\'t quite know how to nail down in my mind.</p>\n\n\n\n<p><strong>Syed Balkhi 3:45 </strong><br /> For sure, for sure. Yeah. So I mean, I\'m friends of yours. Of course, I told. I told Yost about, about the field before he went public. So it doesn\'t affect our friendship. I think you know, in any market you have multiple players, right? They have their own unique sets of features and divisions that they carry forward. And I know Yost has a vision that he is moving forward with. My, my goal is to really focused on two things, one, reliability, and the second is to be results-focused. And that the second one is definitely a primary thing I want a plugin, that is results focus on, you know, almost every SEO plugin, when you look at it in the market, and there\'s some newcomers that are that have entered the market as well. They kind of just help you set up and let you optimize some pages. And that\'s kind of it like there hasn\'t been any innovation, if you may, from a bigger picture point of view in the SEO plugin market in a while.</p>\n\n\n\n<p>And I want to change that.</p>\n\n\n\n<p><strong>Brian Krogsgard 4:56 </strong><br /> So talk to me about that. Because I know I know. I know Sayed Balkhi well enough to know he\'s got a plan. As soon as he has control, you\'ve got some things that you want to do. I have to admit, I haven\'t installed all in one SEO and I don\'t even know how long I don\'t know what it looks like, once you get working on it on the interior. What\'s it like today? And I guess, what are your big three things that you want to do? I know you got those mapped out?</p>\n\n\n\n<p><strong>Syed Balkhi 5:24 </strong><br /> Yeah, I mean, we have a very clear 12-month plan the three-year picture, I would say, you know, install it, just so you can see, you can have a before and after comparison, I think that you know that you can see the impact that we\'re, we\'re about to happen on this plugin. So, you know, over the years, like, I\'ve built a lot of internal tools that we just use, and like when you asked like, you know, what is the target market release me and I\'m like, I try to dog food pretty much all of our own products and I think that\'s, that\'s one of our secret sauces on how we make the best product. So I want to bring in a lot of the internal tools that we have, that we already have into a central plugin that we can control manage, and also, you know, share it with the WordPress community and in the small business community as well. I am also you know when you think about like a lot of my friends who are influencers somewhere, you know, meeting SEO experts as well they all have, you know, their own internal SEO tools that they\'ve built, we kind of shared that knowledge, we sometimes shared those scripts with each other. So we can kind of have an advantage and I want to bring that level the playing field. So we\'re going to be bringing a lot of those other tools in it so when it when you know when you think about the name all in one SEO, I think this is going to really become that. Without divulging too much of the you know, fine details, I think, think about it from that way it finally is true SEO suite for WordPress.</p>\n\n\n\n<p><strong>Brian Krogsgard 6:59 </strong><br />You mentioned how the way that people typically look at SEO and WordPress right now is you go to a single singular URL. So let\'s say it\'s a, you know, it\'s a page of, you know, the best WordPress host or whatever. And you optimize that page. So is what you\'re talking about more of how to figure out a site wide plan or overview, is that right?</p>\n\n\n\n<p><strong>Syed Balkhi 7:22 </strong><br />Exactly. So when you think about that, you know, a small business owner they come in and install the plugin then what what happens do they do the chase a light, a specific color, but what is that in regards to anyways? I want to I want to really help people discover new growth opportunities. So like SEO is not just some acronym. That doesn\'t mean anything new. Most people will be they everybody kind of has a vision, but everybody\'s lost. really making that easy, making people making easy to identifying opportunities, measure those opportunities and you know, doing a little bit More than just setting up an optimizing. Okay. Yeah.</p>\n\n\n\n<p><strong>Brian Krogsgard 8:03 </strong><br /> So, you know, when I think of small businesses, and when I talk to the friends that are, you know, they run small businesses like a dentist or something I usually start thinking about SEO in terms of local stuff or so what\'s the free and premium divide for you?</p>\n\n\n\n<p><strong>Syed Balkhi 8:20 </strong><br /> Yeah, there\'s gonna be a lot of premium features that we\'re going to add, of course, over the years, we\'re going to continue improving the tree offering, which is, you know, core of this plugin anyways. That\'s, that\'s, that\'s, that\'s where I think I\'ll pretty much stop at you know, there\'s gonna be a lot of cool tools that are going to come in that we\'re going to add in the premium version. There\'s also going to be a lot of really cool thing that we\'re going to add in the free version that we just haven\'t seen. Is this going to happen over the course of the next three months? No regular we\'re going to do some like small refreshes the three in the three month period, but the bigger picture and the big things are going to be rolled out over the, you know, 12 month period because we have to take our internal tools and then, you know, turn it into so it can be used by tuning people.</p>\n\n\n\n<p><strong>Brian Krogsgard 9:12 </strong><br /> <em>I\'m pretty biased towards Jilt. And it\'s with good reason. When I was considering to take on some part-time work to complement what I was doing with Post Status, I went straight to Skyverge and said, I think that Skyverge seems like a fantastic company to work for. And Jilt seems like a really exciting product to work on. Jilt is really the tool that you need to complement your eCommerce store. It\'s email marketing, but it\'s built specifically for eCommerce stores. So what\'s that mean in practice? Well, you can do your marketing outreach through a manual newsletter built into Jillson, some people don\'t even know that. That\'s done via the broadcast feature. But then there are the automation tools. jilt started out as an abandoned cart automation tool, but it\'s a lot more than that. Now, you can segment based on anything that\'s part of your historical store data. So if you will Want to email people just who purchased a product in a certain category, then you can do it. If you have an update for a product and you want to send an email to people who have purchased that historically, you can do it. If you want to send an email because people have spent a certain amount of money in their lifetime, and your store, you can do it. You can do so much with guilts Automation features, the segmentation data is extremely thorough, whether you\'re running a WooCommerce store, or a Shopify store or an ed d store, and you\'re not using jilt, then, quite frankly, you\'re giving up potential revenue. Try jilt today, go to jilt.com. I know you\'ll love it. </em><br /><br />How did the conversation with Michael start then? Did you approach him? Did he approach you? Tell me a story around the process of acquiring a plugin especially one was such a huge user base. And I guess there\'s a lot of implications when someone new takes over one of the most popular plugins in the plugin repo.</p>\n\n\n\n<p><strong>Syed Balkhi 10:59 </strong><br /> Absolutely. So, you know, I think I mentioned to you, you this came back from the WP beginner communities after I did the web kind of census survey, which happened at the beginning of the year, I start getting all sorts of data from the audience and from survey responses and start analyzing. And I reached out to, to Michael, as I started the conversation, you know, it started from discussing of what does this look like, you know, does this look like us partnering together and running that does it look like us taking a full hundred percent stake into the business then, you know, Michael walks from Italy, you know, there was, like, a lot of conversation that, you know, started with things like maybe March, so we didn\'t close the deal until January 3. So it takes you know, it\'s like think about it when this is something that you have been doing for 10 plus years this is your baby. It\'s an emotional process. It\'s a yes, it\'s a very emotional process. It\'s not an easy decision to make, and I\'m not you know that. I think the things that made it easy or easier to make things you know a little bit smoother was that I\'ve known Michael for a long time, right. Michael has been in the WordPress ecosystem. This was the original WordPress SEO plugin. I\'ve had numerous occasions where I hang out with Michael, at the WordPress community summit, the first-ever … network in Raleigh several times. I actually flew out to Raleigh to hang out with Michael to kind of share our vision because you know, for both of us, the most important part is users and the community. And, you know, we were in you know, we were lying there. So that\'s like that\'s, that\'s really a nutshell what happened in the nine-month period, right? Of course legal comes in Ba ba ba ba ba that\'s normal of any deal, boring stuff.</p>\n\n\n\n<p><strong>Brian Krogsgard 13:02 </strong><br />You can have it all settled, I guess and still have several months left on Enter before it actually, you know, get signed and is ready to go.</p>\n\n\n\n<p><strong>Syed Balkhi 13:12 </strong><br /> Right. And especially with my travel schedule, it kind of made things a little difficult, right? Because we\'re growing and then I you know, I have certain like level commitments already like that that are planned six months plus in advance always. So it becomes a little tricky. So we wanted to do face to deal in December, but it kind of went in by the January.</p>\n\n\n\n<p><strong>Brian Krogsgard 13:35 </strong><br /> Yeah. So the, you know, I\'ve seen you do this a couple times now where you acquire another business and obviously you don\'t acquire something unless you see potential growth in it. So you see growth in this product. However, I would say this product may be different than some of the others whereas where, you know, it was at the top of the game for a while and then it had a you know, maybe it grew WordPress a little bit, but it wasn\'t the market leader there were there was growth and other plugins in the sector, significantly higher than all in one, SEO is growth. Whereas some tools that you started, you were the growth plugin, like WP forms was a fresh plugin, you know, brand new, or you acquire one that is on a high growth trajectory. So this one\'s a little bit different than that. So how do you view the business model? And then how do you think that you can continue to scale this business model that there\'s so many products under the automotive umbrella these days?</p>\n\n\n\n<p><strong>Syed Balkhi 14:33 </strong><br /> You know, I think the important part is that you that you highlighted is almost every plugin grows with WordPress. You know, when I started using WordPress in 2006, I don\'t recall the exact number of how big WordPress was, but it wasn\'t 35% of the web.</p>\n\n\n\n<p><strong>Brian Krogsgard 14:52 </strong><br /> Right? If I did a post on this, I think it was in 2010. And we weren\'t 8% of the web yet, so 20,006 it was probably like 1% Maybe 2% of the web, right?</p>\n\n\n\n<p><strong>Syed Balkhi 15:02 </strong><br /> So, So when you think about this right I\'m very bullish on WordPress. I really believe in WordPress, I even posted a story about like my cab driver using WordPress and learn from the … Uber driver and I was like, wow, this is crazy like you could get picked up from the Atlanta airport. So the, you know, the business model really is, you know, anytime you build an ecosystem, you rely on the ecosystem. I think the WordPress ecosystem has a lot of growth happening right now. And users are always looking for so you know, whether it be just because we have WP forms and needed it is the best hands down. WordPress form plugin doesn\'t mean people don\'t use others. Right. So I don\'t look for Oh, is this is this plugin necessarily growing or not? I think this is a plugin with a very loyal user base. Good, you know framework I haven\'t had a lot of sentimental values, you know, tied to all them on SEO because this was a plugin I started using, you know, and when I launched WP beginner, I think for a long time I was the de facto maybe an official doc for this because I would share my configuration and people would just come and copy and paste that into the chat back and forth. Michael and Steve, you know, who\'s been with all the one for 10 years, he actually joined us a motive. That\'s pretty, pretty awesome. But we also had a lot of sentimental values for this. And I\'ve learned a ton from Michael who\'s been very generous mean in the early days of the WordPress ecosystem. So I think there\'s a lot we can do in terms of the growth side of the plugin for sure.</p>\n\n\n\n<p><strong>Brian Krogsgard 16:49 </strong><br /> As an aside, you mentioned in the announcement posts that Michael is not joining awesome motive, it sounds like he\'s gonna go find out what he wants to do next, but the rest of the Anyone that was working on all in one SEO is actually going to become an automotive employee.</p>\n\n\n\n<p><strong>Syed Balkhi 17:05 </strong><br /> Absolutely. that\'s already been done yet our goal whenever we make an acquisition, are you in a position or you know, one of the automotive core values people first and we always take care of that first.</p>\n\n\n\n<p><strong>Brian Krogsgard 17:15 </strong><br /> So you\'ve got WP forms monster inside see prod webmail, SMTP raffle press. And you know, now we\'re putting all in one SEO as kind of primary product things. You\'ve got some other stuff too. If people go to automotive com, they can see everything that your team is working on. But what about this scale side of this? So we talked actually last week I don\'t know if you probably didn\'t listen to it. We talked last week about back when you showed me your schedule blocking and you know, we\'re talking about trying to manage multiple projects and you\'re the kind of the key to this to me, in our space, because there\'s so many things that you\'re paying personal attention to, but you\'ve created ways to where, you know, you don\'t have to be there. You\'re your vessel You add but like, Is there a ceiling for how you can scale like is it 10 products? Is it 15 or 20? what\'s this business model for you?</p>\n\n\n\n<p><strong>Syed Balkhi 18:11 </strong><br /> I wish I knew what the number was, I\'ve tentatively put it at 30? I think it is one of the things that you know that like I never do anything alone, right? There\'s like I\'ve worked like my secret against it\'s not such a big secret is I work with really really awesome partners, really talented people. You know, Thomas Griffin, who leads OptinMonster and TrustPulse, you know, products. Jared Atchison who leads WP Forms and SMTP. These guys are phenomenal leaders right. Chris Christoff leading Monster Insights, phenomenal leader and they all have their own strengths. Right and we what makes us work really well together is how we compliment each other. So you know with John Turner in SeedProd and RafflePress, right, that he brings a whole new set of values to Awesome Motive and what we\'re looking to do over the next 10 years. So, you know, when when we decided to acquire all in one SEO we looked for, you know, who would that personally because Michael was not going to be coming on board. And, of course, like, this is it. This is something I\'m really passionate about. And I know a lot about this industry. I wanted to make sure that there\'s somebody else who\'s really, really talented who can lead and Benjamin Rojas, I don\'t know, I don\'t know if you know him or not in the WordPress ecosystem. He\'s a phenomenal developer had had several other products in the EBD ecosystem that he sold to Pippin when you know, they did the market consolidation, their position. He\'s been working in the OptinMonster team for I believe, like four years, three, four years, and so He\'s actually going to be leading this division and department call and Seo? Of course, I\'m going to be I\'m very involved that, you know, I\'m not involved in OptinMonster day today, but you know, I\'ve been for two years. Same thing with WP Forms, that division is run by Jared, Christoff, you know, my stream says pretty much online, so I\'m going to be very involved in it. So like, while we have a lot going on, I\'m not liking every single thing all the time. It\'s not it\'s not humanly possible. You see my time blocks, right? So these things move around around every quarter.</p>\n\n\n\n<p><strong>Brian Krogsgard 20:34 </strong><br /> Okay, so you are bringing in Benjamin he\'s going to be the Christoff or the Acheson version of your partner? Your — almost like an implementation partner — whereas you\'re the strategic partner?</p>\n\n\n\n<p><strong>Syed Balkhi 20:49 </strong><br /> Yeah, absolutely. I— you know, we could call it the integrator role that you know, GM …</p>\n\n\n\n<p>So yeah, Ben, Ben is awesome. And I\'ve had a pleasure working with him for last years. And he just continues to impress me, is literally like two and a half, three people into one. And you get to that pretty much about like, you know, Christoff, you\'ve seen the energy that he brings in Jared and Thomas, John,…</p>\n\n\n\n<p><strong>Brian Krogsgard 21:23 </strong><br /> It seems like everybody, do you think this is a pattern of just the WordPress ecosystem? or part of the way you\'ve made these partnership decisions? Everybody that has played that role internally for you as a developer? Do you think is that strategic or just circumstance?</p>\n\n\n\n<p><strong>Syed Balkhi 21:40 </strong><br /> I think it\'s a circumstantial, more so than not, I don\'t believe that, you know, this role has to go to a developer. I think this role has to go to somebody who understands product and building products. So you know my extent of development, I —</p>\n\n\n\n<p><strong>Brian Krogsgard 22:02 </strong><br /> It\'s more than you let on but no, you —</p>\n\n\n\n<p>Syed Balkhi 22:08 <br /> I don\'t think you have to be a developer you have to be — you have to understand the products and more importantly understand the problem you\'re solving and being able to improvise at, you know, at a, at a fast scale and being able to solve problems faster than other people. I think that\'s — that\'s what I look for, more so than anything.</p>\n\n\n\n<p><strong>Brian Krogsgard 22:29 </strong><br /> All right, I want to finish up.</p>\n\n\n\n<p>I want to get your take on the consolidation that we\'re seeing in the\n plugin ecosystem is something I\'ve been talking about. I think since \n2017. We\'ve seen that playing out in hosting business, we\'ve seen it of \ncourse, that\'s kind of par for the course in the landscape of broader \nhosting. We\'re really seeing it ramp up in terms of plugins in the \nWordPress space. You You\'re one of the big players in that consolidation\n process, but there are others too. There\'s some people Whether they\'re \npublic yet or not, that are you know bundling up plugins and they\'re \ncoming at it with a strategy to take advantage of this market. So what \nare your What are your thoughts about consolidation and where we are \nkind of in I guess the market cycle of WordPress plugin businesses</p>\n\n\n\n<p><strong>Syed Balkhi 23:18 </strong><br /> think they in an important thing to look at is not just the consolidation part of WordPress but scale that new plugins are coming and being introduced. Right. So it\'s not it\'s it would be not fair to look at the market just from one angle because there\'s so much growth happening with a new plugins being added and when the market is growing at that scale consolidation becomes natural. And this just shows that WordPress is not in its infancy. anymore right when you because they are players. Better. That is certain sides enough to be able to have this kind of conversation. This was, you know, the consolidation doesn\'t always happen for monetary reasons, sometimes, you know, you\'ve been doing this for you have a plugin that you\'ve been building for like, seven, eight years, maybe you just want to move on. Right? So I don\'t necessarily, you know, that\'s just natural now that WordPress has been around for so long, then that\'s just a natural transition of people\'s lives. That\'s happening from an ecosystem point of view. Just the growth is phenomenal. When you look at the new plugins being added all the Gutenberg bought collection plugins that are being added, you know, and all of them are getting installs. There\'s not like, you know, there\'s one or two or three that just kind of own the market, every single one of them is getting itself. You know, you there\'s like, just because like we launched web form doesn\'t mean there hasn\'t been new contact or plugins. I mean, it says, I think that\'s just a natural phase of any ecosystem. And it means great things for the user, like the users of WordPress are going to benefit the most out of it. Because it shows that there\'s truly legitimate resources being put into building products and it\'s not just, you know, one person, you know, doing this as a side hustle. And there\'s nothing wrong with that there\'s a lot of great plugins come out of solid there are some really good ones that are still you know, somebody\'s side hustling and just crushing it right in the market. So I think it just it\'s just good It shows that businesses can use you know, WordPress plugin, and reliably knowing that they\'re this is not going to be disappeared is not just going to be discontinued. So, I think that I\'m very bullish on the WordPress market, and I have been for the last 10 years of running WP Beginner.</p>\n\n\n\n<p><strong>Brian Krogsgard 25:48 </strong><br />Awesome. And you think this consolidation will probably continue on as a natural part of our ecosystem?</p>\n\n\n\n<p><strong>Syed Balkhi 25:55 </strong><br /> Yeah, I mean, absolutely.</p>\n\n\n\n<p>That\'s just natural for any system whether you\'re in WordPress, or you\'re in landscaping, or pool cleaning,</p>\n\n\n\n<p><strong>Brian Krogsgard 26:06 </strong><br /> Maybe the difference from here on out will be that we\'ll start to see larger ones. And maybe I don\'t know if you have an opinion on that. But I think that\'s my gut feeling. You mentioned something like you get to a stage and, you know, some people are looking to exit and some people now have the resources to be able to make those acquisitions. So as time goes on that discrepancy between the big, you know, the people that are big enough now to where, let\'s say, I don\'t know, a million-dollar acquisition is in their wheelhouse, whereas five years ago, that was totally impossible for them to even consider as that becomes more and more the type of thing that is possible for a company to do will naturally see more of it. Would you agree with that?</p>\n\n\n\n<p><strong>Syed Balkhi 26:49 </strong><br /> I think they you know, what I would like to see is, you know, more of this happening, right because this just further validates the industry in itself. I think it is happening, right, you know, have it happening, whether it\'s public or not public, right. I know several players that are that are in the market. And in terms of big, I think that\'s just reality, right? You lay outside looking in big is not always what you see. Yeah, we\'re all small and big and not what you think. I think that it\'s just relative. Right. So to the individual perspective.</p>\n\n\n\n<p><strong>Brian Krogsgard 27:27 </strong><br /> All right. So that\'s all I really have for you. I just wanted to chat with you about this acquisition and get your take on it. Is there anything that you want to either leaf people, whether they\'re an all in one SEO user, or if it\'s somebody in the post s audience question for me, the floor is yours.</p>\n\n\n\n<p><strong>Syed Balkhi 27:45 </strong><br /> No, you know, I always appreciate the work that you\'re doing and really excited to see Cory on board with post status. I just wanna say thank you, you know, to the community for the continued support of automotive our suite of products. We, we always strive to do better and serve our users. And I just hope to continue to earn everybody\'s trust for years to come.</p>\n\n\n\n<p><strong>Brian Krogsgard 28:08 </strong><br /> Awesome. I appreciate it. Thanks for joining us and we will talk to everybody soon. Bye.</p>\n\n\n\n<p>Transcribed by https://otter.ai<br />\n</p>\n\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 06 Feb 2020 19:14: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:15:\"Brian Krogsgard\";s: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:69:\"WPTavern: Key Takeaways From the First ‘Future of Themes’ Meeting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=96997\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:171:\"https://wptavern.com/key-takeaways-from-the-first-future-of-themes-meeting?utm_source=rss&utm_medium=rss&utm_campaign=key-takeaways-from-the-first-future-of-themes-meeting\";s: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:10639:\"<p>There are few clear answers.</p>\n\n\n\n<p>As members of the <a href=\"https://wptavern.com/join-the-future-of-wordpress-themes-conversation-theme-review-team-to-hold-biweekly-discussions\">core design, editor, and theme review teams joined</a> for the <a href=\"https://make.wordpress.org/themes/2020/02/03/block-based-themes-meeting-agenda-for-february-5/\">inaugural biweekly meeting</a> that may decide the fate, at least in part, of WordPress themes, it became clear that there is no structured game plan. There are many ideas. There are several moving pieces. There are components and teams and ideas that must all coalesce and build something that has never been done before in WordPress.</p>\n\n\n\n<p>There is room for both excitement and concern.</p>\n\n\n\n<p>It is not necessarily a bad thing to be in an early experimental stage. However, WordPress is a mature product. It <em>feels</em> like there should be something more concrete about the future of one of its most integral parts — themes.</p>\n\n\n\n<p>That is what these meetings are for. They are about building bridges between various teams and making some decisions. One of the problems going forward will be cutting through the noise.</p>\n\n\n\n<p><strong>Takeaway #1:</strong> there are still more questions than there are answers.</p>\n\n\n\n<h2>Moving Forward With Block-Based Themes</h2>\n\n\n\n<p>If there is one thing that almost feels like a foregone conclusion it is that we are transitioning into a future where themes will be built entirely of blocks. Even the meeting was dubbed the “Block-Based Themes Meeting,” despite <a href=\"https://make.wordpress.org/themes/2020/01/29/new-bi-weekly-block-based-themes-meeting/#comment-43993\">some pushback</a> that such a meeting name was biased.</p>\n\n\n\n<p>This is no surprise. Block-based themes are where we are going. The real question is how that will work and what level of control theme authors will ultimately have over their creations.</p>\n\n\n\n<p>Kjell Reigstad, a design director for Automattic, kicked off the meeting with an introduction of block-based themes and what the meeting would cover. “As most of you probably know, Gutenberg is in the process of <a href=\"https://make.wordpress.org/core/2019/09/05/defining-content-block-areas/\">expanding beyond the editor</a>,” he said. “As we’ve already seen, Gutenberg allows for a great deal of user-customization inside of post and page content. It allows any user to create custom layouts all by themselves, and style adjustments too. These will all usually be retained even after a user switches themes.”</p>\n\n\n\n<p>Full-site editing seeks to bring blocks to the entire site, which is traditionally the domain of themes. “By turning elements like the header and footer into block areas, users will have the flexibility to place any sort of content wherever they want,” said Reigstad. “It allows for a lot of creativity! They’ll theoretically be able to click and edit their header in place, or change their sites entire color scheme without needing to jump into an entirely separate interface.”</p>\n\n\n\n<p><strong>Takeaway #2:</strong> block-based themes are happening.</p>\n\n\n\n<h2>The Definition of Block-Based Themes</h2>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>Live Demo Q&A from <a href=\"https://gutenbergtimes.com/theme-templates-full-site-editing-experience-enrique-piqueras/\">The Gutenberg Times</a>.\n\n\n\n<p>After a quick introduction of how the meeting would work, Jeff Ong, designer at Automattic, filled in the details of how block-based themes work. Currently, such themes are experimental and must be activated by ticking the full-site editing (FSE) checkbox via the Gutenberg plugin’s Experiments settings screen.</p>\n\n\n\n<p>“Once you’ve activated this FSE experiment option, a few major changes will occur in how WordPress behaves,” said Ong. “WordPress will look for HTML templates inside of a block-templates directory of your theme, instead of using the PHP templates, to determine how your site will appear.”</p>\n\n\n\n<p>This was not a new concept to the people present. Most have explored the <a href=\"https://wptavern.com/initial-documentation-for-block-based-wordpress-themes-proposed\">initial documentation for block-based themes</a> over the past two months.</p>\n\n\n\n<p>This part of the meeting was more about providing information. The following are key links for further exploration of full-site editing and block-based themes:</p>\n\n\n\n<ul><li><a href=\"https://github.com/WordPress/gutenberg/projects/35\">Full-Site Editing Project</a></li><li><a href=\"https://github.com/WordPress/gutenberg/issues?utf8=%E2%9C%93&q=label%3A%22New+Block%22+label%3A%22%5BFeature%5D+Full+Site+Editing%22+\">Full-Site Editing Tickets</a></li><li><a href=\"https://github.com/WordPress/theme-experiments\">Theme Experiments Repository</a></li><li><a href=\"https://developer.wordpress.org/block-editor/developers/themes/block-based-themes/\">Block-Based Themes Documentation</a></li></ul>\n\n\n\n<h2>Global Styles Are a Part of the Process</h2>\n\n\n\n<img />Example mockup from the primary <a href=\"https://github.com/WordPress/gutenberg/issues/19255\">global styles ticket</a>.\n\n\n\n<p>Tammy Lister, experience designer at Automattic, introduced <a href=\"https://github.com/WordPress/gutenberg/projects/40\">global styles</a>, a feature coming to the Gutenberg plugin and eventually core WordPress. She described global styles as being at the “what goes into the cake” stage, meaning the team is still deciding what the feature will entail.</p>\n\n\n\n<p>“So what are global styles?” Lister began. “In short, it’s style you can apply across your site right there in the browser. Pretty neat! Think of it as a kit full of component tools you can activate and take advantage of. Tried, tested and ready to go. It’s your decorating kit to get your site space just the way you want it.”</p>\n\n\n\n<p>At the moment, the baseline for the “kit” includes text, background, and primary colors in which themes can set the defaults. The baseline would also include typographical settings for changing the font size, scale, and alignment.</p>\n\n\n\n<p>“However, is that enough?” asked Lister. “This is currently a big question. There needs to be exploration on what are common things needed and what needs to be available.”</p>\n\n\n\n<p>Another argument for the biggest question award would be whether global styles are a necessary feature for core WordPress at all. With the possibility that users can directly manipulate templates in the WordPress admin, adding styles to the mix may make some theme authors feel like they will be permanently sitting in the back seat.</p>\n\n\n\n<p>Lister made it clear that global styles should not go too far. “These are tools available in the editor, so addressing what is needed or not is key, over allowing everything and creating a complicated experience,” she said. “A personal point I’m thinking about here is how when I had a crowded art box I could never find that ‘one pencil’ I wanted, we want to avoid that.”</p>\n\n\n\n<p><strong>Takeaway #3:</strong> End-users will likely be able to set global styles from the WordPress admin. For many, this level of power will be a good thing. For theme authors who build hyper-detailed designs, they may be cringing at the thought.</p>\n\n\n\n<h2>Open-Ended Questions Going Forward</h2>\n\n\n\n<p><em>When will block templates and global styles land?</em> The rough timeline for block-based themes is for it to remain experimental through mid-year and have something basic in place as we close 2020. Global styles are likely to land this year, but there is no definite date yet.</p>\n\n\n\n<p>Global styles could easily land in the next several months. It has a tighter scope than themes made of HTML block templates. Given the point that block-based themes are currently at and the unanswered questions about how the system will work, its time frame may be optimistic. The scope touches almost everything in WordPress to some degree, at least anything that ends up on the front end of the site.</p>\n\n\n\n<p>Everything about themes will change. How theme authors approach design will likely move toward styling on the component/block level. Blocks will go into sidebars as widgets are slowly replaced. Even theme options may be a thing of the past. “Personally, I don’t think the customizer will disappear immediately, but I do think it’s clear that many of its current duties won’t be necessary in this Gutenbergy future,” said Reigstad.</p>\n\n\n\n<p>One question on many theme authors’ minds is what sort of quality control they will have over their theme if users are handed so much power to change things. </p>\n\n\n\n<p>One proposal in the meeting was to allow theme authors to lock down certain templates so that users could not mess up the design by moving parts (e.g., a meticulously-crafted header and nav menu template that works across browsers and screen sizes). There is not yet an open ticket for this possibility, but some theme authors will need to have a level of control over this for certain designs to work.</p>\n\n\n\n<p>Ending the meeting on a high note, Ari Stathopoulos, a representative from the theme review team, gave his final thoughts. “Themes are not going away,” he said. “They may change, completely transform in many ways. The tools we’re currently using and the way we’re currently building themes is not the way themes will be built next year. But they will still exist, and the new way is neither better nor worse. It’s just different. If we embrace that and open up our imagination, there’s lots of amazing things we — as theme authors — can build.”</p>\n\n\n\n<p>I am cautiously optimistic that things will work out in the end. I’m excited about the idea of end-users being given tools to build out the websites of their dreams. I’m concerned, along with many theme authors I have chatted with, about what the role of theme designer will be in a year.</p>\n\n\n\n<p>At the moment, I imagine a major split in types of themes: block-based vs. traditional with perhaps some block elements. Only time will tell whether this becomes an insurmountable rift or whether there is a place for both concepts.</p>\n\n\n\n<p><strong>Takeaway #4:</strong> it’s still far too early to come to any solid conclusions about what the future holds.</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, 05 Feb 2020 21: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: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: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:92:\"WPTavern: Guteblock Joins the Block Collection Plugin Arena With an Initial 12 Custom Blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=96944\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:229:\"https://wptavern.com/guteblock-joins-the-block-collection-plugin-arena-with-an-initial-12-custom-blocks?utm_source=rss&utm_medium=rss&utm_campaign=guteblock-joins-the-block-collection-plugin-arena-with-an-initial-12-custom-blocks\";s: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:6780:\"<p>Last week, London-based digital marketing agency Sweans Technologies released <a href=\"https://wordpress.org/plugins/guteblock/\">Guteblock</a>, its new block collection plugin. Currently, the plugin boasts 12 custom blocks. The company plans to add more and has big plans for the plugin’s future.</p>\n\n\n\n<p>While the team earns no points for originality in plugin naming, they are nevertheless throwing their hat into the ring of ever-growing block collection plugins alongside the likes of <a href=\"https://wptavern.com/array-launches-free-gutenberg-ready-atomic-blocks-theme-on-wordpress-org\">Atomic Blocks</a>, <a href=\"https://wptavern.com/coblocks-1-9-5-merges-block-gallery-plugin-into-collection-adds-new-form-block\">CoBlocks</a>, and <a href=\"https://wptavern.com/kioken-blocks-the-new-street-fighter-inspired-block-collection-that-is-taking-aim-at-page-builders\">Kioken Blocks</a>. There is already steep competition in this arena, but there is also a lot of space for growth.</p>\n\n\n\n<p>“WordPress bets high on Gutenberg editor and the block styles,” said Ajay Thomas, CEO of Sweans. “With the introduction of blocks, WordPress allows greater user control over the page-designing process beyond what the theme can handle. For the upcoming block directory, we believe that blocks will be the third integral part of WordPress after plugins and themes.”</p>\n\n\n\n<p>The plugin’s team has put together the following video to show installation and usage examples:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<h2>Plugin Blocks</h2>\n\n\n\n<p>Guteblock is still a little rough around the edges in comparison to more mature block library plugins. Some things were confusing, such as some block color options not using the theme-defined colors. The drop cap block felt like it could have simply been added as extra settings to WordPress’ paragraph block.</p>\n\n\n\n<p>The container block currently does nothing but group elements. At the moment, it is a step down from WordPress’ existing group block. Thomas explained that the team wanted to develop other blocks before fleshing it out. “The main features we will add to the container block are custom background settings, which include color, customizable gradient, an image with parallax effect, video, customizable SVG and other features including shadow, border-radius, etc.,” he said.</p>\n\n\n\n<p>Of its library of 12 blocks, it has some interesting blocks that will come in handy, such as the number box block, which allows users to add columns of numbered boxes. The notification block is also useful for adding a bold warning, note, or similar message.</p>\n\n\n\n<img />Number Box block from the Guteblock plugin.\n\n\n\n<p>The post grid block is one of the nicest blocks in the collection. It lets users create a grid of posts, showcasing the featured image, post title, and optional excerpt. It has settings to control the post count, number of columns, and font sizes.</p>\n\n\n\n<img />Post Grid block from the Guteblock plugin.\n\n\n\n<p>The biggest downside to the post grid block at the moment is that it relies on the <code>post-thumbnail</code> size for featured images, which may make them look stretched and distorted on the front end. In the future, it would help if the user could select their preferred featured image size.</p>\n\n\n\n<p>The plugin includes a social sharing block. Currently, it adds sharing links for Facebook, Twitter, LinkedIn, Pinterest, and Reddit. Each social network can be enabled or disabled individually. The plugin also includes round, square, and modern block styles.</p>\n\n\n\n<img />Social Sharing block from the Guteblock plugin.\n\n\n\n<p>A social sharing block will likely be more useful when WordPress moves toward <a href=\"https://wptavern.com/initial-documentation-for-block-based-wordpress-themes-proposed\">block-based themes</a>. Controlling this at the post level instead of globally is unnecessary work except in some edge cases where a user wants social sharing only on a limited number of posts or pages.</p>\n\n\n\n<p>Thomas believes the team members and author profiles blocks are the most useful blocks. “One of the extremely important features of team members block is that users can highlight one block separately by changing the background color, font color, etc. and drag and drop members to reorganize, he said. “Regarding the author profile block, our block will fetch the author’s name, bio, and image and display there. Users can modify the same if needed.”</p>\n\n\n\n<h2>Upcoming Blocks and a Premium Version</h2>\n\n\n\n<p>At the moment, Guteblock is a free plugin. However, Sweans plans to launch a commercial version in the future. The company did not provide an exact date of launch but said it will happen shortly. It is also unclear what the pricing model will look like.</p>\n\n\n\n<p>“This will be mainly a more customizable plugin with some other blocks such as Amazon link builder, events and shows, a premium slider, etc.,” said Thomas. He stressed that the free version will have at least 34 blocks down the road.</p>\n\n\n\n<p>The plugin’s development team is currently working on two primary blocks to include in the premium edition. “The first block will help Amazon affiliates search for their products in the Amazon catalog, access real-time price and availability information, and effortlessly create links in your posts to products on Amazon.com using the Amazon Product Advertising API,” said Thomas. “The second block is for adding event details in a post or page. You can show the time, date, venue, and the details of the event, and this can be directly added to your desktop/mobile calendar with one click.”</p>\n\n\n\n<p>Along with work toward their commercial version, the development team is preparing to add 16 extra blocks to their free version. This update will include blocks for Google Maps, video, grids, advanced columns, newsletters, pricing tables, and more. They will also provide alternative versions of some core blocks, such as blockquotes and buttons.</p>\n\n\n\n<p>The company plans to dip its toes into the <a href=\"https://wptavern.com/version-1-prototype-of-the-wordpress-admin-block-directory-announced\">upcoming block directory</a> too. “We are planning to release some very useful and unique blocks into the block directory and will maintain its excellence and effectiveness,” said Thomas. “But, at the same time, we will improve our plugin’s collection to make them stand out from the rest as we are updating them regularly to give the finest user experience.” It will be interesting to see if the block collection plugin or the individual blocks perform better.</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, 04 Feb 2020 19:53:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:66:\"Post Status: Working on multiple things, and working with partners\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=75833\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://poststatus.com/working-with-business-partners/\";s: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:47497:\"<p>A lot of folks in the WordPress economy, whether employed with a side hustle or self-employed, manage multiple things. Also, many of us work with partners, or are interested in partnerships.</p>\n\n\n\n<p>Cory has long worked with partners, and we\'re now running Post Status as partners. Also, we are both working on several projects.</p>\n\n\n\n<p>In this episode of Draft, we talk about how to balance multiple things, how we try and structure our weeks, and some things to consider when working with partners.</p>\n\n\n\n\n\n\n\n<h3>Show links</h3>\n\n\n\n<ul><li><a href=\"https://kolbe.com\">Kolbe</a></li><li><a href=\"https://www.gallup.com/cliftonstrengths/en/strengthsfinder.aspx\">Strengthsfinder</a></li><li><a href=\"https://waitbutwhy.com/2013/11/how-to-beat-procrastination.html\">Wait But Why</a></li></ul>\n\n\n\n<h3>Sponsor: Pagely</h3>\n\n\n\n<p><a href=\"https://pagely.com/\">Pagely</a> offers best-in-class managed WordPress hosting, powered by Amazon\'s Cloud, the Internet’s most reliable infrastructure. Pagely helps big brands scale WordPress. Their new platform <a href=\"https://northstack.com/\">NorthStack</a> is a completely serverless solution for managed application hosting. Thank you to <a href=\"https://pagely.com/\">Pagely</a> for being a Post Status partner!</p>\n\n\n\n<h3>Full Transcript</h3>\n\n\n\n<div class=\"transcript\">\n\n<p>Transcribed by https://otter.ai</p>\n\n<p><strong>Brian Krogsgard 0:05 </strong><br /> This episode of Post Status Draft is brought to you by Pagely\'s best in class WordPress managed hosting. They help big brands scale. And it\'s really the place you want to be. If your website is a mission-critical site, they have an extremely flexible tech stack to help you accomplish your goals with your website. And they have the three things that they really like to focus on: Number one, flexibility. Number two, scalability. And number three, reliability. What I think occasionally in the years that I\'ve hosted my main website PostStatus.com on Pagely, that\'s what I keep in mind myself — I know I can do the things I want to do. It\'s not overly opinionated. It\'s highly scalable, and it\'s reliable. I never worry about my WordPress going down because it\'s on Pagely. Go to pagely.com to check it out. Thanks so much to Pagely for being a Post Status partner, and welcome to Post Status Draft. My name is Brian Krogsgard. I\'m here with my partner for Post Status, Cory Miller. Hey, Cory.</p>\n\n\n\n<p><strong>Cory Miller 1:07 </strong><br /> Hey, Brian.</p>\n\n\n\n<p><strong>Brian Krogsgard 1:09 </strong><br /> Alright, official podcast.</p>\n\n\n\n<p>It\'s our second podcast. Every, every trend starts with two, right? Yep. So we have a couple of topics that are highly relevant to us that we want to discuss today. And number one is juggling multiple things. We\'re both doing so so we\'re going to talk about the process of it and some of the things we\'ve tried to instill in our own habits and otherwise. And then the second thing is the process of working with a partner because when juggling several things, often the choice would be to have a partner in crime as you do. So obviously, this is highly relative to our, our own situations, with post status and then each of us are, you know, Post Status as our common plate but we each have other plates that were spinning So that\'s what we want to discuss and iron out today. You know, I\'m thinking of who\'s our listener who\'s, who\'s listening to this and thinking, I\'m interested. And you know, one type of person sticks out to me in particular, which is a, like a plugin or product developer, someone that\'s got a WordPress product and maybe it\'s not their full-time gig yet or maybe they\'re balancing the product side with doing some freelance work. Why don\'t we jump back to the first time you had to start balancing something and go from there so like, what have you learned since you you know since you started doing full-time WordPress back in 2008 or so? Was I themes paying the bills right out of the gate, or how did that work?</p>\n\n\n\n<p><strong>Cory Miller 2:49 </strong><br /> Yeah, I think it was paying the bills right out the gate, but I\'ve kind of notorious mine. People that have worked with me to be a plate spinner anyway, I kind of relish In the place multiple things keep me engaged. And so, but I woke up you know, couple weeks ago post that this is one of five projects I\'ve got going right now and back into being a plate spinner again but and iThemes Yeah, I spend a lot of plates in the first year, of course, we had full time, you know, I had money to be able to kind of get started and then we try to get revenue in the first month as best we could and be self-sustainable. But uh, for that year, I tried to only spend one plate and that was just I themes, but on the project plate for products, it was just trying to iterate on themes and stuff, but the year, a year or two prior, I was doing the same thing we\'re doing now which is balancing a full-time gig with stuff on the side, in my freelance business just happened to be, you know, it worked out but I was also I don\'t know, 13-14 years younger and I can power through until midnight or one now it\'s like I\'m going to bed at night.</p>\n\n\n\n<p><strong>Brian Krogsgard 4:07 </strong><br /> Yeah, definitely makes a difference I\'ve said on this podcast and elsewhere many times that my I used to call it my tended to time. So 10 pm to 2 am was my window where typically my wife was in bed before I had kids. And I was a night owl, so I would get stuff done. And that was how I maintained my side hustles while I had full-time jobs, and I can\'t do that anymore, like just physically, my I can\'t do that now. And, you know, if I have to get some stuff done late at night, I might be able to put in an hour or so. But I run out of steam like if I\'m going to do something else. It has to be something replenishing or balancing my work efforts, like reading a book or something that\'s not by, you know, fingers to keyboard type of activity.</p>\n\n\n\n<p><strong>Cory Miller 4:59 </strong><br /> I know a lot I know most probably of our community can relate to all this as burning the midnight oil, so to speak. And then now as I\'ve gotten older it\'s like, it\'s just not going to work. And you and I both have young kids. So when I get home, it\'s hard to like, I can\'t pull up my computer one, I\'ve got a kid sitting in my lap. And, you know, wanting to know what I\'m dead. I\'m like, I\'m trying to get something done.</p>\n\n\n\n<p><strong>Brian Krogsgard 5:25 </strong><br /> If I\'m, if my two-year-old is here, he will literally just make every effort to just slam the spacebar. He\'s like, that\'s the biggest thing that\'s on that board that you, you know, put your fingers on and he\'s just like, I gotta get on that, you know. I can\'t, I can\'t really work with them awake. What that means for us is that we\'re juggling things and we\'re not like inventing new hours in the day where we\'re figuring out how do we juggle within our standard, our standard day. So how do you physically process this and terms of playing And execution?</p>\n\n\n\n<p><strong>Cory Miller 6:03 </strong><br /> Gosh, you know, I put the five projects like in December, I thought I have four, this is all one and then something happened and I was like, okay, there\'s a fifth can\'t turn down. And I realized real quickly like, okay, I don\'t want to get into old bad ruts. I knew I had to get organized new posters is a priority for me, for us, for our family, too. And I\'ve got a lot of other projects kind of spinning, but I had to get really organized and go, okay, you know, I\'m going to need help at some point. So I actually hired a virtual assistant. A couple of weeks ago, I don\'t even know if I told you that run. But yeah, you mentioned to me Yeah. How to virtual assistant because I had a longtime executive assistant at it. Named Patty color, Painkiller, excuse kill. And I was like, I\'ve got to find figure that out. So I hired a virtual assistant and starting to delegate trying to delegate things to her to help me chase down some things but there\'s so much like, she can\'t go to the bank and sign, you know, a bank account for me. So I\'m trying to be strategic about it. And then now you know you and I both said we\'re in a different stage now. So we got young kids, work, work-life balance, if that\'s even a thing work-life alignment is a thing for me. But I don\'t know if I want to be working. After six o\'clock, I need to devote that time to my kiddos, and I know you do too. So I\'ve got to really prioritize I think Jason freed said it best is in one of his books or podcasts or something a long time ago that constraints particularly time constraints are such a good thing. I\'m like, Yes, absolutely. You know, when I saw those names and people, you know, have their opinions about where they think my financial future is. But honestly, when everything is an option, everything sucks. And I think constraints. I can\'t believe I\'m saying this, but constraints are good. In certain situations, everything is an option. And I\'ve kind of taken the mindset from Jason freed that, you know, having kids is good because it gives me some boundaries, or at least that need to be setting boundaries to not repeat bad habits that I did over 10 years. And I think,</p>\n\n\n\n<p><strong>Brian Krogsgard 8:19 </strong><br /> yeah, so you\'re saying constraints in terms of what you choose to work on. And that\'s interesting. For me, I kind of know what I\'m working on now. Like, I made those decisions. And, you know, I\'m contracting a significant chunk of my week with sky verge, working the majority of the rest of that with post status, and then I have this one thing, and this is where I really had to make my biggest decision, which is on the like, crypto side of things where I had huge community following and stuff. I had to say, I\'m going to establish scope on what\'s achievable within that project, and really limit myself self to, to what I know I can do well and efficiently. So for that, it really meant narrowing it all the way down to just like a podcast. So I do a podcast in that space. And now I know like, I\'m not going to spend more than, you know, x hours in the week on that because I\'ve established scope for that project. And then it\'s deciding, okay, well, where, where\'s the differentiator between, you know, being productive with my time and relying on teammates, like in our scenario, that was one of the big things selling half a post at us. It\'s not just Oh, great. There\'s a little bit of money now that I get to bring in which I\'m obviously thankful for. But it\'s also to say, Okay, if I treat this as part-time and you treat this as part-time, we have two part-time contractors, will you put all four of us together we\'re combining multiple people\'s skills, and the end result is better than me as a full time or upon myself could have ever done in the first place. So I feel like That\'s a really effective use of part-time efforts and allows me to juggle multiple things and in my opinion, put out a better product on the thing that I was trying to do alone. So that was a big part of it for me is defining the scope and identifying how can I make something better while spending less time on it?</p>\n\n\n\n<p><strong>Cory Miller 10:22 </strong><br /> Yeah, I think what has been for me is prioritization of like, I can\'t, I can\'t goof off. I\'ve been here in my little office from, you know, 830 to five roughly and it\'s straight through and it\'s good. It\'s engaging senior wanted to level off at some point. But there is a focusing power, like I\'ve got to be very good about prioritizing what my time is, particularly with juggling some projects like you do. I\'m thankful that our partnership we\'re in the same time zone and roughly on the same hours, work hours. So that\'s really good. My partner, Rebecca Gill, another project. She\'s in Eastern Time Zone. I always have to kind of convert a little bit on that. So,</p>\n\n\n\n<p><strong>Brian Krogsgard 11:04 </strong><br /> and then really hard for our friends who have partners or whatnot that are six hours or 10 hours apart, that the offset that you create in your communication cycle forces your projects to go slower.</p>\n\n\n\n<p><strong>Cory Miller 11:16 </strong><br /> We were very deliberate about when we took on our Portugal team and iThemes and because they were six hours ahead of us, and knowing there\'s going to be a lag and man that just slows things down when you\'re trying to ship product. So it\'s, it\'s, you know, I\'m definitely thankful we\'re in the same time zone and even Rebecca and I are just an hour apart, but still, it\'s like she\'s already started her day, you know, I might get an email at 630 in the morning, and I\'m just kind of getting around and it\'s like, oh, man, her days getting going now.</p>\n\n\n\n<p><strong>Brian Krogsgard 11:47 </strong><br /> Yeah, she\'s full force. I\'m ready.</p>\n\n\n\n<p><strong>Cory Miller 11:48 </strong><br /> Yeah. So but again, I think it is the constraint is the prioritization. Like today I just thought, Okay, well, you know, one thing I\'ve done is have specific For the first time, probably in my career in about 12 years, I am blocking time out of my, my calendar for recurring meetings to that never done before, but I have to do it and I have to get better at time prioritization to and so even getting the newsletter out today, for instance, I was like, Okay, I got to think about this better because I need to block it out a time, reverse engineer, whatever, we\'re going to get the newsletter out, and then block out time when you guys aren\'t waiting on me for something. So we make sure you get out a good product.</p>\n\n\n\n<p>Brian Krogsgard 12:31 <br /> Yeah. Discipline it. Yeah, it certainly is. And the first person that I saw doing this really effectively They showed me their calendar, they talked to me about how they balance was actually cited baki and, you know, a lot of our listeners will know through awesome motive. He\'s got his hands in five different products at any given time, and incredible amounts of other businesses as well like he does it to an extremely He\'s a robot. He\'s a yes. But he is a time blocking master like I, he showed me his calendar and it\'s colour-coordinated, it\'s day by day. And it\'s broken into, you know, a two hour or four-hour block, 30-minute block. And he\'s got every day of every week assigned to a thing. And it\'s like, here\'s a half-day that goes towards working with Jared on WP forums or a half-day working towards OptinMonster. You know, it may change depending on week by week but he knows before he starts this week, essentially where he\'s spending the every like work hour of that week, he\'s designed his workouts and he\'s designed his, you know, it\'s like, if there\'s family time or travel during the normal workweek like it\'s built-in there too. And I was inspired by that I could not mimic it like I tried it for a little bit and it was too structured for my discipline like his discipline level is just beyond mine. Yeah. But it did give me a framework for saying, Okay, well I have my focus, like Mondays we have a lot of meetings with sky verge. And that\'s like, basically a sky verge only day aside, aside from, if something that really needs urgency from post status comes along. And then it just allows me to structure my days and say, This is my big thing today. It\'s my big thing this other day, this is where I want the majority of my time in my hour spent and I\'ve actually started tracking my hours. And I\'ve been evolving that I\'ve always hated time tracking any job where they like, you know, focused on that. I was always like, Look, I don\'t want to this, you know, like, negotiated my way out of it. And now, I\'m embracing it, but it\'s more for my personal accountability than anything else because I want to know, like, Okay, well, it was I actually spending these hours of these days. On the things that I planned, of course, it helps me like for, you know, for a contract job that helps if you\'re paid hourly. But even for something like what we\'re doing, I had a partnership line item on my time tracker. And I was tracking generally, like, if we got sidetracked, you know, or like, we had a meeting, I would track it. And then if we had, you know, something, especially where it was in a zone that was supposed to be geared towards something else, I wanted to know, like, how far off of my routine Am I getting? And it\'s this intro week, accountability process. So you kind of have an idea of like, oh, man, I\'ve spent more hours over here and I need to be over there. And it\'s been really good accountability for me to better audit my time so that I can then more effectively move forward and be knowledgeable about the way I\'m approaching it. And I\'m not succeeding, like if I say, Okay, well, I want to spend 25 hours over here. 15 over here and two over there like it doesn\'t always work that way. But it allows me to have a target and audit my effectiveness against that target and you really learn a lot when you start doing that.</p>\n\n\n\n<p><strong>Cory Miller 16:15 </strong><br /> Yeah, I go back to the side comment and I\'m joking when I say robot kit but his worth it work ethic i is unparalleled and never seen anything like it maybe my dad who\'s now should be retired for the second time and working 60 hours a week-long gas industry but said is a maniac. But he\'s also I think it the thought about that was like it\'s how we\'re all kind of wired, like, I\'ve had so many people over the years they know I juggle things, spin plates and go Why would you do that? Like tell them wired I mean, and I used to go Why do you only have one project that sounds boring. And so we had this telephone realize to each his own like wired in different ways and have a lot to do that, having said that, you said the word discipline, it\'s some it\'s a word I\'ve been trying to kind of reintroduce into my life. Consistency is another big word. So I\'ve gotten more organized and, and want to line things up where I\'m not dropping balls for sure. And I\'m mixing metaphors here. But, you know, I play doesn\'t drop. But they\'re all important to me. They\'re engaging and I think that makes me me, you know, if we were all carbon copy of each other, it\'d be a bland world and, and all that. So I think to each his own for sure. But I think you\'re talking about something we\'re talking about something that a lot of people go through, they want to strike out on the entrepreneurial adventure, and but they\'re balancing a day job and then I can potentially family. I have a couple of business friends here in Oklahoma City that their entrepreneur story started with. I started my business when my child was six months old. Like, I can\'t imagine that you know, I kind of say, I think it was in kindergarten when we had our first kids had our kids so like, it was to the point where that one that little baby had kind of graduated and was under adult supervision. And then I could kind of turn my time. Now on this season to toe, it\'s just very drastically different. And so, man, I just admire the stories of people that juggle so much, particularly with family while starting this crazy job. This crazy gig we have come entrepreneurship. I, you know, if entrepreneurship was easy, by the way, everybody would do it. Because think about the freedom, the lifestyle you\'re having to live as an entrepreneur, but it comes with a heavy cost. Just talking to a dear friend of mine that I\'ve known for a long time entrepreneur and comparing stories and him saying he\'s had a rough couple of years and going in my part was to say to encourage to go I\'m going to be in your seat at some point. Mukherjee that like this thing, this thing we do called entrepreneurship is just not meant for everybody. And it\'s just a tough thing, but it\'s really thrilling for me to come would say, join you in something that\'s already started, by the way. So that makes this project. They\'re all exciting to me. But this is different in that I can help take something really, really good and make it even better. Where starting new projects. Oh, that\'s that\'s a ton of work, man.</p>\n\n\n\n<p>There\'s a different kind of grind. And they\'re like, what did two years of post as before the club, you know? Yeah, well, that grind of getting the thing off the ground like business takes time.</p>\n\n\n\n<p><strong>Brian Krogsgard 19:45 </strong><br /> One of the things that I think plays into this idea of structure and being able to juggle different things, a lot of it does come down to personality. And for me, you know, I\'ve always achieved a lot So it\'s not it\'s there\'s a difference to me between what I\'m about to describe and like if it\'s laziness or something for me, it\'s not laziness. I have no threat of saying, Oh, I work from home or I don\'t have a, you know, nine to five job. So I\'m going to sit on the couch at my house. That\'s never my personality. But I do procrastinate in my own way, and wait, but why.com is a great website that it\'s called, has a long series from 2013 called how procrastinators procrastinate, and it\'s like the brain of a procrastinator. And what he really breaks it down to is this intimidation of long tasks that makes a procrastinator put that off, and how you can kind of beat that and how to beat procrastination or the way he describes it is he says effective planning turns a daunting item, say like writing a book or launching a website or something big and turning it into a series of small clear, manageable tasks. When you do that, you\'re making something that sounds big he calls he says a remarkable glorious achievement is just what a long series of unremarkable and glorious tasks looks like from far away. So if you break things down, if you have this type of mentality where you can see the short, short term finish line, and turn it into a to-do list or you know a task, then that\'s no big deal. It\'s like, okay, boom, knock out that test, boom, knocked down that task. And then all of a sudden, you\'ve done lots of things that add up to be this really big, more glorious thing of accomplishing your goal. And I\'ve found that I have got to structure my day to day that way. And I\'ve really embraced note-taking but it\'s kind of a hybrid between notetaking and to-do list stuff, where I take notes of like, okay, what\'s my, what\'s my main jam, like what I have to capture today? Sometimes it\'s an idea and some times it\'s deliverable, and then turning it into these to-do lists that I accomplish inside that week. And then you add that in weekend and week out and hitting those to-do items. That\'s when the real changes and effects start to take place for me.</p>\n\n\n\n<p><strong>Cory Miller 22:14 </strong><br /> Yeah, well, no, I completed my master\'s degree. When I was in my late 20s. I went back to school, and the staff there at that college in the adult program said, How do you eat an elephant? One bite at a time. And, you know, I\'ve used that a lot with teams, helping coach teams that I\'ve led, and others is this big task that you have breaking it up into small parts. And then I think there\'s something to be said of, I think it\'s James clear. The author, prolific blogger that talks about, you know, consistency, like if you\'re going to write a best selling book, it\'s, you know, break it down if it\'s 50,000 words is 500 words a day. For X amount of months kind of thing. Now, I don\'t know what to believe I have that discipline in me to show up every day and just write 500 words a day. And but I believe that if you do that you will show up, you know, an X amount of months with something. And this is the harder pill for me to swallow sometimes, just again, how I\'m wired. I\'m not trying to make excuses, but just saying it\'s, it\'s not an easy task. Some people make it look easy, but the reality is, you\'re probably wired in a different way.</p>\n\n\n\n<p><strong>Brian Krogsgard 23:30 </strong><br /> One of the things I learned from Pagely was that the price of hosting or the expensive hosting is really a relative thing. What Pagely might be able to do for $1,000 might end up costing three to 5000. At hosts that don\'t do these large setups all the time. I called our chatted rather with the CEO of Pagely, Joshua Strebel, several years ago and said, Hey, we\'re comparing options between Pagely and some of the other options in the market for really high scale websites. And what I realized was that on an apples-to-apples comparison, I was getting more with Pagely for less money. Now granted, we\'re talking about hosting for $1,000 a month, but so it\'s expensive for a website. But when a website was being quoted from other providers for $3,000 Plus, I was really getting excellent service from Pagely, for the price. If you have websites where you really rely on your website provider, being reliable, have excellent human support. I can\'t remember the last time it took longer than I don\'t know an hour for like a real answer to a support question, not an auto-answer, but someone that was, you know, taking a technical look at my issue. And getting back to me for about some question. I have almost always a question of my own fault. Not to do with my actual hosting plan, but where I just needed help. Pagely has plans for everybody. Whether it\'s that thousand dollar type of VPS or $200 for five sites, that\'s what their small VPS instance sets up for you. It\'s all built on AWS, they\'ve really fine-tuned it really, really well over the years. It\'s an excellent service go to Pagely.com to try Pagely today, let a little post that essentially. And they\'ve been a longtime partner, good friends of the show, and Post Status, and I can\'t recommend them enough. I trust my own websites to Pagely, go to Pagely.com. Thanks to Pagely for being a Post Status partner.</p>\n\n\n<p>One of the things you had me do when we were just trying to figure out would we make good partners was an assessment through Colby, calm kayo LP calm, and that was stuck with me. You had me do a couple of them which I thought was fun across the board. And just the fact that you wanted me to do that told me a lot about the type of partner you could be you know, like the way your mind works first. is mine. The Colby one I thought was interesting because it gave me an understanding of how I work. You have an understanding of how you work based on your assessment profile. And then it tells you Okay, well because you have this and you have this, you YouTube may have conflict in this way. Or you may have a really nice jelling in this way, and why you talk about how that kind of fits into this. So if I\'m talking about my, I need these, you know, big pictures fine. But then if you just say, take the big picture, go write a book, I\'m in trouble. But if you say take the big picture and go write some like thousand-word articles on like, okay, I can accomplish this. So, take this assessment, how you blend that and turn it into an effective partnership.</p>\n\n\n\n<p><strong>Cory Miller 26:46 </strong><br /> So my belief is whether it\'s a team or a partner is to leverage your their unique strengths and experiences that I probably don\'t have or if we overlap, there\'s unique this in there and so it\'s Specifically with our partnership, and we did these discovery tools, and I think was two years strengthsfinder from Gallup was the one, we can put these in the show notes. It gives you your top five strengths. And then so let me unpack that. So Strengths Finder is one that I had to do because I kind of wanted to see verify probably what I already thought about what your unique strengths were and what you believe that they are. And real quickly with that, I can go there\'s overlap, but there are differences. And that\'s why I like one of yours, I think is analytical. And that shines brightly, everything post at us. Like I told you years ago, what I always found value was your insight and analysis of everything that was breaking. Like I wanted. I might not agree with you every single time but I was like, No, I want a different perspective. And that\'s something I knew ahead of time, but it helped me just kind of really identify that. So the street corner does that with teams with partnerships, whatever. And by the way, that joke was I thought you\'re gonna say this But when my wife and I first met I had to do these two and she was like what the heck you\'re you have to take a test today you to see if I\'m, you know, married. Now she\'s a big fan. But Colby is really interesting because it\'s how you instinctively take action. And we started with Strengths Finder and then we evolved into Colby because I wanted to see how you instinctively took action. So this four modes factfinder, which is, you know, a high fat fighter which you happen to be is very I mean, it lends to everything you\'ve done, which is analytical research, I mean, dive deep into an area of a middle road factor under which is I want the essential truth. And the three other areas are quickstart. Most entrepreneurs, many entrepreneurs, I should say are quickstarts Hi, quickstarts. I\'m a high quickstart The other one is the blue one, which is follow through and it\'s not like you can\'t ever fall through but it\'s step by step. mode of action. If you have a problem, I\'m going to figure out step one, step two, step three, step four, the yellow is implementation. People behind that are the ones like mad Danner who are amazing with their hands and like woodworking and different things or whatever, like very high implementers, are. And then we also want to focus found from you is that we had, we had compatible things where I knew we could work really well together, but I knew there was also willing sounds like you\'re a medium quickstart which you and I could ideate all day and not get anything done. So that was the thing we talked about, you already recognized it. factfinder is great because we\'re kind of in that mode, where we\'re not in what Colby calls conflict, but we\'re low in the blue, which is step-by-step plan. We\'re kind of find the shortcuts, bandaid it together, put it together and do that. So we talked about that actively. You already recognize that but I helped us talk through, okay, our similarities can also be our weaknesses. We need someone to kind of help us. And I know David and Dan really help us with some of those things that we might go, man, let us we\'ll do it at the last minute.</p>\n\n\n\n<p><strong>Brian Krogsgard 30:10 </strong><br /> And just being cognizant of that, as we go about our day to day in partnership, you know, it allows me to say, Okay, I need to think I need to be sure and know, like, here\'s our plan, we came up with our plan, we\'ve got these ideas and the follow-through component or the, you know, the take it to execution side of things. It\'s like, I have to make sure that we both understand what to do, where to go and bring people along to help us accomplish that. And so far, I think that\'s been effective. And sometimes that\'s tooling you know like it\'s one thing if we have our all our conversations and slack and we have these pages of notes, in our note keeping apps and we, you know, collect our thoughts, but then it\'s another to say, Okay, well, let\'s put it on a schedule and let\'s set a date for When we\'re going to launch this thing, and let\'s have our plan of action for, you know, who\'s responsible for what, and put deadlines on that across the way. And to me that tooling side of things, which could be as simple as base camp or whatever, is my way of introducing accountability to an area where we both identified kind of on the same side of the spectrum, which is, in that in that particular instance, it\'s kind of the kind where it\'s like, ours has its own benefits, like the way we sit. But you really need that person that\'s like, the big long spreadsheet, project manager, very type a type of person to help rein us in, when we could end up down a whole bunch of different rabbit holes. You know, Id aiding the next two years of what post status is going to be and it\'s like, well, someone\'s got to do what we\'re going to do in the next two weeks or the next two months and yeah, so that gives us that accountability there.</p>\n\n\n\n<p><strong>Cory Miller 31:57 </strong><br /> Well, we\'re supposed to record this podcast six hours. ago, I think. And we had, you know, part of that was we had thought we still were so new in our partnership and trying to get some things done at post that is that we need to have the time. But we had deliberately two weeks ago, set this date to record and then now we\'re six hours later recording it. But I know we\'ll get to those types of things. But it\'s that, you know, we could wear that. I think you and I are kind of wired to be the squirrel. You know, movie idea. Okay, let\'s face it. We\'ve talked about that. And we both have, I think helped each other rein it in on that, like, hold on. This is first that second, this third, right? Yep, yep. Yep. Let\'s go back to that because it\'s really fun to dream. It\'s really fun to ideate and think about cool stuff, especially as quickstarts and the Colby kind of mantra. So, but there needs to be somebody that also says, Okay, let\'s stop dreaming now. Let\'s go do</p>\n\n\n\n<p><strong>Brian Krogsgard 32:58 </strong><br /> Yeah, and I think been proud of how we\'ve so far been able to do that. And we realize it\'s important. And I think maybe one of the things that has allowed us to do it is, when we first started the partnership, we, and you really helped me outline this. And it\'s like, what are our goals? For the business for the partnership, where we want to be a year, two years and three years? And therefore we say, Okay, if this thing is effective in January next January, what have we accomplished? And we said, okay, we want you know, certain things, it\'s a number of subscribers or it\'s a number of page views or a number of members or a degree of like member satisfaction, like things that you want to strike and then it\'s how do you plan to accomplish that and keep that as your goal, how many dollars you need to make a day if your dollar goal for the year is this? And that was really helpful for me to put all that in context.</p>\n\n\n\n<p><strong>Cory Miller 34:00 </strong><br /> So one other thing I did, I think I told you this either as I\'ve had a coach for a year and a half now a personal coach. Fantastic. name is Kelly. We came into this and she was like, Okay, got five projects, what do you need for me? And I was like, here\'s what I think I need me to go weekly. And what I don\'t want to do, my virtual assistant helps me take certain tasks that I need to just create my time, you know, to do other things. My coach is okay, here\'s the deal. I\'m highly invested in my time, my money, my energy and all these projects, and they\'ve got to make progress. I\'ve got to move the needle. That is the most impactful things. So what we do now is each week we do a 30-minute laser call. And I talked to the big issues, I think through the projects, and I go, can we post those this week? We need this. And what and she helps me get clarity on that before by the way. I have my partner calls like with you. We knew our calls on Friday to do my call with Rebecca on Wednesday. My partner Jeff on Monday. So I\'m like, man, there\'s too much stuff going on, I\'ve got to have that kind of clarity. And she\'s helped me rehearse and get ready for because like, for instance, I try hard not to ping you. Because I know there\'s a bucket of time, there\'s a bucket of energy that probably is owned mostly by Erica and your two kiddos. And I want to be really careful what I withdraw from that. So. So she\'s helped me go in, I looked over the last 30 days. So every week is a 30-minute call to kind of get ready and make sure I\'m on task for all the projects. The last meeting, which I just had this week, is a one hour kind of look back over the last 30 days, and then they look forward to next Thursday. So make sure I\'m keeping progress with all the critical projects going on. And that\'s just another level of optimizing for. There\'s a lot on the line for me. There\'s a lot of love for you and my other partners and so I want to make sure we\'re focused and making the most progress, we can For all of these so that we can say, high five and go, this is this, these were the best times. What resonated with me for you, Brian is you said for years, you know, Kevin did it by yourself, I Exodus ran into your burnout that post like it was the first sentence burned out. And I was like me and I can resonate with that. And one of the compelling things that he said to me as I said, I don\'t want to do this alone. Again, I could, I could sell this, I could do this and just leave. But I just really don\'t want to do it alone. And that I told you then resonates with a lot of social entrepreneurs. It\'s tough doing it by yourself. I had aside amazing psychic command, enter and I think to help me not do it alone. And then a group of us were friends, WordPress, none of WordPress helped me over the years. But man, that\'s something that you can mention too, is how a partner or a team or somebody that can come alongside you is so powerful.</p>\n\n\n\n<p><strong>Brian Krogsgard 36:55 </strong><br /> Yeah, there\'s two things there applies to both of these. I guess. A lot of people, you know, they dream when they\'re in a normal nine to five job. They\'re like, Okay, well, I have so much more upside potential or so much more opportunity for freedom and all these things if I go out on my, on my own, and work on this thing and turn my hobby into my business or turn my side gig into a full-time gig, and I think it takes several years potentially, of doing that before you oftentimes for and maybe it\'s for certain personality types that then they say, Okay, this has some real benefits, but there are some real drawdowns to that I need to consider and for me, okay, I love the freedom. I love the upside potential. But at the same time, I liked working with people and I liked bouncing things off teammates, and that was an important thing for me to figure out how can I recapture and I think a lot of people that might be listening to this talking about juggling multiple things, working with a partner, maybe they\'ve all kind of landed on that. So now, there\'s this kind of fundamental balance there, where when you\'re juggling multiple things, none of them is necessarily such a security blanket or a safety that is the same as a full-time job. So this balance is how do you spend time in the places where you can make money, yet none of them are probably sufficient relative to what you could make it a full-time job. Like, say, if you were making $100,000 and a full-time job while your main side hustle, it, maybe it\'s making $50,000 and your other side hustles making, you know, another $50,000? Well, you\'re making $100,000 total, but it requires this balance between the two of them. In our situation, you have partners so like my needs from the business, do they align well with your needs from the business from a revenue standpoint, there\'s so much balance and inertia. So you have to balance like, okay, I want to work with people. I want to have this freedom. But there\'s all this balance. that\'s required there and I would be curious if you have any kind of final tips to find the sweet spot while you\'re doing that.</p>\n\n\n\n<p><strong>Cory Miller 39:09 </strong><br /> Yeah, so you know for years I said it\'s a sidekick it\'s it\'s the Matt Danner, it\'s someone that just is doesn\'t have as has compatible strings to you. And but you\'re not strong in the same area where you can kind of divide and conquer. And so I\'ve honestly thought about it as a work spouse, you know, to Bandy that. That phrase around a little bit, but I mean, there\'s an element to that work spouse, like having someone you can confide in. And I bet you there are entrepreneurs and founders solopreneurs listening to this today. That is like, in the spot you were and by the way, when I struck out, it\'s been a year ago this week, I\'m back on my own. I didn\'t want to do it alone. I wanted to do with other people, and I found some great people. One of them being you and Do it together and collaborate. So, but I think, you know, somebody goes, why don\'t we give away equity I get that then finally struggle psychic, a workout spouse that feels ownership that you could give some rewards if they need it. But find that person that is the end to your Yang. We missed that. And then secondarily, I\'ll tell you, I know the work psychic work spouse type thing is hard. And the partnership conversation is hard. But I\'ll tell you and this is something you\'re not been talking about. Small groups of like-minded people on the same path with the same values have been life-saving and changing for me. So I\'ve been in one group for nine years now. 10 years almost. I\'ve helped start to more. We\'re talking about trying to get that kind of group. people in the room to rub elbows that get it they understand the story. So I always get the joke. Most of us don\'t know. Your parents don\'t know what they we do. Living Dead still thinks I just upgrade the computer somehow. But you know, having a group of people that just get you, know you, not talk you\'ve got some dear friends you lean on, you meet with weekly even as the same can be those kinds of compatriots that like, you can let your guard down and, and share like today sucks. And I\'ve tried to be that for people and also clean to those that are like vulnerable and genuine and authentic and are willing to let the guard down the shields down, take the mask off all that kind of stuff and go Hey, not everything is rosy. So, you know the two things is one is finding someone in the business that can work with it, that just gets it. That\'s a hard one I know. Second is to find a group of people that are on the same path as you then share life and go deep and it doesn\'t always have to be personal or a business. It can be personal, some of the most endearing moments I\'ve had with my friends. That I count as brothers and sisters. I mean, like they are family to me. If something were to happen to me, they\'d be the first people at my house scene if Lindsay and the kids were okay. But finding that group of people and you and I\'ve been talking about this, how do we do that through post tennis community to pull in our amazing community of founders, entrepreneurs, and give that type of like, being in the room together and sharing that stuff that it\'s the high fives, and it\'s the hugs that you need when things are just bad. So that\'d be my two takeaways.</p>\n\n\n\n<p><strong>Brian Krogsgard 42:35 </strong><br /> How about yourself? That\'s really good on and I think that\'s, I\'ll leave it there from a partner perspective. I\'ll jump back to the juggling things and just get my final. My final comparison maybe so I\'m thinking, Okay, well for you know, somebody that\'s somewhat technical or works in the web industry at minimum. All right. So if I gave you the challenge to say, hey, this website\'s slow, we need to speed it up. Well, if the first thing you would want to know is, where is it slow? Why\'s that slow and cut audit that process. And I think that that was the biggest thing that I had to come to the terms with, which was if I\'m going to juggle multiple things I need to know, where\'s my time going? I don\'t know how many times I had these weeks where the week goes by much less the day and it\'s like, okay, I had stuff I wanted to accomplish. I know I didn\'t accomplish everything on my list. But when I look back, I felt busy. But the results weren\'t there. What happened? And that is dangerous. Because you\'re not auditing. You\'re not knowing where your energy actually went. So that you can iterate and improve. It doesn\'t mean you have to be perfect. It doesn\'t mean you have to have like every hour tracked. But I think if you\'re going to make your website faster and more efficient, the first thing to do is to identify what are the processes that are slowing it down right now what is like what are the pivot points The what are the bottlenecks? Where\'s my time being consumed? And where, when I look at that, if I say I\'m spending 10 hours a week on phone calls, or if I\'m spending 10 hours a week, you know, in support, okay, what\'s the value of the time that I\'m spending there? And the best thing to do in juggling those multiple things is to try to find the difference makers in that time and spend more time on the difference makers and find out how to bring someone else in a contract or the or offload it to your partner if they\'re really good at it, and getting them to do those things. You\'ve told me I don\'t even know how many times since, you know, we started talking about talks about you know, managing support, which is pretty light with post status, but you were like, I don\'t want you in support, like get out of there. And I\'m like, okay, that\'s okay, that makes sense. But we still need to take care of support, but it starts by identifying how much time am I spending in that type of communication and Therefore, how can I effectively bring someone else on to take that task or put it in a certain bucket like I\'m going to do support every Monday and every Thursday or something like that. And that way, it\'s not kind of floating along with me the whole time. And that\'s what I found most effective in terms of auditing, and improving my personal processes to be able to juggle multiple things, which is an ongoing battle and ongoing struggle, but one that I\'ve certainly seen progress on, especially since I started self-auditing where I was spending my time</p>\n\n\n\n<p><strong>Cory Miller 45:38 </strong><br /> Yeah, that\'s really good. In my calendar if it\'s on my calendar, so I can get done. I don\'t do the time blocking like said this, but for mostly, but man I live by that calendar and I\'ve had to start trying to bracket time for certain things. But I think the audit is so good. Always be optimizing. You know, because again, We, you know, in this project have very limited time and energy. And so we put our best into it, but I want to prioritize that time and then optimize for bugs like, Okay, are we spend too much time here too. We, you know, and I think that kind of review helps us make good decisions to and going, Okay, this is the new here. This is the morning side, like the dashboard says, overheat or something, you know, we can go in and go Okay, well, how do we collaboratively figure this out?</p>\n\n\n\n<p><strong>Brian Krogsgard 46:31 </strong><br /> Yeah. Well, let\'s optimize this podcast a bit and leave it there. Thanks, everybody, for joining us. Thanks, Corey, for chatting with me. This was obviously relevant for us and these are always self-reflective, we\'ll be able to think back on what we said here and how we can do better from here. I hope that it helps you as well. I hope everybody has a great week and we go to post that comm slash club and sign up if you haven\'t already. Corey and I spent the majority of our time figuring out how to make the club better and more appealing to people that are already members and would consider being members. So if you\'re not opposed to as club member, you\'re going to miss out. So go to PostStatus.com/Club and sign up and we\'ll talk to you soon. Bye-bye.</p>\n\n<p>Transcribed by https://otter.ai</p>\n\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Feb 2020 01:13:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s: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:86:\"WPTavern: Ahmad Awais Launches Script to Automatically Deploy WordPress Plugin Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=96942\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:217:\"https://wptavern.com/ahmad-awais-launches-script-to-automatically-deploy-wordpress-plugin-updates?utm_source=rss&utm_medium=rss&utm_campaign=ahmad-awais-launches-script-to-automatically-deploy-wordpress-plugin-updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6426:\"<p>Today, Ahmad Awais <a href=\"https://github.com/ahmadawais/wp-continuous-deployment\">launched WP Continuous Deployment</a>, a continuous deployment pipeline for updating plugins hosted on WordPress.org via GitHub actions. It is a Node.js-based CLI script that simplifies the process of keeping plugins updated. Developers only need to type out a single line in their terminal or command prompt. Other than setting up a couple of secret keys on GitHub, the script handles everything in just a few moments.</p>\n\n\n\n<p>“We live in the age of agile workflows,” wrote Awais in the <a href=\"https://ahmadawais.com/wp-continuous-deployment/\">project announcement</a>. “Developers only want to <code>git commit && git push</code> and expect their products to be deployed globally…It’s been a minute since I worked on a WordPress project, but for the last year or so, I’ve been fantasizing about a git-based plugin deployments workflow that will allow me to get away from those old SVN repositories finally.”</p>\n\n\n\n<p>On November 14, GitHub <a href=\"https://github.blog/2019-11-14-powering-community-led-innovation-with-github-actions/\">announced it was rolling out GitHub Actions</a>. Actions are a way for developers to automate workflows from their Git repositories. Developers can share, fork, and reuse them across projects. A few days later, <a href=\"https://wptavern.com/10up-releases-github-actions-for-simplifying-wordpress-plugin-deployment\">10up launched two GitHub actions</a> for WordPress plugin developers. These Actions are the basis for WP Continuous Deployment.</p>\n\n\n\n<p>10up’s <a href=\"https://github.com/marketplace/actions/wordpress-plugin-deploy\">WordPress Plugin Deploy</a> Action handles deploying plugin updates directly to the WordPress plugin directory. The <a href=\"https://github.com/marketplace/actions/wordpress-plugin-readme-assets-update\">WordPress.org Plugin Readme/Assets Update</a> Action handles committing changes to a plugin’s readme or assets. The WP Continuous Deployment script automatically adds both and sets up appropriate GitHub workflow files for each.</p>\n\n\n\n<p>“What I hope to accomplish with WP Continuous Deployment is make it easy for any developer to use the GitHub Actions built by 10up and others and help migrate to this new workflow with a pinch of automation,” said Awais. “Without WP Continuous Deployment, migrating to GitHub Actions for deploying WordPress plugins is a task that requires knowledge of how GitHub Actions work, what files you have to create, what secrets are, and where to put them. We lose a great number of developers that are unable to figure out this step — due to a bulky and dry operational experience.”</p>\n\n\n\n<p>The workflow for many WordPress developers today runs directly through Git, primarily with repositories hosted on GitHub. Often, developers expect any committed code to automatically deploy to the places it should go, such as production websites. </p>\n\n\n\n<p>The WordPress plugin directory system, which relies on SVN instead of Git, can sometimes be a bottleneck in team workflows. Some teams even have developers who have never used SVN in their careers. It makes sense for teams to use a single system. Doing so leads to fewer bugs and requires fewer resources to train people on a dying version control system.</p>\n\n\n\n<p>“We’re not doing anyone a favor by keeping SVN around,” said Awais. “Projects are hiring hundreds of open source developers to make it easy for the developers’ community to interact with their projects. Whereas WordPress — that once held that edge — has started to lag behind by making it hard and impractical to get started with WordPress development. Go pick 100 random students for universities all over the world and ask them to start an open-source project. You’ll be amazed by the majority of them choosing to start with Git and MIT license. And, here in the WordPress community, we ask people to use SVN. That’s impractical and inaccessible for a majority of developers today.”</p>\n\n\n\n<p>Awais said that GitHub Actions have allowed his team to shed a lot of dead weight. He originally did not make his GitHub Actions open source because they were specific to his use cases. After trimming the code down, he realized they were not any different from the Actions that 10up had already released.</p>\n\n\n\n<p>“I see dealing with SVN as a DevOps task,” he said. “Something web developers should not be concerned with in 2020. Web developers want to build websites. They want to use Git to do that. With JAMstack, everyone has become accustomed to the idea of pushing a git commit and getting the new build/release. That’s why I built WP Continuous Deployment.”</p>\n\n\n\n<h2>Set up in 1, 2…</h2>\n\n\n\n<img />Running the setup process for WP Continuous Deployment\n\n\n\n<p>When I originally tested 10up’s GitHub Actions last year, there was a small learning curve. I had to figure out what those new workflow files were for and whether I needed to change things. It was not an overly complicated process, but there was a moment of confusion or two.</p>\n\n\n\n<p>What Awais’ script does is take those two GitHub Actions one step further and automate nearly all of the setup.</p>\n\n\n\n<p>Developers must have Node.js installed on their computer to run the script, which is fairly common today. With a single command of <code>npx wp-continuous-deployment</code>, the script is installed. It then prompts you to enter your WordPress.org plugin slug to set everything up. Once done, you merely need to create a couple of secret keys on your GitHub repository.</p>\n\n\n\n<p>Awais wanted to automate the entire process. However, GitHub does not yet have an API for creating secret keys. Until that happens, it is the only manual step required.</p>\n\n\n\n<p>Within two minutes of choosing which repository I wanted to test the script on, I had everything in place and ready to go. Now, I just need to find some time to actually write code for some of my numerous plugins so I can truly put this script to the test. Thus far, things are looking good.</p>\n\n\n\n<p>It may finally be possible for me to purge everything related to SVN from my life. That would be a welcome change. <code>#lifegoals</code></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, 03 Feb 2020 21:23: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: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: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:56:\"WordPress.org blog: The Month in WordPress: January 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2020/02/the-month-in-wordpress-january-2020/\";s: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:5941:\"<p>Following an action-packed December, 2020 is off to a fine start with some new releases and announcements. Read on to find out what happened in the WordPress project in January.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Release of Gutenberg 7.2 & 7.3</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2020/01/09/whats-new-in-gutenberg-8-january/\">Gutenberg 7.2</a>, the first Gutenberg release of 2020, was deployed on January 8th and included over 180 pull requests from more than 56 contributors. This was followed soon after by <a href=\"https://make.wordpress.org/core/2020/01/22/whats-new-in-gutenberg-22-january/\">Gutenberg 7.3</a>. New features include a new Buttons block, support in adding links to Media & Text block images, improvements to the Navigation and Gallery blocks, performance improvements, and accessibility enhancements. These releases also included many additional enhancements, fixes, new APIs, documentation, and more.</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Proposal for an XML Sitemaps Feature Plugin</h2>\n\n\n\n<p>In June last year, a team of contributors <a href=\"https://make.wordpress.org/core/2019/06/12/xml-sitemaps-feature-project-proposal/\">proposed</a> a feature plugin that would bring standardized XML sitemaps to WordPress Core. Since then, the team has been working to bring this to reality and <a href=\"https://make.wordpress.org/core/2020/01/27/feature-plugin-xml-sitemaps/\">have now published a working plugin</a> to demonstrate this new capability.</p>\n\n\n\n<p>The plugin is still in development, but the included features already provide much-needed functionality from which all WordPress sites can benefit. You can install the plugin from your WordPress dashboard or <a href=\"https://wordpress.org/plugins/core-sitemaps/\">download it here</a>.</p>\n\n\n\n<p>Want to get involved in bringing this feature to Core? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, report any issues you find <a href=\"https://github.com/GoogleChromeLabs/wp-sitemaps/issues\">on GitHub</a>, and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>A New Block-Based Themes Meeting</h2>\n\n\n\n<p>The Theme Review Team has <a href=\"https://make.wordpress.org/themes/2020/01/29/new-bi-weekly-block-based-themes-meeting/\">announced</a> that they will be holding bi-weekly meetings in the #themereview channel focused on discussing block-based themes. If you are interested in discussing themes within the context of Gutenberg’s full-site editing framework, this will be the place to do so! The first meeting will be held on Wednesday, February 5, at 16:00 UTC.</p>\n\n\n\n<p>Want to get involved with the Theme Review Team or <a href=\"https://make.wordpress.org/themes/handbook/get-involved/become-a-reviewer/\">become a reviewer</a>? Follow <a href=\"https://make.wordpress.org/themes/\">their blog</a>, and join the #themereview channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading</h2>\n\n\n\n<ul><li>The Core team has started work on WordPress 5.4 and kicked off their planning with <a href=\"https://make.wordpress.org/core/2020/01/14/wordpress-5-4-planning-roundup/\">a summary post</a>. You can follow all the v5.4 updates by watching <a href=\"https://make.wordpress.org/core/tag/5-4/\">the version tag</a> on the Core team blog.</li><li>The inaugural <a href=\"https://2020.asia.wordcamp.org/\">WordCamp Asia</a> event is taking place in February. This will be the largest WordPress event in the region, bringing together around 1,500 WordPress enthusiasts from around the world.</li><li>Two WordPress community leaders, <a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a> and <a href=\"https://profiles.wordpress.org/andreamiddleton/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>andreamiddleton</a>, <a href=\"https://wordpress.org/news/2020/01/wordpress-leaders-nominated-for-cmx-awards/\">were nominated for CMX awards</a> due to their work on the WordPress project, with <a href=\"https://profiles.wordpress.org/andreamiddleton/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>andreamiddleton</a> winning the award for Executive Leader of a Community Team.</li><li><a href=\"https://make.wordpress.org/core/2020/01/29/lazy-loading-images-in-wordpress-core/\">A feature plugin has been proposed</a> that introduces lazy-loading images to WordPress Core, which will be a huge step forward in improving performance all across the web.</li><li>The Core team has put together <a href=\"https://make.wordpress.org/core/handbook/tutorials/faq-for-new-contributors/\">an extensive and informative FAQ</a> to help new contributors get involved in contributing to the project.</li><li>One key priority for Gutenberg is the ability to control the block editor. There are already a number of APIs that control the experience, but there is a lack of consistency and missing APIs. <a href=\"https://make.wordpress.org/core/2020/01/23/controlling-the-block-editor/\">A method to address this</a> has been proposed.</li><li>The Design team <a href=\"https://make.wordpress.org/design/2020/01/24/gutenberg-phase-2-friday-design-update-43/\">published detailed information</a> on the recent design improvements in Gutenberg.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 03 Feb 2020 09:54: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:10:\"Angela Jin\";s: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:106:\"WPTavern: Join the Future of WordPress Themes Conversation: Theme Review Team to Hold Biweekly Discussions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=96885\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:255:\"https://wptavern.com/join-the-future-of-wordpress-themes-conversation-theme-review-team-to-hold-biweekly-discussions?utm_source=rss&utm_medium=rss&utm_campaign=join-the-future-of-wordpress-themes-conversation-theme-review-team-to-hold-biweekly-discussions\";s: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:4418:\"<p class=\"has-drop-cap\">In collaboration with the core design and editor teams, the WordPress theme review team will begin <a href=\"https://make.wordpress.org/themes/2020/01/29/new-bi-weekly-block-based-themes-meeting/\">hosting biweekly (fortnightly) meetings</a> on the future of themes. The meetings will be held every other Wednesday on the <a href=\"https://wordpress.slack.com/messages/themereview/\">#themereview WordPress Slack channel</a> at 16:00 UTC. The first meeting is on February 5.</p>\n\n\n\n<p>Phase 2 of the Gutenberg project is about tackling site customization. This covers everything from turning sidebars into block containers to redefining how themes will work in a block-based system in the coming years. The latter is a huge unanswered question. There are several ideas on how themes should be handled.</p>\n\n\n\n<p>Kjell Reigstad, a design director for Automattic, proposed the meeting as a step toward answering the future-of-themes question. “The main thing I’d like to accomplish is to build up regular cross-team communication around the theme plus full-site editing work,” he said. “There are so many potential changes on the horizon, and we really need perspective from both the Gutenberg folks and theme authors. I know it’s difficult to keep up with all the development happening, and I thought this dedicated meeting would be a great place to stay up to date and share ideas on a regular basis.”</p>\n\n\n\n<p>Currently, the agenda for the first meeting is still open but should be posted next week. Anyone who wants to participate or make sure an idea sees discussion, should let the team know in the <a href=\"https://make.wordpress.org/themes/2020/01/29/new-bi-weekly-block-based-themes-meeting/\">announcement post’s</a> comments.</p>\n\n\n\n<p>“I’d initially like to try and get everyone on the same page in terms of what’s happening already on the Gutenberg front,” said Reigstad. “So for instance, the experimental block-based themes implementation and the global styles work. We’ll likely go over those a little bit, share links and updates, and then pivot into some discussion questions.”</p>\n\n\n\n<p>Bringing in the theme review team is imperative for a smooth transition into whatever themes eventually become. “There’s already a lot of full-site editing work going on, and there are already experimental reference documents for block-based themes,” said Reigstad earlier this week in the team’s regular meeting. “It’s important for the TRT and the theme community to keep up to date on this work, and to develop a clear communication loop with the Gutenberg teams.”</p>\n\n\n\n<p>There is some concern that the concept of full, block-based themes will simply be railroaded into core WordPress, regardless of feedback. Not all members of the theme review team or theme authors are supportive of the idea.</p>\n\n\n\n<p>Theme reviewer Joy Reynolds pointed out in the announcement’s comments that using the phrase “block-based themes” in the meeting title shows bias in favor of themes made of blocks. “Why is the current Full Site Editing code outside the scope of the Customizer?” she asked. “What is the goal? Is it even something that makes sense for themes? Don’t we need a merge proposal? Or even a consensus on design before forcing these changes into core and having meetings about using experimental code as if it’s the only choice?”</p>\n\n\n\n<p>These are questions that will certainly come up in the meeting.</p>\n\n\n\n<p>Block-based themes already feel like a foregone conclusion. The initial code is currently in the Gutenberg plugin, albeit as an experimental feature. There is already <a href=\"https://wptavern.com/initial-documentation-for-block-based-wordpress-themes-proposed\">documentation for building such themes</a>. There is a core <a href=\"https://wptavern.com/get-involved-with-block-based-wordpress-theme-experiments\">theme experiments repository</a> Everything seems to be moving full-steam ahead in that direction.</p>\n\n\n\n<p>Whatever direction themes end up going, the meeting will at least offer an opportunity for the community to add their input. For success, the editor, design, and theme review team members will need to find some common ground to begin their discussions.</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, 31 Jan 2020 20:49: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:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WPTavern: Native Lazy Loading Support Coming to 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:29:\"https://wptavern.com/?p=96875\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:159:\"https://wptavern.com/native-lazy-loading-support-coming-to-wordpress?utm_source=rss&utm_medium=rss&utm_campaign=native-lazy-loading-support-coming-to-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:4789:\"<p class=\"has-drop-cap\">It seems to be the week for dropping news of WordPress feature plugins. Felix Arntz, WordPress core committer and developer programs engineer at Google, announced a <a href=\"https://make.wordpress.org/core/2020/01/29/lazy-loading-images-in-wordpress-core/\">plan to push a lazy loading feature</a> to the platform. If testing goes well, this feature could land in WordPress 5.4 in March.</p>\n\n\n\n<p>The concept of lazy loading allows a webpage to render without loading certain resources until they are needed. This leads to faster page loads and saves data on the visitor’s end. Lazy loading is particularly useful when rendering images on the web. </p>\n\n\n\n<p>The opposite of lazy loading is called <em>eager</em> loading, which loads everything in bulk. By default, this is how all images are loaded on the web. This often leads to poor performance on image-heavy webpages where many of the images are not in the site visitor’s viewport when first viewing the page.</p>\n\n\n\n<p>For many years, various JavaScript libraries have handled this feature but not always to success. A native solution is slowly making its way into browsers. Native lazy loading works by adding a <code>loading</code> attribute to an <code><img></code> or <code><iframe></code> element. Browsers can then decide how to load a resource based on the value of the attribute. Currently, <a href=\"https://caniuse.com/#feat=loading-lazy-attr\">Chrome, Edge, and Opera</a> all handle the loading attribute. Once the attribute officially makes it into the <a href=\"https://github.com/whatwg/html/pull/3752\">HTML specification</a>, the feature should be a standard that all browsers support.</p>\n\n\n\n<blockquote><p> Adopting the new loading attribute is a great chance for WordPress to lead the way for a faster web overall. </p><cite> Felix Arntz</cite></blockquote>\n\n\n\n<p>The new <a href=\"https://wordpress.org/plugins/wp-lazy-loading/\">Lazy Loading feature plugin</a> is now available in the WordPress plugin directory. The plugin relies only on native browser support and does not add extra JavaScript. The implementation adds a loading attribute to images in post content, excerpts, comments, text widgets, avatars, and instances of using core WordPress image functions. By default, the plugin sets all images to load lazily rather than eagerly.</p>\n\n\n\n<p>It is refreshing to see the continued work by core contributors on more robust image solutions. Along with WordPress 5.3’s <a href=\"https://wptavern.com/wordpress-5-3-improves-large-image-handling\">large image size handling</a>, both features will lead to a generally faster web. With more users loading high-quality images via mobile phones over the past few years, it has only exacerbated the problem of a slow web. That is why it imperative that WordPress continually push for image optimization.</p>\n\n\n\n<p>“With WordPress enabling native lazy-loading by default, it would significantly impact performance and user experience for millions of sites, without requiring any technical knowledge or even awareness of lazy-loading as a concept,” wrote Arntz in the announcement post. “Adopting the new loading attribute is a great chance for WordPress to lead the way for a faster web overall.”</p>\n\n\n\n<p>Arntz and a team of engineers originally <a href=\"https://wptavern.com/google-releases-native-lazyload-plugin-for-wordpress\">released a native lazy loading plugin</a> in September 2019. This was shortly after <a href=\"https://wptavern.com/chrome-76-adds-native-lazy-loading-wordpress-contributors-continue-discussion-regarding-core-support\">Google brought the “loading” attribute</a> feature to version 76 of its Chrome browser. The Native Lazyload plugin currently has over 7,000 installations.</p>\n\n\n\n<h2>How This Affects Existing Plugins</h2>\n\n\n\n<p>Because not all web browsers support the loading attribute, users may not want to automatically drop their current plugins when the feature lands in WordPress. Users may choose to support browsers without native lazy loading for a while</p>\n\n\n\n<p>The proposed code within the Lazy Loading plugin attempts to detect whether the <code>loading</code> attribute exists on an image before applying it. This means the code should play nicely with existing plugins and avoid conflicts in most cases.</p>\n\n\n\n<p>Developers of plugins that handle lazy loading need to start testing their plugins and updating them for WordPress 5.4. Follow the <a href=\"https://core.trac.wordpress.org/ticket/44427\">Lazy Loading API ticket</a> on core Trac to stay updated on when the feature lands and the <a href=\"https://github.com/WordPress/wp-lazy-loading\">GitHub repository</a> for contributing to its development.</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 Jan 2020 20:22:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: XML Sitemaps Feature Plugin Open for Testing and Feedback\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=96800\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:179:\"https://wptavern.com/xml-sitemaps-feature-plugin-open-for-testing-and-feedback?utm_source=rss&utm_medium=rss&utm_campaign=xml-sitemaps-feature-plugin-open-for-testing-and-feedback\";s: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:6492:\"<p>Thierry Muller, a Developer Relations Program Manager at Google, and several contributors posted an <a href=\"https://make.wordpress.org/core/2020/01/27/feature-plugin-xml-sitemaps/\">update on the XML sitemaps feature</a> that may land in WordPress this year. After seven months of development, the team has made the <a href=\"https://github.com/GoogleChromeLabs/wp-sitemaps\">XML Sitemaps feature plugin</a> available on GitHub. It is currently open for testing and feedback. The plugin should also be available in the WordPress plugin directory by next week.</p>\n\n\n\n<p class=\"has-background has-gray-100-background-color is-style-default bg-gray-100\"><strong>Update (January 31, 2020):</strong> The <a href=\"https://wordpress.org/plugins/core-sitemaps/\">Core Sitemaps feature plugin</a> is now available in the WordPress plugin repository.</p>\n\n\n\n<p>The project aims to ship a basic version of an XML sitemaps feature to all WordPress installations. It will also offer an API for plugin developers to manipulate. Therefore, sitemap plugins would not automatically disappear. Instead, plugins would offer users various options on how their sitemaps work.</p>\n\n\n\n<p>A team created by Google, Yoast, and other contributors <a href=\"https://wptavern.com/developers-at-yoast-and-google-collaborate-on-proposal-to-add-xml-sitemaps-to-wordpress-core\">originally proposed XML sitemaps as a core WordPress feature</a> in June 2019. Traditionally, WordPress has left this feature to plugins to implement, and many have filled this role over the years. However, several other major content management systems ship with sitemaps as part of their core codebase.</p>\n\n\n\n<p>Many praised the initiative, such as WordPress project lead Matt Mullenweg. “This makes a lot of sense, looking forward to seeing the v1 of this in core and for it to evolve in future releases and cement WordPress’ well-deserved reputation of being the best CMS for SEO,” he said.</p>\n\n\n\n<p>However, several people questioned whether WordPress should ship with XML sitemaps. Some were worried about performance and others felt like the feature should remain in plugins.</p>\n\n\n\n<p>“At a high level, expanding the number of WordPress sites with Sitemaps ultimately speeds up content discoverability by search engines and re-crawl fresher content flagged by the lastmod date faster than a scheduled bot would,” Muller said of the primary reasons the feature belongs in core.</p>\n\n\n\n<p>WordPress users may see this feature arrive in major update this year. “Ambitiously [version] 5.4,” said Muller of the release goal. “Realistically 5.5.”</p>\n\n\n\n<p>The feature plugin currently indexes the following URLs for a site:</p>\n\n\n\n<ul><li>Homepage</li><li>Blog posts page (if not the homepage)</li><li>Posts and pages</li><li>Categories and tags</li><li>Custom post types</li><li>Custom taxonomies</li><li>Users/Authors</li></ul>\n\n\n\n<p>Custom post types and taxonomies are registered only if they are public. There is also a filter hook available to change which post types, taxonomies, and users are indexed. Ideally, WordPress would provide a registration flag for post types and taxonomies.</p>\n\n\n\n<h2>Solving the Performance Issues</h2>\n\n\n\n<p>One of the primary concerns with the initial proposal is how well a core sitemaps feature would perform and scale, particularly on larger sites. Without a full caching solution built into core, it presented some hurdles for the team.</p>\n\n\n\n<p>“Solving the performance issue is not trivial, and we have looked into various solutions,” said Muller. “We believe that we landed on a solution that doesn’t need full caching and will still be scalable.”</p>\n\n\n\n<p>For performance, there are two primary challenges:</p>\n\n\n\n<ul><li>The number of URLs per page.</li><li>The <code>lastmod</code> date in the <code>index.xml</code> file.</li></ul>\n\n\n\n<p>“Addressing the number of URLs per page is fairly trivial,” said Muller. “While sitemaps can have up to 50,000 URLs per sitemap, we found that capping it at 2,000 is acceptable from a performance perspective and totally acceptable from a search engine perspective.” The team decided to stick with a default of 2,000 URLs per sitemap and to provide a filter hook for plugins to alter if necessary.</p>\n\n\n\n<p>Finding a solution for the <code>lastmod</code> date was not as easy. “We believe we found a good balance, which will be scalable and doesn’t open the can of worms that full caching exposes us to,” said Muller.</p>\n\n\n\n<p>The solution the team implemented involved scheduling a cron task that runs twice daily (the frequency can be filtered by plugins). The cron job fetches the <code>lastmod</code> dates of each sitemap and stores them in the options table, which essentially works as a light caching solution.</p>\n\n\n\n<p>“Relying on cron should be stable enough for small to medium websites,” said Muller. “Enterprise websites usually have server cron set up to more regularly ping WP Cron instead of relying on website visitors to trigger it. In fact, most managed hosting providers have that for all plans.”</p>\n\n\n\n<p>If the team’s initial implementation is not well-rounded enough, they have been researching an alternative implementation that uses custom post types to store and update sitemap data. Two open GitHub tickets further explore performance that developers may want to check out: <a href=\"https://github.com/GoogleChromeLabs/wp-sitemaps/issues/1\">Issue #1</a> and <a href=\"https://github.com/GoogleChromeLabs/wp-sitemaps/issues/39\">Issue #39</a>.</p>\n\n\n\n<h2>What Happens to Sites With Existing Sitemaps?</h2>\n\n\n\n<p>One question that remains unanswered is what happens when a user updates to WordPress 5.4/5.5 and already has a sitemap. There are likely millions of WordPress sites that are running a plugin or have some sort of sitemap solution in place. </p>\n\n\n\n<p>“This is a question which we haven’t quite solved,” said Muller. “It is important to work with plugin authors, and in an ideal world, all plugins providing advanced sitemaps solutions would extend the core API. We would love to get feedback from the community on that one.”</p>\n\n\n\n<p>WordPress must take care to avoid any major conflicts or indexing errors, or at least alleviate issues for the users who may be unaware of this upcoming feature.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jan 2020 20:37:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:71:\"WPTavern: Emoji Conbini and the Case for a Block Enhancements 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:29:\"https://wptavern.com/?p=96802\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:187:\"https://wptavern.com/emoji-conbini-and-the-case-for-a-block-enhancements-directory?utm_source=rss&utm_medium=rss&utm_campaign=emoji-conbini-and-the-case-for-a-block-enhancements-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:8193:\"<p>In December of 2019, Nick Hamze, the owner of <a href=\"https://sortabrilliant.com/\">Sorta Brilliant</a>, quietly launched <a href=\"https://block.garden/\">Block Garden</a> with a proposal for plugin authors to build block-based plugins off concepts, called <em><a href=\"https://block.garden/seeds/\">seeds</a></em>, from his site. He has since written extensively on the block editor and has shared a multitude of ideas, many of which are <em>sorta brilliant</em>.</p>\n\n\n\n<p>It is easy to be drawn in by Hamze’s unabashed love for blocks. In a post titled “<a href=\"https://block.garden/not-busy/\">You aren’t busy, you’re just not excited</a>,” Hamze challenges developers to build something, anything and not worry about it being perfect or becoming an earth-shattering product. “The purpose of Block Garden is to get you excited about blocks,” he wrote in the post. “To make you so excited about blocks that you’ll make the time to bring them to life. The community needs you more than you realize. I honestly believe that every person has at least one block in them. If I can get you to create that first block, I know you’ll be hooked for life.”</p>\n\n\n\n<p>He has created a space for those who genuinely love the block editor. Block Garden is reminiscent of some of the early WordPress blogs where normal, everyday end-users shared their love of the platform. It is refreshingly optimistic. It is block geekdom at its finest. <em>And, I kind of love it.</em></p>\n\n\n\n<p>Hamze put out a <a href=\"https://block.garden/block-builder/\">job posting for block developers</a> earlier this month. Several developers answered the call. “I can’t code but I have ideas and cash that I’m investing into blocks, mostly to keep the boredom at bay that is slowly killing me,” he said. “We are making some really fun blocks together. This is just the tip of the iceberg.”</p>\n\n\n\n<p>In a few short weeks, Hamze and his co-authors have released multiple block-related plugins through his Sorta Brilliant brand that are now available on the WordPress plugin directory:</p>\n\n\n\n<ul><li><a href=\"https://wordpress.org/plugins/post-script/\">P.S.</a> – A container block for grouping blocks into a popover.</li><li><a href=\"https://wordpress.org/plugins/streamshare/\">StreamShare for Twitch</a> – Embed Twitch content into the block editor.</li><li><a href=\"https://wordpress.org/plugins/ghstwrtr/\">Ghostwriter</a> – Adds a heading block style that types out the text on the front end, <em>Ghostwriter</em> style (for you fans of the ’90s TV series).</li><li><a href=\"https://wordpress.org/plugins/ubiquitous-blocks/\">Ubiquitous Blocks</a> – Exposes the Reusable Blocks admin screen and allows users to automatically add them to posts.</li></ul>\n\n\n\n<h2>Emoji Conbini</h2>\n\n\n\n<img />Inserting an emoji with the Emoji Conbini plugin.\n\n\n\n<p>In collaboration with George Mamadashvili, Hamze’s latest release is the <a href=\"https://wordpress.org/plugins/emoji-conbini/\">Emoji Conbini</a> plugin. It adds an emoji inserter to the block editor toolbar.</p>\n\n\n\n<p>Emoji Conbini utilizes the <a href=\"https://github.com/missive/emoji-mart\">Emoji Mart</a> library, which offers a Slack-like emoji picker. When the picker is open, the user merely needs to choose their preferred emoji. Users can also search for a specific emoji.</p>\n\n\n\n<p>Hamze was aware of the <a href=\"https://wordpress.org/plugins/emoji-autocomplete-gutenberg/\">Emoji Autocomplete Gutenberg</a> plugin before commissioning his emoji plugin for the block editor. “I loved how easy it made adding emoji but I didn’t like the UI,” he said. “It seemed like you had to know what emoji you wanted to add and relied on keyboard shortcuts, which I don’t think everyone is comfortable with.”</p>\n\n\n\n<p>The problem with both emoji plugins is that they insert the WordPress-based emoji image directly into the editor instead of the emoji character. By default, WordPress will automatically convert emoji characters to images on the front end. For the average user, this is likely a non-issue. However, some users prefer to use the browser-based emoji and disable the images that core outputs. Both emoji plugins remove this possibility. They also remove the possibility of using a different emoji image library.</p>\n\n\n\n<p>“To be honest, I’m not really a fan of the browser versions, but I’m willing to consider anything if there is a demand for it,” said Hamze of the possibility of simply inserting the emoji character. “To me, getting version 1 out there is the most important, and if anything needs to be changed, people will let me know.”</p>\n\n\n\n<p>The term “conbini” initially drew me to the plugin, which is the name given to Japanese convenient stores 🏪. If you have never been to one, they are like stepping into another world (<em>almost everything in Japan seems otherworldly to this smalltown guy from the southern U.S.</em>).</p>\n\n\n\n<p>“I love everything from Japan,” said Hamze. “The music, anime, the tech. I bid on items on Yahoo Japan daily as I love surrounding myself with cool stuff from Japan. I’ve only been to Japan once, but it was magical. I especially loved going to conbini. My favorite thing to get there was rice balls from Lawsons.”</p>\n\n\n\n<p>The plugin name also plays into Hamze’s goals with Sorta Brilliant and Block Garden. While many other plugins are offering full packages for blocks, he is dropping smaller, <em>convenient</em> extensions to the block editor. Emoji Conbini shows that there is perhaps a market for add-ons that are block-related but not necessarily blocks, or at least some people are thinking about it.</p>\n\n\n\n<h2>Discovering Block Extensions</h2>\n\n\n\n<p>In his post “<a href=\"https://block.garden/more-than-just-blocks/\">The block directory needs more than just blocks</a>,” Hamze argues that one of the largest hurdles for block-related plugins is discoverability. He further argues the block directory is too tightly focused on individual blocks, proposing a “block enhancements” category as a solution.</p>\n\n\n\n<p>For Emoji Conbini, 10up’s <a href=\"https://wptavern.com/inserting-special-characters-into-the-block-editor\">Insert Special Characters</a>, ThemeIsle’s <a href=\"https://wordpress.org/plugins/blocks-css/\">Blocks CSS</a>, and other plugins that extend the block editor, there is no way for users to discover these plugins without specifically searching for them. These are useful plugins that could help sell the block editor to users who are on the fence.</p>\n\n\n\n<p>There is an unknown number of possibilities for enhancements to the block editor. This sub-category of block-editor plugins does not seem to get the attention that is going toward blocks. However, in some cases, they can be far more useful for everyday writing than the numerous blocks in development.</p>\n\n\n\n<p>Hamze’s initial idea proposes an enhancements category for the <a href=\"https://wptavern.com/version-1-prototype-of-the-wordpress-admin-block-directory-announced\">upcoming block directory</a>, but that has problems. For one, the block directory will be directly tied to the block inserter in a future version of WordPress. Plus, these types of plugins are not actual blocks. However, the concept of making block enhancements more visible to users is a necessary part of the puzzle. For the block editor’s continued success, WordPress needs to expose its users to a wider world of possibilities than simply installing another block.</p>\n\n\n\n<p>Now is the time to start thinking about exposure for plugins that enhance the block editor. Eventually, these types of plugins may need to be further grouped into editor toolbar (e.g., character inserters), block options (e.g., extra settings for existing blocks), and other categories. I suspect that we are only now glimpsing a future where users will be asking how to find not just blocks but block editor extensions.</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 Jan 2020 20:54:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:75:\"WPTavern: Swift Control Replaces WordPress Toolbar With Custom Access Panel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=96787\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://wptavern.com/swift-control-replaces-wordpress-toolbar-with-custom-access-panel\";s: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:5397:\"<img />Swift Control expanded panel on the site front end.\n\n\n\n<p>David Vongries, creator of the <a href=\"https://wordpress.org/themes/page-builder-framework\">Page Builder Framework</a> theme, launched the <a href=\"https://wordpress.org/plugins/swift-control/\">Swift Control plugin</a> last week. The plugin is billed as a replacement for the core WordPress toolbar (admin bar). It allows site owners to customize the front-end control panel’s appearance and what links are displayed.</p>\n\n\n\n<p>Swift Control adds a new button on the front end of any site the plugin is active on. When clicked, the button expands to open the full array of button-like links to various admin screens. By default, the links point to the dashboard, edit screen for the current post, and the customizer.</p>\n\n\n\n<p>On the whole, the default functionality is not much different from the normal toolbar. The selling point for this plugin is its customizability. For users who want more control over admin access links from the front end, the plugin is a nice option.</p>\n\n\n\n<p>Vongries said the plugin made it easier for his customers to work with than the WordPress toolbar. He had wanted to release it as a standalone plugin for others to use over the years. However, he lacked the time and resources to put the release together.</p>\n\n\n\n<p>“We built this for our multisite network around 3 years ago to make it easier for our customers to navigate and access the key areas of their website,” said Vongries. “We actually ended up using this — what was back then just a couple pieces of custom code — on all of our client websites. I got so used to it, I’m using it on my own sites as well.”</p>\n\n\n\n<p>The plugin is simple to use and does its job well. For the moment, the largest downside is that the front-end controls are always positioned in the middle of the left side of the screen. This means it is not a one-size-fits-all solution. “We’ve actually planned to provide some position options so you can align the panel to the left, right, top-left, top-right and so on,” said Vongries. “That’s on the roadmap as well as some different styling options for the panel.” Both the positioning and styling options are planned for the free version of the plugin.</p>\n\n\n\n<p>It would also be nice to see some mobile-specific options for the control panel. An option to move it to a different location on smaller screens would be helpful so that the buttons do not inadvertently cover content. Adding an option to disable it completely on mobile may also be worth considering.</p>\n\n\n\n<p>The positioning is the only <em>potential</em> downside of an otherwise well-made plugin. Because it is being actively worked on, it may be a non-issue in future versions (<em>I’m currently running version 1.2.1</em>).</p>\n\n\n\n<h2>Customize the Swift Control Panel</h2>\n\n\n\n<img />Swift Control plugin settings screen.\n\n\n\n<p>The beauty of Swift Control is in its options for customizing what buttons appear in the front-end panel. By default, the free version of the plugin contains seven “widgets” (what the plugin calls its buttons/links):</p>\n\n\n\n<ul><li>Dashboard</li><li>Edit {Post Type}</li><li>Customize</li><li>New Post</li><li>New Page</li><li>Themes</li><li>Plugins</li></ul>\n\n\n\n<p>Users can drag and drop these widgets wherever they prefer in the control panel. Each widget has its own options. By clicking the edit button, users can change both the icon and title for the widget. Users can also decide whether links should open in a new browser tab.</p>\n\n\n\n<p><a href=\"https://wpswiftcontrol.com/\">Swift Control Pro</a>, the commercial version of the plugin, kicks customization up a notch. Besides the widgets available in the free version, it adds widgets for custom post types, launches the editor for page builders (Elementor, Brizy, Divi or Beaver Builder), supports WooCommerce, and adds a logout widget. Users can also create custom buttons.</p>\n\n\n\n<p>Both the free and pro versions offer additional settings. Users can customize each of the colors used in the control panel so that it matches their site. Other settings are switches to enable or disable features, such as turning off the WordPress toolbar.</p>\n\n\n\n<p>The following video shows how Swift Control Pro works (the free version is essentially the same but does not have the pro widgets):</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<h2>Future Plugin Plans</h2>\n\n\n\n<p>Besides new positioning options, Vongries said they are working on an import and export feature. Ideally, this would allow users to keep their settings from test environments or when copying to new sites. It could also be interesting in use on multisite.</p>\n\n\n\n<p>“One of the other features we’re going to work on next is the ability to show controls based on user roles,” said Vongries. “This will require us to change the UI of the widgets though, and we haven’t yet decided on what they should look like.” Currently, the team is exploring various ideas with the UI for such a feature, such as creating an expanding section for access to advanced widget settings.</p>\n\n\n\n<p>The first order of business is bringing in more users and getting feedback, which should help steer the future direction of the plugin.</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 Jan 2020 19:46:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:56:\"WordPress.org blog: People of WordPress: Robert Cheleuka\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8300\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2020/01/people-of-wordpress-robert-cheleuka/\";s: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:7036:\"<p><em>You’ve probably heard that WordPress is open-source software, and may know that it’s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people’s lives for the better. This monthly series shares some of those lesser-known, amazing stories.</em></p>\n\n\n\n<h2><strong>Meet Robert Cheleuka</strong></h2>\n\n\n\n<p>Robert is a self-taught graphic and motion designer turned web designer (and aspiring web developer) from Malawi, Africa. Over the years, he has grown fond of WordPress and has become a loyal user. Still, the journey is rough.</p>\n\n\n\n<img src=\"https://i2.wp.com/wordpress.org/news/files/2020/01/DSC08818.jpg?resize=632%2C790&ssl=1\" alt=\"Robert Cheleuka\" class=\"wp-image-8303\" />Robert Cheleuka\n\n\n\n<h3><strong>Malawi</strong></h3>\n\n\n\n<p>Malawi is one of the poorest countries in the world. A tiny landlocked country with a population of 17 million, it’s largely rural and still considered a developing country. The average entry-level monthly pay for most skilled jobs is about $110. If you’re employed full-time in the creative industry and if you’re very lucky, you might be able to earn more than that. Employees earning more than $300 a month are rare to non-existent.</p>\n\n\n\n<p>Robert has been a freelance graphic designer since about 2011. He started by doing gigs from his dorm in college and from home. Earnings from his freelance jobs increased his interest in entrepreneurship and he started to consider starting his own creative agency.</p>\n\n\n\n<h3><strong>How Robert was introduced to WordPress</strong></h3>\n\n\n\n<p>Robert first came into contact with WordPress in 2014 when he and a friend started a local tech blog. Before that, all he knew was basic, outdated HTML from high school and some knowledge of Adobe Dreamweaver. They decided to use WordPress, and their new blog looked like it came from the future. They used a theme from the repo and got such positive feedback from the blog they decided to open a content and media publishing agency.</p>\n\n\n\n<p>While they got a few web redesign jobs thanks to the exposure the blog brought, they lacked the administrative and business skills needed and ended up going their separate ways. Then in his first real job after college Robert finally took it upon himself to learn the ins and outs of WordPress. He learned how to install WordPress on a server and did some research on customizing themes. </p>\n\n\n\n<p>With that knowledge alone he got his first web design clients and started earning nearly as much as he did at his job. Robert soon realized that free WordPress themes would only take him so far, especially with his limited code skills.</p>\n\n\n\n<p>Because in Malawi only people who travel abroad have access to credit cards, paying for premium themes was impossible. Like many WordPress designers in developing countries, Robert turned to using pirated themes instead. He knew that was both unsafe and unethical, and decided to learn how to code. Knowing how to build themes from scratch would surely help him rise above the competition. </p>\n\n\n\n<img src=\"https://i1.wp.com/wordpress.org/news/files/2020/01/20180905_1971270886435744_8835917058488139776_n.jpg?fit=632%2C632&ssl=1\" alt=\"\" class=\"wp-image-8304\" />\n\n\n\n<h3><strong>The WordPress community from Robert’s perspective</strong></h3>\n\n\n\n<p>Robert doesn’t have a lot of interaction with the WordPress community. Although he would search for solutions from blogs about WordPress he had never actually talked to or asked anyone from the community for a solution. </p>\n\n\n\n<p>Robert believes that this isolation is the result of a glass ceiling — the WordPress community is partially online and partially in-person, but there isn’t a local group in Malawi. And because Malawi, like many other developing nations, lacks a way to pay online many can’t access premium support, online learning, or most other types of professional development. No matter how welcoming the people of WordPress might be, it can still feel like it mostly belongs to those with enough privilege to conduct business on the internet.</p>\n\n\n\n<h3><strong>WordPress & inclusion</strong></h3>\n\n\n\n<p>As most freelancers know, it’s really hard to learn while you also still need to earn. Add pitching to clients and shipping graphic design projects… there are only so many hours in a day.</p>\n\n\n\n<p>Robert didn’t have a programming background and had always been more of a creative person. In order to grow as a web designer/developer, he needed to learn PHP. Again, without access to a credit card, that was complicated. Also, free coding training wasn’t as widely available as it is now.</p>\n\n\n\n<p>Robert wishes that more developers would consider alternative ways for users who cannot pay for courses, themes, or plugins (whether that’s because of available infrastructure or otherwise). He wishes that WordPress tutors and developers would open up ways to accommodate aspiring learners in developing countries who cannot access plugins, courses, and themes, to be able to give back and to participate at another level.</p>\n\n\n\n<p>WordPress has allowed him to build an income he would have no other way of earning and it makes a huge difference. He believes sharing stories like his will hopefully make WordPress products and services become more universally available. In addition, he hopes that more aspiring, self-taught developers will find courage in reaching out to connect with others out there.</p>\n\n\n\n<h2><strong>Contributors</strong></h2>\n\n\n\n<p>Alison Rothwell (<a href=\"https://profiles.wordpress.org/wpfiddlybits/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>wpfiddlybits</a>), Yvette Sonneveld (<a href=\"https://profiles.wordpress.org/yvettesonneveld/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>yvettesonneveld</a>), Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a>), Siobhan Cunningham (<a href=\"https://profiles.wordpress.org/siobhanseija/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>siobhanseija</a>), Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>topher1kenobe</a>)</p>\n\n\n\n<div class=\"wp-block-columns\">\n<div class=\"wp-block-column\">\n<img src=\"https://i2.wp.com/wordpress.org/news/files/2019/07/heropress_large_white_logo.jpg?resize=632%2C474&ssl=1\" alt=\"\" class=\"wp-image-7025\" />\n</div>\n\n\n\n<div class=\"wp-block-column\">\n<p> <em>This post is based on an article originally published on HeroPress.com, a community initiative created by <a href=\"https://profiles.wordpress.org/topher1kenobe/\">Topher DeRosia</a>. HeroPress highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.</em> </p>\n</div>\n</div>\n\n\n\n<p> <em>Meet more WordPress community members over at </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>!</em> </p>\n\n\n\n<p><br /></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 Jan 2020 15:26: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:16:\"Yvette Sonneveld\";s: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:62:\"WPTavern: 10up Releases Autoshare for Twitter 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:29:\"https://wptavern.com/?p=96737\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wptavern.com/10up-releases-autoshare-for-twitter-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:3951:\"<p>On Tuesday, 10up <a href=\"https://10up.com/blog/2020/autoshare-for-twitter-wordpress-plugin/\">released its Autoshare for Twitter plugin</a>. The plugin is designed to automatically tweet blog posts as they are published. By default, it will send the post title, featured image, and link to Twitter. Users can also add a custom message. The <a href=\"https://wordpress.org/plugins/autoshare-for-twitter/\">plugin is available</a> in the WordPress plugin directory.</p>\n\n\n\n<p>If you threw a rock into a crowd of WordPress plugins, you would likely smack a social-networking extension. The WordPress plugin market is crowded with similar plugins, so it would make sense if this one flew under the radar. Plus, powerhouse plugins like Jetpack provide similar functionality, such as the <a href=\"https://jetpack.com/support/publicize/\">Jetpack Publicize feature</a>. Yet, with the prevalence of similar plugins, Autoshare for Twitter is worth checking out.</p>\n\n\n\n<p>Many similar plugins work with multiple social networks, but 10up’s plugin is designed specifically for sharing via Twitter. For users who only need a solution for that specific social network, it is a solid solution for version 1.0.</p>\n\n\n\n<p>10up originally built the plugin to provide the company’s clients more control and customization than they found in existing solutions. “Recognizing its widespread potential, we decided to follow our own best practices for managing open-source software by releasing it as a free plugin on the official WordPress plugin repository,” wrote Jeff Paul, Associate Director of Open Source Initiatives at 10up.</p>\n\n\n\n<p>The plugin works with both the block and classic editors. When in use with the block editor, it is added as part of the pre-publish check system as shown in the following screenshot:</p>\n\n\n\n<img />Pre-publish check for tweeting a post.\n\n\n\n<p>The custom message box tracks the number of characters so that users do not go over Twitter’s character count. The plugin also displays a message in the Status & Visibility panel to let users know if a post was shared on Twitter. </p>\n\n\n\n<p>Overall, the plugin does its job well (<em>sorry to folks who were bombarded with some test tweets earlier</em>). It would be nice to see similar one-off solutions that are specific to other social networks. I often find myself in need of such plugins without dealing with a full array of social networking options.</p>\n\n\n\n<p>The plugin is also <a href=\"https://github.com/10up/autoshare-for-twitter\">available on GitHub</a> for others to contribute. Currently, there are several open issues that would improve how the plugin works.</p>\n\n\n\n<h2>Setup Is Not User-Friendly</h2>\n\n\n\n<img />Settings page for Twitter credentials.\n\n\n\n<p>The biggest downside to the plugin is there are no links, no admin help tab, and no instructions on how to set up the Twitter Credentials on the plugin’s setting screen. The page simply has some text fields for things like an API Key, API Secret, and so on. These are not user-friendly terms, and will likely be confusing for many. Not to mention, similar plugins can connect users at the click of a button. For a plugin that does nearly everything else right, this is a missing piece of what would be a near-perfect release.</p>\n\n\n\n<p>The plugin is ideal for power users or developers who want to set up Twitter sharing for a client. In the current version of the plugin, users need to set up a <a href=\"https://developer.twitter.com/\">Twitter Developer account</a> and create a Twitter App. This generates the API keys and necessary tokens for using the plugin.</p>\n\n\n\n<p>The plugin does have an <a href=\"https://github.com/10up/autoshare-for-twitter/issues/57\">open ticket on GitHub</a> for a better onboarding process, which could solve this issue. Therefore, the team is aware of and actively working on making this smoother in a future version.</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 Jan 2020 21:00:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:102:\"WPTavern: Gutenberg 7.3 Brings Navigation Block Colors, Block Collections API, and Dynamic Post Blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=96706\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"https://wptavern.com/gutenberg-7-3-brings-navigation-block-colors-block-collections-api-and-dynamic-post-blocks\";s: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:5495:\"<p>The Gutenberg team <a href=\"https://make.wordpress.org/core/2020/01/22/whats-new-in-gutenberg-22-january/\">announced version 7.3</a> of the plugin yesterday. This was the second release of the year, which included 159 contributions from 56 people. The major changes to the plugin include settings for changing the navigation block’s text and background colors, a new Block Collections API for developers, and placeholder blocks for post elements.</p>\n\n\n\n<p>One of the most significant changes with this release is the speed improvement for page load times and input events. Speed tests are done against posts with ~36,000 words and ~1,000 blocks. The team reduced total load time from 6.431 seconds in version 7.2 to 4.55 seconds in version 7.3. Input events saw larger improvements. Events in 7.3 take 33.8 milliseconds in comparison to 64.7 milliseconds in 7.2.</p>\n\n\n\n<p>Changes in Gutenberg 7.3 covered a wide range of areas in the plugin. The team added an <a href=\"https://github.com/WordPress/gutenberg/pull/18132\">experimental label function</a> for improving block accessibility. They corrected over a dozen bugs with editor navigation. They also introduced some new developer APIs such as a <a href=\"https://github.com/WordPress/gutenberg/pull/19317\">warning utility</a>, <a href=\"https://github.com/WordPress/gutenberg/pull/18495\">text component</a>, and <a href=\"https://github.com/WordPress/gutenberg/pull/17148\">image size control component</a>.</p>\n\n\n\n<p>Work toward full-site editing continued in this release. It is now possible to <a href=\"https://github.com/WordPress/gutenberg/pull/19203\">edit existing template part files</a>. The site editor can also <a href=\"https://github.com/WordPress/gutenberg/pull/19081\">load the front page block template</a>.</p>\n\n\n\n<h2>Navigation Block Colors</h2>\n\n\n\n<img />Selecting custom colors for the navigation block.\n\n\n\n<p>The existing Navigation block continues to improve with each release. Version 7.3 <a href=\"https://github.com/WordPress/gutenberg/pull/19108\">added new options</a> for setting the text color for all navigation items and background color for the entire navigation block.</p>\n\n\n\n<p>It is nice to see some work done toward providing users control over navigation colors. However, it is a far cry from what a good theme designer can do with the flexibility of plain ol’ CSS. Handling navigation colors is tricky because there is so much that is missing. Link colors also need hover and focus state changes. Some designs may need borders for links and border color changes for the various link states or even background color changes.</p>\n\n\n\n<p>Suffice it to say, I am still skeptical about how good the navigation block will be when it is time to move onto full-site editing, especially in comparison to the fine-tuned control that a theme author would normally have.</p>\n\n\n\n<h2>Dynamic Post Element Blocks</h2>\n\n\n\n<img />Post element placeholder blocks.\n\n\n\n<p>In previous releases, the Gutenberg team dropped post title and post content blocks. These are placeholder blocks that will dynamically output the title and content for posts. The long-term goal is for these blocks to be used along with full-site editing, which will allow users to manipulate how everything on their sites is output, including posts.</p>\n\n\n\n<p>Gutenberg 7.3 introduced three new placeholder blocks for post elements:</p>\n\n\n\n<ul><li><a href=\"https://github.com/WordPress/gutenberg/pull/19576\">Post author block</a></li><li><a href=\"https://github.com/WordPress/gutenberg/pull/19578\">Post date block</a></li><li><a href=\"https://github.com/WordPress/gutenberg/pull/19579\">Post excerpt block</a></li></ul>\n\n\n\n<p>This still represents early work toward full-site editing. Eventually, Gutenberg will need to turn nearly every important template tag into a block to get full coverage of what is currently possible with PHP.</p>\n\n\n\n<p>To test these features, you must enable “Full Site Editing” via the Gutenberg > Experiments screen in the WordPress admin.</p>\n\n\n\n<h2>Block Collections API for Developers</h2>\n\n\n\n<pre class=\"wp-block-code alignwide\"><code>registerBlockCollection( \'super-duper\', {\n title: \'Super Duper\',\n icon: ( <SVG xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><Path d=\"M11 5v7H9.5C7.6 12 6 10.4 6 8.5S7.6 5 9.5 5H11m8-2H9.5C6.5 3 4 5.5 4 8.5S6.5 14 9.5 14H11v7h2V5h2v16h2V5h2V3z\" /></SVG> ),\n} );</code></pre>\n\n\n\n<p>A new Block Collections API was added to version 7.3 for plugin developers. Instead of registering a block category and adding blocks to specific categories, plugin developers can register a collection based on the namespace for their blocks.</p>\n\n\n\n<p>For instance, suppose you develop a plugin with a collection of blocks. Each block is under the namespace <code>super-duper</code>. When you register a block collection with the <code>super-duper</code> namespace, all of the blocks would be automatically registered to your custom block collection. This seems to be a smarter way to handle groups of blocks than the existing category system. </p>\n\n\n\n<p>Right now, collections work the same way as categories within the UI. However, it does open collections to other possibilities in the future.</p>\n\n\n\n<p>Blocks can still be registered to a specific category that makes the most sense for the individual block. However, by registering collections, an avenue exists for finding all blocks coming from a single source.</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 Jan 2020 21:17:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:45:\"HeroPress: Thinking Outside the WordPress Box\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=3054\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:142:\"https://heropress.com/essays/thinking-outside-the-wordpress-box/#utm_source=rss&utm_medium=rss&utm_campaign=thinking-outside-the-wordpress-box\";s: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:7186:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2021/01/012320-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I feel that we’ve only scratched the surface of what WordPress can be.\" /><p>Most people, when they discover WordPress, start on the challenging and rewarding path of developing themes, plugins and similar products. I decided to think outside the box.</p>\n<p>My name is Alexander, and my WordPress journey began in 2009. I’m from Chisinau, Republic of Moldova. I originally discovered WordPress while looking for a content management system for one of my projects. Intrigued by how it worked, I started like many others do — learning how WordPress works through developing WordPress websites.</p>\n<p>I started using what I knew to provide development services on freelance platforms. For the next decade, I mostly concentrated on the lesser known, yet still critically important parts of WordPress: particularly security and search engine optimization.</p>\n<p>For many people building up a freelance business in the WordPress world, these are the parts that are important to do, but are often thought of as secondary to deeper development. Theme and plugin authors in particular, get the lion’s share of the spotlight when it comes to WordPress development.</p>\n<h3>Speed and Sophistication</h3>\n<p>I soon learned that after a decade of polishing my skills, that what the world needed wasn’t more WordPress theme developers or plugin authors. What it needed were people who could take care of the kinds of tasks that seemed simple on the surface (like protecting a WordPress site from hackers or optimizing it for search engines), yet were very involved and continued to get more complex over time.</p>\n<p>Contrary to popular belief, you can’t just install a plugin or two and think your site is secure or well-optimized for Google and other sites. Sure, there are plugins which can help the process, but when disaster strikes and your site gets hacked, or you find that your site is loading sluggishly compared to your competition, or worse, your site disappears from the search rankings — you know you need help, and FAST.</p>\n<h3>A Dandy Idea!</h3>\n<p>In 2019 I decided to turn my love for WordPress into full-time work through <a href=\"https://wpdandy.com\">WPDandy</a>. Rather than marketing myself strictly as a WordPress developer or theme designer (although I also do development and design work from time to time), I decided to think outside the box and offer the kinds of services I knew that people needed, but didn’t know how much they needed them, until it was too late!</p>\n<p>Through WPDandy, I focused on WordPress maintenance, management and support services. These include but are not limited to: <b>WordPress speed improvements</b>, <b>security</b>,<b> search engine optimization</b>, <b>backups, etc.</b></p>\n<h3>How WPDandy Has Changed My Life</h3>\n<p>WPDandy has changed my life in many ways. It has enabled me to enjoy the freedom and flexibility of working for myself, doing something that I love. Today, I lead a team of highly professional and passionate WordPress developers from around the world.</p>\n<p>Through my online work, I’m able to help clients reach their business and personal goals, and grow their WordPress sites without worrying about keeping everything up to date (which can be a full-time job in itself, especially if there are multiple sites to run!). My company allows me to help others, and that brings me immense satisfaction!</p>\n<h3>Contributing to the Future of WordPress</h3>\n<p>Although I’m immensely proud of what I’ve built with WPDandy as well as thankful to all of the clients who helped me to discover and master the art and science of WordPress, I felt like I also owed something to the WordPress community itself.</p>\n<p>That’s why I’ve also signed on to be a WordPress contributor. I routinely offer suggestions, advice and share code that can help make managing and maintaining WordPress easier, as well as keep it more secure and less vulnerable to hacking and suspicious attacks.</p>\n<p>Beyond that, I’m overjoyed to be a WordCamp speaker as well. I love sharing knowledge with others and collaborating with like minds on powerful new ideas that can help shape WordPress and make it even better than before.</p>\n<h3>Shaping the Future of Content Management</h3>\n<p>It continues to amaze me how what once started as a small, ordinary blogging platform has blossomed into an absolute content management powerhouse. WordPress can become so many things: an e-commerce storefront, a message board, a membership site, and of course a blog. But I feel that, by and large, we’ve only scratched the surface of what WordPress can be.</p>\n<p>I look forward to continuing to be able to provide outstanding WordPress development, maintenance and management services for all of the many iterations of WordPress that exist and will be created in the future. It’s going to be an exciting ride, and I can’t wait to see what’s next.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Thinking Outside the WordPress Box\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Thinking%20Outside%20the%20WordPress%20Box&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fthinking-outside-the-wordpress-box%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Thinking Outside the WordPress Box\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fthinking-outside-the-wordpress-box%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fthinking-outside-the-wordpress-box%2F&title=Thinking+Outside+the+WordPress+Box\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Thinking Outside the WordPress Box\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/thinking-outside-the-wordpress-box/&media=https://heropress.com/wp-content/uploads/2021/01/012320-min-150x150.jpg&description=Thinking Outside the WordPress Box\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Thinking Outside the WordPress Box\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/thinking-outside-the-wordpress-box/\" title=\"Thinking Outside the WordPress Box\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/thinking-outside-the-wordpress-box/\">Thinking Outside the WordPress Box</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Jan 2020 18: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:16:\"Alexander Covtun\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WPTavern: GiveWP Plugin Users Raised Over $100 Million in Donations in 2019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=96639\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://wptavern.com/givewp-plugin-users-raised-over-100-million-in-donations-in-2019\";s: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:5667:\"<img />\n\n\n\n<p><a href=\"https://wordpress.org/plugins/give/\">GiveWP plugin</a> users raised $106 million in donations in 2019. This is the first time donation amounts have crossed the $100 million threshold in a year. Matt Cromwell, GiveWP’s COO, made the <a href=\"https://www.facebook.com/photo.php?fbid=10219125809314580\">announcement on Facebook</a> last week. This is a jump from the $88 million and $41 million raised in 2018 and 2017, respectively.</p>\n\n\n\n<p>“I’m constantly amazed at what we’ve been able to accomplish at GiveWP,” said Cromwell. “The team continues to excel as experts in their fields, the platform itself continues to improve and become even more top-notch. But this number we observed recently really puts the rubber to the road.”</p>\n\n\n\n<p>The $106 million is not an exact total in donations users have gained in their fundraising campaigns. It only represents the numbers by users who are using PayPal or Stripe. “Both PayPal and Stripe provide partner programs where platforms like GiveWP get a small percentage of each processing fee,” said Cromwell. “This isn’t an additional amount, it’s money the processor will take either way, but shares with us because we help them generate more business.” The partners programs rely on transparency in reporting, which is how GiveWP can see the total donations made through those payment processors. “In order for us to know that they are paying us appropriately, they need to provide us with numbers to see how much revenue was processed through our platform.”</p>\n\n\n\n<p>Both PayPal Standard and Stripe are supported in the free version of the GiveWP plugin, which makes them the go-to choices of payment gateways for end-users. “Authorize.net is the next largest,” said Cromwell. “But Authorize is maybe a tenth of the number of users as either PayPal or Stripe (rough estimate).” Without data from the other processors, it’s impossible to know the total donation numbers, which would be higher than the amount the team is aware of.</p>\n\n\n\n<p>GiveWP currently has over 70,000 active installations, many of which power the donation system on small sites. The plugin is also used for large non-profit organizations such as <a href=\"https://lifewater.org/\">Lifewater</a>, a Christian-based organization that brings clean water to families living in poverty around the world; <a href=\"https://liberomagazine.com/\">Libero Magazine</a>, a Vancouver-based mental health magazine and community; and <a href=\"https://www.lovebutton.org/\">Love Button</a>, an organization that promotes a culture of love and aims to inspire humans to act with kindness.</p>\n\n\n\n<h2>From the Past to the Future</h2>\n\n\n\n<p>Impress, the company behind the plugin, <a href=\"https://wptavern.com/give-a-new-free-donations-plugin-for-wordpress\">launched GiveWP</a> in 2015 to “Democratize Generosity.” The goal was to provide non-profits and other causes the ability to launch campaigns without going through the middle-man of crowd-funding sites, which can sometimes carry a hefty fee. Handling all of this within WordPress provided a more robust and customizable solution that put site owners in control of how they ran their fundraising efforts.</p>\n\n\n\n<p>It was a bold move to build to launch in a crowded market of existing donation plugins and add-ons for major eCommerce plugins. Thus far, the venture has turned out well. However, the GiveWP team is not looking to slow down.</p>\n\n\n\n<p>“Honestly, from a plugin/development perspective it feels like we’ve learned everything new all over again,” said Cromwell of the journey thus far. “The things that we felt were the biggest strengths of the platform still are strong, but also now are technical debt that we’re working to revamp to continue to carry GiveWP strong into the future. Our form builder leveled up a lot when we built our own settings API (for example), but now in a post-Gutenberg era, it feels like it needs a more visual refresh. Doing that well with backward compatibility is a serious challenge.”</p>\n\n\n\n<p>The team feels like much of their early success was by targeting the WordPress community. “That’s playing ‘inside baseball,\'” he said. “Getting into the broader WP community and then additionally into the NPO community is where our challenge is now. So we’re flexing new muscles in marketing.”</p>\n\n\n\n<p>The original partners had to pick up new skills over the past four years. They had to learn how to switch gears from simply being owners and workers to managing individual teams. “We’re so proud of our team that it’s become one of our biggest strengths as a company,” said Cromwell. “Now getting from 20 employees (where we’re at now) to 50 will be an even bigger challenge.”</p>\n\n\n\n<p>The GiveWP team does not plan to focus solely on the WordPress ecosystem. They want to branch out and see where new avenues for growth will take them.</p>\n\n\n\n<p>“While WordPress having 35% internet market share is a big deal, there’s still more market outside WordPress than inside,” said Cromwell. “So for the growth and strength of our company we are now building out a new fundraising SaaS which we’re excited to launch this calendar year.”</p>\n\n\n\n<p>If the team manages to launch a successful SaaS product on the GiveWP platform, this year’s $106 million in fundraising could pale in comparison to 2020’s numbers and beyond.</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 Jan 2020 21:19:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:101:\"WPTavern: GoDaddy’s ‘Go’ WordPress Theme Offers a Page-Building Experience via 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=96641\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"https://wptavern.com/godaddys-go-wordpress-theme-offers-a-page-building-experience-via-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8640:\"<img />\n\n\n\n<p>GoDaddy launched its <a href=\"https://wordpress.org/themes/go/\">Go WordPress theme</a> last week. It has been publicly available through its <a href=\"https://github.com/godaddy-wordpress/go\">GitHub repository</a> for several months, but the theme review team finally approved and set it live in the theme directory. Thus far, the theme has garnered 7,000 active installs and is likely to hit the popular list, given GoDaddy’s history of releasing popular themes. It also provides translations in 27 languages out of the box.</p>\n\n\n\n<p>Go is simple. After working with the theme through GoDaddy’s <a href=\"https://wptavern.com/inside-look-at-godaddys-onboarding-process-for-managed-wordpress-hosting\">managed hosting onboarding process</a> in October last year, I was admittedly a little disappointed this time around. The onboarding process made things almost too easy. I had a predesigned site without thinking about it. After installing and activating Go in my test environment, I couldn’t help but feel like it would take 100 times more work to recreate the magic I once basked in. I knew the power of the theme because I had been presented an ideal set of options that were preconfigured for me in the past. Without the configuration, the theme seemed a little less impressive.</p>\n\n\n\n<p>That’s the beauty of great marketing and onboarding. GoDaddy had already reeled me in.</p>\n\n\n\n<p>While the Go theme is simple, it is also powerful. A lot of that power is in its block styles. Instead of focusing on theme-specific features, the team behind the project poured their work into creating an experience that allows theme users to piece their sites together with the block editor. The theme is ideal for users who want to utilize the block editor as a page builder.</p>\n\n\n\n<p>The theme has a handful of customizer options that provide additional flexibility, but the main selling point is that it gets out of the way and lets the user do the designing. I suspect we will see many similar themes in the next year as theme authors come to grips with building themes in a block world. A large part of the market will want themes that are essentially open canvases for site owners to manipulate the output of their site via blocks.</p>\n\n\n\n<p>Go is also designed to work with WooCommerce, which is a large part of the company’s <a href=\"https://wptavern.com/godaddy-launches-ecommerce-hosting-plan-in-partnership-with-woocommerce\">eCommerce hosting service</a>. This integration should make it a nice option for small business owners.</p>\n\n\n\n<h2>CoBlocks Companion Recommended</h2>\n\n\n\n<img />Features block from the CoBlocks plugin.\n\n\n\n<p>The magic of Go is not in the theme itself. It’s in GoDaddy’s companion plugin <a href=\"https://wordpress.org/plugins/coblocks/\">CoBlocks</a>, which the company <a href=\"https://wptavern.com/godaddy-acquires-themebeans-coblocks-block-gallery-and-block-unit-tests\">acquired last year</a> in a deal with ThemeBeans. The plugin has soared from a mere 3,000 active installs to over 100,000 since.</p>\n\n\n\n<p>CoBlocks offers everything from accordions to maps, from logos to pricing tables, and a lot more in between. It covers a lot of ground that the core WordPress editor blocks do not cover.</p>\n\n\n\n<p>The Go theme is designed to go hand-in-hand with CoBlocks (<em>can we get GoDaddy to just go ahead and rename the plugin to <strong>Go</strong>Blocks?</em>). The theme is meant to offer a page-building experience. Because GoDaddy owns both products, it makes sense they would offer one of the nicer integrations between the plugin and a theme.</p>\n\n\n\n<h2>Not Ideal for Blogging</h2>\n\n\n\n<img />A lot of whitespace between text and other blocks in posts.\n\n\n\n<p>The theme makes generous use of whitespace, but its overuse can often break the reading flow for blog posts. The flow from paragraph to paragraph is fine. However, the moment you drop an image, gallery, pull-quote, or one of many other blocks into the content, the theme adds an extra 140 pixels of whitespace above and below the block. It completely throws off the vertical rhythm of the post.</p>\n\n\n\n<p>Go also displays the full posts on the blog posts page instead of excerpts. There are few things I dislike more when it comes to blogs. Providing an option for users to choose between a full and summary view would be ideal.</p>\n\n\n\n<p>The theme does not claim to be well-suited to blogging. None of the demos for the theme show off a blog. If you’re looking for a theme to handle blogging with media mixed in the content, you will find better offerings elsewhere, such as the <a href=\"https://wptavern.com/blocksy-wordpress-theme-provides-a-solid-block-editor-experience\">Blocksy theme</a></p>\n\n\n\n<h2>Limited Yet Useful Theme Options</h2>\n\n\n\n<img />Design style and color scheme options in the customizer.\n\n\n\n<p>The theme adds five sections to the customizer:</p>\n\n\n\n<ul><li>Site Design</li><li>Header</li><li>Footer</li><li>Social</li><li>Site Settings</li></ul>\n\n\n\n<p>Within each section, Go provides a few basic options, most of which are related to colors and layout. The most useful options reside under the “Site Design” section. The theme presents a design style option that changes the theme’s fonts and colors. Currently, there are five design styles: traditional, modern, trendy, welcoming, and playful. Once a design style is selected, users can choose from four color schemes for that style. The design of this system is brilliant. It gives users choices without forcing them to become designers and handpick the perfect hex code for each color.</p>\n\n\n\n<p>Users who prefer to manage individual colors are not left out. The theme also provides options for overriding any of the colors from the chosen color scheme.</p>\n\n\n\n<p>I was disappointed that Go opted for creating individual options for various social networks instead of using a navigation menu. Using WordPress’ built-in nav menu system for social links has become the <em>de facto</em> standard in the last several years, which allows users to carry their social links from one theme to the next. Unfortunately, users are required to retype all of their links with this theme.</p>\n\n\n\n<p>The theme keeps does not go overboard with options but provides enough customizability to make the theme unique to the user.</p>\n\n\n\n<h2>How Does the Code Stack Up?</h2>\n\n\n\n<p>The theme offers a solid and well-documented codebase. There is not much PHP or JavaScript code, so there are few areas where it can go wrong. The theme’s strength is in its CSS.</p>\n\n\n\n<p>The theme templates were primarily HTML with PHP sprinkled in. For DIY users who like to hack away at theme templates, you should not find any surprises.</p>\n\n\n\n<h2>Final Thoughts</h2>\n\n\n\n<p>Users who want to customize every page of their site will likely enjoy this theme. It is well-suited for small business owners and others with small sites. It could work well for artists and others with portfolios as well.</p>\n\n\n\n<p>It does not fit with my personal taste because it does not cater to my blogging style, which is my primary interest in themes. However, I would not hesitate to recommend it to anyone who wants a ton of control over their site’s inner page design.</p>\n\n\n\n<p>The following is a list of the available demos. There is a lot that can be done in combination with the CoBlocks plugin, which you will want to use in combination with Go.</p>\n\n\n\n<p><strong>Demos with the CoBlocks plugin:</strong></p>\n\n\n\n<ul><li><a href=\"https://wpnux.godaddy.com/v2/?template=alder\">Alder</a></li><li><a href=\"https://wpnux.godaddy.com/v2/?template=ashby\">Ashby</a></li><li><a href=\"https://wpnux.godaddy.com/v2/?template=barista\">Barista</a></li><li><a href=\"https://wpnux.godaddy.com/v2/?template=bento\">Bento</a></li><li><a href=\"https://wpnux.godaddy.com/v2/?template=everett\">Everett</a></li><li><a href=\"https://wpnux.godaddy.com/v2/?template=figure\">Figure</a></li><li><a href=\"https://wpnux.godaddy.com/v2/?template=keynote\">Keynote</a></li><li><a href=\"https://wpnux.godaddy.com/v2/?template=salt\">Salt</a></li></ul>\n\n\n\n<p><strong>Demos with the CoBlocks and WooCommerce plugins:</strong></p>\n\n\n\n<ul><li><a href=\"https://wpnux.godaddy.com/v2/?template=avenue\">Avenue</a></li><li><a href=\"https://wpnux.godaddy.com/v2/?template=chai\">Chai</a></li><li><a href=\"https://wpnux.godaddy.com/v2/?template=jane\">Jane</a></li><li><a href=\"https://wpnux.godaddy.com/v2/?template=philo\">Philo</a></li><li><a href=\"https://wpnux.godaddy.com/v2/?template=wares\">Wares</a></li></ul>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Jan 2020 21:52: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:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: Gutenberg Can Tackle the Problems the Fields API Tried to Solve\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=96617\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/gutenberg-can-tackle-the-problems-the-fields-api-tried-to-solve\";s: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:6098:\"<p><strong>The Fields API.</strong></p>\n\n\n\n<p><em>Never heard of it?</em> That’s OK. Outside of the inner development community, it is not widely known. The average WordPress user does not need to know about it. Before understanding how the Fields API fits into Gutenberg’s future, you must first understand what it is and the problems it was meant to fix.</p>\n\n\n\n<p>The Fields API was a proposed solution to one of WordPress’ biggest problems: to build form fields in the admin and save data from those fields, developers need to know multiple APIs, depending on the specific admin screen. </p>\n\n\n\n<p><em>Want to build a plugin settings screen?</em> Use the Settings API.</p>\n\n\n\n<p><em>Need some theme options?</em> Build them with the Customize API. </p>\n\n\n\n<p><em>Have some fields to output on the user screen?</em> Here are two hooks and a mess of HTML table markup; sorry, no official API.</p>\n\n\n\n<p>Those are just a few examples, but the truth of it comes down to this: to show something as basic as a text field to end-users, WordPress developers need to know how to do this in a variety of ways based on competing or even missing APIs.</p>\n\n\n\n<p>There are historical reasons for this. New features were bolted on top of WordPress over time. In the mad rush to continue shipping features with each major update, few people stepped back and asked the fundamental question about the technical debt that would pile up over the past 16 years. Shipping end-user features helped the platform grow, but developers had to learn all-new functions and methods each time.</p>\n\n\n\n<p>Adding to the technical burden, when the Gutenberg project launched, it introduced a new system in a different programming language.</p>\n\n\n\n<p>The Fields API would have created a standardized system for outputting form fields and saving field data. It would work with all the existing admin screens and any new features added in the future. Developers could learn a single system and be able to build plugins that worked with practically any area of WordPress.</p>\n\n\n\n<p>In 2014, Scott Kingsley Clark took over the <a href=\"https://make.wordpress.org/core/2014/02/25/metadata-project-update/\">Metadata UI Project</a>. The initial idea was to create an API for adding custom fields (meta box fields) on the post-editing screen. Eventually, Clark and those working on the project realized the problem that needed solving was larger than meta boxes. WordPress needed an API that worked across the board. After a year, the project was <a href=\"https://make.wordpress.org/core/2015/05/27/metadata-api-project-reborn-the-new-fields-api-project/\">relaunched as the Fields API</a>.</p>\n\n\n\n<p>After years of working on the code behind the project, Clark became burned out. He <a href=\"https://wptavern.com/wordpress-core-fields-api-project-is-seeking-new-leadership\">stepped down as the project’s lead</a> in 2018. With no buy-in from the decision-makers for the WordPress project, there was little hope of it making it into core. At that point, the <a href=\"https://wptavern.com/wpweekly-episode-326-long-live-the-fields-api-project\">project was all but dead</a>.</p>\n\n\n\n<p>Gutenberg’s development was in full swing. Developers were gearing up for relearning how to add the same basic text fields and other form elements in whole new ways.</p>\n\n\n\n<p>The Fields API, had it made it into WordPress before the block editor, could have alleviated the need for developers to learn a new system. However, that’s not where we’re at today. The Fields API never made it past the gatekeepers, and developers have one more thing to stay knowledgeable on.</p>\n\n\n\n<p>The question is: how do we address this going forward?</p>\n\n\n\n<h2>How the Gutenberg Project Can Solve the Fields API Problem</h2>\n\n\n\n<p>What many don’t understand is that the Gutenberg project is larger than the content editor. The first iteration, Phase 1, of the project was to create a new editing experience. Phase 2 will create new admin screens for site editing using the same components for the editor. Custom text fields, select dropdowns, color options, or one of many other field types all run through the same reusable, component-based system.</p>\n\n\n\n<p>That sounds remarkably similar to the Fields API. At the end of the day, the Fields API is simply a standardized method of reusing components to output form fields and save data, regardless of the screen in WordPress.</p>\n\n\n\n<p>WordPress needs to be rebuilt from the ground up. Gutenberg provides us the opportunity to rewrite every admin page in WordPress using a standardized system for handling form fields.</p>\n\n\n\n<p>From a technical standpoint, Gutenberg has <a href=\"https://github.com/WordPress/gutenberg/tree/master/packages/components/src\">dozens of components</a>. These include a text control, button, checkbox, and much more. It covers the majority of use cases plugin and theme authors need for form fields. These things are not tied directly to the block system. They are simply components that can be used anywhere.</p>\n\n\n\n<p>The next step would be setting the foundational layer for other admin screens. It will not be easy. There will be backward-compatibility mountains that the Fields API could have climbed for us years ago.</p>\n\n\n\n<p>Given WordPress’ history, developers will likely continue using competing APIs for fields on various admin pages. And, if we’re still at that point in five years, the Gutenberg project will have failed for not going as far as it could have.</p>\n\n\n\n<p>For success, the Gutenberg project needs to have a wider vision and a longer-term roadmap that addresses the issues of fields on every screen. Otherwise, projects with easier-to-learn APIs will be more enticing to developers.</p>\n\n\n\n<p>The idea of <em>Gutenberg-ifying</em> the entirety of the WordPress admin will be off-putting to many, but WordPress has to solve its form fields issue at some point. It might as well reuse the components that will be seeing active development for years to come.</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, 20 Jan 2020 21:29:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:74:\"WPTavern: Blocksy WordPress Theme Provides a Solid Block-Editor Experience\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=96555\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://wptavern.com/blocksy-wordpress-theme-provides-a-solid-block-editor-experience\";s: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:7060:\"<img />Screenshot of the Blocksy theme blog posts page.\n\n\n\n<p>Creative Themes dropped version 1.6.8 of its <a href=\"https://wordpress.org/themes/blocksy/\">Blocksy WordPress theme</a> yesterday. It was an update to a theme that is quickly becoming popular, having garnered 58 five-star reviews and one thousand active installs since it first went live in the WordPress theme directory. The theme is specifically built to work with the block editor and is a nice example of what is currently possible with blocks.</p>\n\n\n\n<p>Blocksy is billed as a general-purpose theme and also works with other popular page builders like Elementor, Beaver Builder, and Visual Composer. The truth-test is whether it handles the block editor, especially given its primary audience (it is named <em>Blocksy</em>, after all). Aside from a few trivial quirks, the theme handled nearly every bit of test content I threw at it.</p>\n\n\n\n<p>Blocksy is one of the better-designed free themes for the block editor that I have seen.</p>\n\n\n\n<p>I want to use this theme for a project. Unfortunately, I have no site to use it on at the moment. I do not say this about many free, repository-hosted WordPress themes. The quality of work is on par with themes from the majority of commercial theme shops I have tested or used over the years.</p>\n\n\n\n<p>The theme is not without a few issues, which we’ll get to, but it is a solid offering.</p>\n\n\n\n<h2>Block Design</h2>\n\n\n\n<img />A few block design examples from the theme.\n\n\n\n<p>With a name like <em>Blocksy</em>, I went into this review with a mindset that the theme better handle every test block I dropped into the block editor with grace. I wanted to make sure it lived up to its name.</p>\n\n\n\n<p>I am happy to report that it handles block design as good as or better than most themes designed for showcasing the block system. It adds just enough stylistic flair, such as a unique pull-quote design, without getting in the way of the content.</p>\n\n\n\n<p>One problem area is the font in the editor does not match the font on the front end completely. This is a minor issue that should be easily fixed in an update.</p>\n\n\n\n<p>You can find some good examples of block design on the theme’s <a href=\"https://demo.creativethemes.com/blocksy/main/gutenberg/\">Gutenberg demo page</a>.</p>\n\n\n\n<h2>Block Editor Sidebar</h2>\n\n\n\n<img />Custom block editor sidebar for post meta.\n\n\n\n<p>The latest update of the theme includes additional integration with the block editor. The team moved its old meta box, which sat below the post content editor, to a new sidebar panel. This change is refreshing.</p>\n\n\n\n<p>I did not know the meta box existed until the theme developers pointed out this change in feature (I first started testing the previous version of the theme). At this point, I never look at the bottom of the block editor for meta boxes. I expect any additional settings to be placed firmly in the right sidebar area. I applaud this move. It could confuse old theme users when updating, but it feels more natural in its new home.</p>\n\n\n\n<p>The team has done a nice job with this custom sidebar for the most part. The biggest issue is with the button for switching to it. By using both an icon and the “Page Settings” text, it uses more room than necessary. To fit in line with the existing UI, it should simply display an icon. The button text is also hard to read when selected, which is a minor CSS issue that can be corrected in an update.</p>\n\n\n\n<h2>Customizer Options</h2>\n\n\n\n<img />Custom-designed customizer control panel.\n\n\n\n<p>For users who like to have full control over the site’s display, this theme won’t disappoint. For users who dislike by many options, the number of design settings will likely feel overwhelming. </p>\n\n\n\n<p>Blocksy has more design options than most people will ever need. Some options, such as letter-spacing and line-height controls for fonts may be going overboard. Ideally, those things would be automatically adjusted based on the chosen font family.</p>\n\n\n\n<p>The theme also uses a custom design for the customizer control panel. In general, the custom design looks nice. However, is not good practice for themes to customize a shared WordPress UI element. Plugins with options in the customizer could break. It is best to stick with the default design.</p>\n\n\n\n<h2>Blocksy Companion Plugin</h2>\n\n\n\n<p>The theme promotes an additional plugin named Blocksy Companion. The add-on plugin provides users with additional widgets, a cookies-consent feature for the front end, and integrations with Mailchimp, Instagram, and WooCommerce. It also provides an avenue for importing custom-made demo content.</p>\n\n\n\n<p>Most of the companion plugin’s features are fairly routine compared to similar themes in the WordPress theme repository. The cookies-consent feature is something I haven’t seen before as part of a theme add-on plugin.</p>\n\n\n\n<p>My biggest complaint with the plugin is that it makes the “Blocksy” admin menu item a top-level item. It is a waste of valuable real estate in an already-cluttered admin menu. Plus, there is no good reason for a single theme/plugin screen to take a top-level spot when it has no sub-menus.</p>\n\n\n\n<h2>How Does the Code Look?</h2>\n\n\n\n<p>If I were describing the code in one phrase: <em>average but gets the job done</em>.</p>\n\n\n\n<p>The theme has a lot of PHP code. Most of it is dropped into a single <code>/inc</code> folder and not organized nearly as well as it could be. It feels like a giant mish-mash of functions with almost non-existent inline documentation for most of them. It’s not something a developer who is not intimately familiar with the theme would want to dive into.</p>\n\n\n\n<p>This is not an argument that the theme’s code is bad. It passed the official WordPress.org review process and made it into the theme directory, so it is at least doing the minimum necessary. It’s simply unimpressive, which is par for the course when it comes to most WordPress themes. Code architecture seems like an afterthought, which could make it tougher to maintain over the long haul. With a theme that has as much code as this one, this is more important than it is for simpler themes. It can also easily be remedied with a week or so of dev time strictly devoted to architecture.</p>\n\n\n\n<h2>Final Thoughts</h2>\n\n\n\n<p>Blocksy is a well-designed theme that does the job it sets out to do. It is ideal for users who are working with the block editor or a third-party page builder. The theme is packed with far more options than I could cover in this review. If customizability is your thing, you will likely enjoy it.</p>\n\n\n\n<p>The team shared some of their future ideas. They have plans to add conditional headers, footers, and sidebars; a sticky header; AMP support; and more. They seem excited about the future of the theme.</p>\n\n\n\n<p>Overall, I would recommend this theme for users who want a clean, relatively fast, block-ready WordPress theme.</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, 17 Jan 2020 21:34: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: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:51:\"WPTavern: WordCamp Houston Returning After 10 Years\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=96499\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wptavern.com/wordcamp-houston-returning-after-10-years\";s: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:4308:\"<img />\n\n\n\n<p>After a 10-year hiatus, <a href=\"https://2020.houston.wordcamp.org/\">WordCamp Houston</a> will return in 2020. The event will run from May 9-10 at the Hilton Houston NASA Clear Lake and expects 250-300 attendees. The team behind the Texas-based WordCamp is still in the process of putting the event together and is looking for volunteers, speakers, and sponsors.</p>\n\n\n\n<p>With 10 years between events, local organizers had to rebuild their WordPress community. “After <a href=\"https://wptavern.com/it-took-houston-four-years\">WordCamp 2010</a>, the community seemed to have dismantled,” said Christina Hawkins, lead organizer for WordCamp Houston. “I can only guess that because it takes an active community and dedicated volunteers, that if any piece starts to have trouble, it becomes challenging to continue,” she speculated as to why the original event never continued.</p>\n\n\n\n<p>Hawkins began the Sugar Land meetup, located south of Houston but a greater part of the Houston area. The overall area has several regular WordPress meetups. “John Peterson and a few others were instrumental in building the community again,” she said. “They were dedicated and made sure we had regular monthly meetings with quality speakers.” Currently, they have 12 wranglers who are working to make sure this year’s WordCamp runs smoothly.</p>\n\n\n\n<p>Considering that Houston is the hometown of Matt Mullenweg, the co-creator of WordPress, it would seem like the city would be the ideal location for an annual WordPress event. He is not involved in the event or currently on the speaker roster, which is still open. Hawkins hopes that he can at least attend the event in an unofficial capacity. “I want to iron out any wrinkles first and present a flawless WordCamp for him,” she said. “We expect 2020 to be a WordCamp that knocks it out of the park, but I want to make sure we represent WordPress in the best light and formally invite him as a keynote next year.”</p>\n\n\n\n<p>WordCamp Houston is currently <a href=\"https://2020.houston.wordcamp.org/call-for-speakers/\">accepting speaker applications</a>. The process will remain open until February 29. Those who want to speak should submit a topic and plan for a session that lasts 30-40 minutes.</p>\n\n\n\n<p>“Heather Baker is our Speaker Wrangler,” said Hawkins. “Since this is the first one in years, she has been actively training future speakers. We had an in-person workshop last fall and we are preparing a webinar series soon that will be broken up in chunks.”</p>\n\n\n\n<p>Thus far, the event organizers have received 29 applications and are expecting more. They will evaluate applications from the first of March and let speakers know if their session is approved on March 15.</p>\n\n\n\n<p>The team is still on the hunt for sponsors. “We have the national sponsors, which is very helpful, but we are in the process of getting the word out locally,” said Hawkins. “Most of Houston has never heard of WordCamp so it’s up to us to start knocking on doors. We have a long list of people and companies that we are reaching out to.”</p>\n\n\n\n<p>Individuals or businesses who wish to sponsor the event can sign up via the <a href=\"https://2020.houston.wordcamp.org/become-a-sponsor/\">sponsorship page</a>. There are four tiers, ranging from $150 to $3,000, with various perks for each level.</p>\n\n\n\n<p>The team chose the Hilton Houston NASA Clear Lake venue for this year’s event. The location was ideal because it had a good room setup, which could allow them to expand in case they had an increase in attendance. They can also add an extra room if they need to add another speaker track.</p>\n\n\n\n<p>“It’s also close to NASA which fits our overall theme of ‘Taking Off!\'” said Hawkins.</p>\n\n\n\n<p>The team initially had some trouble finding a venue that met their needs, budget, and location. “Houston is a vast city, and it is not very easy to manage so many people that live all over,” said Hawkins. “I am sure other cities like Atlanta, LA, and Chicago have the same problem with having a vast city that can extend to an hour drive in each direction.”</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, 16 Jan 2020 19:59:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"Post Status: Introducing a new chapter, with Cory Miller as Post Status partner\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=73897\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://poststatus.com/cory/\";s: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:4335:\"<p>I <a href=\"https://poststatus.com/launched/\">created</a> Post Status in January 2013 and <a href=\"https://poststatus.com/lets-grow/\">started</a> the Club in January 2015. January 2020 marks another huge milestone for this community and business.</p>\n\n\n\n<p>I’m very excited to share that <a href=\"https://corymiller.com/\">Cory Miller</a> is now an equal partner of Post Status. Cory purchased half the business and will be working with me in the day-to-day management, writing, community engagement, and everything else we do with Post Status.</p>\n\n\n\n<p>Many should know Cory from his ten years running <a href=\"https://ithemes.com/\">iThemes</a>. After they sold the business to Liquid Web and he spent some time there, he decided to step away and continue his entrepreneurial journey. He’s working on a few projects, and Post Status is a significant part of where he’s dedicating his time and energy.</p>\n\n\n\n<p>Cory is a long-time friend, and iThemes has been a Post Status sponsorship partner since 2015. Cory understands the community, the role Post Status plays in the space, and he brings so much to the table, from established community relationships to product and business experience.</p>\n\n\n\n<p>We’ve known one another going back to 2010 or so. I got to watch as he navigated the WordPress space as the CEO of a theme company turned plugin company, from inception to exit.</p>\n\n\n\n<p>Cory has so many qualities I admire. Most of all, I admire his honesty, his compassion, his passion for people, and his vision for what’s possible. I look forward to working with a true partner on Post Status after so many years of managing the primary responsibilities with much help from many friends and contractors along the way.</p>\n\n\n\n<p>In addition to Cory and myself, David Bisset and Dan Knauss continue to be integral parts of the Post Status effort. Cory and I are thankful for their energy, consistency, and talents.</p>\n\n\n\n<p>We are working together in Oklahoma City this week to finalize our plans for the 2020 year. We already have a lot planned and are looking to get these new initiatives and processes off to a rocking start.</p>\n\n\n\n<h3>Potential in the WordPress community</h3>\n\n\n\n<p>There is so much potential in the WordPress community, and Post Status plays an important role through news, community, and professional development. We are going to continue to do that, and we are also going to make changes that we think will benefit the community as a whole and Post Status Club Members in particular.</p>\n\n\n\n<p>If you’ve ever thought about joining the <a href=\"https://poststatus.com/club\">Post Status Club</a>, it’s a great time to do so. At a minimum, anyone in the WordPress community should subscribe to the <a href=\"https://poststatus.com/newsletter\">newsletter</a>. If you’ve been a member before, we thank you, and we hope we are able to continue to serve you for years to come — better than ever, better together.</p>\n\n\n\n<h3>Cory\'s thoughts</h3>\n\n\n\n<p>I asked Cory to share a couple of his own thoughts on why he’s investing in Post Status, both with his money and energy.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>I’ve been a fan and supporter of Post Status since the beginning. At iThemes we were one of Brian’s first sponsors. Over the years I leaned on Brian’s insights and counsel — personally as well as through Post Status — to inform and grow iThemes.</p><p>When Brian approached me about becoming a partner my first reaction was, “Heck yes!” Over our weeks and months of conversations, my excitement grew and grew as our goals and aspirations for Post Status were revealed to be so well aligned.</p><p>I truly believe in what Brian has built. And I only want to be a value add and look forward to coming alongside Brian, the Post Status team and this great community.</p></blockquote>\n\n\n\n<p>We\'re so excited to finally be able to make this official. We look forward to continuing to serve you our readers, our Club members, our partners, and the broader community.</p>\n\n\n\n<p>Onward!</p>\n\n\n\n<h3>Audio & Video Q&A; with Cory and Brian</h3>\n\n\n\n<p>We’ll be announcing more specific plans over the coming weeks, and below is our conversation post-announcement by audio and video:</p>\n\n\n\n\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"embed-vimeo\"></div>\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:\"Thu, 16 Jan 2020 13:55:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s: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:16:\"Matt: Thirty Six\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=50760\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://ma.tt/2020/01/thirty-six/\";s: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:3332:\"<p>I am now solidly entering my late thirties, and fortunately I am in good health, good cheer, and doing one of my favorite things — exploring a part of the world and culture I haven’t experienced before (Maldives and Sri Lanka).</p>\n\n\n\n<p>The past year has included a number of professional milestones including <a href=\"https://ma.tt/2019/09/series-d/\">a significant amount of fundraising</a> and related activity, bringing in <a href=\"https://ma.tt/2019/08/tumblr-the-day-after/\">a major new product to the Automattic family</a>, the <a href=\"https://ma.tt/2019/11/state-of-the-word-2019/\">maturation of Gutenberg in the WordPress ecosystem</a>, launching the <a href=\"https://distributed.blog\">Distributed blog and podcast</a>, and a growth in the breadth and depth of the Automattic team.</p>\n\n\n\n<p>Partially because of the schedule those milestones required, this ended up being my year with the most travel ever since I started tracking: I flew over 515k miles, to 124 cities in 24 countries. I was able to incorporate a <a href=\"https://photomatt.tumblr.com/post/186959053572/some-beautiful-trails-near-aspen-ran-the-heavy\">good amount of running</a> in my routine, started picking up musical instruments again, and learning more about sound and its impact on our lives. I found <a href=\"https://streaksapp.com/\">small daily habits</a>, like a little bit of exercise or stretching first thing in the morning, to be sustainable and high-impact.</p>\n\n\n\n<p>What suffered in 2019 was my <a href=\"https://ma.tt/2020/01/29-books-in-2019/\">book reading time</a> and making a dent on the <a href=\"https://www.theworlds50best.com\">top 50 list</a>. I still check <a href=\"https://www.techmeme.com\">tech news every day</a>, but I had to unplug from daily non-tech news because it was just too hectic — I’ve found a lot of value in <a href=\"https://www.economist.com\">weekly publications like the Economist</a> to make sense of what’s going on in the world with the benefit of a little distance and time.</p>\n\n\n\n<p>Personally my main goals this year are for the health and wellness of my family, incorporating more playing music and photography into my life, and strengthening <a href=\"https://www.calm.com\">my meditation practice</a>. If you’re reading this, I hope to run into you online or in person and this year let’s do our best together to leave the world a little better than we found it.</p>\n\n\n\n<p>All birthdays: <a href=\"https://ma.tt/2003/01/bday/\">19</a>, <a href=\"https://ma.tt/2004/01/so-im-20/\">20</a>, <a href=\"https://ma.tt/2005/01/hot-barely-legal-matt/\">21</a>, <a href=\"https://ma.tt/2006/01/matt-22/\">22</a>, <a href=\"https://ma.tt/2007/01/twenty-three/\">23</a>, <a href=\"https://ma.tt/2008/01/twenty-four/\">24</a>, <a href=\"https://ma.tt/2009/01/twenty-five/\">25</a>, <a href=\"https://ma.tt/2010/01/twenty-six/\">26</a>, <a href=\"https://ma.tt/2011/01/twenty-seven/\">27</a>, <a href=\"https://ma.tt/2012/01/twenty-eight/\">28</a>, <a href=\"https://ma.tt/2013/01/twenty-nine/\">29</a>, <a href=\"https://ma.tt/2014/01/matt-3-0/\">30</a>, <a href=\"https://ma.tt/2015/01/thirty-one/\">31</a>, <a href=\"https://ma.tt/2016/01/thirty-two/\">32</a>, <a href=\"https://ma.tt/2017/01/thirty-three/\">33</a>, <a href=\"https://ma.tt/2018/01/thirty-four/\">34</a>, <a href=\"https://ma.tt/2019/01/thirty-five/\">35</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, 16 Jan 2020 09:15: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:62:\"WordPress.org blog: WordPress Leaders Nominated for CMX Awards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8288\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wordpress.org/news/2020/01/wordpress-leaders-nominated-for-cmx-awards/\";s: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:3074:\"<p>Two members of the WordPress leadership team were nominated for excellent work in their field in the first ever Community Industry Awards. <a href=\"https://profiles.wordpress.org/andreamiddleton/\">Andrea Middleton</a> is nominated for <a href=\"https://cmxhub.com/awards-executive\">Executive Leader of a Community Team</a> and <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a> is nominated for <a href=\"https://cmxhub.com/awards-professional\">Community Professional of the Year</a>.</p>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2020/01/josepha_and_andrea.jpg?fit=632%2C281&ssl=1\" alt=\"\" class=\"wp-image-8292\" />\n\n\n\n<p><a href=\"https://cmxhub.com/\">CMX</a> is one of the largest professional organizations dedicated to community builders. The awards were open to public nomination, and finalists were chosen by panels of their peers in the CMX community.</p>\n\n\n\n<p>Andrea has been a vital community strategist for the WordPress project since 2011. Her work to build and support a vibrant community has played a part in the success around the popular open source CMS. Her work is sponsored by Automattic, where she leads a team that focuses on educational efforts, funding, and in-person community-driven events that serve a global base.</p>\n\n\n\n<p>Josepha has been the Executive Director of the WordPress project since 2019. Her work to coordinate and guide volunteer efforts spans 20 teams and involves thousands of volunteers. Her work is also sponsored by Automattic, where she leads the open source division that focuses on all aspects of open source contribution including design, development, volunteer engagement, and the health of the overall WordPress ecosystem.</p>\n\n\n\n<h2>Votes are Open</h2>\n\n\n\n<p>Final recipients are chosen with open voting — if you feel like either Andrea or Josepha have had an impact on your careers, your trajectory in the WordPress project, or the health of WordPress as a whole, there are three ways you can show your support:</p>\n\n\n\n<ul><li>Stop by and vote for them (Andrea <a href=\"https://href.li/?https://cmxhub.com/awards-executive\">here</a>, Josepha <a href=\"https://href.li/?https://cmxhub.com/awards-professional\">here</a>)!</li><li>Share this post with your own communities!</li><li>Tweet some inspirational thoughts about your time/experience/learnings with WordPress (using #WordPress, naturally)!</li></ul>\n\n\n\n<h2>Thank You Notes</h2>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>A lot of care and passion goes into making the WordPress Project as fantastic as it is. I think these awards are a reflection of how wonderful the community and ecosystem are, and I appreciate everyone’s continued trust in my stewardship!</p><cite>Josepha Haden Chomphosy</cite></blockquote>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>WordPress community organizers are some of the most generous and creative people in the world — working with them is exciting and interesting every day. I’m humbled by this nomination; thank you!</p><cite>Andrea Middleton</cite></blockquote>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Jan 2020 21:42: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:16:\"Francesca Marano\";s:7:\"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:\"Wed, 04 Mar 2020 14:42:49 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Wed, 04 Mar 2020 14:30:08 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";s:16:\"content-encoding\";s:2:\"br\";}}s:5:\"build\";s:14:\"20191230170628\";}','no'),(14860,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1583376169','no'),(14861,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1583332969','no'),(14862,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1583376169','no'),(14863,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2020/03/wordpress-5-4-release-candidate/\'>WordPress 5.4 Release Candidate</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2020/03/wordpress-5-4-release-candidate/\'>WordPress.org blog: WordPress 5.4 Release Candidate</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/will-page-builders-remain-competitive-in-the-block-era?utm_source=rss&utm_medium=rss&utm_campaign=will-page-builders-remain-competitive-in-the-block-era\'>WPTavern: Will Page Builders Remain Competitive in the Block Era?</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/the-international-wordpress-community-and-wordcamps-amid-covid-19?utm_source=rss&utm_medium=rss&utm_campaign=the-international-wordpress-community-and-wordcamps-amid-covid-19\'>WPTavern: The International WordPress Community and WordCamps Amid COVID-19</a></li></ul></div>','no'),(14869,'_transient_timeout_GFCache_77aad28dfbd4be3fc0a8c0213d4a423f','1583336074','no'),(14870,'_transient_GFCache_77aad28dfbd4be3fc0a8c0213d4a423f','1','no'),(14889,'_site_transient_timeout_browser_95863abfd32bd4332442b534cbfe1925','1583937950','no'),(14890,'_site_transient_browser_95863abfd32bd4332442b534cbfe1925','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"79.0.3945.130\";s:8:\"platform\";s:9:\"Macintosh\";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'),(14892,'_site_transient_timeout_community-events-cad4ae4ec70d563bdb0162226600db16','1583376351','no'),(14893,'_site_transient_community-events-cad4ae4ec70d563bdb0162226600db16','a:3:{s:9:\"sandboxed\";b:0;s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"108.51.93.0\";}s:6:\"events\";a:5:{i:0;a:8:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:52:\"WordPress NoVa/Arlington: Question And Answer Meetup\";s:3:\"url\";s:52:\"https://www.meetup.com/wordpressdc/events/269014461/\";s:6:\"meetup\";s:12:\"WordPress DC\";s:10:\"meetup_url\";s:35:\"https://www.meetup.com/wordpressdc/\";s:4:\"date\";s:19:\"2020-03-05 18:30:00\";s:8:\"end_date\";s:19:\"2020-03-05 20:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Arlington, VA, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:38.88183212280299727581223123706877231597900390625;s:9:\"longitude\";d:-77.1106643676759944128207280300557613372802734375;}}i:1;a:8:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:37:\"Casual Discussion and Troubleshooting\";s:3:\"url\";s:64:\"https://www.meetup.com/wordpress-frederick/events/vtczlrybcfbqb/\";s:6:\"meetup\";s:19:\"WordPress Frederick\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/wordpress-frederick/\";s:4:\"date\";s:19:\"2020-03-12 18:00:00\";s:8:\"end_date\";s:19:\"2020-03-12 20:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Frederick, MD, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:39.41387939453100131004248396493494510650634765625;s:9:\"longitude\";d:-77.4102935791020030364961712621152400970458984375;}}i:2;a:8:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:26:\"WordCamp Lancaster, PA USA\";s:3:\"url\";s:37:\"https://2020.lancasterpa.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2020-03-14 00:00:00\";s:8:\"end_date\";s:19:\"2020-03-14 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:17:\"Lancaster, PA USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.0544895000000025220288080163300037384033203125;s:9:\"longitude\";d:-76.28253829999999879873939789831638336181640625;}}i:3;a:8:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:54:\"Open Workshop — Combined Frederick Technology Groups\";s:3:\"url\";s:64:\"https://www.meetup.com/wordpress-frederick/events/zngrfrybcfbcc/\";s:6:\"meetup\";s:19:\"WordPress Frederick\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/wordpress-frederick/\";s:4:\"date\";s:19:\"2020-03-21 10:00:00\";s:8:\"end_date\";s:19:\"2020-03-21 12:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Frederick, MD, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:39.4158287048339985858547152020037174224853515625;s:9:\"longitude\";d:-77.4104461669920027588887023739516735076904296875;}}i:4;a:8:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:37:\"Casual Discussion and Troubleshooting\";s:3:\"url\";s:64:\"https://www.meetup.com/wordpress-frederick/events/dgbpkrybcfbjc/\";s:6:\"meetup\";s:19:\"WordPress Frederick\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/wordpress-frederick/\";s:4:\"date\";s:19:\"2020-03-26 18:00:00\";s:8:\"end_date\";s:19:\"2020-03-26 20:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Frederick, MD, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:39.41387939453100131004248396493494510650634765625;s:9:\"longitude\";d:-77.4102935791020030364961712621152400970458984375;}}}}','no'),(14984,'_transient_timeout_GFCache_18ef81440a74c7d9c7b9375f275c7b91','1583334217','no'),(14985,'_transient_GFCache_18ef81440a74c7d9c7b9375f275c7b91','1','no'),(15117,'_transient_doing_cron','1588909365.6807529926300048828125','yes'),(15134,'_site_transient_timeout_wdp_un_local_projects','1583341707','no'),(15135,'_site_transient_wdp_un_local_projects','a:2:{i:912164;a:7:{s:3:\"pid\";s:6:\"912164\";s:4:\"name\";s:9:\"Smush Pro\";s:8:\"filename\";s:25:\"wp-smush-pro/wp-smush.php\";s:4:\"path\";s:102:\"\\\\WDP\\DFS\\46\\0\\0\\5\\4678121500\\user\\sites\\2287229.site\\www/wp-content/plugins/wp-smush-pro/wp-smush.php\";s:7:\"version\";s:5:\"3.6.0\";s:4:\"slug\";s:22:\"wpmudev_install-912164\";s:4:\"type\";s:6:\"plugin\";}i:119;a:7:{s:3:\"pid\";s:3:\"119\";s:4:\"name\";s:18:\"WPMU DEV Dashboard\";s:8:\"filename\";s:40:\"wpmudev-updates/update-notifications.php\";s:4:\"path\";s:117:\"\\\\WDP\\DFS\\46\\0\\0\\5\\4678121500\\user\\sites\\2287229.site\\www/wp-content/plugins/wpmudev-updates/update-notifications.php\";s:7:\"version\";s:5:\"4.7.5\";s:4:\"slug\";s:19:\"wpmudev_install-119\";s:4:\"type\";s:6:\"plugin\";}}','no'),(15258,'_transient_timeout_GFCache_21673eacce9715b110a9cd2e6a27ad83','1588909396','no'),(15259,'_transient_GFCache_21673eacce9715b110a9cd2e6a27ad83','a:3:{i:0;O:8:\"stdClass\":2:{s:7:\"form_id\";s:1:\"1\";s:11:\"entry_count\";s:2:\"11\";}i:1;O:8:\"stdClass\":2:{s:7:\"form_id\";s:1:\"2\";s:11:\"entry_count\";s:1:\"5\";}i:2;O:8:\"stdClass\":2:{s:7:\"form_id\";s:1:\"3\";s:11:\"entry_count\";s:1:\"3\";}}','no'),(15260,'_transient_timeout_GFCache_ca26720546ca3f4c64a67c298571ec81','1588909396','no'),(15261,'_transient_GFCache_ca26720546ca3f4c64a67c298571ec81','a:3:{i:0;O:8:\"stdClass\":2:{s:7:\"form_id\";s:1:\"1\";s:10:\"view_count\";s:2:\"60\";}i:1;O:8:\"stdClass\":2:{s:7:\"form_id\";s:1:\"2\";s:10:\"view_count\";s:2:\"43\";}i:2;O:8:\"stdClass\":2:{s:7:\"form_id\";s:1:\"3\";s:10:\"view_count\";s:2:\"32\";}}','no'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=962 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 (2,3,'_wp_page_template','default'),(3,6,'_edit_last','1'),(4,6,'_wp_page_template','default'),(5,6,'_wpb_vc_js_status','true'),(6,6,'enable_pagepadding','on'),(7,6,'header_color','dark-header'),(8,6,'disable_footer','off'),(9,6,'main_color','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}'),(10,6,'main_color_title','dark-title'),(11,6,'display_title','off'),(12,6,'sidebar','off'),(13,6,'sidebar_position','right'),(14,6,'_edit_lock','1582754392:1'),(15,8,'_wp_attached_file','logo.png'),(16,8,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:330;s:6:\"height\";i:186;s:4:\"file\";s:8:\"logo.png\";s:5:\"sizes\";a:24:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"logo-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"logo-200x186.png\";s:5:\"width\";i:200;s:6:\"height\";i:186;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:16:\"logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:15:\"logo-50x186.png\";s:5:\"width\";i:50;s:6:\"height\";i:186;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:16:\"logo-200x186.png\";s:5:\"width\";i:200;s:6:\"height\";i:186;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:16:\"logo-300x186.png\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:14:\"logo-20x20.png\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:16:\"logo-325x186.png\";s:5:\"width\";i:325;s:6:\"height\";i:186;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:14:\"logo-20x10.png\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:16:\"logo-190x186.png\";s:5:\"width\";i:190;s:6:\"height\";i:186;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:14:\"logo-20x18.png\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:16:\"logo-190x186.png\";s:5:\"width\";i:190;s:6:\"height\";i:186;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:14:\"logo-20x16.png\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:16:\"logo-190x186.png\";s:5:\"width\";i:190;s:6:\"height\";i:186;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:14:\"logo-20x15.png\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:16:\"logo-190x186.png\";s:5:\"width\";i:190;s:6:\"height\";i:186;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:14:\"logo-20x31.png\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:13:\"logo-20x7.png\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:16:\"logo-190x107.png\";s:5:\"width\";i:190;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:14:\"logo-20x11.png\";s:5:\"width\";i:20;s:6:\"height\";i:11;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:16:\"logo-190x186.png\";s:5:\"width\";i:190;s:6:\"height\";i:186;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:14:\"logo-20x36.png\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:13:\"logo-20x9.png\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17,9,'_edit_last','1'),(18,9,'_edit_lock','1582754249:1'),(19,9,'_wp_page_template','default'),(20,9,'_wpb_vc_js_status','true'),(21,9,'enable_pagepadding','on'),(22,9,'header_color','dark-header'),(23,9,'disable_footer','off'),(24,9,'main_color','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}'),(25,9,'main_color_title','dark-title'),(26,9,'display_title','on'),(27,9,'sidebar','off'),(28,9,'sidebar_position','right'),(29,11,'_edit_last','1'),(30,11,'_wp_page_template','default'),(31,11,'_wpb_vc_js_status','true'),(32,11,'enable_pagepadding','on'),(33,11,'header_color','dark-header'),(34,11,'disable_footer','off'),(35,11,'main_color','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}'),(36,11,'main_color_title','dark-title'),(37,11,'display_title','on'),(38,11,'sidebar','off'),(39,11,'sidebar_position','right'),(40,11,'_edit_lock','1582754183:1'),(41,13,'_edit_last','1'),(42,13,'_wp_page_template','default'),(43,13,'_wpb_vc_js_status','true'),(44,13,'enable_pagepadding','on'),(45,13,'header_color','dark-header'),(46,13,'disable_footer','off'),(47,13,'main_color','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}'),(48,13,'main_color_title','dark-title'),(49,13,'display_title','on'),(50,13,'sidebar','off'),(51,13,'sidebar_position','right'),(52,13,'_edit_lock','1582658159:1'),(53,15,'_edit_last','1'),(54,15,'_wp_page_template','default'),(55,15,'_wpb_vc_js_status','true'),(56,15,'enable_pagepadding','on'),(57,15,'header_color','dark-header'),(58,15,'disable_footer','off'),(59,15,'main_color','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}'),(60,15,'main_color_title','dark-title'),(61,15,'display_title','on'),(62,15,'sidebar','off'),(63,15,'sidebar_position','right'),(64,15,'_edit_lock','1582754331:1'),(65,17,'_edit_last','1'),(66,17,'_wp_page_template','default'),(67,17,'_wpb_vc_js_status','true'),(68,17,'enable_pagepadding','on'),(69,17,'header_color','dark-header'),(70,17,'disable_footer','off'),(71,17,'main_color','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}'),(72,17,'main_color_title','dark-title'),(73,17,'display_title','on'),(74,17,'sidebar','off'),(75,17,'sidebar_position','right'),(76,17,'_edit_lock','1582753994:1'),(77,19,'_edit_last','1'),(78,19,'_wp_page_template','default'),(79,19,'_wpb_vc_js_status','true'),(80,19,'enable_pagepadding','on'),(81,19,'header_color','dark-header'),(82,19,'disable_footer','off'),(83,19,'main_color','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}'),(84,19,'main_color_title','dark-title'),(85,19,'display_title','on'),(86,19,'sidebar','off'),(87,19,'sidebar_position','right'),(88,19,'_edit_lock','1582754064:1'),(89,21,'_edit_last','1'),(90,21,'_wp_page_template','default'),(91,21,'_wpb_vc_js_status','true'),(92,21,'enable_pagepadding','on'),(93,21,'header_color','dark-header'),(94,21,'disable_footer','off'),(95,21,'main_color','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}'),(96,21,'main_color_title','dark-title'),(97,21,'display_title','on'),(98,21,'sidebar','off'),(99,21,'sidebar_position','right'),(100,21,'_edit_lock','1582754115:1'),(101,23,'_edit_last','1'),(102,23,'_wp_page_template','default'),(103,23,'_wpb_vc_js_status','true'),(104,23,'enable_pagepadding','on'),(105,23,'header_color','dark-header'),(106,23,'disable_footer','off'),(107,23,'main_color','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}'),(108,23,'main_color_title','dark-title'),(109,23,'display_title','on'),(110,23,'sidebar','off'),(111,23,'sidebar_position','right'),(112,23,'_edit_lock','1582754332:1'),(113,25,'_edit_last','1'),(114,25,'_wp_page_template','default'),(115,25,'_wpb_vc_js_status','true'),(116,25,'enable_pagepadding','on'),(117,25,'header_color','dark-header'),(118,25,'disable_footer','off'),(119,25,'main_color','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}'),(120,25,'main_color_title','dark-title'),(121,25,'display_title','on'),(122,25,'sidebar','off'),(123,25,'sidebar_position','right'),(124,25,'_edit_lock','1582754228:1'),(125,27,'_edit_last','1'),(126,27,'_wp_page_template','default'),(127,27,'_wpb_vc_js_status','true'),(128,27,'enable_pagepadding','on'),(129,27,'header_color','dark-header'),(130,27,'disable_footer','off'),(131,27,'main_color','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}'),(132,27,'main_color_title','dark-title'),(133,27,'display_title','on'),(134,27,'sidebar','off'),(135,27,'sidebar_position','right'),(136,27,'_edit_lock','1582754027:1'),(137,29,'_edit_last','1'),(138,29,'_wp_page_template','default'),(139,29,'_wpb_vc_js_status','true'),(140,29,'enable_pagepadding','on'),(141,29,'header_color','dark-header'),(142,29,'disable_footer','off'),(143,29,'main_color','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}'),(144,29,'main_color_title','dark-title'),(145,29,'display_title','on'),(146,29,'sidebar','off'),(147,29,'sidebar_position','right'),(148,29,'_edit_lock','1582048836:1'),(149,31,'_menu_item_type','post_type'),(150,31,'_menu_item_menu_item_parent','0'),(151,31,'_menu_item_object_id','23'),(152,31,'_menu_item_object','page'),(153,31,'_menu_item_target',''),(154,31,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(155,31,'_menu_item_xfn',''),(156,31,'_menu_item_url',''),(158,31,'_menu_item_titleitem',''),(159,31,'_menu_item_megamenu',''),(160,32,'_menu_item_type','post_type'),(161,32,'_menu_item_menu_item_parent','0'),(162,32,'_menu_item_object_id','21'),(163,32,'_menu_item_object','page'),(164,32,'_menu_item_target',''),(165,32,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(166,32,'_menu_item_xfn',''),(167,32,'_menu_item_url',''),(169,32,'_menu_item_titleitem',''),(170,32,'_menu_item_megamenu',''),(171,33,'_menu_item_type','post_type'),(172,33,'_menu_item_menu_item_parent','0'),(173,33,'_menu_item_object_id','19'),(174,33,'_menu_item_object','page'),(175,33,'_menu_item_target',''),(176,33,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(177,33,'_menu_item_xfn',''),(178,33,'_menu_item_url',''),(180,33,'_menu_item_titleitem',''),(181,33,'_menu_item_megamenu',''),(182,34,'_menu_item_type','post_type'),(183,34,'_menu_item_menu_item_parent','0'),(184,34,'_menu_item_object_id','17'),(185,34,'_menu_item_object','page'),(186,34,'_menu_item_target',''),(187,34,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(188,34,'_menu_item_xfn',''),(189,34,'_menu_item_url',''),(191,34,'_menu_item_titleitem',''),(192,34,'_menu_item_megamenu',''),(193,35,'_menu_item_type','post_type'),(194,35,'_menu_item_menu_item_parent','0'),(195,35,'_menu_item_object_id','15'),(196,35,'_menu_item_object','page'),(197,35,'_menu_item_target',''),(198,35,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(199,35,'_menu_item_xfn',''),(200,35,'_menu_item_url',''),(202,35,'_menu_item_titleitem',''),(203,35,'_menu_item_megamenu',''),(204,36,'_menu_item_type','post_type'),(205,36,'_menu_item_menu_item_parent','0'),(206,36,'_menu_item_object_id','13'),(207,36,'_menu_item_object','page'),(208,36,'_menu_item_target',''),(209,36,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(210,36,'_menu_item_xfn',''),(211,36,'_menu_item_url',''),(213,36,'_menu_item_titleitem',''),(214,36,'_menu_item_megamenu',''),(215,37,'_menu_item_type','post_type'),(216,37,'_menu_item_menu_item_parent','0'),(217,37,'_menu_item_object_id','11'),(218,37,'_menu_item_object','page'),(219,37,'_menu_item_target',''),(220,37,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(221,37,'_menu_item_xfn',''),(222,37,'_menu_item_url',''),(224,37,'_menu_item_titleitem',''),(225,37,'_menu_item_megamenu',''),(226,38,'_menu_item_type','post_type'),(227,38,'_menu_item_menu_item_parent','0'),(228,38,'_menu_item_object_id','9'),(229,38,'_menu_item_object','page'),(230,38,'_menu_item_target',''),(231,38,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(232,38,'_menu_item_xfn',''),(233,38,'_menu_item_url',''),(235,38,'_menu_item_titleitem',''),(236,38,'_menu_item_megamenu',''),(237,31,'_menu_item_menubg',''),(238,31,'_menu_item_menuanchor',''),(239,38,'_menu_item_menubg',''),(240,38,'_menu_item_menuanchor',''),(241,37,'_menu_item_menubg',''),(242,37,'_menu_item_menuanchor',''),(243,36,'_menu_item_menubg',''),(244,36,'_menu_item_menuanchor',''),(245,35,'_menu_item_menubg',''),(246,35,'_menu_item_menuanchor',''),(247,34,'_menu_item_menubg',''),(248,34,'_menu_item_menuanchor',''),(249,33,'_menu_item_menubg',''),(250,33,'_menu_item_menuanchor',''),(251,32,'_menu_item_menubg',''),(252,32,'_menu_item_menuanchor',''),(253,3,'_edit_lock','1582056470:1'),(254,3,'_edit_last','1'),(255,3,'_wpb_vc_js_status','true'),(256,3,'enable_pagepadding','on'),(257,3,'header_color','dark-header'),(258,3,'disable_footer','off'),(259,3,'main_color','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}'),(260,3,'main_color_title','dark-title'),(261,3,'display_title','on'),(262,3,'sidebar','off'),(263,3,'sidebar_position','right'),(267,41,'_menu_item_type','post_type'),(268,41,'_menu_item_menu_item_parent','0'),(269,41,'_menu_item_object_id','29'),(270,41,'_menu_item_object','page'),(271,41,'_menu_item_target',''),(272,41,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(273,41,'_menu_item_xfn',''),(274,41,'_menu_item_url',''),(276,41,'_menu_item_titleitem',''),(277,41,'_menu_item_megamenu',''),(278,42,'_menu_item_type','post_type'),(279,42,'_menu_item_menu_item_parent','0'),(280,42,'_menu_item_object_id','27'),(281,42,'_menu_item_object','page'),(282,42,'_menu_item_target',''),(283,42,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(284,42,'_menu_item_xfn',''),(285,42,'_menu_item_url',''),(287,42,'_menu_item_titleitem',''),(288,42,'_menu_item_megamenu',''),(289,43,'_menu_item_type','post_type'),(290,43,'_menu_item_menu_item_parent','0'),(291,43,'_menu_item_object_id','25'),(292,43,'_menu_item_object','page'),(293,43,'_menu_item_target',''),(294,43,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(295,43,'_menu_item_xfn',''),(296,43,'_menu_item_url',''),(298,43,'_menu_item_titleitem',''),(299,43,'_menu_item_megamenu',''),(300,41,'_menu_item_menubg',''),(301,41,'_menu_item_menuanchor',''),(302,42,'_menu_item_menubg',''),(303,42,'_menu_item_menuanchor',''),(304,43,'_menu_item_menubg',''),(305,43,'_menu_item_menuanchor',''),(306,44,'_menu_item_type','post_type'),(307,44,'_menu_item_menu_item_parent','0'),(308,44,'_menu_item_object_id','3'),(309,44,'_menu_item_object','page'),(310,44,'_menu_item_target',''),(311,44,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(312,44,'_menu_item_xfn',''),(313,44,'_menu_item_url',''),(315,44,'_menu_item_titleitem',''),(316,44,'_menu_item_megamenu',''),(317,44,'_menu_item_menubg',''),(318,44,'_menu_item_menuanchor',''),(319,52,'_wp_attached_file','hero.jpg'),(320,52,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:750;s:4:\"file\";s:8:\"hero.jpg\";s:5:\"sizes\";a:52:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"hero-300x156.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"hero-1024x533.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"hero-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:16:\"hero-768x400.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"hero-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:16:\"hero-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:16:\"hero-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:16:\"hero-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:16:\"hero-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:16:\"hero-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:16:\"hero-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:16:\"hero-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:16:\"hero-380x198.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:16:\"hero-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:16:\"hero-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:15:\"hero-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:16:\"hero-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:16:\"hero-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:14:\"hero-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:16:\"hero-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:17:\"hero-1300x650.jpg\";s:5:\"width\";i:1300;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:14:\"hero-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:16:\"hero-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:16:\"hero-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x3\";a:4:{s:4:\"file\";s:17:\"hero-1140x750.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:14:\"hero-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:16:\"hero-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:16:\"hero-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:17:\"hero-1140x750.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:14:\"hero-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:16:\"hero-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:16:\"hero-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:17:\"hero-1140x750.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:14:\"hero-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:16:\"hero-190x750.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:16:\"hero-760x750.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x3\";a:4:{s:4:\"file\";s:17:\"hero-1140x750.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:14:\"hero-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:16:\"hero-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:17:\"hero-1440x600.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:13:\"hero-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:15:\"hero-190x99.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:99;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:16:\"hero-760x396.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x3\";a:4:{s:4:\"file\";s:17:\"hero-1140x594.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:594;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:14:\"hero-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:16:\"hero-190x750.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:16:\"hero-760x750.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x3\";a:4:{s:4:\"file\";s:17:\"hero-1140x750.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:14:\"hero-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:16:\"hero-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:17:\"hero-1440x700.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:13:\"hero-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(321,53,'_wpb_shortcodes_custom_css','.vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(322,6,'_wpb_shortcodes_custom_css','.vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}'),(323,54,'_wpb_shortcodes_custom_css','.vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(324,55,'_wpb_shortcodes_custom_css','.vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(325,56,'_wp_attached_file','hp-block-1.jpg'),(326,56,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:14:\"hp-block-1.jpg\";s:5:\"sizes\";a:35:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"hp-block-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"hp-block-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"hp-block-1-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:22:\"hp-block-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:22:\"hp-block-1-600x325.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:22:\"hp-block-1-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:22:\"hp-block-1-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:22:\"hp-block-1-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:22:\"hp-block-1-380x400.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:22:\"hp-block-1-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:22:\"hp-block-1-380x253.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:22:\"hp-block-1-380x400.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:22:\"hp-block-1-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:21:\"hp-block-1-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:22:\"hp-block-1-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:22:\"hp-block-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:20:\"hp-block-1-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:22:\"hp-block-1-325x400.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:20:\"hp-block-1-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:22:\"hp-block-1-190x400.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:20:\"hp-block-1-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:22:\"hp-block-1-190x400.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:20:\"hp-block-1-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:22:\"hp-block-1-190x400.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:20:\"hp-block-1-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:22:\"hp-block-1-190x400.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:20:\"hp-block-1-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:22:\"hp-block-1-380x400.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:19:\"hp-block-1-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:22:\"hp-block-1-190x127.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:20:\"hp-block-1-20x13.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:13;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:22:\"hp-block-1-190x400.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:20:\"hp-block-1-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:22:\"hp-block-1-380x400.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:19:\"hp-block-1-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(327,57,'_wpb_shortcodes_custom_css','.vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(328,58,'_wpb_shortcodes_custom_css','.vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(329,59,'_wpb_shortcodes_custom_css','.vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(330,60,'_wpb_shortcodes_custom_css','.vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(331,61,'_wp_attached_file','hp-block-2.jpg'),(332,61,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:14:\"hp-block-2.jpg\";s:5:\"sizes\";a:35:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"hp-block-2-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:22:\"hp-block-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"hp-block-2-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:22:\"hp-block-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:22:\"hp-block-2-600x325.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:22:\"hp-block-2-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:22:\"hp-block-2-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:22:\"hp-block-2-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:22:\"hp-block-2-380x400.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:22:\"hp-block-2-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:22:\"hp-block-2-380x253.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:22:\"hp-block-2-380x400.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:22:\"hp-block-2-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:21:\"hp-block-2-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:22:\"hp-block-2-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:22:\"hp-block-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:20:\"hp-block-2-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:22:\"hp-block-2-325x400.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:20:\"hp-block-2-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:22:\"hp-block-2-190x400.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:20:\"hp-block-2-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:22:\"hp-block-2-190x400.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:20:\"hp-block-2-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:22:\"hp-block-2-190x400.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:20:\"hp-block-2-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:22:\"hp-block-2-190x400.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:20:\"hp-block-2-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:22:\"hp-block-2-380x400.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:19:\"hp-block-2-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:22:\"hp-block-2-190x127.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:20:\"hp-block-2-20x13.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:13;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:22:\"hp-block-2-190x400.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:20:\"hp-block-2-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:22:\"hp-block-2-380x400.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:19:\"hp-block-2-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(333,62,'_wp_attached_file','house-sitting.jpg'),(334,62,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:404;s:6:\"height\";i:246;s:4:\"file\";s:17:\"house-sitting.jpg\";s:5:\"sizes\";a:32:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"house-sitting-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"house-sitting-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"house-sitting-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:25:\"house-sitting-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:25:\"house-sitting-380x246.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:25:\"house-sitting-380x246.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:25:\"house-sitting-380x246.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:25:\"house-sitting-380x246.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:25:\"house-sitting-380x231.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:25:\"house-sitting-380x246.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:24:\"house-sitting-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:25:\"house-sitting-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:25:\"house-sitting-300x246.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:23:\"house-sitting-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:25:\"house-sitting-325x246.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:23:\"house-sitting-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:25:\"house-sitting-190x246.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:23:\"house-sitting-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:25:\"house-sitting-190x246.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:23:\"house-sitting-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:25:\"house-sitting-190x246.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:23:\"house-sitting-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:25:\"house-sitting-190x246.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:23:\"house-sitting-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:25:\"house-sitting-380x246.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:22:\"house-sitting-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:25:\"house-sitting-190x116.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:23:\"house-sitting-20x12.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:12;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:25:\"house-sitting-190x246.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:23:\"house-sitting-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:25:\"house-sitting-380x246.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:22:\"house-sitting-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(335,63,'_wp_attached_file','photography.jpg'),(336,63,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:404;s:6:\"height\";i:246;s:4:\"file\";s:15:\"photography.jpg\";s:5:\"sizes\";a:32:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"photography-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"photography-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"photography-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:23:\"photography-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:23:\"photography-380x246.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:23:\"photography-380x246.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:23:\"photography-380x246.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:23:\"photography-380x246.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:23:\"photography-380x231.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:23:\"photography-380x246.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:22:\"photography-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:23:\"photography-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:23:\"photography-300x246.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:21:\"photography-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:23:\"photography-325x246.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:21:\"photography-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:23:\"photography-190x246.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:21:\"photography-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:23:\"photography-190x246.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:21:\"photography-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:23:\"photography-190x246.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:21:\"photography-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:23:\"photography-190x246.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:21:\"photography-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:23:\"photography-380x246.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:20:\"photography-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:23:\"photography-190x116.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:21:\"photography-20x12.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:12;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:23:\"photography-190x246.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:21:\"photography-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:23:\"photography-380x246.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:20:\"photography-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(337,64,'_wp_attached_file','training.jpg'),(338,64,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:404;s:6:\"height\";i:246;s:4:\"file\";s:12:\"training.jpg\";s:5:\"sizes\";a:32:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"training-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"training-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"training-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:20:\"training-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:20:\"training-380x246.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:20:\"training-380x246.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:20:\"training-380x246.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:20:\"training-380x246.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:20:\"training-380x231.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:20:\"training-380x246.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:19:\"training-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:20:\"training-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:20:\"training-300x246.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:18:\"training-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:20:\"training-325x246.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:18:\"training-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:20:\"training-190x246.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:18:\"training-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:20:\"training-190x246.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:18:\"training-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:20:\"training-190x246.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:18:\"training-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:20:\"training-190x246.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:18:\"training-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:20:\"training-380x246.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:17:\"training-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:20:\"training-190x116.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:18:\"training-20x12.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:12;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:20:\"training-190x246.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:18:\"training-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:20:\"training-380x246.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:17:\"training-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(339,65,'_wpb_shortcodes_custom_css','.vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(340,66,'_wp_attached_file','hp-bottom.jpg'),(341,66,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:600;s:4:\"file\";s:13:\"hp-bottom.jpg\";s:5:\"sizes\";a:50:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"hp-bottom-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"hp-bottom-1024x427.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"hp-bottom-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"hp-bottom-768x320.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"hp-bottom-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:21:\"hp-bottom-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:21:\"hp-bottom-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:21:\"hp-bottom-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:21:\"hp-bottom-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:21:\"hp-bottom-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:21:\"hp-bottom-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:21:\"hp-bottom-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:21:\"hp-bottom-380x158.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:21:\"hp-bottom-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:21:\"hp-bottom-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:20:\"hp-bottom-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:21:\"hp-bottom-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:21:\"hp-bottom-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:19:\"hp-bottom-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:21:\"hp-bottom-325x600.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:22:\"hp-bottom-1300x600.jpg\";s:5:\"width\";i:1300;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:19:\"hp-bottom-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:21:\"hp-bottom-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:21:\"hp-bottom-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x3\";a:4:{s:4:\"file\";s:22:\"hp-bottom-1140x600.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:19:\"hp-bottom-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:21:\"hp-bottom-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:21:\"hp-bottom-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:22:\"hp-bottom-1140x600.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:19:\"hp-bottom-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:21:\"hp-bottom-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:21:\"hp-bottom-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:22:\"hp-bottom-1140x600.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:19:\"hp-bottom-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:21:\"hp-bottom-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:21:\"hp-bottom-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x3\";a:4:{s:4:\"file\";s:22:\"hp-bottom-1140x600.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:19:\"hp-bottom-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:21:\"hp-bottom-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:18:\"hp-bottom-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:20:\"hp-bottom-190x79.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:79;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:21:\"hp-bottom-760x317.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:317;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x3\";a:4:{s:4:\"file\";s:22:\"hp-bottom-1140x475.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:18:\"hp-bottom-20x8.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:8;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:21:\"hp-bottom-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:21:\"hp-bottom-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x3\";a:4:{s:4:\"file\";s:22:\"hp-bottom-1140x600.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:19:\"hp-bottom-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:21:\"hp-bottom-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:18:\"hp-bottom-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(342,67,'_wpb_shortcodes_custom_css','.vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578081524564{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}'),(343,68,'_wpb_shortcodes_custom_css','.vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578082641432{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}'),(344,69,'_wpb_shortcodes_custom_css','.vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}'),(345,70,'_wpb_shortcodes_custom_css','.vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}'),(346,71,'_wpb_shortcodes_custom_css','.vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}'),(347,79,'_wp_attached_file','interior-banner.jpg'),(348,79,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:330;s:4:\"file\";s:19:\"interior-banner.jpg\";s:5:\"sizes\";a:50:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"interior-banner-300x69.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"interior-banner-1024x235.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"interior-banner-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:\"interior-banner-768x176.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"interior-banner-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:27:\"interior-banner-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:27:\"interior-banner-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:27:\"interior-banner-380x330.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:27:\"interior-banner-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:27:\"interior-banner-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:27:\"interior-banner-380x330.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:27:\"interior-banner-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:26:\"interior-banner-380x87.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:87;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:27:\"interior-banner-380x330.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:27:\"interior-banner-760x330.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:26:\"interior-banner-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:27:\"interior-banner-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:27:\"interior-banner-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:25:\"interior-banner-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:27:\"interior-banner-325x330.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:28:\"interior-banner-1300x330.jpg\";s:5:\"width\";i:1300;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:25:\"interior-banner-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:27:\"interior-banner-190x330.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:27:\"interior-banner-760x330.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x3\";a:4:{s:4:\"file\";s:28:\"interior-banner-1140x330.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:25:\"interior-banner-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:27:\"interior-banner-190x330.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:27:\"interior-banner-760x330.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:28:\"interior-banner-1140x330.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:25:\"interior-banner-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:27:\"interior-banner-190x330.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:27:\"interior-banner-760x330.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:28:\"interior-banner-1140x330.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:25:\"interior-banner-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:27:\"interior-banner-190x330.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:27:\"interior-banner-760x330.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x3\";a:4:{s:4:\"file\";s:28:\"interior-banner-1140x330.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:25:\"interior-banner-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:27:\"interior-banner-380x330.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:24:\"interior-banner-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:26:\"interior-banner-190x44.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:44;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:27:\"interior-banner-760x174.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x3\";a:4:{s:4:\"file\";s:28:\"interior-banner-1140x261.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:24:\"interior-banner-20x5.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:5;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:27:\"interior-banner-190x330.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:27:\"interior-banner-760x330.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x3\";a:4:{s:4:\"file\";s:28:\"interior-banner-1140x330.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:25:\"interior-banner-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:27:\"interior-banner-380x330.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:24:\"interior-banner-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(349,80,'_wpb_shortcodes_custom_css','.vc_custom_1581004664381{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;}'),(350,23,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(351,81,'_wpb_shortcodes_custom_css','.vc_custom_1581004759897{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;}'),(352,82,'_wpb_shortcodes_custom_css','.vc_custom_1581004797338{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;}'),(353,83,'_wpb_shortcodes_custom_css','.vc_custom_1581004997065{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(354,84,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(355,85,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(356,86,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(357,87,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(358,88,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(359,89,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(360,90,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(361,91,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(362,92,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(363,93,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(364,94,'_wpb_shortcodes_custom_css','.vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}'),(365,95,'_edit_last','1'),(366,95,'_edit_lock','1582754259:1'),(367,95,'_wp_page_template','default'),(368,95,'_wpb_vc_js_status','true'),(369,95,'enable_pagepadding','on'),(370,95,'header_color','dark-header'),(371,95,'disable_footer','off'),(372,95,'main_color','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}'),(373,95,'main_color_title','dark-title'),(374,95,'display_title','on'),(375,95,'sidebar','off'),(376,95,'sidebar_position','right'),(377,97,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(378,95,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(379,98,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(380,100,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(381,3,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(382,101,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(383,102,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(384,29,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(385,104,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(386,105,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(387,106,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(388,108,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(389,21,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(390,109,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(391,110,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(392,111,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(393,112,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(394,25,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(395,114,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(396,115,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(397,116,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(398,117,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(399,118,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(400,119,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(401,120,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(402,121,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(403,122,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(404,123,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(405,124,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(406,125,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(407,126,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(408,9,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(409,128,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(410,130,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(411,13,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(412,132,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(413,133,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(414,11,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(415,135,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(416,15,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(417,137,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(418,17,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(419,139,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(420,19,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(421,140,'_wpb_shortcodes_custom_css','.vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}'),(422,61,'thb-masonry-image-size','large'),(423,141,'_wpb_shortcodes_custom_css','.vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}'),(424,142,'_wpb_shortcodes_custom_css','.vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}'),(425,143,'_wpb_shortcodes_custom_css','.vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}'),(426,144,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(427,27,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(428,145,'_wpb_shortcodes_custom_css','.vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}.vc_custom_1520941764351{padding-top: 17vh !important;padding-bottom: 8vh !important;background-color: #f8f6f3 !important;}'),(429,146,'_wpb_shortcodes_custom_css','.vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}.vc_custom_1520941764351{padding-top: 17vh !important;padding-bottom: 8vh !important;background-color: #f8f6f3 !important;}'),(430,147,'_wpb_shortcodes_custom_css','.vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}.vc_custom_1520941764351{padding-top: 17vh !important;padding-bottom: 8vh !important;background-color: #f8f6f3 !important;}'),(431,148,'_wpb_shortcodes_custom_css','.vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}.vc_custom_1520941764351{padding-top: 17vh !important;padding-bottom: 8vh !important;background-color: #f8f6f3 !important;}'),(432,149,'_wpb_shortcodes_custom_css','.vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}.vc_custom_1520941764351{padding-top: 17vh !important;padding-bottom: 8vh !important;background-color: #f8f6f3 !important;}'),(433,150,'_wpb_shortcodes_custom_css','.vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}.vc_custom_1520941764351{padding-top: 17vh !important;padding-bottom: 8vh !important;background-color: #f8f6f3 !important;}'),(434,151,'_wp_attached_file','hp-block-4.jpg'),(435,151,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:400;s:4:\"file\";s:14:\"hp-block-4.jpg\";s:5:\"sizes\";a:35:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"hp-block-4-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"hp-block-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"hp-block-4-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:22:\"hp-block-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:22:\"hp-block-4-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:22:\"hp-block-4-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:22:\"hp-block-4-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:22:\"hp-block-4-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:22:\"hp-block-4-380x400.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:22:\"hp-block-4-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:22:\"hp-block-4-380x217.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:22:\"hp-block-4-380x400.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:22:\"hp-block-4-700x350.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:21:\"hp-block-4-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:22:\"hp-block-4-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:22:\"hp-block-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:20:\"hp-block-4-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:22:\"hp-block-4-325x400.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:20:\"hp-block-4-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:22:\"hp-block-4-190x400.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:20:\"hp-block-4-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:22:\"hp-block-4-190x400.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:20:\"hp-block-4-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:22:\"hp-block-4-190x400.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:20:\"hp-block-4-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:22:\"hp-block-4-190x400.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:20:\"hp-block-4-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:22:\"hp-block-4-380x400.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:19:\"hp-block-4-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:22:\"hp-block-4-190x109.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:20:\"hp-block-4-20x11.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:11;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:22:\"hp-block-4-190x400.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:20:\"hp-block-4-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:22:\"hp-block-4-380x400.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:19:\"hp-block-4-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(436,152,'_wp_attached_file','hp-block-3.jpg'),(437,152,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:400;s:4:\"file\";s:14:\"hp-block-3.jpg\";s:5:\"sizes\";a:35:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"hp-block-3-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"hp-block-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"hp-block-3-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:22:\"hp-block-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:22:\"hp-block-3-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:22:\"hp-block-3-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:22:\"hp-block-3-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:22:\"hp-block-3-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:22:\"hp-block-3-380x400.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:22:\"hp-block-3-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:22:\"hp-block-3-380x217.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:22:\"hp-block-3-380x400.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:22:\"hp-block-3-700x350.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:21:\"hp-block-3-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:22:\"hp-block-3-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:22:\"hp-block-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:20:\"hp-block-3-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:22:\"hp-block-3-325x400.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:20:\"hp-block-3-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:22:\"hp-block-3-190x400.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:20:\"hp-block-3-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:22:\"hp-block-3-190x400.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:20:\"hp-block-3-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:22:\"hp-block-3-190x400.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:20:\"hp-block-3-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:22:\"hp-block-3-190x400.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:20:\"hp-block-3-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:22:\"hp-block-3-380x400.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:19:\"hp-block-3-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:22:\"hp-block-3-190x109.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:20:\"hp-block-3-20x11.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:11;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:22:\"hp-block-3-190x400.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:20:\"hp-block-3-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:22:\"hp-block-3-380x400.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:19:\"hp-block-3-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(438,153,'_wpb_shortcodes_custom_css','.vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}.vc_custom_1520941764351{padding-top: 17vh !important;padding-bottom: 8vh !important;background-color: #f8f6f3 !important;}'),(439,154,'_wpb_shortcodes_custom_css','.vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}'),(440,155,'_wpb_shortcodes_custom_css','.vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}'),(441,156,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(442,157,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(443,158,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(444,159,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(445,160,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(446,161,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(447,162,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(448,163,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(449,164,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(450,165,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(451,166,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(452,167,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(453,168,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(454,169,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(455,170,'_wpb_shortcodes_custom_css','.vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}'),(456,171,'_wp_attached_file','house-sitting-new.jpg'),(457,171,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:404;s:6:\"height\";i:246;s:4:\"file\";s:21:\"house-sitting-new.jpg\";s:5:\"sizes\";a:32:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"house-sitting-new-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"house-sitting-new-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"house-sitting-new-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:29:\"house-sitting-new-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:29:\"house-sitting-new-380x246.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:29:\"house-sitting-new-380x246.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:29:\"house-sitting-new-380x246.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:29:\"house-sitting-new-380x246.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:29:\"house-sitting-new-380x231.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:29:\"house-sitting-new-380x246.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:28:\"house-sitting-new-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:29:\"house-sitting-new-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:29:\"house-sitting-new-300x246.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:27:\"house-sitting-new-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:29:\"house-sitting-new-325x246.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:27:\"house-sitting-new-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:29:\"house-sitting-new-190x246.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:27:\"house-sitting-new-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:29:\"house-sitting-new-190x246.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:27:\"house-sitting-new-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:29:\"house-sitting-new-190x246.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:27:\"house-sitting-new-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:29:\"house-sitting-new-190x246.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:27:\"house-sitting-new-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:29:\"house-sitting-new-380x246.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:26:\"house-sitting-new-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:29:\"house-sitting-new-190x116.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:27:\"house-sitting-new-20x12.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:12;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:29:\"house-sitting-new-190x246.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:27:\"house-sitting-new-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:29:\"house-sitting-new-380x246.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:26:\"house-sitting-new-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,173,'_wp_attached_file','pet-sitting-client.jpg'),(461,173,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:22:\"pet-sitting-client.jpg\";s:5:\"sizes\";a:35:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"pet-sitting-client-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:30:\"pet-sitting-client-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"pet-sitting-client-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:30:\"pet-sitting-client-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:30:\"pet-sitting-client-600x325.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:30:\"pet-sitting-client-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:30:\"pet-sitting-client-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:30:\"pet-sitting-client-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:30:\"pet-sitting-client-380x400.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:30:\"pet-sitting-client-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:30:\"pet-sitting-client-380x253.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:30:\"pet-sitting-client-380x400.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:30:\"pet-sitting-client-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:29:\"pet-sitting-client-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:30:\"pet-sitting-client-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:30:\"pet-sitting-client-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:28:\"pet-sitting-client-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:30:\"pet-sitting-client-325x400.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:28:\"pet-sitting-client-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:30:\"pet-sitting-client-190x400.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:28:\"pet-sitting-client-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:30:\"pet-sitting-client-190x400.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:28:\"pet-sitting-client-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:30:\"pet-sitting-client-190x400.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:28:\"pet-sitting-client-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:30:\"pet-sitting-client-190x400.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:28:\"pet-sitting-client-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:30:\"pet-sitting-client-380x400.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:27:\"pet-sitting-client-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:30:\"pet-sitting-client-190x127.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:28:\"pet-sitting-client-20x13.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:13;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:30:\"pet-sitting-client-190x400.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:28:\"pet-sitting-client-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:30:\"pet-sitting-client-380x400.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:27:\"pet-sitting-client-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(462,174,'_wpb_shortcodes_custom_css','.vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}'),(463,175,'_wpb_shortcodes_custom_css','.vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}'),(464,176,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(465,177,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(466,178,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(467,179,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(468,180,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(469,181,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(470,182,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(471,183,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(472,184,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(473,185,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(474,186,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(475,187,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(476,189,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(477,194,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(478,195,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(479,196,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(480,197,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(481,198,'_wpb_shortcodes_custom_css','.vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}'),(482,199,'_wpb_shortcodes_custom_css','.vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}'),(483,200,'_wpb_shortcodes_custom_css','.vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}'),(484,201,'_wpb_shortcodes_custom_css','.vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}'),(485,202,'_wp_attached_file','about-page.jpg'),(486,202,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:990;s:6:\"height\";i:571;s:4:\"file\";s:14:\"about-page.jpg\";s:5:\"sizes\";a:42:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"about-page-300x173.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"about-page-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:\"about-page-768x443.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:443;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"about-page-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:22:\"about-page-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:22:\"about-page-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:22:\"about-page-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:22:\"about-page-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:22:\"about-page-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:22:\"about-page-380x571.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:22:\"about-page-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:22:\"about-page-380x219.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:22:\"about-page-380x571.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:22:\"about-page-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:21:\"about-page-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:22:\"about-page-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:22:\"about-page-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:20:\"about-page-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:22:\"about-page-325x571.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:20:\"about-page-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:22:\"about-page-190x571.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:22:\"about-page-760x571.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:20:\"about-page-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:22:\"about-page-190x571.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:22:\"about-page-760x571.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:20:\"about-page-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:22:\"about-page-190x571.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:22:\"about-page-760x571.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:20:\"about-page-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:22:\"about-page-190x571.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:22:\"about-page-760x571.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:20:\"about-page-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:22:\"about-page-380x571.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:19:\"about-page-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:22:\"about-page-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:22:\"about-page-760x438.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:20:\"about-page-20x12.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:12;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:22:\"about-page-190x571.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:22:\"about-page-760x571.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:20:\"about-page-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:22:\"about-page-380x571.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:19:\"about-page-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,203,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(488,205,'_wp_attached_file','dog-training.jpg'),(489,205,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:990;s:6:\"height\";i:571;s:4:\"file\";s:16:\"dog-training.jpg\";s:5:\"sizes\";a:42:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"dog-training-300x173.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"dog-training-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:\"dog-training-768x443.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:443;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"dog-training-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:24:\"dog-training-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:24:\"dog-training-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:24:\"dog-training-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:24:\"dog-training-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:24:\"dog-training-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:24:\"dog-training-380x571.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:24:\"dog-training-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:24:\"dog-training-380x219.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:24:\"dog-training-380x571.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:24:\"dog-training-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:23:\"dog-training-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:24:\"dog-training-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:24:\"dog-training-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:22:\"dog-training-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:24:\"dog-training-325x571.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:22:\"dog-training-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:24:\"dog-training-190x571.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:24:\"dog-training-760x571.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:22:\"dog-training-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:24:\"dog-training-190x571.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:24:\"dog-training-760x571.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:22:\"dog-training-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:24:\"dog-training-190x571.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:24:\"dog-training-760x571.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:22:\"dog-training-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:24:\"dog-training-190x571.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:24:\"dog-training-760x571.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:22:\"dog-training-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:24:\"dog-training-380x571.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:21:\"dog-training-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:24:\"dog-training-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:24:\"dog-training-760x438.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:22:\"dog-training-20x12.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:12;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:24:\"dog-training-190x571.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:24:\"dog-training-760x571.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:22:\"dog-training-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:24:\"dog-training-380x571.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:21:\"dog-training-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(490,206,'_wp_attached_file','pet-photography.jpg'),(491,206,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:990;s:6:\"height\";i:571;s:4:\"file\";s:19:\"pet-photography.jpg\";s:5:\"sizes\";a:42:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"pet-photography-300x173.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"pet-photography-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:\"pet-photography-768x443.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:443;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"pet-photography-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:27:\"pet-photography-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:27:\"pet-photography-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:27:\"pet-photography-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:27:\"pet-photography-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:27:\"pet-photography-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:27:\"pet-photography-380x571.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:27:\"pet-photography-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:27:\"pet-photography-380x219.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:27:\"pet-photography-380x571.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:27:\"pet-photography-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:26:\"pet-photography-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:27:\"pet-photography-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:27:\"pet-photography-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:25:\"pet-photography-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:27:\"pet-photography-325x571.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:25:\"pet-photography-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:27:\"pet-photography-190x571.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:27:\"pet-photography-760x571.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:25:\"pet-photography-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:27:\"pet-photography-190x571.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:27:\"pet-photography-760x571.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:25:\"pet-photography-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:27:\"pet-photography-190x571.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:27:\"pet-photography-760x571.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:25:\"pet-photography-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:27:\"pet-photography-190x571.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:27:\"pet-photography-760x571.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:25:\"pet-photography-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:27:\"pet-photography-380x571.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:24:\"pet-photography-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:27:\"pet-photography-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:27:\"pet-photography-760x438.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:25:\"pet-photography-20x12.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:12;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:27:\"pet-photography-190x571.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:27:\"pet-photography-760x571.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:25:\"pet-photography-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:27:\"pet-photography-380x571.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:24:\"pet-photography-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,207,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(493,208,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(494,209,'_wp_attached_file','nappp-logo-120.png'),(495,209,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:120;s:6:\"height\";i:120;s:4:\"file\";s:18:\"nappp-logo-120.png\";s:5:\"sizes\";a:12:{s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:26:\"nappp-logo-120-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:25:\"nappp-logo-120-50x120.png\";s:5:\"width\";i:50;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:24:\"nappp-logo-120-20x20.png\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:24:\"nappp-logo-120-20x10.png\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:24:\"nappp-logo-120-20x18.png\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:24:\"nappp-logo-120-20x16.png\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:24:\"nappp-logo-120-20x15.png\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:24:\"nappp-logo-120-20x31.png\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:23:\"nappp-logo-120-20x7.png\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:24:\"nappp-logo-120-20x20.png\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:24:\"nappp-logo-120-20x36.png\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:23:\"nappp-logo-120-20x9.png\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(496,210,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(497,211,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(498,212,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(499,213,'_wp_attached_file','fff-pet-sitting-photography-1.jpg'),(500,213,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:33:\"fff-pet-sitting-photography-1.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-1-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-1-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-1-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-1-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-1-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-1-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-1-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-1-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-1-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-1-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-1-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-1-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-1-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-1-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-1-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-1-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-1-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-1-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-1-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-1-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-1-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-1-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-1-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-1-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-1-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-1-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-1-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-1-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-1-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-1-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-1-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-1-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-1-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-1-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-1-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:38:\"fff-pet-sitting-photography-1-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-1-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-1-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-1-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-1-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-1-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-1-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-1-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-1-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:38:\"fff-pet-sitting-photography-1-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,214,'_wp_attached_file','fff-pet-sitting-photography-2.jpg'),(502,214,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:33:\"fff-pet-sitting-photography-2.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-2-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-2-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-2-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-2-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-2-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-2-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-2-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-2-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-2-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-2-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-2-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-2-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-2-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-2-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-2-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-2-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-2-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-2-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-2-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-2-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-2-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-2-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-2-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-2-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-2-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-2-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-2-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-2-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-2-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-2-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-2-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-2-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-2-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-2-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-2-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-2-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:38:\"fff-pet-sitting-photography-2-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-2-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-2-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-2-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-2-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-2-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-2-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-2-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-2-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:38:\"fff-pet-sitting-photography-2-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(503,215,'_wp_attached_file','fff-pet-sitting-photography-3.jpg'),(504,215,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:33:\"fff-pet-sitting-photography-3.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-3-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-3-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-3-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-3-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-3-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-3-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-3-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-3-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-3-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-3-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-3-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-3-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-3-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-3-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-3-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-3-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-3-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-3-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-3-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-3-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-3-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-3-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-3-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-3-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-3-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-3-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-3-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-3-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-3-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-3-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-3-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-3-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-3-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-3-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-3-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-3-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:38:\"fff-pet-sitting-photography-3-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-3-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-3-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-3-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-3-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-3-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-3-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-3-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-3-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:38:\"fff-pet-sitting-photography-3-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,216,'_wp_attached_file','fff-pet-sitting-photography-4.jpg'),(506,216,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:33:\"fff-pet-sitting-photography-4.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-4-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-4-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-4-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-4-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-4-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-4-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-4-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-4-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-4-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-4-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-4-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-4-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-4-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-4-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-4-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-4-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-4-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-4-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-4-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-4-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-4-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-4-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-4-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-4-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-4-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-4-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-4-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-4-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-4-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-4-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-4-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-4-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-4-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-4-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-4-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-4-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:38:\"fff-pet-sitting-photography-4-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-4-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-4-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-4-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-4-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-4-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-4-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-4-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-4-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:38:\"fff-pet-sitting-photography-4-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(507,217,'_wp_attached_file','fff-pet-sitting-photography-5.jpg'),(508,217,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:33:\"fff-pet-sitting-photography-5.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-5-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-5-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-5-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-5-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-5-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-5-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-5-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-5-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-5-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-5-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-5-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-5-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-5-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-5-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-5-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-5-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-5-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-5-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-5-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-5-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-5-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-5-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-5-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-5-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-5-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-5-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-5-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-5-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-5-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-5-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-5-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-5-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-5-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-5-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-5-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-5-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:38:\"fff-pet-sitting-photography-5-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-5-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-5-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-5-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-5-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-5-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-5-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-5-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-5-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:38:\"fff-pet-sitting-photography-5-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(509,218,'_wp_attached_file','fff-pet-sitting-photography-6.jpg'),(510,218,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:33:\"fff-pet-sitting-photography-6.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-6-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-6-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-6-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-6-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-6-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-6-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-6-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-6-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-6-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-6-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-6-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-6-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-6-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-6-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-6-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-6-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-6-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-6-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-6-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-6-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-6-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-6-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-6-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-6-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-6-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-6-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-6-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-6-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-6-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-6-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-6-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-6-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-6-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-6-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-6-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-6-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:38:\"fff-pet-sitting-photography-6-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-6-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-6-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-6-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-6-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-6-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-6-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-6-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-6-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:38:\"fff-pet-sitting-photography-6-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,219,'_wp_attached_file','fff-pet-sitting-photography-7.jpg'),(512,219,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:33:\"fff-pet-sitting-photography-7.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-7-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-7-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-7-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-7-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-7-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-7-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-7-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-7-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-7-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-7-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-7-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-7-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-7-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-7-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-7-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-7-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-7-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-7-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-7-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-7-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-7-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-7-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-7-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-7-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-7-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-7-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-7-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-7-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-7-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-7-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-7-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-7-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-7-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-7-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-7-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-7-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:38:\"fff-pet-sitting-photography-7-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-7-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-7-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-7-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-7-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-7-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-7-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-7-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-7-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:38:\"fff-pet-sitting-photography-7-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(513,220,'_wp_attached_file','fff-pet-sitting-photography-8.jpg'),(514,220,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:33:\"fff-pet-sitting-photography-8.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-8-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-8-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-8-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-8-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-8-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-8-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-8-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-8-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-8-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-8-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-8-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-8-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-8-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-8-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-8-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-8-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-8-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-8-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-8-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-8-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-8-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-8-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-8-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-8-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-8-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-8-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-8-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-8-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-8-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-8-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-8-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-8-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-8-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-8-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-8-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-8-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:38:\"fff-pet-sitting-photography-8-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-8-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-8-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-8-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-8-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-8-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-8-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-8-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-8-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:38:\"fff-pet-sitting-photography-8-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(515,221,'_wp_attached_file','fff-pet-sitting-photography-9.jpg'),(516,221,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:33:\"fff-pet-sitting-photography-9.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-9-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-9-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-9-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-9-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-9-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-9-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-9-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-9-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-9-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-9-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-9-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-9-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-9-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-9-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-9-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-9-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-9-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-9-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-9-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-9-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-9-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-9-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-9-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-9-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-9-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-9-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-9-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-9-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-9-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-9-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-9-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-9-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-9-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-9-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-9-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-9-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:38:\"fff-pet-sitting-photography-9-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-9-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-9-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-9-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-9-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-9-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-9-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-9-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-9-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:38:\"fff-pet-sitting-photography-9-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,222,'_wp_attached_file','fff-pet-sitting-photography-10.jpg'),(518,222,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-10.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-10-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-10-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-10-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-10-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-10-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-10-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-10-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-10-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-10-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-10-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-10-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-10-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-10-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-10-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-10-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-10-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-10-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-10-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-10-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-10-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-10-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-10-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-10-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-10-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-10-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-10-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-10-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-10-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-10-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-10-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-10-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-10-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-10-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-10-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-10-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-10-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-10-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-10-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-10-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-10-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-10-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-10-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-10-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-10-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-10-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-10-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-10-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(519,223,'_wp_attached_file','fff-pet-sitting-photography-11.jpg'),(520,223,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-11.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-11-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-11-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-11-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-11-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-11-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-11-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-11-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-11-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-11-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-11-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-11-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-11-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-11-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-11-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-11-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-11-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-11-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-11-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-11-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-11-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-11-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-11-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-11-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-11-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-11-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-11-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-11-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-11-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-11-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-11-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-11-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-11-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-11-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-11-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-11-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-11-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-11-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-11-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-11-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-11-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-11-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-11-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-11-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-11-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-11-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-11-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-11-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(521,224,'_wp_attached_file','fff-pet-sitting-photography-12.jpg'),(522,224,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-12.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-12-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-12-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-12-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-12-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-12-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-12-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-12-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-12-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-12-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-12-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-12-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-12-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-12-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-12-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-12-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-12-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-12-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-12-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-12-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-12-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-12-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-12-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-12-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-12-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-12-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-12-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-12-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-12-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-12-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-12-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-12-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-12-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-12-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-12-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-12-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-12-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-12-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-12-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-12-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-12-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-12-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-12-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-12-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-12-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-12-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-12-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-12-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,225,'_wp_attached_file','fff-pet-sitting-photography-13.jpg'),(524,225,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:498;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-13.jpg\";s:5:\"sizes\";a:46:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-13-146x300.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-13-374x768.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-13-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-13-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-13-498x325.jpg\";s:5:\"width\";i:498;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-13-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-13-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-13-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-13-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-13-498x300.jpg\";s:5:\"width\";i:498;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-13-380x781.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:781;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-13-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-13-498x350.jpg\";s:5:\"width\";i:498;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-13-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-13-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-13-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-13-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-13-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-13-498x650.jpg\";s:5:\"width\";i:498;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-13-498x975.jpg\";s:5:\"width\";i:498;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-13-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-13-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-13-498x700.jpg\";s:5:\"width\";i:498;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-13-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-13-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-13-498x630.jpg\";s:5:\"width\";i:498;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-13-498x945.jpg\";s:5:\"width\";i:498;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-13-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-13-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-13-498x600.jpg\";s:5:\"width\";i:498;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-13-498x900.jpg\";s:5:\"width\";i:498;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-13-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-13-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-13-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-13-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-13-498x600.jpg\";s:5:\"width\";i:498;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-13-498x900.jpg\";s:5:\"width\";i:498;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-13-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-13-190x391.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-13-20x41.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:41;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-13-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-13-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-13-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-13-498x700.jpg\";s:5:\"width\";i:498;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-13-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(525,226,'_wp_attached_file','fff-pet-sitting-photography-14.jpg'),(526,226,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-14.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-14-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-14-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-14-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-14-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-14-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-14-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-14-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-14-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-14-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-14-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-14-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-14-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-14-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-14-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-14-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-14-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-14-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-14-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-14-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-14-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-14-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-14-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-14-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-14-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-14-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-14-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-14-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-14-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-14-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-14-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-14-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-14-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-14-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-14-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-14-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-14-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-14-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-14-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-14-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-14-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-14-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-14-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-14-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-14-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-14-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-14-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-14-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-14-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(527,227,'_wp_attached_file','fff-pet-sitting-photography-15.jpg'),(528,227,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-15.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-15-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-15-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-15-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-15-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-15-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-15-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-15-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-15-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-15-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-15-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-15-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-15-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-15-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-15-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-15-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-15-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-15-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-15-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-15-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-15-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-15-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-15-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-15-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-15-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-15-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-15-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-15-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-15-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-15-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-15-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-15-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-15-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-15-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-15-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-15-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-15-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-15-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-15-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-15-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-15-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-15-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-15-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-15-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-15-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-15-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-15-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-15-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-15-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,228,'_wp_attached_file','fff-pet-sitting-photography-16.jpg'),(530,228,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-16.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-16-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-16-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-16-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-16-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-16-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-16-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-16-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-16-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-16-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-16-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-16-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-16-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-16-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-16-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-16-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-16-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-16-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-16-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-16-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-16-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-16-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-16-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-16-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-16-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-16-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-16-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-16-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-16-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-16-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-16-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-16-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-16-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-16-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-16-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-16-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-16-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-16-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-16-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-16-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-16-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-16-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-16-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-16-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-16-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-16-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-16-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-16-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-16-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(531,229,'_wp_attached_file','fff-pet-sitting-photography-17.jpg'),(532,229,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-17.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-17-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-17-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-17-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-17-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-17-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-17-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-17-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-17-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-17-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-17-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-17-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-17-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-17-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-17-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-17-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-17-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-17-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-17-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-17-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-17-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-17-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-17-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-17-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-17-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-17-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-17-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-17-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-17-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-17-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-17-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-17-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-17-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-17-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-17-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-17-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-17-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-17-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-17-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-17-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-17-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-17-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-17-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-17-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-17-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-17-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-17-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-17-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-17-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-17-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(533,230,'_wp_attached_file','fff-pet-sitting-photography-18.jpg'),(534,230,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-18.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-18-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-18-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-18-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-18-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-18-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-18-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-18-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-18-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-18-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-18-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-18-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-18-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-18-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-18-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-18-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-18-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-18-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-18-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-18-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-18-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-18-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-18-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-18-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-18-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-18-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-18-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-18-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-18-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-18-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-18-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-18-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-18-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-18-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-18-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-18-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-18-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-18-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-18-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-18-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-18-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-18-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-18-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-18-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-18-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-18-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-18-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-18-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-18-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-18-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,231,'_wp_attached_file','fff-pet-sitting-photography-19.jpg'),(536,231,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-19.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-19-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-19-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-19-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-19-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-19-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-19-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-19-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-19-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-19-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-19-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-19-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-19-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-19-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-19-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-19-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-19-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-19-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-19-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-19-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-19-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-19-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-19-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-19-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-19-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-19-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-19-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-19-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-19-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-19-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-19-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-19-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-19-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-19-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-19-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-19-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-19-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-19-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-19-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-19-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-19-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-19-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-19-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-19-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-19-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-19-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-19-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-19-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-19-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-19-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(537,232,'_wp_attached_file','fff-pet-sitting-photography-20.jpg'),(538,232,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-20.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-20-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-20-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-20-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-20-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-20-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-20-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-20-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-20-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-20-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-20-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-20-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-20-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-20-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-20-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-20-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-20-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-20-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-20-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-20-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-20-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-20-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-20-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-20-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-20-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-20-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-20-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-20-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-20-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-20-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-20-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-20-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-20-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-20-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-20-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-20-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-20-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-20-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-20-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-20-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-20-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-20-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-20-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-20-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-20-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-20-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-20-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-20-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-20-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-20-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(539,233,'_wp_attached_file','fff-pet-sitting-photography-21.jpg'),(540,233,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-21.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-21-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-21-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-21-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-21-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-21-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-21-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-21-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-21-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-21-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-21-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-21-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-21-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-21-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-21-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-21-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-21-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-21-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-21-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-21-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-21-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-21-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-21-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-21-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-21-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-21-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-21-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-21-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-21-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-21-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-21-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-21-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-21-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-21-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-21-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-21-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-21-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-21-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-21-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-21-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-21-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-21-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-21-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-21-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-21-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-21-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-21-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-21-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-21-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,234,'_wp_attached_file','fff-pet-sitting-photography-22.jpg'),(542,234,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-22.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-22-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-22-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-22-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-22-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-22-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-22-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-22-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-22-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-22-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-22-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-22-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-22-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-22-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-22-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-22-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-22-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-22-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-22-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-22-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-22-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-22-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-22-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-22-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-22-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-22-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-22-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-22-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-22-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-22-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-22-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-22-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-22-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-22-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-22-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-22-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-22-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-22-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-22-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-22-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-22-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-22-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-22-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-22-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-22-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-22-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-22-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-22-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-22-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-22-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(543,235,'_wp_attached_file','fff-pet-sitting-photography-23.jpg'),(544,235,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-23.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-23-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-23-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-23-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-23-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-23-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-23-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-23-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-23-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-23-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-23-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-23-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-23-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-23-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-23-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-23-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-23-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-23-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-23-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-23-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-23-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-23-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-23-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-23-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-23-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-23-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-23-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-23-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-23-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-23-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-23-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-23-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-23-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-23-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-23-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-23-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-23-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-23-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-23-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-23-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-23-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-23-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-23-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-23-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-23-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-23-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-23-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-23-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-23-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-23-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(545,236,'_wp_attached_file','fff-pet-sitting-photography-24.jpg'),(546,236,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-24.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-24-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-24-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-24-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-24-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-24-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-24-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-24-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-24-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-24-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-24-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-24-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-24-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-24-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-24-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-24-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-24-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-24-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-24-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-24-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-24-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-24-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-24-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-24-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-24-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-24-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-24-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-24-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-24-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-24-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-24-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-24-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-24-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-24-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-24-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-24-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-24-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-24-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-24-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-24-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-24-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-24-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-24-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-24-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-24-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-24-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-24-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-24-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-24-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-24-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(547,237,'_wp_attached_file','fff-pet-sitting-photography-25.jpg'),(548,237,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-25.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-25-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-25-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-25-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-25-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-25-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-25-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-25-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-25-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-25-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-25-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-25-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-25-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-25-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-25-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-25-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-25-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-25-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-25-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-25-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-25-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-25-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-25-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-25-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-25-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-25-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-25-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-25-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-25-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-25-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-25-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-25-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-25-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-25-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-25-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-25-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-25-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-25-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-25-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-25-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-25-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-25-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-25-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-25-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-25-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-25-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-25-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-25-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-25-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-25-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(549,238,'_wp_attached_file','fff-pet-sitting-photography-26.jpg'),(550,238,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-26.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-26-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-26-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-26-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-26-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-26-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-26-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-26-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-26-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-26-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-26-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-26-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-26-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-26-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-26-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-26-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-26-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-26-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-26-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-26-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-26-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-26-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-26-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-26-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-26-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-26-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-26-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-26-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-26-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-26-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-26-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-26-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-26-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-26-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-26-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-26-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-26-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-26-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-26-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-26-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-26-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-26-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-26-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-26-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-26-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-26-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-26-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-26-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-26-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-26-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(551,239,'_wp_attached_file','fff-pet-sitting-photography-27.jpg'),(552,239,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-27.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-27-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-27-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-27-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-27-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-27-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-27-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-27-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-27-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-27-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-27-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-27-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-27-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-27-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-27-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-27-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-27-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-27-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-27-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-27-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-27-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-27-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-27-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-27-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-27-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-27-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-27-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-27-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-27-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-27-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-27-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-27-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-27-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-27-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-27-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-27-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-27-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-27-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-27-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-27-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-27-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-27-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-27-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-27-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-27-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-27-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-27-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-27-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-27-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-27-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(553,240,'_wp_attached_file','fff-pet-sitting-photography-28.jpg'),(554,240,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-28.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-28-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-28-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-28-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-28-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-28-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-28-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-28-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-28-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-28-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-28-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-28-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-28-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-28-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-28-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-28-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-28-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-28-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-28-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-28-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-28-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-28-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-28-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-28-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-28-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-28-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-28-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-28-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-28-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-28-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-28-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-28-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-28-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-28-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-28-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-28-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-28-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-28-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-28-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-28-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-28-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-28-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-28-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-28-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-28-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-28-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-28-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-28-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-28-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-28-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(555,241,'_wp_attached_file','fff-pet-sitting-photography-29.jpg'),(556,241,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-29.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-29-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-29-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-29-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-29-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-29-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-29-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-29-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-29-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-29-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-29-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-29-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-29-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-29-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-29-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-29-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-29-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-29-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-29-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-29-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-29-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-29-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-29-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-29-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-29-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-29-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-29-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-29-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-29-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-29-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-29-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-29-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-29-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-29-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-29-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-29-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-29-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-29-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-29-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-29-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-29-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-29-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-29-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-29-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-29-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-29-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-29-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-29-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-29-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-29-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(557,242,'_wp_attached_file','fff-pet-sitting-photography-30.jpg'),(558,242,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-30.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-30-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-30-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-30-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-30-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-30-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-30-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-30-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-30-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-30-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-30-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-30-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-30-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-30-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-30-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-30-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-30-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-30-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-30-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-30-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-30-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-30-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-30-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-30-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-30-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-30-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-30-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-30-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-30-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-30-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-30-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-30-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-30-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-30-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-30-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-30-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-30-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-30-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-30-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-30-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-30-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-30-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-30-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-30-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-30-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-30-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-30-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-30-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-30-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-30-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(559,243,'_wp_attached_file','fff-pet-sitting-photography-31.jpg'),(560,243,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-31.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-31-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-31-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-31-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-31-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-31-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-31-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-31-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-31-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-31-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-31-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-31-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-31-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-31-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-31-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-31-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-31-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-31-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-31-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-31-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-31-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-31-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-31-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-31-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-31-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-31-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-31-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-31-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-31-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-31-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-31-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-31-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-31-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-31-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-31-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-31-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-31-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-31-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-31-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-31-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-31-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-31-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-31-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-31-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-31-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-31-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-31-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-31-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-31-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-31-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(561,244,'_wp_attached_file','fff-pet-sitting-photography-32.jpg'),(562,244,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-32.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-32-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-32-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-32-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-32-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-32-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-32-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-32-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-32-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-32-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-32-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-32-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-32-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-32-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-32-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-32-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-32-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-32-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-32-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-32-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-32-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-32-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-32-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-32-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-32-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-32-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-32-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-32-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-32-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-32-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-32-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-32-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-32-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-32-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-32-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-32-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-32-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-32-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-32-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-32-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-32-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-32-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-32-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-32-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-32-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-32-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-32-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-32-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-32-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-32-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(563,245,'_wp_attached_file','fff-pet-sitting-photography-33.jpg'),(564,245,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-33.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-33-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-33-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-33-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-33-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-33-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-33-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-33-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-33-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-33-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-33-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-33-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-33-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-33-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-33-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-33-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-33-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-33-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-33-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-33-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-33-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-33-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-33-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-33-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-33-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-33-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-33-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-33-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-33-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-33-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-33-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-33-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-33-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-33-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-33-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-33-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-33-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-33-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-33-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-33-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-33-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-33-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-33-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-33-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-33-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-33-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-33-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-33-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-33-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-33-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(565,246,'_wp_attached_file','fff-pet-sitting-photography-34.jpg'),(566,246,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-34.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-34-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-34-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-34-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-34-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-34-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-34-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-34-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-34-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-34-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-34-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-34-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-34-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-34-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-34-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-34-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-34-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-34-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-34-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-34-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-34-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-34-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-34-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-34-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-34-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-34-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-34-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-34-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-34-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-34-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-34-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-34-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-34-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-34-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-34-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-34-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-34-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-34-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-34-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-34-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-34-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-34-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-34-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-34-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-34-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-34-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-34-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-34-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-34-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-34-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(567,247,'_wp_attached_file','fff-pet-sitting-photography-35.jpg'),(568,247,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-35.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-35-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-35-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-35-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-35-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-35-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-35-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-35-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-35-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-35-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-35-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-35-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-35-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-35-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-35-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-35-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-35-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-35-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-35-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-35-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-35-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-35-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-35-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-35-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-35-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-35-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-35-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-35-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-35-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-35-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-35-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-35-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-35-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-35-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-35-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-35-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-35-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-35-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-35-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-35-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-35-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-35-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-35-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-35-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-35-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-35-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-35-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-35-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-35-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-35-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(569,248,'_wp_attached_file','fff-pet-sitting-photography-36.jpg'),(570,248,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-36.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-36-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-36-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-36-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-36-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-36-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-36-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-36-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-36-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-36-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-36-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-36-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-36-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-36-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-36-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-36-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-36-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-36-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-36-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-36-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-36-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-36-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-36-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-36-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-36-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-36-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-36-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-36-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-36-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-36-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-36-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-36-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-36-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-36-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-36-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-36-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-36-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-36-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-36-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-36-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-36-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-36-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-36-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-36-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-36-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-36-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-36-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-36-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-36-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-36-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,249,'_wp_attached_file','fff-pet-sitting-photography-37.jpg'),(572,249,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-37.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-37-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-37-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-37-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-37-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-37-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-37-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-37-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-37-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-37-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-37-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-37-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-37-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-37-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-37-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-37-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-37-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-37-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-37-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-37-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-37-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-37-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-37-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-37-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-37-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-37-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-37-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-37-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-37-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-37-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-37-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-37-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-37-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-37-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-37-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-37-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-37-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-37-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-37-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-37-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-37-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-37-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-37-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-37-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-37-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-37-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-37-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-37-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-37-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-37-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,250,'_wp_attached_file','fff-pet-sitting-photography-38.jpg'),(574,250,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-38.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-38-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-38-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-38-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-38-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-38-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-38-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-38-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-38-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-38-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-38-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-38-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-38-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-38-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-38-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-38-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-38-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-38-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-38-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-38-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-38-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-38-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-38-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-38-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-38-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-38-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-38-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-38-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-38-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-38-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-38-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-38-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-38-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-38-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-38-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-38-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-38-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-38-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-38-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-38-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-38-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-38-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-38-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-38-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-38-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-38-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-38-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-38-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-38-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-38-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,251,'_wp_attached_file','fff-pet-sitting-photography-39.jpg'),(576,251,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-39.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-39-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-39-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-39-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-39-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-39-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-39-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-39-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-39-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-39-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-39-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-39-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-39-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-39-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-39-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-39-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-39-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-39-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-39-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-39-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-39-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-39-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-39-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-39-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-39-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-39-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-39-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-39-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-39-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-39-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-39-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-39-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-39-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-39-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-39-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-39-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-39-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-39-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-39-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-39-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-39-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-39-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-39-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-39-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-39-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-39-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-39-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-39-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-39-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-39-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,252,'_wp_attached_file','fff-pet-sitting-photography-40.jpg'),(578,252,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-40.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-40-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-40-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-40-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-40-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-40-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-40-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-40-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-40-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-40-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-40-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-40-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-40-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-40-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-40-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-40-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-40-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-40-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-40-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-40-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-40-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-40-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-40-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-40-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-40-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-40-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-40-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-40-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-40-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-40-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-40-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-40-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-40-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-40-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-40-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-40-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-40-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-40-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-40-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-40-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-40-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-40-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-40-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-40-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-40-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-40-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-40-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-40-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-40-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-40-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(579,253,'_wp_attached_file','fff-pet-sitting-photography-41.jpg'),(580,253,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-41.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-41-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-41-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-41-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-41-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-41-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-41-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-41-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-41-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-41-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-41-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-41-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-41-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-41-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-41-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-41-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-41-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-41-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-41-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-41-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-41-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-41-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-41-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-41-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-41-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-41-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-41-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-41-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-41-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-41-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-41-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-41-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-41-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-41-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-41-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-41-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-41-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-41-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-41-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-41-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-41-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-41-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-41-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-41-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-41-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-41-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-41-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-41-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-41-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-41-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(581,254,'_wp_attached_file','fff-pet-sitting-photography-42.jpg'),(582,254,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-42.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-42-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-42-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-42-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-42-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-42-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-42-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-42-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-42-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-42-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-42-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-42-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-42-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-42-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-42-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-42-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-42-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-42-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-42-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-42-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-42-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-42-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-42-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-42-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-42-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-42-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-42-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-42-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-42-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-42-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-42-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-42-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-42-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-42-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-42-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-42-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-42-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-42-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-42-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-42-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-42-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-42-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-42-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-42-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-42-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-42-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-42-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-42-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-42-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-42-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(583,255,'_wp_attached_file','fff-pet-sitting-photography-43.jpg'),(584,255,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-43.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-43-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-43-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-43-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-43-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-43-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-43-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-43-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-43-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-43-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-43-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-43-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-43-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-43-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-43-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-43-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-43-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-43-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-43-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-43-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-43-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-43-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-43-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-43-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-43-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-43-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-43-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-43-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-43-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-43-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-43-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-43-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-43-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-43-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-43-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-43-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-43-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-43-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-43-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-43-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-43-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-43-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-43-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-43-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-43-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-43-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-43-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-43-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-43-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-43-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(585,256,'_wp_attached_file','fff-pet-sitting-photography-44.jpg'),(586,256,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-44.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-44-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-44-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-44-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-44-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-44-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-44-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-44-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-44-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-44-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-44-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-44-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-44-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-44-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-44-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-44-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-44-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-44-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-44-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-44-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-44-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-44-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-44-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-44-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-44-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-44-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-44-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-44-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-44-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-44-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-44-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-44-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-44-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-44-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-44-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-44-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-44-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-44-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-44-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-44-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-44-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-44-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-44-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-44-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-44-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-44-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-44-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-44-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-44-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-44-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(587,257,'_wp_attached_file','fff-pet-sitting-photography-45.jpg'),(588,257,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-45.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-45-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-45-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-45-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-45-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-45-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-45-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-45-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-45-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-45-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-45-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-45-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-45-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-45-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-45-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-45-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-45-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-45-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-45-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-45-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-45-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-45-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-45-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-45-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-45-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-45-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-45-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-45-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-45-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-45-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-45-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-45-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-45-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-45-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-45-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-45-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-45-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-45-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-45-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-45-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-45-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-45-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-45-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-45-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-45-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-45-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-45-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-45-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-45-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-45-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(589,258,'_wp_attached_file','fff-pet-sitting-photography-46.jpg'),(590,258,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-46.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-46-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-46-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-46-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-46-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-46-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-46-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-46-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-46-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-46-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-46-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-46-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-46-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-46-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-46-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-46-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-46-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-46-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-46-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-46-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-46-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-46-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-46-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-46-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-46-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-46-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-46-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-46-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-46-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-46-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-46-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-46-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-46-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-46-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-46-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-46-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-46-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-46-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-46-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-46-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-46-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-46-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-46-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-46-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-46-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-46-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-46-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-46-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-46-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-46-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(591,259,'_wp_attached_file','fff-pet-sitting-photography-47.jpg'),(592,259,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-47.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-47-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-47-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-47-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-47-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-47-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-47-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-47-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-47-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-47-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-47-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-47-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-47-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-47-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-47-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-47-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-47-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-47-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-47-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-47-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-47-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-47-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-47-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-47-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-47-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-47-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-47-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-47-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-47-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-47-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-47-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-47-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-47-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-47-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-47-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-47-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-47-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-47-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-47-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-47-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-47-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-47-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-47-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-47-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-47-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-47-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-47-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-47-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-47-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-47-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(593,260,'_wp_attached_file','fff-pet-sitting-photography-48.jpg'),(594,260,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-48.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-48-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-48-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-48-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-48-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-48-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-48-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-48-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-48-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-48-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-48-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-48-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-48-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-48-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-48-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-48-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-48-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-48-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-48-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-48-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-48-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-48-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-48-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-48-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-48-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-48-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-48-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-48-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-48-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-48-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-48-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-48-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-48-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-48-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-48-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-48-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-48-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-48-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-48-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-48-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-48-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-48-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-48-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-48-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-48-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-48-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-48-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-48-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-48-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-48-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(595,261,'_wp_attached_file','fff-pet-sitting-photography-49.jpg'),(596,261,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-49.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-49-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-49-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-49-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-49-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-49-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-49-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-49-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-49-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-49-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-49-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-49-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-49-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-49-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-49-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-49-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-49-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-49-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-49-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-49-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-49-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-49-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-49-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-49-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-49-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-49-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-49-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-49-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-49-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-49-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-49-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-49-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-49-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-49-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-49-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-49-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-49-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-49-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-49-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-49-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-49-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-49-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-49-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-49-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-49-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-49-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-49-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-49-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-49-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-49-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(597,262,'_wp_attached_file','fff-pet-sitting-photography-50.jpg'),(598,262,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-50.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-50-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-50-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-50-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-50-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-50-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-50-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-50-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-50-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-50-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-50-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-50-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-50-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-50-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-50-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-50-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-50-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-50-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-50-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-50-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-50-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-50-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-50-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-50-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-50-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-50-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-50-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-50-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-50-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-50-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-50-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-50-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-50-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-50-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-50-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-50-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-50-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-50-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-50-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-50-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-50-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-50-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-50-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-50-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-50-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-50-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-50-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-50-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-50-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-50-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(599,263,'_wp_attached_file','fff-pet-sitting-photography-51.jpg'),(600,263,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-51.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-51-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-51-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-51-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-51-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-51-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-51-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-51-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-51-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-51-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-51-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-51-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-51-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-51-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-51-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-51-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-51-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-51-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-51-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-51-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-51-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-51-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-51-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-51-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-51-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-51-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-51-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-51-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-51-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-51-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-51-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-51-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-51-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-51-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-51-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-51-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-51-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-51-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-51-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-51-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-51-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-51-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-51-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-51-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-51-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-51-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-51-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-51-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-51-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-51-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(601,264,'_wp_attached_file','fff-pet-sitting-photography-52.jpg'),(602,264,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-52.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-52-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-52-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-52-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-52-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-52-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-52-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-52-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-52-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-52-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-52-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-52-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-52-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-52-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-52-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-52-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-52-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-52-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-52-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-52-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-52-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-52-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-52-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-52-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-52-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-52-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-52-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-52-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-52-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-52-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-52-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-52-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-52-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-52-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-52-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-52-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-52-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-52-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-52-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-52-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-52-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-52-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-52-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-52-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-52-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-52-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-52-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-52-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-52-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-52-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(603,265,'_wp_attached_file','fff-pet-sitting-photography-53.jpg'),(604,265,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-53.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-53-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-53-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-53-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-53-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-53-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-53-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-53-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-53-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-53-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-53-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-53-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-53-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-53-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-53-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-53-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-53-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-53-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-53-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-53-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-53-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-53-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-53-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-53-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-53-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-53-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-53-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-53-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-53-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-53-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-53-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-53-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-53-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-53-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-53-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-53-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-53-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-53-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-53-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-53-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-53-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-53-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-53-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-53-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-53-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-53-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-53-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-53-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-53-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-53-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(605,266,'_wp_attached_file','fff-pet-sitting-photography-54.jpg'),(606,266,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-54.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-54-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-54-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-54-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-54-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-54-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-54-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-54-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-54-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-54-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-54-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-54-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-54-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-54-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-54-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-54-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-54-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-54-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-54-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-54-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-54-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-54-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-54-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-54-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-54-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-54-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-54-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-54-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-54-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-54-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-54-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-54-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-54-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-54-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-54-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-54-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-54-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-54-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-54-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-54-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-54-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-54-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-54-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-54-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-54-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-54-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-54-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-54-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-54-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-54-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(607,267,'_wp_attached_file','fff-pet-sitting-photography-55.jpg'),(608,267,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-55.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-55-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-55-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-55-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-55-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-55-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-55-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-55-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-55-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-55-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-55-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-55-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-55-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-55-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-55-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-55-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-55-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-55-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-55-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-55-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-55-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-55-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-55-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-55-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-55-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-55-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-55-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-55-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-55-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-55-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-55-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-55-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-55-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-55-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-55-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-55-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-55-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-55-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-55-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-55-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-55-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-55-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-55-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-55-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-55-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-55-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-55-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-55-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-55-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-55-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(609,268,'_wp_attached_file','fff-pet-sitting-photography-56.jpg'),(610,268,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-56.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-56-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-56-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-56-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-56-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-56-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-56-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-56-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-56-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-56-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-56-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-56-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-56-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-56-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-56-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-56-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-56-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-56-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-56-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-56-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-56-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-56-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-56-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-56-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-56-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-56-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-56-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-56-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-56-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-56-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-56-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-56-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-56-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-56-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-56-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-56-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-56-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-56-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-56-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-56-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-56-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-56-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-56-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-56-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-56-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-56-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-56-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-56-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-56-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-56-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(611,269,'_wp_attached_file','fff-pet-sitting-photography-57.jpg'),(612,269,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:642;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-57.jpg\";s:5:\"sizes\";a:46:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-57-188x300.jpg\";s:5:\"width\";i:188;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-57-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-57-482x768.jpg\";s:5:\"width\";i:482;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-57-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-57-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-57-642x325.jpg\";s:5:\"width\";i:642;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-57-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-57-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-57-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-57-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-57-642x300.jpg\";s:5:\"width\";i:642;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-57-380x606.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:606;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-57-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-57-642x350.jpg\";s:5:\"width\";i:642;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-57-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-57-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-57-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-57-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-57-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-57-642x650.jpg\";s:5:\"width\";i:642;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-57-642x975.jpg\";s:5:\"width\";i:642;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-57-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-57-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-57-642x700.jpg\";s:5:\"width\";i:642;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-57-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-57-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-57-642x630.jpg\";s:5:\"width\";i:642;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-57-642x945.jpg\";s:5:\"width\";i:642;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-57-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-57-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-57-642x600.jpg\";s:5:\"width\";i:642;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-57-642x900.jpg\";s:5:\"width\";i:642;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-57-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-57-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-57-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-57-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-57-642x600.jpg\";s:5:\"width\";i:642;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-57-642x900.jpg\";s:5:\"width\";i:642;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-57-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-57-190x303.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-57-20x32.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-57-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-57-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-57-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-57-642x700.jpg\";s:5:\"width\";i:642;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-57-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(613,270,'_wp_attached_file','fff-pet-sitting-photography-58.jpg'),(614,270,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-58.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-58-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-58-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-58-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-58-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-58-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-58-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-58-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-58-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-58-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-58-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-58-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-58-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-58-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-58-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-58-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-58-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-58-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-58-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-58-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-58-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-58-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-58-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-58-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-58-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-58-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-58-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-58-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-58-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-58-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-58-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-58-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-58-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-58-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-58-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-58-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-58-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-58-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-58-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-58-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-58-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-58-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-58-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-58-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-58-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-58-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-58-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-58-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-58-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-58-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(615,271,'_wp_attached_file','fff-pet-sitting-photography-59.jpg'),(616,271,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-59.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-59-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-59-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-59-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-59-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-59-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-59-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-59-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-59-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-59-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-59-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-59-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-59-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-59-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-59-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-59-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-59-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-59-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-59-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-59-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-59-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-59-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-59-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-59-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-59-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-59-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-59-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-59-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-59-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-59-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-59-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-59-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-59-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-59-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-59-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-59-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-59-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-59-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-59-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-59-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-59-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-59-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-59-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-59-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-59-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-59-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-59-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-59-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-59-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-59-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(617,272,'_wp_attached_file','fff-pet-sitting-photography-60.jpg'),(618,272,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-60.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-60-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-60-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-60-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-60-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-60-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-60-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-60-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-60-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-60-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-60-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-60-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-60-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-60-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-60-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-60-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-60-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-60-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-60-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-60-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-60-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-60-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-60-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-60-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-60-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-60-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-60-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-60-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-60-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-60-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-60-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-60-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-60-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-60-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-60-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-60-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-60-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-60-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-60-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-60-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-60-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-60-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-60-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-60-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-60-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-60-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-60-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-60-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-60-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-60-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(619,273,'_wp_attached_file','fff-pet-sitting-photography-61.jpg'),(620,273,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-61.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-61-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-61-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-61-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-61-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-61-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-61-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-61-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-61-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-61-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-61-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-61-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-61-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-61-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-61-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-61-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-61-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-61-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-61-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-61-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-61-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-61-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-61-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-61-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-61-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-61-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-61-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-61-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-61-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-61-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-61-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-61-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-61-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-61-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-61-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-61-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-61-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-61-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-61-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-61-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-61-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-61-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-61-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-61-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-61-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-61-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-61-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-61-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-61-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-61-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(621,274,'_wp_attached_file','fff-pet-sitting-photography-62.jpg'),(622,274,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-62.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-62-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-62-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-62-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-62-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-62-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-62-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-62-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-62-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-62-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-62-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-62-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-62-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-62-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-62-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-62-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-62-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-62-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-62-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-62-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-62-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-62-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-62-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-62-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-62-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-62-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-62-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-62-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-62-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-62-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-62-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-62-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-62-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-62-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-62-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-62-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-62-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-62-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-62-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-62-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-62-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-62-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-62-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-62-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-62-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-62-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-62-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-62-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-62-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-62-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(623,275,'_wp_attached_file','fff-pet-sitting-photography-63.jpg'),(624,275,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-63.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-63-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-63-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-63-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-63-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-63-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-63-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-63-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-63-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-63-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-63-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-63-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-63-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-63-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-63-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-63-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-63-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-63-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-63-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-63-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-63-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-63-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-63-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-63-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-63-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-63-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-63-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-63-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-63-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-63-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-63-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-63-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-63-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-63-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-63-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-63-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-63-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-63-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-63-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-63-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-63-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-63-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-63-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-63-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-63-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-63-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-63-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-63-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-63-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-63-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(625,276,'_wp_attached_file','fff-pet-sitting-photography-64.jpg'),(626,276,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-64.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-64-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-64-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-64-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-64-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-64-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-64-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-64-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-64-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-64-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-64-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-64-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-64-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-64-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-64-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-64-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-64-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-64-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-64-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-64-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-64-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-64-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-64-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-64-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-64-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-64-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-64-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-64-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-64-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-64-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-64-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-64-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-64-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-64-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-64-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-64-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-64-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-64-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-64-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-64-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-64-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-64-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-64-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-64-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-64-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-64-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-64-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-64-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-64-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-64-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(627,277,'_wp_attached_file','fff-pet-sitting-photography-65.jpg'),(628,277,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-65.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-65-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-65-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-65-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-65-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-65-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-65-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-65-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-65-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-65-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-65-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-65-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-65-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-65-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-65-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-65-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-65-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-65-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-65-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-65-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-65-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-65-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-65-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-65-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-65-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-65-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-65-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-65-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-65-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-65-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-65-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-65-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-65-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-65-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-65-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-65-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-65-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-65-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-65-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-65-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-65-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-65-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-65-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-65-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-65-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-65-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-65-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-65-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-65-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-65-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(629,278,'_wp_attached_file','fff-pet-sitting-photography-66.jpg'),(630,278,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-66.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-66-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-66-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-66-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-66-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-66-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-66-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-66-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-66-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-66-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-66-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-66-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-66-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-66-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-66-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-66-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-66-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-66-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-66-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-66-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-66-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-66-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-66-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-66-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-66-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-66-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-66-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-66-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-66-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-66-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-66-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-66-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-66-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-66-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-66-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-66-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-66-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-66-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-66-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-66-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-66-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-66-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-66-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-66-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-66-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-66-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-66-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-66-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-66-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-66-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(631,279,'_wp_attached_file','fff-pet-sitting-photography-67.jpg'),(632,279,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-67.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-67-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-67-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-67-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-67-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-67-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-67-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-67-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-67-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-67-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-67-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-67-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-67-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-67-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-67-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-67-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-67-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-67-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-67-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-67-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-67-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-67-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-67-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-67-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-67-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-67-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-67-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-67-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-67-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-67-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-67-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-67-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-67-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-67-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-67-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-67-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-67-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-67-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-67-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-67-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-67-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-67-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-67-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-67-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-67-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-67-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-67-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-67-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-67-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-67-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(633,280,'_wp_attached_file','fff-pet-sitting-photography-68.jpg'),(634,280,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-68.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-68-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-68-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-68-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-68-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-68-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-68-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-68-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-68-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-68-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-68-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-68-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-68-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-68-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-68-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-68-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-68-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-68-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-68-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-68-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-68-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-68-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-68-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-68-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-68-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-68-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-68-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-68-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-68-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-68-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-68-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-68-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-68-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-68-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-68-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-68-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-68-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-68-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-68-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-68-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-68-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-68-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-68-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-68-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-68-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-68-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-68-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-68-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-68-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-68-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(635,281,'_wp_attached_file','fff-pet-sitting-photography-69.jpg'),(636,281,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-69.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-69-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-69-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-69-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-69-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-69-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-69-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-69-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-69-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-69-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-69-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-69-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-69-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-69-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-69-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-69-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-69-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-69-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-69-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-69-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-69-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-69-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-69-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-69-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-69-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-69-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-69-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-69-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-69-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-69-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-69-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-69-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-69-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-69-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-69-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-69-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-69-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-69-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-69-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-69-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-69-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-69-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-69-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-69-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-69-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-69-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-69-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-69-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-69-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-69-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(637,282,'_wp_attached_file','fff-pet-sitting-photography-70.jpg'),(638,282,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-70.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-70-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-70-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-70-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-70-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-70-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-70-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-70-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-70-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-70-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-70-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-70-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-70-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-70-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-70-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-70-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-70-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-70-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-70-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-70-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-70-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-70-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-70-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-70-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-70-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-70-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-70-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-70-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-70-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-70-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-70-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-70-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-70-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-70-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-70-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-70-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-70-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-70-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-70-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-70-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-70-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-70-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-70-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-70-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-70-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-70-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-70-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-70-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-70-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-70-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(639,283,'_wp_attached_file','fff-pet-sitting-photography-71.jpg'),(640,283,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-71.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-71-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-71-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-71-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-71-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-71-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-71-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-71-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-71-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-71-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-71-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-71-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-71-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-71-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-71-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-71-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-71-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-71-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-71-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-71-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-71-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-71-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-71-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-71-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-71-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-71-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-71-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-71-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-71-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-71-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-71-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-71-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-71-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-71-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-71-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-71-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-71-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-71-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-71-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-71-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-71-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-71-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-71-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-71-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-71-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-71-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-71-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-71-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-71-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-71-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(641,284,'_wp_attached_file','fff-pet-sitting-photography-72.jpg'),(642,284,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-72.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-72-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-72-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-72-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-72-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-72-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-72-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-72-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-72-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-72-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-72-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-72-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-72-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-72-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-72-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-72-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-72-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-72-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-72-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-72-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-72-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-72-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-72-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-72-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-72-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-72-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-72-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-72-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-72-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-72-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-72-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-72-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-72-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-72-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-72-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-72-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-72-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-72-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-72-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-72-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-72-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-72-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-72-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-72-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-72-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-72-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-72-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-72-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-72-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-72-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(643,285,'_wp_attached_file','fff-pet-sitting-photography-73.jpg'),(644,285,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-73.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-73-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-73-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-73-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-73-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-73-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-73-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-73-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-73-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-73-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-73-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-73-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-73-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-73-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-73-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-73-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-73-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-73-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-73-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-73-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-73-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-73-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-73-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-73-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-73-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-73-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-73-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-73-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-73-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-73-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-73-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-73-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-73-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-73-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-73-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-73-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-73-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-73-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-73-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-73-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-73-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-73-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-73-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-73-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-73-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-73-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-73-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-73-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-73-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-73-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(645,286,'_wp_attached_file','fff-pet-sitting-photography-74.jpg'),(646,286,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-74.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-74-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-74-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-74-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-74-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-74-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-74-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-74-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-74-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-74-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-74-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-74-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-74-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-74-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-74-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-74-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-74-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-74-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-74-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-74-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-74-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-74-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-74-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-74-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-74-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-74-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-74-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-74-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-74-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-74-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-74-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-74-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-74-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-74-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-74-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-74-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-74-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-74-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-74-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-74-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-74-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-74-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-74-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-74-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-74-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-74-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-74-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-74-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-74-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-74-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(647,287,'_wp_attached_file','fff-pet-sitting-photography-75.jpg'),(648,287,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-75.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-75-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-75-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-75-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-75-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-75-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-75-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-75-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-75-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-75-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-75-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-75-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-75-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-75-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-75-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-75-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-75-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-75-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-75-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-75-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-75-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-75-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-75-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-75-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-75-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-75-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-75-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-75-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-75-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-75-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-75-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-75-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-75-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-75-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-75-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-75-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-75-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-75-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-75-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-75-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-75-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-75-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-75-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-75-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-75-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-75-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-75-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-75-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-75-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-75-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(649,288,'_wp_attached_file','fff-pet-sitting-photography-76.jpg'),(650,288,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-76.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-76-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-76-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-76-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-76-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-76-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-76-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-76-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-76-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-76-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-76-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-76-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-76-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-76-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-76-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-76-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-76-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-76-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-76-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-76-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-76-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-76-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-76-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-76-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-76-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-76-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-76-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-76-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-76-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-76-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-76-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-76-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-76-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-76-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-76-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-76-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-76-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-76-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-76-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-76-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-76-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-76-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-76-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-76-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-76-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-76-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-76-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-76-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-76-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-76-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(651,289,'_wp_attached_file','fff-pet-sitting-photography-77.jpg'),(652,289,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-77.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-77-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-77-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-77-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-77-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-77-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-77-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-77-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-77-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-77-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-77-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-77-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-77-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-77-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-77-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-77-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-77-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-77-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-77-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-77-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-77-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-77-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-77-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-77-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-77-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-77-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-77-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-77-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-77-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-77-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-77-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-77-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-77-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-77-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-77-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-77-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-77-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-77-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-77-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-77-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-77-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-77-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-77-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-77-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-77-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-77-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-77-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-77-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-77-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-77-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(653,290,'_wp_attached_file','fff-pet-sitting-photography-78.jpg'),(654,290,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-78.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-78-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-78-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-78-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-78-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-78-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-78-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-78-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-78-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-78-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-78-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-78-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-78-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-78-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-78-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-78-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-78-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-78-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-78-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-78-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-78-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-78-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-78-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-78-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-78-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-78-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-78-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-78-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-78-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-78-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-78-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-78-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-78-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-78-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-78-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-78-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-78-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-78-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-78-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-78-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-78-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-78-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-78-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-78-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-78-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-78-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-78-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-78-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-78-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-78-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(655,291,'_wp_attached_file','fff-pet-sitting-photography-79.jpg'),(656,291,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-79.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-79-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-79-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-79-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-79-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-79-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-79-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-79-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-79-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-79-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-79-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-79-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-79-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-79-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-79-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-79-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-79-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-79-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-79-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-79-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-79-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-79-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-79-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-79-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-79-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-79-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-79-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-79-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-79-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-79-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-79-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-79-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-79-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-79-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-79-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-79-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-79-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-79-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-79-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-79-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-79-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-79-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-79-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-79-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-79-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-79-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-79-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-79-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-79-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-79-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(657,292,'_wp_attached_file','fff-pet-sitting-photography-80.jpg'),(658,292,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-80.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-80-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-80-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-80-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-80-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-80-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-80-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-80-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-80-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-80-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-80-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-80-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-80-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-80-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-80-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-80-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-80-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-80-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-80-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-80-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-80-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-80-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-80-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-80-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-80-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-80-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-80-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-80-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-80-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-80-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-80-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-80-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-80-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-80-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-80-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-80-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-80-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-80-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-80-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-80-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-80-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-80-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-80-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-80-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-80-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-80-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-80-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-80-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-80-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-80-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(659,293,'_wp_attached_file','fff-pet-sitting-photography-81.jpg'),(660,293,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-81.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-81-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-81-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-81-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-81-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-81-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-81-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-81-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-81-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-81-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-81-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-81-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-81-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-81-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-81-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-81-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-81-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-81-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-81-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-81-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-81-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-81-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-81-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-81-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-81-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-81-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-81-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-81-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-81-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-81-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-81-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-81-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-81-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-81-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-81-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-81-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-81-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-81-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-81-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-81-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-81-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-81-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-81-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-81-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-81-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-81-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-81-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-81-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-81-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-81-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(661,294,'_wp_attached_file','fff-pet-sitting-photography-82.jpg'),(662,294,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-82.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-82-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-82-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-82-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-82-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-82-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-82-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-82-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-82-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-82-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-82-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-82-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-82-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-82-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-82-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-82-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-82-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-82-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-82-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-82-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-82-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-82-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-82-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-82-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-82-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-82-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-82-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-82-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-82-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-82-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-82-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-82-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-82-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-82-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-82-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-82-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-82-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-82-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-82-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-82-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-82-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-82-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-82-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-82-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-82-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-82-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-82-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-82-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-82-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-82-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(663,295,'_wp_attached_file','fff-pet-sitting-photography-83.jpg'),(664,295,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-83.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-83-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-83-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-83-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-83-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-83-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-83-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-83-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-83-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-83-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-83-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-83-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-83-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-83-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-83-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-83-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-83-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-83-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-83-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-83-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-83-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-83-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-83-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-83-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-83-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-83-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-83-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-83-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-83-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-83-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-83-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-83-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-83-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-83-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-83-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-83-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-83-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-83-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-83-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-83-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-83-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-83-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-83-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-83-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-83-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-83-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-83-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-83-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-83-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-83-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(665,296,'_wp_attached_file','fff-pet-sitting-photography-84.jpg'),(666,296,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-84.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-84-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-84-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-84-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-84-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-84-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-84-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-84-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-84-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-84-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-84-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-84-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-84-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-84-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-84-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-84-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-84-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-84-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-84-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-84-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-84-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-84-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-84-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-84-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-84-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-84-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-84-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-84-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-84-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-84-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-84-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-84-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-84-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-84-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-84-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-84-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-84-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-84-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-84-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-84-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-84-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-84-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-84-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-84-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-84-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-84-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-84-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-84-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-84-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-84-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(667,297,'_wp_attached_file','fff-pet-sitting-photography-85.jpg'),(668,297,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-85.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-85-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-85-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-85-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-85-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-85-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-85-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-85-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-85-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-85-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-85-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-85-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-85-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-85-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-85-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-85-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-85-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-85-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-85-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-85-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-85-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-85-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-85-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-85-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-85-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-85-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-85-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-85-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-85-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-85-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-85-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-85-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-85-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-85-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-85-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-85-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-85-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-85-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-85-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-85-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-85-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-85-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-85-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-85-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-85-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-85-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-85-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-85-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-85-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-85-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(669,298,'_wp_attached_file','fff-pet-sitting-photography-86.jpg'),(670,298,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:34:\"fff-pet-sitting-photography-86.jpg\";s:5:\"sizes\";a:46:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-86-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:42:\"fff-pet-sitting-photography-86-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-86-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-86-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-86-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-86-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-86-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-86-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-86-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-86-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-86-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-86-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-86-380x285.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-86-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-86-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-86-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-86-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-86-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-86-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-86-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-86-1024x650.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-86-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-86-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-86-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-86-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-86-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-86-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-86-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-86-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-86-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-86-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-86-190x768.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-86-760x768.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-86-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-86-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-86-1024x600.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-86-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-86-190x143.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:143;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-86-760x570.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-86-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-86-190x768.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-86-760x768.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-86-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-86-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-86-1024x700.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-86-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(671,299,'_wp_attached_file','fff-pet-sitting-photography-87.jpg'),(672,299,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-87.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-87-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-87-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-87-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-87-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-87-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-87-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-87-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-87-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-87-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-87-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-87-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-87-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-87-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-87-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-87-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-87-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-87-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-87-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-87-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-87-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-87-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-87-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-87-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-87-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-87-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-87-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-87-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-87-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-87-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-87-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-87-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-87-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-87-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-87-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-87-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-87-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-87-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-87-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-87-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-87-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-87-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-87-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-87-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-87-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-87-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-87-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-87-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-87-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-87-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(673,300,'_wp_attached_file','fff-pet-sitting-photography-88.jpg'),(674,300,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-88.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-88-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-88-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-88-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-88-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-88-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-88-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-88-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-88-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-88-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-88-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-88-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-88-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-88-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-88-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-88-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-88-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-88-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-88-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-88-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-88-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-88-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-88-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-88-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-88-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-88-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-88-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-88-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-88-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-88-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-88-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-88-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-88-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-88-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-88-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-88-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-88-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-88-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-88-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-88-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-88-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-88-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-88-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-88-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-88-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-88-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-88-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-88-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-88-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-88-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(675,301,'_wp_attached_file','fff-pet-sitting-photography-89.jpg'),(676,301,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-89.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-89-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-89-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-89-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-89-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-89-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-89-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-89-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-89-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-89-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-89-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-89-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-89-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-89-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-89-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-89-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-89-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-89-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-89-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-89-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-89-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-89-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-89-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-89-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-89-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-89-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-89-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-89-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-89-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-89-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-89-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-89-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-89-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-89-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-89-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-89-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-89-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-89-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-89-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-89-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-89-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-89-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-89-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-89-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-89-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-89-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-89-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-89-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-89-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-89-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(677,302,'_wp_attached_file','fff-pet-sitting-photography-90.jpg'),(678,302,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-90.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-90-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-90-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-90-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-90-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-90-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-90-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-90-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-90-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-90-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-90-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-90-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-90-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-90-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-90-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-90-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-90-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-90-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-90-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-90-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-90-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-90-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-90-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-90-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-90-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-90-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-90-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-90-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-90-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-90-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-90-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-90-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-90-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-90-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-90-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-90-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-90-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-90-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-90-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-90-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-90-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-90-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-90-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-90-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-90-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-90-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-90-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-90-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-90-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-90-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(679,303,'_wp_attached_file','fff-pet-sitting-photography-91.jpg'),(680,303,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:34:\"fff-pet-sitting-photography-91.jpg\";s:5:\"sizes\";a:46:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-91-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:42:\"fff-pet-sitting-photography-91-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-91-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-91-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-91-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-91-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-91-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-91-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-91-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-91-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-91-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-91-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-91-380x285.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-91-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-91-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-91-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-91-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-91-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-91-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-91-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-91-1024x650.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-91-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-91-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-91-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-91-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-91-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-91-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-91-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-91-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-91-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-91-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-91-190x768.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-91-760x768.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-91-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-91-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-91-1024x600.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-91-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-91-190x143.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:143;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-91-760x570.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-91-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-91-190x768.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-91-760x768.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-91-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-91-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-91-1024x700.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-91-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(681,304,'_wp_attached_file','fff-pet-sitting-photography-92.jpg'),(682,304,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:576;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-92.jpg\";s:5:\"sizes\";a:46:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-92-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-92-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-92-432x768.jpg\";s:5:\"width\";i:432;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-92-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-92-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-92-576x325.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-92-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-92-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-92-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-92-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-92-576x300.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-92-380x676.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:676;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-92-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-92-576x350.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-92-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-92-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-92-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-92-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-92-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-92-576x650.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-92-576x975.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-92-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-92-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-92-576x700.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-92-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-92-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-92-576x630.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-92-576x945.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-92-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-92-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-92-576x600.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-92-576x900.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-92-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-92-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-92-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-92-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-92-576x600.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-92-576x900.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-92-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-92-190x338.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-92-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-92-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-92-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-92-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-92-576x700.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-92-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(683,305,'_wp_attached_file','fff-pet-sitting-photography-93.jpg'); INSERT INTO `wp_postmeta` VALUES (684,305,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-93.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-93-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-93-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-93-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-93-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-93-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-93-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-93-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-93-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-93-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-93-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-93-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-93-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-93-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-93-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-93-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-93-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-93-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-93-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-93-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-93-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-93-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-93-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-93-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-93-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-93-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-93-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-93-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-93-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-93-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-93-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-93-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-93-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-93-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-93-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-93-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-93-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-93-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-93-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-93-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-93-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-93-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-93-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-93-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-93-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-93-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-93-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-93-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-93-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-93-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(685,306,'_wp_attached_file','fff-pet-sitting-photography-94.jpg'),(686,306,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-94.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-94-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-94-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-94-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-94-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-94-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-94-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-94-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-94-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-94-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-94-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-94-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-94-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-94-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-94-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-94-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-94-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-94-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-94-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-94-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-94-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-94-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-94-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-94-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-94-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-94-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-94-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-94-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-94-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-94-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-94-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-94-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-94-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-94-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-94-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-94-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-94-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-94-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-94-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-94-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-94-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-94-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-94-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-94-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-94-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-94-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-94-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-94-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-94-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-94-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(687,307,'_wp_attached_file','fff-pet-sitting-photography-95.jpg'),(688,307,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-95.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-95-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-95-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-95-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-95-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-95-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-95-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-95-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-95-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-95-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-95-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-95-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-95-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-95-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-95-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-95-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-95-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-95-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-95-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-95-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-95-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-95-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-95-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-95-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-95-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-95-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-95-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-95-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-95-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-95-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-95-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-95-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-95-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-95-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-95-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-95-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-95-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-95-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-95-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-95-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-95-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-95-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-95-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-95-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-95-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-95-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-95-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-95-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-95-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-95-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(689,308,'_wp_attached_file','fff-pet-sitting-photography-96.jpg'),(690,308,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-96.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-96-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-96-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-96-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-96-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-96-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-96-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-96-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-96-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-96-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-96-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-96-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-96-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-96-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-96-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-96-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-96-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-96-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-96-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-96-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-96-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-96-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-96-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-96-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-96-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-96-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-96-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-96-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-96-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-96-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-96-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-96-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-96-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-96-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-96-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-96-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-96-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-96-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-96-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-96-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-96-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-96-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-96-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-96-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-96-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-96-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-96-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-96-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-96-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-96-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(691,309,'_wp_attached_file','fff-pet-sitting-photography-97.jpg'),(692,309,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-97.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-97-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-97-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-97-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-97-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-97-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-97-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-97-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-97-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-97-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-97-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-97-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-97-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-97-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-97-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-97-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-97-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-97-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-97-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-97-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-97-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-97-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-97-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-97-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-97-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-97-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-97-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-97-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-97-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-97-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-97-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-97-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-97-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-97-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-97-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-97-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-97-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-97-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-97-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-97-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-97-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-97-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-97-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-97-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-97-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-97-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-97-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-97-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-97-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-97-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(693,310,'_wp_attached_file','fff-pet-sitting-photography-98.jpg'),(694,310,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-98.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-98-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-98-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-98-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-98-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-98-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-98-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-98-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-98-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-98-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-98-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-98-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-98-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-98-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-98-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-98-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-98-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-98-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-98-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-98-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-98-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-98-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-98-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-98-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-98-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-98-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-98-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-98-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-98-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-98-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-98-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-98-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-98-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-98-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-98-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-98-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-98-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-98-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-98-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-98-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-98-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-98-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-98-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-98-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-98-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-98-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-98-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-98-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-98-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-98-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(695,311,'_wp_attached_file','fff-pet-sitting-photography-99.jpg'),(696,311,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:34:\"fff-pet-sitting-photography-99.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-99-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-99-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-99-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-99-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-99-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-99-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-99-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-99-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-99-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-99-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-99-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-99-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-99-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-99-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-99-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-99-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-99-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-99-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-99-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-99-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-99-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-99-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-99-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-99-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-99-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-99-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-99-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-99-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-99-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-99-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-99-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-99-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-99-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-99-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-99-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-99-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-99-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-99-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-99-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-99-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-99-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-99-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-99-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-99-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-99-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-99-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-99-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-99-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:39:\"fff-pet-sitting-photography-99-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(697,312,'_wp_attached_file','fff-pet-sitting-photography-100.jpg'),(698,312,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:35:\"fff-pet-sitting-photography-100.jpg\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-100-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-100-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"ug_big\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-100-576x768.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-100-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-thumbnail\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-100-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-bloglarge\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-100-650x325.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"revolution-square\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-100-380x350.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-rectangle\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-100-380x315.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-squaresmall\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-100-380x300.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmalltall\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-100-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-squaresmallwide\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-100-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-masonry\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-100-380x507.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-tall\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-100-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"revolution-wide\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-100-760x350.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-thumbnail-small\";a:4:{s:4:\"file\";s:42:\"fff-pet-sitting-photography-100-50x200.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-100-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-thumbnail-x3\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-100-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-thumbnail-mini\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-100-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-bloglarge-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-100-325x650.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-100-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-bloglarge-x3\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-100-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-bloglarge-mini\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-100-20x10.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-square-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-100-190x700.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-square-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-100-760x700.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"revolution-square-mini\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-100-20x18.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"revolution-rectangle-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-100-190x630.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-100-760x630.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-rectangle-x3\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-100-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-rectangle-mini\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-100-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"revolution-squaresmall-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-100-190x600.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-100-760x600.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"revolution-squaresmall-x3\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-100-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"revolution-squaresmall-mini\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-100-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmalltall-small\";a:4:{s:4:\"file\";s:44:\"fff-pet-sitting-photography-100-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmalltall-x2\";a:4:{s:4:\"file\";s:44:\"fff-pet-sitting-photography-100-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmalltall-mini\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-100-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"revolution-squaresmallwide-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-100-380x600.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-100-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"revolution-squaresmallwide-x3\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-100-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"revolution-squaresmallwide-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-100-20x7.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"revolution-masonry-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-100-190x253.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-masonry-x2\";a:4:{s:4:\"file\";s:44:\"fff-pet-sitting-photography-100-760x1013.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"revolution-masonry-mini\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-100-20x27.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-tall-small\";a:4:{s:4:\"file\";s:44:\"fff-pet-sitting-photography-100-190x1024.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-tall-x2\";a:4:{s:4:\"file\";s:44:\"fff-pet-sitting-photography-100-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-tall-mini\";a:4:{s:4:\"file\";s:41:\"fff-pet-sitting-photography-100-20x36.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"revolution-wide-small\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-100-380x700.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"revolution-wide-x2\";a:4:{s:4:\"file\";s:43:\"fff-pet-sitting-photography-100-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"revolution-wide-mini\";a:4:{s:4:\"file\";s:40:\"fff-pet-sitting-photography-100-20x9.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(699,313,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(700,314,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(701,315,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(702,316,'_wpb_shortcodes_custom_css','.vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}'),(703,317,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(704,318,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(705,319,'_wpb_shortcodes_custom_css','.vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}'),(706,320,'_wpb_shortcodes_custom_css','.vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}'),(707,1,'_wp_trash_meta_status','publish'),(708,1,'_wp_trash_meta_time','1582752308'),(709,1,'_wp_desired_post_slug','hello-world'),(710,1,'_wp_trash_meta_comments_status','a:1:{i:1;s:1:\"1\";}'),(713,312,'wp-smush-lossy','1'),(714,312,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.4196452313499232644744552089832723140716552734375;s:5:\"bytes\";i:200641;s:11:\"size_before\";i:1391442;s:10:\"size_after\";i:1190801;s:4:\"time\";d:4.96999999999999797495320308371447026729583740234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1866;s:11:\"size_before\";i:11545;s:10:\"size_after\";i:9679;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.190000000000001278976924368180334568023681640625;s:5:\"bytes\";i:823;s:11:\"size_before\";i:4524;s:10:\"size_after\";i:3701;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:8543;s:11:\"size_before\";i:53443;s:10:\"size_after\";i:44900;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:1155;s:11:\"size_before\";i:6849;s:10:\"size_after\";i:5694;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:520;s:11:\"size_before\";i:2677;s:10:\"size_after\";i:2157;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:4013;s:11:\"size_before\";i:23510;s:10:\"size_after\";i:19497;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:2864;s:11:\"size_before\";i:18257;s:10:\"size_after\";i:15393;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2679;s:11:\"size_before\";i:16797;s:10:\"size_after\";i:14118;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:2519;s:11:\"size_before\";i:16056;s:10:\"size_after\";i:13537;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4753;s:11:\"size_before\";i:30822;s:10:\"size_after\";i:26069;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.190000000000001278976924368180334568023681640625;s:5:\"bytes\";i:4148;s:11:\"size_before\";i:24125;s:10:\"size_after\";i:19977;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:4096;s:11:\"size_before\";i:27209;s:10:\"size_after\";i:23113;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:5428;s:11:\"size_before\";i:34683;s:10:\"size_after\";i:29255;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:4840;s:11:\"size_before\";i:27690;s:10:\"size_after\";i:22850;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.5799999999999982946974341757595539093017578125;s:5:\"bytes\";i:563;s:11:\"size_before\";i:2876;s:10:\"size_after\";i:2313;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.179999999999999993338661852249060757458209991455078125;s:5:\"bytes\";i:10;s:11:\"size_before\";i:5694;s:10:\"size_after\";i:5684;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.239999999999998436805981327779591083526611328125;s:5:\"bytes\";i:2154;s:11:\"size_before\";i:13267;s:10:\"size_after\";i:11113;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.7999999999999971578290569595992565155029296875;s:5:\"bytes\";i:315;s:11:\"size_before\";i:856;s:10:\"size_after\";i:541;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:4429;s:11:\"size_before\";i:28530;s:10:\"size_after\";i:24101;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.260000000000001563194018672220408916473388671875;s:5:\"bytes\";i:9683;s:11:\"size_before\";i:56106;s:10:\"size_after\";i:46423;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:14693;s:11:\"size_before\";i:84188;s:10:\"size_after\";i:69495;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.5;s:5:\"bytes\";i:308;s:11:\"size_before\";i:800;s:10:\"size_after\";i:492;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2802;s:11:\"size_before\";i:18313;s:10:\"size_after\";i:15511;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:9748;s:11:\"size_before\";i:56216;s:10:\"size_after\";i:46468;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:322;s:11:\"size_before\";i:852;s:10:\"size_after\";i:530;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:2630;s:11:\"size_before\";i:16954;s:10:\"size_after\";i:14324;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:9078;s:11:\"size_before\";i:50950;s:10:\"size_after\";i:41872;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:14321;s:11:\"size_before\";i:82008;s:10:\"size_after\";i:67687;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.340000000000003410605131648480892181396484375;s:5:\"bytes\";i:314;s:11:\"size_before\";i:819;s:10:\"size_after\";i:505;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:2476;s:11:\"size_before\";i:16363;s:10:\"size_after\";i:13887;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.809999999999998721023075631819665431976318359375;s:5:\"bytes\";i:8606;s:11:\"size_before\";i:48309;s:10:\"size_after\";i:39703;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:13650;s:11:\"size_before\";i:77909;s:10:\"size_after\";i:64259;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.840000000000003410605131648480892181396484375;s:5:\"bytes\";i:308;s:11:\"size_before\";i:814;s:10:\"size_after\";i:506;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.5799999999999982946974341757595539093017578125;s:5:\"bytes\";i:3982;s:11:\"size_before\";i:24014;s:10:\"size_after\";i:20032;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.510000000000001563194018672220408916473388671875;s:5:\"bytes\";i:15385;s:11:\"size_before\";i:87844;s:10:\"size_after\";i:72459;s:4:\"time\";d:0.25;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.68999999999999772626324556767940521240234375;s:5:\"bytes\";i:315;s:11:\"size_before\";i:908;s:10:\"size_after\";i:593;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26069;s:10:\"size_after\";i:26069;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.370000000000000994759830064140260219573974609375;s:5:\"bytes\";i:8969;s:11:\"size_before\";i:51633;s:10:\"size_after\";i:42664;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:29;s:11:\"size_before\";i:64259;s:10:\"size_after\";i:64230;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.27000000000000312638803734444081783294677734375;s:5:\"bytes\";i:312;s:11:\"size_before\";i:756;s:10:\"size_after\";i:444;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1417;s:11:\"size_before\";i:8627;s:10:\"size_after\";i:7210;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.219999999999998863131622783839702606201171875;s:5:\"bytes\";i:14263;s:11:\"size_before\";i:82811;s:10:\"size_after\";i:68548;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.50999999999999801048033987171947956085205078125;s:5:\"bytes\";i:316;s:11:\"size_before\";i:890;s:10:\"size_after\";i:574;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2;s:11:\"size_before\";i:20032;s:10:\"size_after\";i:20030;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:72459;s:10:\"size_after\";i:72459;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.13000000000000255795384873636066913604736328125;s:5:\"bytes\";i:329;s:11:\"size_before\";i:964;s:10:\"size_after\";i:635;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:1;s:11:\"size_before\";i:29255;s:10:\"size_after\";i:29254;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.219999999999998863131622783839702606201171875;s:5:\"bytes\";i:10353;s:11:\"size_before\";i:60134;s:10:\"size_after\";i:49781;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.0799999999999982946974341757595539093017578125;s:5:\"bytes\";i:311;s:11:\"size_before\";i:776;s:10:\"size_after\";i:465;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(715,311,'wp-smush-lossy','1'),(716,311,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.8767714665452697175851426436565816402435302734375;s:5:\"bytes\";i:168534;s:11:\"size_before\";i:1419022;s:10:\"size_after\";i:1250488;s:4:\"time\";d:7.099999999999997868371792719699442386627197265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:1969;s:11:\"size_before\";i:13692;s:10:\"size_after\";i:11723;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:902;s:11:\"size_before\";i:5743;s:10:\"size_after\";i:4841;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.1199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:6992;s:11:\"size_before\";i:53281;s:10:\"size_after\";i:46289;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:1267;s:11:\"size_before\";i:8525;s:10:\"size_after\";i:7258;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:639;s:11:\"size_before\";i:3427;s:10:\"size_after\";i:2788;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:3313;s:11:\"size_before\";i:24031;s:10:\"size_after\";i:20718;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.5;s:5:\"bytes\";i:2686;s:11:\"size_before\";i:19900;s:10:\"size_after\";i:17214;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2393;s:11:\"size_before\";i:17856;s:10:\"size_after\";i:15463;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:2263;s:11:\"size_before\";i:16900;s:10:\"size_after\";i:14637;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:4379;s:11:\"size_before\";i:32807;s:10:\"size_after\";i:28428;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:3558;s:11:\"size_before\";i:25305;s:10:\"size_after\";i:21747;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.5600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:3943;s:11:\"size_before\";i:29069;s:10:\"size_after\";i:25126;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.7799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:5005;s:11:\"size_before\";i:36316;s:10:\"size_after\";i:31311;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:3918;s:11:\"size_before\";i:28263;s:10:\"size_after\";i:24345;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:687;s:11:\"size_before\";i:3579;s:10:\"size_after\";i:2892;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2300000000000000099920072216264088638126850128173828125;s:5:\"bytes\";i:17;s:11:\"size_before\";i:7258;s:10:\"size_after\";i:7241;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.4399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:2073;s:11:\"size_before\";i:15427;s:10:\"size_after\";i:13354;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.25;s:5:\"bytes\";i:319;s:11:\"size_before\";i:905;s:10:\"size_after\";i:586;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:4244;s:11:\"size_before\";i:30575;s:10:\"size_after\";i:26331;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:7726;s:11:\"size_before\";i:55162;s:10:\"size_after\";i:47436;s:4:\"time\";d:1.2199999999999999733546474089962430298328399658203125;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:11464;s:11:\"size_before\";i:82011;s:10:\"size_after\";i:70547;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.97999999999999687361196265555918216705322265625;s:5:\"bytes\";i:323;s:11:\"size_before\";i:808;s:10:\"size_after\";i:485;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:2890;s:11:\"size_before\";i:20256;s:10:\"size_after\";i:17366;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:7715;s:11:\"size_before\";i:55850;s:10:\"size_after\";i:48135;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.86999999999999744204615126363933086395263671875;s:5:\"bytes\";i:325;s:11:\"size_before\";i:906;s:10:\"size_after\";i:581;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2604;s:11:\"size_before\";i:18799;s:10:\"size_after\";i:16195;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:6979;s:11:\"size_before\";i:49875;s:10:\"size_after\";i:42896;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:11249;s:11:\"size_before\";i:80186;s:10:\"size_after\";i:68937;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.35000000000000142108547152020037174224853515625;s:5:\"bytes\";i:326;s:11:\"size_before\";i:850;s:10:\"size_after\";i:524;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2556;s:11:\"size_before\";i:18195;s:10:\"size_after\";i:15639;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:6680;s:11:\"size_before\";i:47439;s:10:\"size_after\";i:40759;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:10854;s:11:\"size_before\";i:76553;s:10:\"size_after\";i:65699;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:334;s:11:\"size_before\";i:850;s:10:\"size_after\";i:516;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:3837;s:11:\"size_before\";i:26400;s:10:\"size_after\";i:22563;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:12001;s:11:\"size_before\";i:85214;s:10:\"size_after\";i:73213;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:350;s:11:\"size_before\";i:1004;s:10:\"size_after\";i:654;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"bytes\";i:43;s:11:\"size_before\";i:28428;s:10:\"size_after\";i:28385;s:4:\"time\";d:0.54000000000000003552713678800500929355621337890625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:7063;s:11:\"size_before\";i:50653;s:10:\"size_after\";i:43590;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:173;s:11:\"size_before\";i:65699;s:10:\"size_after\";i:65526;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.11999999999999744204615126363933086395263671875;s:5:\"bytes\";i:326;s:11:\"size_before\";i:774;s:10:\"size_after\";i:448;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1616;s:11:\"size_before\";i:10601;s:10:\"size_after\";i:8985;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:10925;s:11:\"size_before\";i:80203;s:10:\"size_after\";i:69278;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.5499999999999971578290569595992565155029296875;s:5:\"bytes\";i:353;s:11:\"size_before\";i:993;s:10:\"size_after\";i:640;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:22;s:11:\"size_before\";i:22563;s:10:\"size_after\";i:22541;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2200000000000000011102230246251565404236316680908203125;s:5:\"bytes\";i:160;s:11:\"size_before\";i:73213;s:10:\"size_after\";i:73053;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.00999999999999801048033987171947956085205078125;s:5:\"bytes\";i:369;s:11:\"size_before\";i:1085;s:10:\"size_after\";i:716;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:81;s:11:\"size_before\";i:31311;s:10:\"size_after\";i:31230;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:8300;s:11:\"size_before\";i:59484;s:10:\"size_after\";i:51184;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.47999999999999687361196265555918216705322265625;s:5:\"bytes\";i:323;s:11:\"size_before\";i:798;s:10:\"size_after\";i:475;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(717,310,'wp-smush-lossy','1'),(718,310,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.166574893393605094615850248374044895172119140625;s:5:\"bytes\";i:218523;s:11:\"size_before\";i:1796093;s:10:\"size_after\";i:1577570;s:4:\"time\";d:5.79000000000000003552713678800500929355621337890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2273;s:11:\"size_before\";i:15233;s:10:\"size_after\";i:12960;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.010000000000001563194018672220408916473388671875;s:5:\"bytes\";i:1044;s:11:\"size_before\";i:6519;s:10:\"size_after\";i:5475;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:9232;s:11:\"size_before\";i:66808;s:10:\"size_after\";i:57576;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1486;s:11:\"size_before\";i:9805;s:10:\"size_after\";i:8319;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:706;s:11:\"size_before\";i:3752;s:10:\"size_after\";i:3046;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:4776;s:11:\"size_before\";i:33472;s:10:\"size_after\";i:28696;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:3617;s:11:\"size_before\";i:25134;s:10:\"size_after\";i:21517;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:3374;s:11:\"size_before\";i:23247;s:10:\"size_after\";i:19873;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:3171;s:11:\"size_before\";i:22227;s:10:\"size_after\";i:19056;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:5555;s:11:\"size_before\";i:38399;s:10:\"size_after\";i:32844;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:4901;s:11:\"size_before\";i:34122;s:10:\"size_after\";i:29221;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:5007;s:11:\"size_before\";i:34687;s:10:\"size_after\";i:29680;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.25;s:5:\"bytes\";i:5960;s:11:\"size_before\";i:41833;s:10:\"size_after\";i:35873;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:5672;s:11:\"size_before\";i:39237;s:10:\"size_after\";i:33565;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:580;s:11:\"size_before\";i:3377;s:10:\"size_after\";i:2797;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.35999999999999998667732370449812151491641998291015625;s:5:\"bytes\";i:30;s:11:\"size_before\";i:8319;s:10:\"size_after\";i:8289;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:2729;s:11:\"size_before\";i:18681;s:10:\"size_after\";i:15952;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.159999999999996589394868351519107818603515625;s:5:\"bytes\";i:320;s:11:\"size_before\";i:910;s:10:\"size_after\";i:590;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5;s:5:\"bytes\";i:4956;s:11:\"size_before\";i:34190;s:10:\"size_after\";i:29234;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:10569;s:11:\"size_before\";i:75655;s:10:\"size_after\";i:65086;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:15088;s:11:\"size_before\";i:106751;s:10:\"size_after\";i:91663;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.60000000000000142108547152020037174224853515625;s:5:\"bytes\";i:320;s:11:\"size_before\";i:829;s:10:\"size_after\";i:509;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2870;s:11:\"size_before\";i:20272;s:10:\"size_after\";i:17402;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:10560;s:11:\"size_before\";i:74873;s:10:\"size_after\";i:64313;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.75;s:5:\"bytes\";i:321;s:11:\"size_before\";i:898;s:10:\"size_after\";i:577;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:2753;s:11:\"size_before\";i:19176;s:10:\"size_after\";i:16423;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:9699;s:11:\"size_before\";i:68236;s:10:\"size_after\";i:58537;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:14785;s:11:\"size_before\";i:104463;s:10:\"size_after\";i:89678;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.36999999999999744204615126363933086395263671875;s:5:\"bytes\";i:315;s:11:\"size_before\";i:843;s:10:\"size_after\";i:528;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:2653;s:11:\"size_before\";i:18702;s:10:\"size_after\";i:16049;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:9276;s:11:\"size_before\";i:65296;s:10:\"size_after\";i:56020;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:14313;s:11:\"size_before\";i:100275;s:10:\"size_after\";i:85962;s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.7999999999999971578290569595992565155029296875;s:5:\"bytes\";i:313;s:11:\"size_before\";i:828;s:10:\"size_after\";i:515;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:3880;s:11:\"size_before\";i:26345;s:10:\"size_after\";i:22465;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:15867;s:11:\"size_before\";i:110767;s:10:\"size_after\";i:94900;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.02000000000000312638803734444081783294677734375;s:5:\"bytes\";i:330;s:11:\"size_before\";i:970;s:10:\"size_after\";i:640;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.11000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:36;s:11:\"size_before\";i:32844;s:10:\"size_after\";i:32808;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:9864;s:11:\"size_before\";i:70257;s:10:\"size_after\";i:60393;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.13000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:113;s:11:\"size_before\";i:85962;s:10:\"size_after\";i:85849;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:313;s:11:\"size_before\";i:775;s:10:\"size_after\";i:462;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:1748;s:11:\"size_before\";i:11543;s:10:\"size_after\";i:9795;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.2200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:14655;s:11:\"size_before\";i:103066;s:10:\"size_after\";i:88411;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:325;s:11:\"size_before\";i:954;s:10:\"size_after\";i:629;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:8;s:11:\"size_before\";i:22465;s:10:\"size_after\";i:22457;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0899999999999999966693309261245303787291049957275390625;s:5:\"bytes\";i:90;s:11:\"size_before\";i:94900;s:10:\"size_after\";i:94810;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.27000000000000312638803734444081783294677734375;s:5:\"bytes\";i:335;s:11:\"size_before\";i:1038;s:10:\"size_after\";i:703;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2300000000000000099920072216264088638126850128173828125;s:5:\"bytes\";i:83;s:11:\"size_before\";i:35873;s:10:\"size_after\";i:35790;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:11338;s:11:\"size_before\";i:80476;s:10:\"size_after\";i:69138;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.81000000000000227373675443232059478759765625;s:5:\"bytes\";i:314;s:11:\"size_before\";i:809;s:10:\"size_after\";i:495;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(719,309,'wp-smush-lossy','1'),(720,309,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.853479803316954388492376892827451229095458984375;s:5:\"bytes\";i:546270;s:11:\"size_before\";i:3943197;s:10:\"size_after\";i:3396927;s:4:\"time\";d:12.6699999999999963762320476234890520572662353515625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:4616;s:11:\"size_before\";i:24183;s:10:\"size_after\";i:19567;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1571;s:11:\"size_before\";i:8292;s:10:\"size_after\";i:6721;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:24138;s:11:\"size_before\";i:144740;s:10:\"size_after\";i:120602;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.10000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2674;s:11:\"size_before\";i:14002;s:10:\"size_after\";i:11328;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.129999999999999005240169935859739780426025390625;s:5:\"bytes\";i:844;s:11:\"size_before\";i:4192;s:10:\"size_after\";i:3348;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:10146;s:11:\"size_before\";i:64940;s:10:\"size_after\";i:54794;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.379999999999999005240169935859739780426025390625;s:5:\"bytes\";i:8331;s:11:\"size_before\";i:45334;s:10:\"size_after\";i:37003;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:7551;s:11:\"size_before\";i:40934;s:10:\"size_after\";i:33383;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.39999999999999857891452847979962825775146484375;s:5:\"bytes\";i:7154;s:11:\"size_before\";i:38881;s:10:\"size_after\";i:31727;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.940000000000001278976924368180334568023681640625;s:5:\"bytes\";i:14020;s:11:\"size_before\";i:78129;s:10:\"size_after\";i:64109;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:9757;s:11:\"size_before\";i:66758;s:10:\"size_after\";i:57001;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:12508;s:11:\"size_before\";i:67053;s:10:\"size_after\";i:54545;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.25;s:5:\"bytes\";i:15485;s:11:\"size_before\";i:89762;s:10:\"size_after\";i:74277;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:11189;s:11:\"size_before\";i:77237;s:10:\"size_after\";i:66048;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:929;s:11:\"size_before\";i:4543;s:10:\"size_after\";i:3614;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2200000000000000011102230246251565404236316680908203125;s:5:\"bytes\";i:25;s:11:\"size_before\";i:11328;s:10:\"size_after\";i:11303;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.940000000000001278976924368180334568023681640625;s:5:\"bytes\";i:5957;s:11:\"size_before\";i:31444;s:10:\"size_after\";i:25487;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:324;s:11:\"size_before\";i:901;s:10:\"size_after\";i:577;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:12777;s:11:\"size_before\";i:72413;s:10:\"size_after\";i:59636;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:28811;s:11:\"size_before\";i:172462;s:10:\"size_after\";i:143651;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.620000000000000994759830064140260219573974609375;s:5:\"bytes\";i:43533;s:11:\"size_before\";i:261937;s:10:\"size_after\";i:218404;s:4:\"time\";d:0.4699999999999999733546474089962430298328399658203125;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.340000000000003410605131648480892181396484375;s:5:\"bytes\";i:321;s:11:\"size_before\";i:816;s:10:\"size_after\";i:495;s:4:\"time\";d:1.0300000000000000266453525910037569701671600341796875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:7865;s:11:\"size_before\";i:45844;s:10:\"size_after\";i:37979;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:23089;s:11:\"size_before\";i:157505;s:10:\"size_after\";i:134416;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.38000000000000255795384873636066913604736328125;s:5:\"bytes\";i:322;s:11:\"size_before\";i:885;s:10:\"size_after\";i:563;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.879999999999999005240169935859739780426025390625;s:5:\"bytes\";i:7492;s:11:\"size_before\";i:41893;s:10:\"size_after\";i:34401;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:20761;s:11:\"size_before\";i:140611;s:10:\"size_after\";i:119850;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:42221;s:11:\"size_before\";i:254740;s:10:\"size_after\";i:212519;s:4:\"time\";d:0.479999999999999982236431605997495353221893310546875;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:312;s:11:\"size_before\";i:837;s:10:\"size_after\";i:525;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.260000000000001563194018672220408916473388671875;s:5:\"bytes\";i:7332;s:11:\"size_before\";i:40147;s:10:\"size_after\";i:32815;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:19550;s:11:\"size_before\";i:133005;s:10:\"size_after\";i:113455;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.75;s:5:\"bytes\";i:40589;s:11:\"size_before\";i:242394;s:10:\"size_after\";i:201805;s:4:\"time\";d:0.460000000000000019984014443252817727625370025634765625;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:320;s:11:\"size_before\";i:833;s:10:\"size_after\";i:513;s:4:\"time\";d:1.9899999999999999911182158029987476766109466552734375;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.010000000000001563194018672220408916473388671875;s:5:\"bytes\";i:12048;s:11:\"size_before\";i:70813;s:10:\"size_after\";i:58765;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:44749;s:11:\"size_before\";i:271495;s:10:\"size_after\";i:226746;s:4:\"time\";d:0.59999999999999997779553950749686919152736663818359375;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:317;s:11:\"size_before\";i:965;s:10:\"size_after\";i:648;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1600000000000000033306690738754696212708950042724609375;s:5:\"bytes\";i:101;s:11:\"size_before\";i:64109;s:10:\"size_after\";i:64008;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:26252;s:11:\"size_before\";i:157748;s:10:\"size_after\";i:131496;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.13000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:266;s:11:\"size_before\";i:201805;s:10:\"size_after\";i:201539;s:4:\"time\";d:1.62999999999999989341858963598497211933135986328125;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.38000000000000255795384873636066913604736328125;s:5:\"bytes\";i:315;s:11:\"size_before\";i:780;s:10:\"size_after\";i:465;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.89999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3242;s:11:\"size_before\";i:17150;s:10:\"size_after\";i:13908;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:34104;s:11:\"size_before\";i:230579;s:10:\"size_after\";i:196475;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:325;s:11:\"size_before\";i:938;s:10:\"size_after\";i:613;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1700000000000000122124532708767219446599483489990234375;s:5:\"bytes\";i:100;s:11:\"size_before\";i:58765;s:10:\"size_after\";i:58665;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.11000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:256;s:11:\"size_before\";i:226746;s:10:\"size_after\";i:226490;s:4:\"time\";d:0.5100000000000000088817841970012523233890533447265625;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:326;s:11:\"size_before\";i:1024;s:10:\"size_after\";i:698;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.190000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:142;s:11:\"size_before\";i:74277;s:10:\"size_after\";i:74135;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:30902;s:11:\"size_before\";i:186226;s:10:\"size_after\";i:155324;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.780000000000001136868377216160297393798828125;s:5:\"bytes\";i:311;s:11:\"size_before\";i:802;s:10:\"size_after\";i:491;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(721,308,'wp-smush-lossy','1'),(722,308,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.7631655783214608135267553734593093395233154296875;s:5:\"bytes\";i:203052;s:11:\"size_before\";i:1726168;s:10:\"size_after\";i:1523116;s:4:\"time\";d:5.6500000000000003552713678800500929355621337890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:2551;s:11:\"size_before\";i:15876;s:10:\"size_after\";i:13325;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:1128;s:11:\"size_before\";i:6458;s:10:\"size_after\";i:5330;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:8706;s:11:\"size_before\";i:66209;s:10:\"size_after\";i:57503;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1470;s:11:\"size_before\";i:9436;s:10:\"size_after\";i:7966;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:709;s:11:\"size_before\";i:3778;s:10:\"size_after\";i:3069;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3938;s:11:\"size_before\";i:26852;s:10:\"size_after\";i:22914;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3262;s:11:\"size_before\";i:22965;s:10:\"size_after\";i:19703;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";i:14;s:5:\"bytes\";i:2851;s:11:\"size_before\";i:20367;s:10:\"size_after\";i:17516;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2701;s:11:\"size_before\";i:19090;s:10:\"size_after\";i:16389;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.5600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:5072;s:11:\"size_before\";i:37412;s:10:\"size_after\";i:32340;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:3940;s:11:\"size_before\";i:26872;s:10:\"size_after\";i:22932;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:4914;s:11:\"size_before\";i:35078;s:10:\"size_after\";i:30164;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:5466;s:11:\"size_before\";i:40691;s:10:\"size_after\";i:35225;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:4632;s:11:\"size_before\";i:31315;s:10:\"size_after\";i:26683;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:641;s:11:\"size_before\";i:3457;s:10:\"size_after\";i:2816;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.7800000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:62;s:11:\"size_before\";i:7966;s:10:\"size_after\";i:7904;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:2630;s:11:\"size_before\";i:17741;s:10:\"size_after\";i:15111;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:338;s:11:\"size_before\";i:956;s:10:\"size_after\";i:618;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.75;s:5:\"bytes\";i:4573;s:11:\"size_before\";i:33249;s:10:\"size_after\";i:28676;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:9596;s:11:\"size_before\";i:68256;s:10:\"size_after\";i:58660;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.4399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:14521;s:11:\"size_before\";i:108050;s:10:\"size_after\";i:93529;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:319;s:11:\"size_before\";i:827;s:10:\"size_after\";i:508;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2953;s:11:\"size_before\";i:21353;s:10:\"size_after\";i:18400;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:9454;s:11:\"size_before\";i:67065;s:10:\"size_after\";i:57611;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.5;s:5:\"bytes\";i:342;s:11:\"size_before\";i:937;s:10:\"size_after\";i:595;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:2715;s:11:\"size_before\";i:19712;s:10:\"size_after\";i:16997;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:8384;s:11:\"size_before\";i:59683;s:10:\"size_after\";i:51299;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:14282;s:11:\"size_before\";i:105384;s:10:\"size_after\";i:91102;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.88000000000000255795384873636066913604736328125;s:5:\"bytes\";i:328;s:11:\"size_before\";i:866;s:10:\"size_after\";i:538;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2671;s:11:\"size_before\";i:19289;s:10:\"size_after\";i:16618;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:7809;s:11:\"size_before\";i:55912;s:10:\"size_after\";i:48103;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:13678;s:11:\"size_before\";i:100003;s:10:\"size_after\";i:86325;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.659999999999996589394868351519107818603515625;s:5:\"bytes\";i:316;s:11:\"size_before\";i:862;s:10:\"size_after\";i:546;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3970;s:11:\"size_before\";i:28985;s:10:\"size_after\";i:25015;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:15100;s:11:\"size_before\";i:112257;s:10:\"size_after\";i:97157;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.93999999999999772626324556767940521240234375;s:5:\"bytes\";i:339;s:11:\"size_before\";i:1029;s:10:\"size_after\";i:690;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.34999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:112;s:11:\"size_before\";i:32340;s:10:\"size_after\";i:32228;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.25;s:5:\"bytes\";i:8831;s:11:\"size_before\";i:61983;s:10:\"size_after\";i:53152;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2099999999999999922284388276239042170345783233642578125;s:5:\"bytes\";i:181;s:11:\"size_before\";i:86325;s:10:\"size_after\";i:86144;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:315;s:11:\"size_before\";i:787;s:10:\"size_after\";i:472;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:1877;s:11:\"size_before\";i:12061;s:10:\"size_after\";i:10184;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:13736;s:11:\"size_before\";i:101981;s:10:\"size_after\";i:88245;s:4:\"time\";d:0.25;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.97999999999999687361196265555918216705322265625;s:5:\"bytes\";i:350;s:11:\"size_before\";i:1030;s:10:\"size_after\";i:680;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.320000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:80;s:11:\"size_before\";i:25015;s:10:\"size_after\";i:24935;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"bytes\";i:192;s:11:\"size_before\";i:97157;s:10:\"size_after\";i:96965;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:351;s:11:\"size_before\";i:1093;s:10:\"size_after\";i:742;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.36999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:131;s:11:\"size_before\";i:35225;s:10:\"size_after\";i:35094;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.7799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:10212;s:11:\"size_before\";i:74110;s:10:\"size_after\";i:63898;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.25;s:5:\"bytes\";i:323;s:11:\"size_before\";i:823;s:10:\"size_after\";i:500;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(723,307,'wp-smush-lossy','1'),(724,307,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:17.0550702362227895036994596011936664581298828125;s:5:\"bytes\";i:185530;s:11:\"size_before\";i:1087829;s:10:\"size_after\";i:902299;s:4:\"time\";d:5.38999999999999968025576890795491635799407958984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1220;s:11:\"size_before\";i:8360;s:10:\"size_after\";i:7140;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.809999999999998721023075631819665431976318359375;s:5:\"bytes\";i:671;s:11:\"size_before\";i:3992;s:10:\"size_after\";i:3321;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:7559;s:11:\"size_before\";i:39222;s:10:\"size_after\";i:31663;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:837;s:11:\"size_before\";i:5743;s:10:\"size_after\";i:4906;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.129999999999999005240169935859739780426025390625;s:5:\"bytes\";i:460;s:11:\"size_before\";i:2537;s:10:\"size_after\";i:2077;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:3904;s:11:\"size_before\";i:19368;s:10:\"size_after\";i:15464;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2178;s:11:\"size_before\";i:14094;s:10:\"size_after\";i:11916;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:2024;s:11:\"size_before\";i:12951;s:10:\"size_after\";i:10927;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:1933;s:11:\"size_before\";i:12296;s:10:\"size_after\";i:10363;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.35000000000000142108547152020037174224853515625;s:5:\"bytes\";i:3938;s:11:\"size_before\";i:21457;s:10:\"size_after\";i:17519;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:4189;s:11:\"size_before\";i:20105;s:10:\"size_after\";i:15916;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:3170;s:11:\"size_before\";i:19252;s:10:\"size_after\";i:16082;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:4554;s:11:\"size_before\";i:24102;s:10:\"size_after\";i:19548;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:4795;s:11:\"size_before\";i:23261;s:10:\"size_after\";i:18466;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.940000000000001278976924368180334568023681640625;s:5:\"bytes\";i:420;s:11:\"size_before\";i:2006;s:10:\"size_after\";i:1586;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.11999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:6;s:11:\"size_before\";i:4906;s:10:\"size_after\";i:4900;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1623;s:11:\"size_before\";i:10639;s:10:\"size_after\";i:9016;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:313;s:11:\"size_before\";i:855;s:10:\"size_after\";i:542;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3607;s:11:\"size_before\";i:19548;s:10:\"size_after\";i:15941;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:9427;s:11:\"size_before\";i:46474;s:10:\"size_after\";i:37047;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.969999999999998863131622783839702606201171875;s:5:\"bytes\";i:14324;s:11:\"size_before\";i:68298;s:10:\"size_after\";i:53974;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:40;s:5:\"bytes\";i:318;s:11:\"size_before\";i:795;s:10:\"size_after\";i:477;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2311;s:11:\"size_before\";i:11819;s:10:\"size_after\";i:9508;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:8970;s:11:\"size_before\";i:45457;s:10:\"size_after\";i:36487;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.47999999999999687361196265555918216705322265625;s:5:\"bytes\";i:309;s:11:\"size_before\";i:847;s:10:\"size_after\";i:538;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.440000000000001278976924368180334568023681640625;s:5:\"bytes\";i:2070;s:11:\"size_before\";i:10647;s:10:\"size_after\";i:8577;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.260000000000001563194018672220408916473388671875;s:5:\"bytes\";i:8364;s:11:\"size_before\";i:41274;s:10:\"size_after\";i:32910;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:13965;s:11:\"size_before\";i:67070;s:10:\"size_after\";i:53105;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.11999999999999744204615126363933086395263671875;s:5:\"bytes\";i:325;s:11:\"size_before\";i:810;s:10:\"size_after\";i:485;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.5;s:5:\"bytes\";i:1874;s:11:\"size_before\";i:10127;s:10:\"size_after\";i:8253;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.120000000000000994759830064140260219573974609375;s:5:\"bytes\";i:7878;s:11:\"size_before\";i:39153;s:10:\"size_after\";i:31275;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:13489;s:11:\"size_before\";i:64019;s:10:\"size_after\";i:50530;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.5799999999999982946974341757595539093017578125;s:5:\"bytes\";i:321;s:11:\"size_before\";i:811;s:10:\"size_after\";i:490;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.370000000000000994759830064140260219573974609375;s:5:\"bytes\";i:3983;s:11:\"size_before\";i:18636;s:10:\"size_after\";i:14653;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:14926;s:11:\"size_before\";i:70717;s:10:\"size_after\";i:55791;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.2000000000000028421709430404007434844970703125;s:5:\"bytes\";i:324;s:11:\"size_before\";i:895;s:10:\"size_after\";i:571;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0899999999999999966693309261245303787291049957275390625;s:5:\"bytes\";i:15;s:11:\"size_before\";i:17519;s:10:\"size_after\";i:17504;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:8760;s:11:\"size_before\";i:42809;s:10:\"size_after\";i:34049;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0899999999999999966693309261245303787291049957275390625;s:5:\"bytes\";i:45;s:11:\"size_before\";i:50530;s:10:\"size_after\";i:50485;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.27000000000000312638803734444081783294677734375;s:5:\"bytes\";i:312;s:11:\"size_before\";i:756;s:10:\"size_after\";i:444;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:953;s:11:\"size_before\";i:6397;s:10:\"size_after\";i:5444;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.129999999999999005240169935859739780426025390625;s:5:\"bytes\";i:13675;s:11:\"size_before\";i:64728;s:10:\"size_after\";i:51053;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.22999999999999687361196265555918216705322265625;s:5:\"bytes\";i:329;s:11:\"size_before\";i:908;s:10:\"size_after\";i:579;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.13000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:19;s:11:\"size_before\";i:14653;s:10:\"size_after\";i:14634;s:4:\"time\";d:1.12999999999999989341858963598497211933135986328125;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:55791;s:10:\"size_after\";i:55791;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.60000000000000142108547152020037174224853515625;s:5:\"bytes\";i:329;s:11:\"size_before\";i:951;s:10:\"size_after\";i:622;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.14000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:28;s:11:\"size_before\";i:19548;s:10:\"size_after\";i:19520;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.379999999999999005240169935859739780426025390625;s:5:\"bytes\";i:10169;s:11:\"size_before\";i:49896;s:10:\"size_after\";i:39727;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.63000000000000255795384873636066913604736328125;s:5:\"bytes\";i:317;s:11:\"size_before\";i:800;s:10:\"size_after\";i:483;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(725,306,'wp-smush-lossy','1'),(726,306,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.1702196705942693455426706350408494472503662109375;s:5:\"bytes\";i:262984;s:11:\"size_before\";i:1996808;s:10:\"size_after\";i:1733824;s:4:\"time\";d:8.3699999999999992184029906638897955417633056640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2538;s:11:\"size_before\";i:16268;s:10:\"size_after\";i:13730;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:991;s:11:\"size_before\";i:5965;s:10:\"size_after\";i:4974;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:11496;s:11:\"size_before\";i:77818;s:10:\"size_after\";i:66322;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1438;s:11:\"size_before\";i:9186;s:10:\"size_after\";i:7748;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:647;s:11:\"size_before\";i:3527;s:10:\"size_after\";i:2880;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.780000000000001136868377216160297393798828125;s:5:\"bytes\";i:5094;s:11:\"size_before\";i:30357;s:10:\"size_after\";i:25263;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:3823;s:11:\"size_before\";i:24090;s:10:\"size_after\";i:20267;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.010000000000001563194018672220408916473388671875;s:5:\"bytes\";i:3418;s:11:\"size_before\";i:21349;s:10:\"size_after\";i:17931;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.75;s:5:\"bytes\";i:3172;s:11:\"size_before\";i:20143;s:10:\"size_after\";i:16971;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:6654;s:11:\"size_before\";i:44512;s:10:\"size_after\";i:37858;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.190000000000001278976924368180334568023681640625;s:5:\"bytes\";i:5333;s:11:\"size_before\";i:31016;s:10:\"size_after\";i:25683;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:5955;s:11:\"size_before\";i:39073;s:10:\"size_after\";i:33118;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:7495;s:11:\"size_before\";i:50477;s:10:\"size_after\";i:42982;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:6321;s:11:\"size_before\";i:36049;s:10:\"size_after\";i:29728;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.879999999999999005240169935859739780426025390625;s:5:\"bytes\";i:682;s:11:\"size_before\";i:3612;s:10:\"size_after\";i:2930;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7748;s:10:\"size_after\";i:7748;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2850;s:11:\"size_before\";i:18003;s:10:\"size_after\";i:15153;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:335;s:11:\"size_before\";i:916;s:10:\"size_after\";i:581;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.2200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:6353;s:11:\"size_before\";i:41742;s:10:\"size_after\";i:35389;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:12426;s:11:\"size_before\";i:76876;s:10:\"size_after\";i:64450;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:19338;s:11:\"size_before\";i:127166;s:10:\"size_after\";i:107828;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.219999999999998863131622783839702606201171875;s:5:\"bytes\";i:329;s:11:\"size_before\";i:818;s:10:\"size_after\";i:489;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:3966;s:11:\"size_before\";i:26502;s:10:\"size_after\";i:22536;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:12213;s:11:\"size_before\";i:76417;s:10:\"size_after\";i:64204;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:337;s:11:\"size_before\";i:898;s:10:\"size_after\";i:561;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:3780;s:11:\"size_before\";i:24625;s:10:\"size_after\";i:20845;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.309999999999998721023075631819665431976318359375;s:5:\"bytes\";i:11007;s:11:\"size_before\";i:67483;s:10:\"size_after\";i:56476;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:18927;s:11:\"size_before\";i:122684;s:10:\"size_after\";i:103757;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:321;s:11:\"size_before\";i:833;s:10:\"size_after\";i:512;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:3687;s:11:\"size_before\";i:23757;s:10:\"size_after\";i:20070;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.219999999999998863131622783839702606201171875;s:5:\"bytes\";i:10279;s:11:\"size_before\";i:63386;s:10:\"size_after\";i:53107;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:17734;s:11:\"size_before\";i:114766;s:10:\"size_after\";i:97032;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.22999999999999687361196265555918216705322265625;s:5:\"bytes\";i:328;s:11:\"size_before\";i:836;s:10:\"size_after\";i:508;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:5522;s:11:\"size_before\";i:36380;s:10:\"size_after\";i:30858;s:4:\"time\";d:1.1100000000000000976996261670137755572795867919921875;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:20604;s:11:\"size_before\";i:135050;s:10:\"size_after\";i:114446;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.88000000000000255795384873636066913604736328125;s:5:\"bytes\";i:346;s:11:\"size_before\";i:992;s:10:\"size_after\";i:646;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.11000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:42;s:11:\"size_before\";i:37858;s:10:\"size_after\";i:37816;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:11366;s:11:\"size_before\";i:69842;s:10:\"size_after\";i:58476;s:4:\"time\";d:0.25;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:74;s:11:\"size_before\";i:97032;s:10:\"size_after\";i:96958;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.00999999999999801048033987171947956085205078125;s:5:\"bytes\";i:317;s:11:\"size_before\";i:773;s:10:\"size_after\";i:456;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1933;s:11:\"size_before\";i:12141;s:10:\"size_after\";i:10208;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:18948;s:11:\"size_before\";i:122827;s:10:\"size_after\";i:103879;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.99000000000000198951966012828052043914794921875;s:5:\"bytes\";i:338;s:11:\"size_before\";i:966;s:10:\"size_after\";i:628;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1600000000000000033306690738754696212708950042724609375;s:5:\"bytes\";i:50;s:11:\"size_before\";i:30858;s:10:\"size_after\";i:30808;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.059999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:66;s:11:\"size_before\";i:114446;s:10:\"size_after\";i:114380;s:4:\"time\";d:1.439999999999999946709294817992486059665679931640625;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:345;s:11:\"size_before\";i:1042;s:10:\"size_after\";i:697;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1700000000000000122124532708767219446599483489990234375;s:5:\"bytes\";i:73;s:11:\"size_before\";i:42982;s:10:\"size_after\";i:42909;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:13380;s:11:\"size_before\";i:83921;s:10:\"size_after\";i:70541;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.13000000000000255795384873636066913604736328125;s:5:\"bytes\";i:313;s:11:\"size_before\";i:800;s:10:\"size_after\";i:487;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(727,305,'wp-smush-lossy','1'),(728,305,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.564154856770027635093356366269290447235107421875;s:5:\"bytes\";i:234714;s:11:\"size_before\";i:1730399;s:10:\"size_after\";i:1495685;s:4:\"time\";d:5.5699999999999985078602549037896096706390380859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.25;s:5:\"bytes\";i:1741;s:11:\"size_before\";i:12221;s:10:\"size_after\";i:10480;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:843;s:11:\"size_before\";i:5432;s:10:\"size_after\";i:4589;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:8848;s:11:\"size_before\";i:58559;s:10:\"size_after\";i:49711;s:4:\"time\";d:0.25;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1218;s:11:\"size_before\";i:8297;s:10:\"size_after\";i:7079;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.39999999999999857891452847979962825775146484375;s:5:\"bytes\";i:551;s:11:\"size_before\";i:3167;s:10:\"size_after\";i:2616;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:5408;s:11:\"size_before\";i:32473;s:10:\"size_after\";i:27065;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:3271;s:11:\"size_before\";i:22664;s:10:\"size_after\";i:19393;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:3043;s:11:\"size_before\";i:21027;s:10:\"size_after\";i:17984;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:2982;s:11:\"size_before\";i:20043;s:10:\"size_after\";i:17061;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:4705;s:11:\"size_before\";i:31988;s:10:\"size_after\";i:27283;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.010000000000001563194018672220408916473388671875;s:5:\"bytes\";i:5563;s:11:\"size_before\";i:32697;s:10:\"size_after\";i:27134;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:4030;s:11:\"size_before\";i:28572;s:10:\"size_after\";i:24542;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:5440;s:11:\"size_before\";i:35354;s:10:\"size_after\";i:29914;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:6445;s:11:\"size_before\";i:38974;s:10:\"size_after\";i:32529;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:509;s:11:\"size_before\";i:2749;s:10:\"size_after\";i:2240;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.320000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:23;s:11:\"size_before\";i:7079;s:10:\"size_after\";i:7056;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2289;s:11:\"size_before\";i:16123;s:10:\"size_after\";i:13834;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.090000000000003410605131648480892181396484375;s:5:\"bytes\";i:323;s:11:\"size_before\";i:895;s:10:\"size_after\";i:572;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:4326;s:11:\"size_before\";i:28625;s:10:\"size_after\";i:24299;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:13023;s:11:\"size_before\";i:82047;s:10:\"size_after\";i:69024;s:4:\"time\";d:0.25;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:17594;s:11:\"size_before\";i:106512;s:10:\"size_after\";i:88918;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:312;s:11:\"size_before\";i:787;s:10:\"size_after\";i:475;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.25;s:5:\"bytes\";i:2850;s:11:\"size_before\";i:18693;s:10:\"size_after\";i:15843;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:11895;s:11:\"size_before\";i:76063;s:10:\"size_after\";i:64168;s:4:\"time\";d:0.409999999999999975575093458246556110680103302001953125;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:316;s:11:\"size_before\";i:883;s:10:\"size_after\";i:567;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:2576;s:11:\"size_before\";i:17098;s:10:\"size_after\";i:14522;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.75;s:5:\"bytes\";i:11006;s:11:\"size_before\";i:69873;s:10:\"size_after\";i:58867;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:16848;s:11:\"size_before\";i:104019;s:10:\"size_after\";i:87171;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.2000000000000028421709430404007434844970703125;s:5:\"bytes\";i:305;s:11:\"size_before\";i:820;s:10:\"size_after\";i:515;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:2415;s:11:\"size_before\";i:16396;s:10:\"size_after\";i:13981;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:10553;s:11:\"size_before\";i:66434;s:10:\"size_after\";i:55881;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:16540;s:11:\"size_before\";i:100749;s:10:\"size_after\";i:84209;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.780000000000001136868377216160297393798828125;s:5:\"bytes\";i:309;s:11:\"size_before\";i:818;s:10:\"size_after\";i:509;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:4538;s:11:\"size_before\";i:28616;s:10:\"size_after\";i:24078;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:17953;s:11:\"size_before\";i:107777;s:10:\"size_after\";i:89824;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.9500000000000028421709430404007434844970703125;s:5:\"bytes\";i:312;s:11:\"size_before\";i:947;s:10:\"size_after\";i:635;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"bytes\";i:41;s:11:\"size_before\";i:27283;s:10:\"size_after\";i:27242;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:11771;s:11:\"size_before\";i:74973;s:10:\"size_after\";i:63202;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:66;s:11:\"size_before\";i:84209;s:10:\"size_after\";i:84143;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.68999999999999772626324556767940521240234375;s:5:\"bytes\";i:316;s:11:\"size_before\";i:758;s:10:\"size_after\";i:442;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1340;s:11:\"size_before\";i:9099;s:10:\"size_after\";i:7759;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:15658;s:11:\"size_before\";i:95972;s:10:\"size_after\";i:80314;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.00999999999999801048033987171947956085205078125;s:5:\"bytes\";i:308;s:11:\"size_before\";i:933;s:10:\"size_after\";i:625;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:9;s:11:\"size_before\";i:24078;s:10:\"size_after\";i:24069;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:66;s:11:\"size_before\";i:89824;s:10:\"size_after\";i:89758;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.409999999999996589394868351519107818603515625;s:5:\"bytes\";i:327;s:11:\"size_before\";i:1009;s:10:\"size_after\";i:682;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"bytes\";i:45;s:11:\"size_before\";i:29914;s:10:\"size_after\";i:29869;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:13549;s:11:\"size_before\";i:86091;s:10:\"size_after\";i:72542;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.13000000000000255795384873636066913604736328125;s:5:\"bytes\";i:315;s:11:\"size_before\";i:785;s:10:\"size_after\";i:470;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(729,304,'wp-smush-lossy','1'),(730,304,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.1050487351914046740830599446780979633331298828125;s:5:\"bytes\";i:129040;s:11:\"size_before\";i:1161994;s:10:\"size_after\";i:1032954;s:4:\"time\";d:4.1899999999999995026200849679298698902130126953125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:46:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.39999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1848;s:11:\"size_before\";i:10622;s:10:\"size_after\";i:8774;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1162;s:11:\"size_before\";i:6258;s:10:\"size_after\";i:5096;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:5962;s:11:\"size_before\";i:43601;s:10:\"size_after\";i:37639;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:1596;s:11:\"size_before\";i:9904;s:10:\"size_after\";i:8308;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.690000000000001278976924368180334568023681640625;s:5:\"bytes\";i:691;s:11:\"size_before\";i:3340;s:10:\"size_after\";i:2649;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:3757;s:11:\"size_before\";i:27187;s:10:\"size_after\";i:23430;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:3135;s:11:\"size_before\";i:24457;s:10:\"size_after\";i:21322;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";i:13;s:5:\"bytes\";i:2862;s:11:\"size_before\";i:22022;s:10:\"size_after\";i:19160;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.1300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:2744;s:11:\"size_before\";i:20905;s:10:\"size_after\";i:18161;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4963;s:11:\"size_before\";i:36894;s:10:\"size_after\";i:31931;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:3429;s:11:\"size_before\";i:25097;s:10:\"size_after\";i:21668;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:5099;s:11:\"size_before\";i:36837;s:10:\"size_after\";i:31738;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:5304;s:11:\"size_before\";i:38133;s:10:\"size_after\";i:32829;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:3965;s:11:\"size_before\";i:29084;s:10:\"size_after\";i:25119;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:627;s:11:\"size_before\";i:3088;s:10:\"size_after\";i:2461;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:8;s:11:\"size_before\";i:8308;s:10:\"size_after\";i:8300;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:2442;s:11:\"size_before\";i:18687;s:10:\"size_after\";i:16245;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.18999999999999772626324556767940521240234375;s:5:\"bytes\";i:337;s:11:\"size_before\";i:860;s:10:\"size_after\";i:523;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:4502;s:11:\"size_before\";i:31812;s:10:\"size_after\";i:27310;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:7297;s:11:\"size_before\";i:55277;s:10:\"size_after\";i:47980;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:9792;s:11:\"size_before\";i:67786;s:10:\"size_after\";i:57994;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:321;s:11:\"size_before\";i:789;s:10:\"size_after\";i:468;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:2794;s:11:\"size_before\";i:20137;s:10:\"size_after\";i:17343;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:7839;s:11:\"size_before\";i:59367;s:10:\"size_after\";i:51528;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:320;s:11:\"size_before\";i:850;s:10:\"size_after\";i:530;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:2553;s:11:\"size_before\";i:19003;s:10:\"size_after\";i:16450;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.25;s:5:\"bytes\";i:7067;s:11:\"size_before\";i:53319;s:10:\"size_after\";i:46252;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:10000;s:11:\"size_before\";i:68439;s:10:\"size_after\";i:58439;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.50999999999999801048033987171947956085205078125;s:5:\"bytes\";i:320;s:11:\"size_before\";i:810;s:10:\"size_after\";i:490;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:2553;s:11:\"size_before\";i:18664;s:10:\"size_after\";i:16111;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:6709;s:11:\"size_before\";i:50556;s:10:\"size_after\";i:43847;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:9554;s:11:\"size_before\";i:67950;s:10:\"size_after\";i:58396;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.5499999999999971578290569595992565155029296875;s:5:\"bytes\";i:318;s:11:\"size_before\";i:804;s:10:\"size_after\";i:486;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:3512;s:11:\"size_before\";i:24674;s:10:\"size_after\";i:21162;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:334;s:11:\"size_before\";i:963;s:10:\"size_after\";i:629;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1600000000000000033306690738754696212708950042724609375;s:5:\"bytes\";i:50;s:11:\"size_before\";i:31931;s:10:\"size_after\";i:31881;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:19;s:11:\"size_before\";i:43847;s:10:\"size_after\";i:43828;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:40;s:11:\"size_before\";i:58396;s:10:\"size_after\";i:58356;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:314;s:11:\"size_before\";i:747;s:10:\"size_after\";i:433;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2134;s:11:\"size_before\";i:12704;s:10:\"size_after\";i:10570;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.99000000000000198951966012828052043914794921875;s:5:\"bytes\";i:337;s:11:\"size_before\";i:963;s:10:\"size_after\";i:626;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:16;s:11:\"size_before\";i:21162;s:10:\"size_after\";i:21146;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.64000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:4;s:11:\"size_before\";i:626;s:10:\"size_after\";i:622;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.14000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:46;s:11:\"size_before\";i:32829;s:10:\"size_after\";i:32783;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0899999999999999966693309261245303787291049957275390625;s:5:\"bytes\";i:45;s:11:\"size_before\";i:51528;s:10:\"size_after\";i:51483;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.06000000000000227373675443232059478759765625;s:5:\"bytes\";i:319;s:11:\"size_before\";i:777;s:10:\"size_after\";i:458;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(731,303,'wp-smush-lossy','1'),(732,303,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.2806922687162991536524714319966733455657958984375;s:5:\"bytes\";i:328159;s:11:\"size_before\";i:2470948;s:10:\"size_after\";i:2142789;s:4:\"time\";d:7.20999999999999996447286321199499070644378662109375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:46:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:4622;s:11:\"size_before\";i:25077;s:10:\"size_after\";i:20455;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.25;s:5:\"bytes\";i:1758;s:11:\"size_before\";i:9134;s:10:\"size_after\";i:7376;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:19521;s:11:\"size_before\";i:124606;s:10:\"size_after\";i:105085;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:274;s:11:\"size_before\";i:105085;s:10:\"size_after\";i:104811;s:4:\"time\";d:0.409999999999999975575093458246556110680103302001953125;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.489999999999998436805981327779591083526611328125;s:5:\"bytes\";i:2757;s:11:\"size_before\";i:14908;s:10:\"size_after\";i:12151;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:935;s:11:\"size_before\";i:4692;s:10:\"size_after\";i:3757;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:10754;s:11:\"size_before\";i:64131;s:10:\"size_after\";i:53377;s:4:\"time\";d:0.450000000000000011102230246251565404236316680908203125;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.8299999999999982946974341757595539093017578125;s:5:\"bytes\";i:7900;s:11:\"size_before\";i:44303;s:10:\"size_after\";i:36403;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.39999999999999857891452847979962825775146484375;s:5:\"bytes\";i:7636;s:11:\"size_before\";i:41509;s:10:\"size_after\";i:33873;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:7397;s:11:\"size_before\";i:39950;s:10:\"size_after\";i:32553;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:8821;s:11:\"size_before\";i:60063;s:10:\"size_after\";i:51242;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:10393;s:11:\"size_before\";i:66348;s:10:\"size_after\";i:55955;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.39999999999999857891452847979962825775146484375;s:5:\"bytes\";i:7047;s:11:\"size_before\";i:38297;s:10:\"size_after\";i:31250;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:9106;s:11:\"size_before\";i:63955;s:10:\"size_after\";i:54849;s:4:\"time\";d:0.440000000000000002220446049250313080847263336181640625;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:11610;s:11:\"size_before\";i:74988;s:10:\"size_after\";i:63378;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:801;s:11:\"size_before\";i:4297;s:10:\"size_after\";i:3496;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.340000000000000024424906541753443889319896697998046875;s:5:\"bytes\";i:41;s:11:\"size_before\";i:12151;s:10:\"size_after\";i:12110;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:5645;s:11:\"size_before\";i:31285;s:10:\"size_after\";i:25640;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:328;s:11:\"size_before\";i:902;s:10:\"size_after\";i:574;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:7628;s:11:\"size_before\";i:52656;s:10:\"size_after\";i:45028;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:27355;s:11:\"size_before\";i:177654;s:10:\"size_after\";i:150299;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.50999999999999801048033987171947956085205078125;s:5:\"bytes\";i:322;s:11:\"size_before\";i:815;s:10:\"size_after\";i:493;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:4254;s:11:\"size_before\";i:31104;s:10:\"size_after\";i:26850;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.75;s:5:\"bytes\";i:19665;s:11:\"size_before\";i:133294;s:10:\"size_after\";i:113629;s:4:\"time\";d:0.409999999999999975575093458246556110680103302001953125;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.36999999999999744204615126363933086395263671875;s:5:\"bytes\";i:319;s:11:\"size_before\";i:877;s:10:\"size_after\";i:558;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:4168;s:11:\"size_before\";i:29597;s:10:\"size_after\";i:25429;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:19333;s:11:\"size_before\";i:127604;s:10:\"size_after\";i:108271;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:315;s:11:\"size_before\";i:839;s:10:\"size_after\";i:524;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.2799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:4125;s:11:\"size_before\";i:28882;s:10:\"size_after\";i:24757;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.2799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:19029;s:11:\"size_before\";i:124525;s:10:\"size_after\";i:105496;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:320;s:11:\"size_before\";i:836;s:10:\"size_after\";i:516;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:4806;s:11:\"size_before\";i:34257;s:10:\"size_after\";i:29451;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:22210;s:11:\"size_before\";i:149554;s:10:\"size_after\";i:127344;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.13000000000000255795384873636066913604736328125;s:5:\"bytes\";i:344;s:11:\"size_before\";i:1008;s:10:\"size_after\";i:664;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.289999999999999980015985556747182272374629974365234375;s:5:\"bytes\";i:147;s:11:\"size_before\";i:51242;s:10:\"size_after\";i:51095;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:25015;s:11:\"size_before\";i:163626;s:10:\"size_after\";i:138611;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:316;s:11:\"size_before\";i:776;s:10:\"size_after\";i:460;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:2041;s:11:\"size_before\";i:10805;s:10:\"size_after\";i:8764;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:18836;s:11:\"size_before\";i:122219;s:10:\"size_after\";i:103383;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.57999999999999996003197111349436454474925994873046875;s:5:\"bytes\";i:3;s:11:\"size_before\";i:516;s:10:\"size_after\";i:513;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:87;s:11:\"size_before\";i:29451;s:10:\"size_after\";i:29364;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.320000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:406;s:11:\"size_before\";i:127344;s:10:\"size_after\";i:126938;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.7999999999999971578290569595992565155029296875;s:5:\"bytes\";i:349;s:11:\"size_before\";i:1064;s:10:\"size_after\";i:715;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.309999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:168;s:11:\"size_before\";i:54849;s:10:\"size_after\";i:54681;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:28939;s:11:\"size_before\";i:189067;s:10:\"size_after\";i:160128;s:4:\"time\";d:0.419999999999999984456877655247808434069156646728515625;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.8299999999999982946974341757595539093017578125;s:5:\"bytes\";i:313;s:11:\"size_before\";i:806;s:10:\"size_after\";i:493;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(733,302,'wp-smush-lossy','1'),(734,302,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.1981036606073924843940403661690652370452880859375;s:5:\"bytes\";i:331110;s:11:\"size_before\";i:2332072;s:10:\"size_after\";i:2000962;s:4:\"time\";d:7.9299999999999979394260662957094609737396240234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.3299999999999982946974341757595539093017578125;s:5:\"bytes\";i:2934;s:11:\"size_before\";i:16009;s:10:\"size_after\";i:13075;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.129999999999999005240169935859739780426025390625;s:5:\"bytes\";i:1341;s:11:\"size_before\";i:7009;s:10:\"size_after\";i:5668;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:13537;s:11:\"size_before\";i:81268;s:10:\"size_after\";i:67731;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:2031;s:11:\"size_before\";i:11114;s:10:\"size_after\";i:9083;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.559999999999998721023075631819665431976318359375;s:5:\"bytes\";i:728;s:11:\"size_before\";i:3722;s:10:\"size_after\";i:2994;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:5889;s:11:\"size_before\";i:37825;s:10:\"size_after\";i:31936;s:4:\"time\";d:0.56999999999999995115018691649311222136020660400390625;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.5799999999999982946974341757595539093017578125;s:5:\"bytes\";i:5682;s:11:\"size_before\";i:32322;s:10:\"size_after\";i:26640;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:5199;s:11:\"size_before\";i:29521;s:10:\"size_after\";i:24322;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.739999999999998436805981327779591083526611328125;s:5:\"bytes\";i:4926;s:11:\"size_before\";i:27761;s:10:\"size_after\";i:22835;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:7979;s:11:\"size_before\";i:45766;s:10:\"size_after\";i:37787;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:5538;s:11:\"size_before\";i:35544;s:10:\"size_after\";i:30006;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:7038;s:11:\"size_before\";i:39687;s:10:\"size_after\";i:32649;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:8669;s:11:\"size_before\";i:51450;s:10:\"size_after\";i:42781;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:6535;s:11:\"size_before\";i:43148;s:10:\"size_after\";i:36613;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.969999999999998863131622783839702606201171875;s:5:\"bytes\";i:695;s:11:\"size_before\";i:3663;s:10:\"size_after\";i:2968;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.60999999999999998667732370449812151491641998291015625;s:5:\"bytes\";i:55;s:11:\"size_before\";i:9083;s:10:\"size_after\";i:9028;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4111;s:11:\"size_before\";i:22899;s:10:\"size_after\";i:18788;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:328;s:11:\"size_before\";i:897;s:10:\"size_after\";i:569;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:7356;s:11:\"size_before\";i:41973;s:10:\"size_after\";i:34617;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.629999999999999005240169935859739780426025390625;s:5:\"bytes\";i:17866;s:11:\"size_before\";i:107443;s:10:\"size_after\";i:89577;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.10000000000000142108547152020037174224853515625;s:5:\"bytes\";i:24732;s:11:\"size_before\";i:144627;s:10:\"size_after\";i:119895;s:4:\"time\";d:0.5500000000000000444089209850062616169452667236328125;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.14999999999999857891452847979962825775146484375;s:5:\"bytes\";i:325;s:11:\"size_before\";i:852;s:10:\"size_after\";i:527;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.35000000000000142108547152020037174224853515625;s:5:\"bytes\";i:4518;s:11:\"size_before\";i:27641;s:10:\"size_after\";i:23123;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:15740;s:11:\"size_before\";i:101884;s:10:\"size_after\";i:86144;s:4:\"time\";d:0.5100000000000000088817841970012523233890533447265625;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:329;s:11:\"size_before\";i:902;s:10:\"size_after\";i:573;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:4341;s:11:\"size_before\";i:25400;s:10:\"size_after\";i:21059;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:13888;s:11:\"size_before\";i:90435;s:10:\"size_after\";i:76547;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:24551;s:11:\"size_before\";i:144011;s:10:\"size_after\";i:119460;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:324;s:11:\"size_before\";i:851;s:10:\"size_after\";i:527;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.10000000000000142108547152020037174224853515625;s:5:\"bytes\";i:4177;s:11:\"size_before\";i:24433;s:10:\"size_after\";i:20256;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:13010;s:11:\"size_before\";i:84818;s:10:\"size_after\";i:71808;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:23882;s:11:\"size_before\";i:141951;s:10:\"size_after\";i:118069;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:315;s:11:\"size_before\";i:853;s:10:\"size_after\";i:538;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:6679;s:11:\"size_before\";i:41630;s:10:\"size_after\";i:34951;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:25207;s:11:\"size_before\";i:144762;s:10:\"size_after\";i:119555;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.0799999999999982946974341757595539093017578125;s:5:\"bytes\";i:335;s:11:\"size_before\";i:983;s:10:\"size_after\";i:648;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.460000000000000019984014443252817727625370025634765625;s:5:\"bytes\";i:173;s:11:\"size_before\";i:37787;s:10:\"size_after\";i:37614;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:16162;s:11:\"size_before\";i:96263;s:10:\"size_after\";i:80101;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.289999999999999980015985556747182272374629974365234375;s:5:\"bytes\";i:342;s:11:\"size_before\";i:118069;s:10:\"size_after\";i:117727;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:40;s:5:\"bytes\";i:318;s:11:\"size_before\";i:795;s:10:\"size_after\";i:477;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.870000000000000994759830064140260219573974609375;s:5:\"bytes\";i:2115;s:11:\"size_before\";i:11837;s:10:\"size_after\";i:9722;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:20204;s:11:\"size_before\";i:126790;s:10:\"size_after\";i:106586;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.9500000000000028421709430404007434844970703125;s:5:\"bytes\";i:339;s:11:\"size_before\";i:943;s:10:\"size_after\";i:604;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.450000000000000011102230246251565404236316680908203125;s:5:\"bytes\";i:158;s:11:\"size_before\";i:34951;s:10:\"size_after\";i:34793;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.340000000000000024424906541753443889319896697998046875;s:5:\"bytes\";i:411;s:11:\"size_before\";i:119555;s:10:\"size_after\";i:119144;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.2000000000000028421709430404007434844970703125;s:5:\"bytes\";i:335;s:11:\"size_before\";i:1009;s:10:\"size_after\";i:674;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:111;s:11:\"size_before\";i:42781;s:10:\"size_after\";i:42670;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.620000000000000994759830064140260219573974609375;s:5:\"bytes\";i:19336;s:11:\"size_before\";i:116328;s:10:\"size_after\";i:96992;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:316;s:11:\"size_before\";i:827;s:10:\"size_after\";i:511;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(735,301,'wp-smush-lossy','1'),(736,301,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.3362402304302012367998031550087034702301025390625;s:5:\"bytes\";i:303406;s:11:\"size_before\";i:2275049;s:10:\"size_after\";i:1971643;s:4:\"time\";d:10.36999999999999744204615126363933086395263671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:2580;s:11:\"size_before\";i:15846;s:10:\"size_after\";i:13266;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:1115;s:11:\"size_before\";i:6450;s:10:\"size_after\";i:5335;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:12336;s:11:\"size_before\";i:79087;s:10:\"size_after\";i:66751;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.780000000000001136868377216160297393798828125;s:5:\"bytes\";i:1689;s:11:\"size_before\";i:10063;s:10:\"size_after\";i:8374;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:673;s:11:\"size_before\";i:3521;s:10:\"size_after\";i:2848;s:4:\"time\";d:1.7199999999999999733546474089962430298328399658203125;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:6658;s:11:\"size_before\";i:46083;s:10:\"size_after\";i:39425;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:4627;s:11:\"size_before\";i:29418;s:10:\"size_after\";i:24791;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4355;s:11:\"size_before\";i:27312;s:10:\"size_after\";i:22957;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.0799999999999982946974341757595539093017578125;s:5:\"bytes\";i:4227;s:11:\"size_before\";i:26289;s:10:\"size_after\";i:22062;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:7129;s:11:\"size_before\";i:44439;s:10:\"size_after\";i:37310;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:6625;s:11:\"size_before\";i:47300;s:10:\"size_after\";i:40675;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:6062;s:11:\"size_before\";i:38787;s:10:\"size_after\";i:32725;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:7966;s:11:\"size_before\";i:50278;s:10:\"size_after\";i:42312;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:7669;s:11:\"size_before\";i:54833;s:10:\"size_after\";i:47164;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:620;s:11:\"size_before\";i:3254;s:10:\"size_after\";i:2634;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.38000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:32;s:11:\"size_before\";i:8374;s:10:\"size_after\";i:8342;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";i:16;s:5:\"bytes\";i:3332;s:11:\"size_before\";i:20826;s:10:\"size_after\";i:17494;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.25;s:5:\"bytes\";i:333;s:11:\"size_before\";i:894;s:10:\"size_after\";i:561;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:6587;s:11:\"size_before\";i:41389;s:10:\"size_after\";i:34802;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:16215;s:11:\"size_before\";i:103247;s:10:\"size_after\";i:87032;s:4:\"time\";d:0.79000000000000003552713678800500929355621337890625;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:21840;s:11:\"size_before\";i:137130;s:10:\"size_after\";i:115290;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:323;s:11:\"size_before\";i:832;s:10:\"size_after\";i:509;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.35000000000000142108547152020037174224853515625;s:5:\"bytes\";i:4335;s:11:\"size_before\";i:26509;s:10:\"size_after\";i:22174;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:14209;s:11:\"size_before\";i:95650;s:10:\"size_after\";i:81441;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.52000000000000312638803734444081783294677734375;s:5:\"bytes\";i:344;s:11:\"size_before\";i:893;s:10:\"size_after\";i:549;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:3968;s:11:\"size_before\";i:24381;s:10:\"size_after\";i:20413;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:12989;s:11:\"size_before\";i:88004;s:10:\"size_after\";i:75015;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:21659;s:11:\"size_before\";i:134602;s:10:\"size_after\";i:112943;s:4:\"time\";d:1.87000000000000010658141036401502788066864013671875;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.969999999999998863131622783839702606201171875;s:5:\"bytes\";i:322;s:11:\"size_before\";i:848;s:10:\"size_after\";i:526;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.5799999999999982946974341757595539093017578125;s:5:\"bytes\";i:3898;s:11:\"size_before\";i:23513;s:10:\"size_after\";i:19615;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:12410;s:11:\"size_before\";i:84862;s:10:\"size_after\";i:72452;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:20661;s:11:\"size_before\";i:130036;s:10:\"size_after\";i:109375;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.99000000000000198951966012828052043914794921875;s:5:\"bytes\";i:321;s:11:\"size_before\";i:845;s:10:\"size_after\";i:524;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:6645;s:11:\"size_before\";i:40482;s:10:\"size_after\";i:33837;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:22630;s:11:\"size_before\";i:140830;s:10:\"size_after\";i:118200;s:4:\"time\";d:0.429999999999999993338661852249060757458209991455078125;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.81000000000000227373675443232059478759765625;s:5:\"bytes\";i:329;s:11:\"size_before\";i:945;s:10:\"size_after\";i:616;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"bytes\";i:76;s:11:\"size_before\";i:37310;s:10:\"size_after\";i:37234;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:15125;s:11:\"size_before\";i:96906;s:10:\"size_after\";i:81781;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2200000000000000011102230246251565404236316680908203125;s:5:\"bytes\";i:239;s:11:\"size_before\";i:109375;s:10:\"size_after\";i:109136;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.68999999999999772626324556767940521240234375;s:5:\"bytes\";i:312;s:11:\"size_before\";i:786;s:10:\"size_after\";i:474;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:1872;s:11:\"size_before\";i:11672;s:10:\"size_after\";i:9800;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:19602;s:11:\"size_before\";i:125099;s:10:\"size_after\";i:105497;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.9500000000000028421709430404007434844970703125;s:5:\"bytes\";i:325;s:11:\"size_before\";i:904;s:10:\"size_after\";i:579;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.059999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:20;s:11:\"size_before\";i:33837;s:10:\"size_after\";i:33817;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:307;s:11:\"size_before\";i:118200;s:10:\"size_after\";i:117893;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.7000000000000028421709430404007434844970703125;s:5:\"bytes\";i:339;s:11:\"size_before\";i:1006;s:10:\"size_after\";i:667;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2800000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:117;s:11:\"size_before\";i:42312;s:10:\"size_after\";i:42195;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:17043;s:11:\"size_before\";i:108778;s:10:\"size_after\";i:91735;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.9200000000000017053025658242404460906982421875;s:5:\"bytes\";i:316;s:11:\"size_before\";i:812;s:10:\"size_after\";i:496;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(737,300,'wp-smush-lossy','1'),(738,300,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.2815359831974308946200835634954273700714111328125;s:5:\"bytes\";i:301508;s:11:\"size_before\";i:2270129;s:10:\"size_after\";i:1968621;s:4:\"time\";d:8.28999999999999914734871708787977695465087890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.6700000000000017053025658242404460906982421875;s:5:\"bytes\";i:2647;s:11:\"size_before\";i:15878;s:10:\"size_after\";i:13231;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:1118;s:11:\"size_before\";i:6439;s:10:\"size_after\";i:5321;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:12358;s:11:\"size_before\";i:78914;s:10:\"size_after\";i:66556;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.239999999999998436805981327779591083526611328125;s:5:\"bytes\";i:1772;s:11:\"size_before\";i:10277;s:10:\"size_after\";i:8505;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:673;s:11:\"size_before\";i:3549;s:10:\"size_after\";i:2876;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:6717;s:11:\"size_before\";i:46195;s:10:\"size_after\";i:39478;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:4678;s:11:\"size_before\";i:29395;s:10:\"size_after\";i:24717;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:4390;s:11:\"size_before\";i:27454;s:10:\"size_after\";i:23064;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:4282;s:11:\"size_before\";i:26461;s:10:\"size_after\";i:22179;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:6985;s:11:\"size_before\";i:44567;s:10:\"size_after\";i:37582;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:6552;s:11:\"size_before\";i:47442;s:10:\"size_after\";i:40890;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:6153;s:11:\"size_before\";i:38934;s:10:\"size_after\";i:32781;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:7835;s:11:\"size_before\";i:50149;s:10:\"size_after\";i:42314;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:7757;s:11:\"size_before\";i:55071;s:10:\"size_after\";i:47314;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.260000000000001563194018672220408916473388671875;s:5:\"bytes\";i:601;s:11:\"size_before\";i:3292;s:10:\"size_after\";i:2691;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.330000000000000015543122344752191565930843353271484375;s:5:\"bytes\";i:28;s:11:\"size_before\";i:8505;s:10:\"size_after\";i:8477;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.1700000000000017053025658242404460906982421875;s:5:\"bytes\";i:3360;s:11:\"size_before\";i:20785;s:10:\"size_after\";i:17425;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.5799999999999982946974341757595539093017578125;s:5:\"bytes\";i:336;s:11:\"size_before\";i:894;s:10:\"size_after\";i:558;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:6538;s:11:\"size_before\";i:41109;s:10:\"size_after\";i:34571;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:15868;s:11:\"size_before\";i:102856;s:10:\"size_after\";i:86988;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:21767;s:11:\"size_before\";i:136668;s:10:\"size_after\";i:114901;s:4:\"time\";d:0.520000000000000017763568394002504646778106689453125;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.77000000000000312638803734444081783294677734375;s:5:\"bytes\";i:321;s:11:\"size_before\";i:828;s:10:\"size_after\";i:507;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:4253;s:11:\"size_before\";i:26492;s:10:\"size_after\";i:22239;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:14002;s:11:\"size_before\";i:95270;s:10:\"size_after\";i:81268;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.74000000000000198951966012828052043914794921875;s:5:\"bytes\";i:334;s:11:\"size_before\";i:885;s:10:\"size_after\";i:551;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3913;s:11:\"size_before\";i:24375;s:10:\"size_after\";i:20462;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:12992;s:11:\"size_before\";i:88133;s:10:\"size_after\";i:75141;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:21588;s:11:\"size_before\";i:134132;s:10:\"size_after\";i:112544;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:331;s:11:\"size_before\";i:852;s:10:\"size_after\";i:521;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:3751;s:11:\"size_before\";i:23481;s:10:\"size_after\";i:19730;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:12318;s:11:\"size_before\";i:84864;s:10:\"size_after\";i:72546;s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:20762;s:11:\"size_before\";i:129508;s:10:\"size_after\";i:108746;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.24000000000000198951966012828052043914794921875;s:5:\"bytes\";i:322;s:11:\"size_before\";i:842;s:10:\"size_after\";i:520;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.219999999999998863131622783839702606201171875;s:5:\"bytes\";i:6392;s:11:\"size_before\";i:39415;s:10:\"size_after\";i:33023;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:21979;s:11:\"size_before\";i:140191;s:10:\"size_after\";i:118212;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:327;s:11:\"size_before\";i:946;s:10:\"size_after\";i:619;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2800000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:105;s:11:\"size_before\";i:37582;s:10:\"size_after\";i:37477;s:4:\"time\";d:1.149999999999999911182158029987476766109466552734375;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:15031;s:11:\"size_before\";i:96760;s:10:\"size_after\";i:81729;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"bytes\";i:220;s:11:\"size_before\";i:108746;s:10:\"size_after\";i:108526;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:318;s:11:\"size_before\";i:786;s:10:\"size_after\";i:468;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:1933;s:11:\"size_before\";i:11734;s:10:\"size_after\";i:9801;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:19606;s:11:\"size_before\";i:124684;s:10:\"size_after\";i:105078;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:322;s:11:\"size_before\";i:908;s:10:\"size_after\";i:586;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1700000000000000122124532708767219446599483489990234375;s:5:\"bytes\";i:55;s:11:\"size_before\";i:33023;s:10:\"size_after\";i:32968;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2300000000000000099920072216264088638126850128173828125;s:5:\"bytes\";i:272;s:11:\"size_before\";i:118212;s:10:\"size_after\";i:117940;s:4:\"time\";d:0.409999999999999975575093458246556110680103302001953125;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.56000000000000227373675443232059478759765625;s:5:\"bytes\";i:324;s:11:\"size_before\";i:995;s:10:\"size_after\";i:671;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:125;s:11:\"size_before\";i:42314;s:10:\"size_after\";i:42189;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:16874;s:11:\"size_before\";i:108527;s:10:\"size_after\";i:91653;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.88000000000000255795384873636066913604736328125;s:5:\"bytes\";i:323;s:11:\"size_before\";i:810;s:10:\"size_after\";i:487;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(739,299,'wp-smush-lossy','1'),(740,299,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.91362962584338447413756512105464935302734375;s:5:\"bytes\";i:522636;s:11:\"size_before\";i:3756288;s:10:\"size_after\";i:3233652;s:4:\"time\";d:11.49999999999999289457264239899814128875732421875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:4372;s:11:\"size_before\";i:23121;s:10:\"size_after\";i:18749;s:4:\"time\";d:1.0800000000000000710542735760100185871124267578125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.190000000000001278976924368180334568023681640625;s:5:\"bytes\";i:1683;s:11:\"size_before\";i:8336;s:10:\"size_after\";i:6653;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.989999999999998436805981327779591083526611328125;s:5:\"bytes\";i:23362;s:11:\"size_before\";i:137486;s:10:\"size_after\";i:114124;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:2694;s:11:\"size_before\";i:14021;s:10:\"size_after\";i:11327;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:837;s:11:\"size_before\";i:4179;s:10:\"size_after\";i:3342;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:10898;s:11:\"size_before\";i:66185;s:10:\"size_after\";i:55287;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.35000000000000142108547152020037174224853515625;s:5:\"bytes\";i:8848;s:11:\"size_before\";i:45720;s:10:\"size_after\";i:36872;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:8180;s:11:\"size_before\";i:41801;s:10:\"size_after\";i:33621;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.739999999999998436805981327779591083526611328125;s:5:\"bytes\";i:7884;s:11:\"size_before\";i:39943;s:10:\"size_after\";i:32059;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.5;s:5:\"bytes\";i:13590;s:11:\"size_before\";i:73457;s:10:\"size_after\";i:59867;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:10199;s:11:\"size_before\";i:65596;s:10:\"size_after\";i:55397;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:12199;s:11:\"size_before\";i:64026;s:10:\"size_after\";i:51827;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:14368;s:11:\"size_before\";i:82265;s:10:\"size_after\";i:67897;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:11925;s:11:\"size_before\";i:77460;s:10:\"size_after\";i:65535;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.260000000000001563194018672220408916473388671875;s:5:\"bytes\";i:839;s:11:\"size_before\";i:4141;s:10:\"size_after\";i:3302;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:29;s:11:\"size_before\";i:11327;s:10:\"size_after\";i:11298;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.760000000000001563194018672220408916473388671875;s:5:\"bytes\";i:6222;s:11:\"size_before\";i:31486;s:10:\"size_after\";i:25264;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:326;s:11:\"size_before\";i:909;s:10:\"size_after\";i:583;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.9200000000000017053025658242404460906982421875;s:5:\"bytes\";i:11796;s:11:\"size_before\";i:65819;s:10:\"size_after\";i:54023;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.510000000000001563194018672220408916473388671875;s:5:\"bytes\";i:27989;s:11:\"size_before\";i:169568;s:10:\"size_after\";i:141579;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.14999999999999857891452847979962825775146484375;s:5:\"bytes\";i:39410;s:11:\"size_before\";i:243967;s:10:\"size_after\";i:204557;s:4:\"time\";d:0.450000000000000011102230246251565404236316680908203125;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.39999999999999857891452847979962825775146484375;s:5:\"bytes\";i:321;s:11:\"size_before\";i:836;s:10:\"size_after\";i:515;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.5799999999999982946974341757595539093017578125;s:5:\"bytes\";i:7213;s:11:\"size_before\";i:41026;s:10:\"size_after\";i:33813;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:23118;s:11:\"size_before\";i:154438;s:10:\"size_after\";i:131320;s:4:\"time\";d:0.54000000000000003552713678800500929355621337890625;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:333;s:11:\"size_before\";i:893;s:10:\"size_after\";i:560;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:6871;s:11:\"size_before\";i:37225;s:10:\"size_after\";i:30354;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:20936;s:11:\"size_before\";i:139438;s:10:\"size_after\";i:118502;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:37879;s:11:\"size_before\";i:238401;s:10:\"size_after\";i:200522;s:4:\"time\";d:0.5;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.909999999999996589394868351519107818603515625;s:5:\"bytes\";i:320;s:11:\"size_before\";i:844;s:10:\"size_after\";i:524;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:6657;s:11:\"size_before\";i:35588;s:10:\"size_after\";i:28931;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:19930;s:11:\"size_before\";i:132750;s:10:\"size_after\";i:112820;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:36443;s:11:\"size_before\";i:228750;s:10:\"size_after\";i:192307;s:4:\"time\";d:0.419999999999999984456877655247808434069156646728515625;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.0799999999999982946974341757595539093017578125;s:5:\"bytes\";i:318;s:11:\"size_before\";i:835;s:10:\"size_after\";i:517;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.25;s:5:\"bytes\";i:10088;s:11:\"size_before\";i:62096;s:10:\"size_after\";i:52008;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.0799999999999982946974341757595539093017578125;s:5:\"bytes\";i:40711;s:11:\"size_before\";i:253165;s:10:\"size_after\";i:212454;s:4:\"time\";d:0.5300000000000000266453525910037569701671600341796875;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:349;s:11:\"size_before\";i:985;s:10:\"size_after\";i:636;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1700000000000000122124532708767219446599483489990234375;s:5:\"bytes\";i:102;s:11:\"size_before\";i:59867;s:10:\"size_after\";i:59765;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:25761;s:11:\"size_before\";i:155708;s:10:\"size_after\";i:129947;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.460000000000000019984014443252817727625370025634765625;s:5:\"bytes\";i:879;s:11:\"size_before\";i:192307;s:10:\"size_after\";i:191428;s:4:\"time\";d:0.409999999999999975575093458246556110680103302001953125;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:319;s:11:\"size_before\";i:776;s:10:\"size_after\";i:457;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.120000000000000994759830064140260219573974609375;s:5:\"bytes\";i:3140;s:11:\"size_before\";i:16420;s:10:\"size_after\";i:13280;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:31794;s:11:\"size_before\";i:216309;s:10:\"size_after\";i:184515;s:4:\"time\";d:0.56999999999999995115018691649311222136020660400390625;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.93999999999999772626324556767940521240234375;s:5:\"bytes\";i:334;s:11:\"size_before\";i:956;s:10:\"size_after\";i:622;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0899999999999999966693309261245303787291049957275390625;s:5:\"bytes\";i:48;s:11:\"size_before\";i:52008;s:10:\"size_after\";i:51960;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1600000000000000033306690738754696212708950042724609375;s:5:\"bytes\";i:346;s:11:\"size_before\";i:212454;s:10:\"size_after\";i:212108;s:4:\"time\";d:1.8200000000000000621724893790087662637233734130859375;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.8299999999999982946974341757595539093017578125;s:5:\"bytes\";i:346;s:11:\"size_before\";i:1054;s:10:\"size_after\";i:708;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"bytes\";i:135;s:11:\"size_before\";i:67897;s:10:\"size_after\";i:67762;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.5;s:5:\"bytes\";i:29974;s:11:\"size_before\";i:181637;s:10:\"size_after\";i:151663;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:321;s:11:\"size_before\";i:812;s:10:\"size_after\";i:491;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(741,298,'wp-smush-lossy','1'),(742,298,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.5949750301617715564361787983216345310211181640625;s:5:\"bytes\";i:291175;s:11:\"size_before\";i:2141784;s:10:\"size_after\";i:1850609;s:4:\"time\";d:7.32999999999999918287585387588478624820709228515625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:46:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:2877;s:11:\"size_before\";i:16411;s:10:\"size_after\";i:13534;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:1047;s:11:\"size_before\";i:6022;s:10:\"size_after\";i:4975;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:17104;s:11:\"size_before\";i:103544;s:10:\"size_after\";i:86440;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:31;s:11:\"size_before\";i:86440;s:10:\"size_after\";i:86409;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:1692;s:11:\"size_before\";i:9646;s:10:\"size_after\";i:7954;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:590;s:11:\"size_before\";i:3317;s:10:\"size_after\";i:2727;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.440000000000001278976924368180334568023681640625;s:5:\"bytes\";i:8747;s:11:\"size_before\";i:50168;s:10:\"size_after\";i:41421;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.219999999999998863131622783839702606201171875;s:5:\"bytes\";i:5660;s:11:\"size_before\";i:31072;s:10:\"size_after\";i:25412;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:5286;s:11:\"size_before\";i:28549;s:10:\"size_after\";i:23263;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.379999999999999005240169935859739780426025390625;s:5:\"bytes\";i:4984;s:11:\"size_before\";i:27121;s:10:\"size_after\";i:22137;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:7889;s:11:\"size_before\";i:48491;s:10:\"size_after\";i:40602;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:8477;s:11:\"size_before\";i:53181;s:10:\"size_after\";i:44704;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:4737;s:11:\"size_before\";i:25863;s:10:\"size_after\";i:21126;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";i:15;s:5:\"bytes\";i:8145;s:11:\"size_before\";i:54302;s:10:\"size_after\";i:46157;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:9768;s:11:\"size_before\";i:61268;s:10:\"size_after\";i:51500;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.940000000000001278976924368180334568023681640625;s:5:\"bytes\";i:561;s:11:\"size_before\";i:2679;s:10:\"size_after\";i:2118;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.14000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:11;s:11:\"size_before\";i:7954;s:10:\"size_after\";i:7943;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:3843;s:11:\"size_before\";i:21038;s:10:\"size_after\";i:17195;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.409999999999996589394868351519107818603515625;s:5:\"bytes\";i:319;s:11:\"size_before\";i:901;s:10:\"size_after\";i:582;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:7028;s:11:\"size_before\";i:44113;s:10:\"size_after\";i:37085;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:26960;s:11:\"size_before\";i:173534;s:10:\"size_after\";i:146574;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:319;s:11:\"size_before\";i:830;s:10:\"size_after\";i:511;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:4371;s:11:\"size_before\";i:27518;s:10:\"size_after\";i:23147;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:17274;s:11:\"size_before\";i:116274;s:10:\"size_after\";i:99000;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.9500000000000028421709430404007434844970703125;s:5:\"bytes\";i:310;s:11:\"size_before\";i:887;s:10:\"size_after\";i:577;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:4258;s:11:\"size_before\";i:25074;s:10:\"size_after\";i:20816;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:16783;s:11:\"size_before\";i:108095;s:10:\"size_after\";i:91312;s:4:\"time\";d:0.25;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.43999999999999772626324556767940521240234375;s:5:\"bytes\";i:316;s:11:\"size_before\";i:844;s:10:\"size_after\";i:528;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4164;s:11:\"size_before\";i:23865;s:10:\"size_after\";i:19701;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:16579;s:11:\"size_before\";i:104175;s:10:\"size_after\";i:87596;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:314;s:11:\"size_before\";i:848;s:10:\"size_after\";i:534;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:5826;s:11:\"size_before\";i:35226;s:10:\"size_after\";i:29400;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:22442;s:11:\"size_before\";i:145630;s:10:\"size_after\";i:123188;s:4:\"time\";d:0.5100000000000000088817841970012523233890533447265625;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.5799999999999982946974341757595539093017578125;s:5:\"bytes\";i:319;s:11:\"size_before\";i:950;s:10:\"size_after\";i:631;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.13000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:52;s:11:\"size_before\";i:40602;s:10:\"size_after\";i:40550;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:24364;s:11:\"size_before\";i:158501;s:10:\"size_after\";i:134137;s:4:\"time\";d:0.5;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.409999999999996589394868351519107818603515625;s:5:\"bytes\";i:316;s:11:\"size_before\";i:782;s:10:\"size_after\";i:466;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:1193;s:11:\"size_before\";i:7076;s:10:\"size_after\";i:5883;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:16552;s:11:\"size_before\";i:100891;s:10:\"size_after\";i:84339;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.939999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:5;s:11:\"size_before\";i:534;s:10:\"size_after\";i:529;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:4;s:11:\"size_before\";i:29400;s:10:\"size_after\";i:29396;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.059999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:68;s:11:\"size_before\";i:123188;s:10:\"size_after\";i:123120;s:4:\"time\";d:1.37999999999999989341858963598497211933135986328125;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.940000000000001278976924368180334568023681640625;s:5:\"bytes\";i:322;s:11:\"size_before\";i:1008;s:10:\"size_after\";i:686;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.13000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:60;s:11:\"size_before\";i:46157;s:10:\"size_after\";i:46097;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:28892;s:11:\"size_before\";i:186994;s:10:\"size_after\";i:158102;s:4:\"time\";d:0.60999999999999998667732370449812151491641998291015625;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.49000000000000198951966012828052043914794921875;s:5:\"bytes\";i:316;s:11:\"size_before\";i:821;s:10:\"size_after\";i:505;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(743,297,'wp-smush-lossy','1'),(744,297,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.1812116949959676759362992015667259693145751953125;s:5:\"bytes\";i:447023;s:11:\"size_before\";i:3391365;s:10:\"size_after\";i:2944342;s:4:\"time\";d:10.6399999999999952393636704073287546634674072265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.780000000000001136868377216160297393798828125;s:5:\"bytes\";i:3691;s:11:\"size_before\";i:20762;s:10:\"size_after\";i:17071;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1410;s:11:\"size_before\";i:7630;s:10:\"size_after\";i:6220;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.10000000000000142108547152020037174224853515625;s:5:\"bytes\";i:19891;s:11:\"size_before\";i:123542;s:10:\"size_after\";i:103651;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2281;s:11:\"size_before\";i:12640;s:10:\"size_after\";i:10359;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.690000000000001278976924368180334568023681640625;s:5:\"bytes\";i:804;s:11:\"size_before\";i:4083;s:10:\"size_after\";i:3279;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:8631;s:11:\"size_before\";i:56878;s:10:\"size_after\";i:48247;s:4:\"time\";d:0.4899999999999999911182158029987476766109466552734375;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.0799999999999982946974341757595539093017578125;s:5:\"bytes\";i:7243;s:11:\"size_before\";i:40069;s:10:\"size_after\";i:32826;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:6690;s:11:\"size_before\";i:36800;s:10:\"size_after\";i:30110;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:6349;s:11:\"size_before\";i:35097;s:10:\"size_after\";i:28748;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.370000000000000994759830064140260219573974609375;s:5:\"bytes\";i:11421;s:11:\"size_before\";i:65750;s:10:\"size_after\";i:54329;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";i:14;s:5:\"bytes\";i:7864;s:11:\"size_before\";i:56172;s:10:\"size_after\";i:48308;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:10076;s:11:\"size_before\";i:56593;s:10:\"size_after\";i:46517;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:12536;s:11:\"size_before\";i:74995;s:10:\"size_after\";i:62459;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:9281;s:11:\"size_before\";i:66449;s:10:\"size_after\";i:57168;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:19;s:5:\"bytes\";i:736;s:11:\"size_before\";i:3873;s:10:\"size_after\";i:3137;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2300000000000000099920072216264088638126850128173828125;s:5:\"bytes\";i:24;s:11:\"size_before\";i:10359;s:10:\"size_after\";i:10335;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:4924;s:11:\"size_before\";i:27421;s:10:\"size_after\";i:22497;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.0799999999999982946974341757595539093017578125;s:5:\"bytes\";i:333;s:11:\"size_before\";i:923;s:10:\"size_after\";i:590;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.120000000000000994759830064140260219573974609375;s:5:\"bytes\";i:10237;s:11:\"size_before\";i:59791;s:10:\"size_after\";i:49554;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:23952;s:11:\"size_before\";i:152736;s:10:\"size_after\";i:128784;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:35303;s:11:\"size_before\";i:224621;s:10:\"size_after\";i:189318;s:4:\"time\";d:0.729999999999999982236431605997495353221893310546875;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.219999999999998863131622783839702606201171875;s:5:\"bytes\";i:323;s:11:\"size_before\";i:845;s:10:\"size_after\";i:522;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:5821;s:11:\"size_before\";i:35173;s:10:\"size_after\";i:29352;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:19551;s:11:\"size_before\";i:139212;s:10:\"size_after\";i:119661;s:4:\"time\";d:1.270000000000000017763568394002504646778106689453125;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:327;s:11:\"size_before\";i:920;s:10:\"size_after\";i:593;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.1700000000000017053025658242404460906982421875;s:5:\"bytes\";i:5561;s:11:\"size_before\";i:32395;s:10:\"size_after\";i:26834;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:17681;s:11:\"size_before\";i:125523;s:10:\"size_after\";i:107842;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:34493;s:11:\"size_before\";i:219219;s:10:\"size_after\";i:184726;s:4:\"time\";d:0.429999999999999993338661852249060757458209991455078125;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.93999999999999772626324556767940521240234375;s:5:\"bytes\";i:327;s:11:\"size_before\";i:862;s:10:\"size_after\";i:535;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.219999999999998863131622783839702606201171875;s:5:\"bytes\";i:5376;s:11:\"size_before\";i:31228;s:10:\"size_after\";i:25852;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:16837;s:11:\"size_before\";i:119436;s:10:\"size_after\";i:102599;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:32457;s:11:\"size_before\";i:208827;s:10:\"size_after\";i:176370;s:4:\"time\";d:0.409999999999999975575093458246556110680103302001953125;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.93999999999999772626324556767940521240234375;s:5:\"bytes\";i:321;s:11:\"size_before\";i:846;s:10:\"size_after\";i:525;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.2799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:7939;s:11:\"size_before\";i:51970;s:10:\"size_after\";i:44031;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:35697;s:11:\"size_before\";i:232509;s:10:\"size_after\";i:196812;s:4:\"time\";d:0.56999999999999995115018691649311222136020660400390625;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.89999999999999857891452847979962825775146484375;s:5:\"bytes\";i:330;s:11:\"size_before\";i:1003;s:10:\"size_after\";i:673;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2800000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:152;s:11:\"size_before\";i:54329;s:10:\"size_after\";i:54177;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:21902;s:11:\"size_before\";i:140067;s:10:\"size_after\";i:118165;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"bytes\";i:260;s:11:\"size_before\";i:176370;s:10:\"size_after\";i:176110;s:4:\"time\";d:1.4299999999999999378275106209912337362766265869140625;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:315;s:11:\"size_before\";i:798;s:10:\"size_after\";i:483;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2631;s:11:\"size_before\";i:14897;s:10:\"size_after\";i:12266;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:27677;s:11:\"size_before\";i:197494;s:10:\"size_after\";i:169817;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.3299999999999982946974341757595539093017578125;s:5:\"bytes\";i:325;s:11:\"size_before\";i:975;s:10:\"size_after\";i:650;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1600000000000000033306690738754696212708950042724609375;s:5:\"bytes\";i:70;s:11:\"size_before\";i:44031;s:10:\"size_after\";i:43961;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"bytes\";i:301;s:11:\"size_before\";i:196812;s:10:\"size_after\";i:196511;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.39999999999999857891452847979962825775146484375;s:5:\"bytes\";i:347;s:11:\"size_before\";i:1071;s:10:\"size_after\";i:724;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2200000000000000011102230246251565404236316680908203125;s:5:\"bytes\";i:138;s:11:\"size_before\";i:62459;s:10:\"size_after\";i:62321;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:25876;s:11:\"size_before\";i:164089;s:10:\"size_after\";i:138213;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.88000000000000255795384873636066913604736328125;s:5:\"bytes\";i:311;s:11:\"size_before\";i:821;s:10:\"size_after\";i:510;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(745,296,'wp-smush-lossy','1'),(746,296,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.390405088648638098902665660716593265533447265625;s:5:\"bytes\";i:299981;s:11:\"size_before\";i:2421075;s:10:\"size_after\";i:2121094;s:4:\"time\";d:9.1400000000000005684341886080801486968994140625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.510000000000001563194018672220408916473388671875;s:5:\"bytes\";i:2951;s:11:\"size_before\";i:17879;s:10:\"size_after\";i:14928;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.940000000000001278976924368180334568023681640625;s:5:\"bytes\";i:1295;s:11:\"size_before\";i:7218;s:10:\"size_after\";i:5923;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:12902;s:11:\"size_before\";i:87200;s:10:\"size_after\";i:74298;s:4:\"time\";d:0.25;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.690000000000001278976924368180334568023681640625;s:5:\"bytes\";i:1852;s:11:\"size_before\";i:11097;s:10:\"size_after\";i:9245;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.559999999999998721023075631819665431976318359375;s:5:\"bytes\";i:795;s:11:\"size_before\";i:4065;s:10:\"size_after\";i:3270;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:6436;s:11:\"size_before\";i:44199;s:10:\"size_after\";i:37763;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:4963;s:11:\"size_before\";i:30919;s:10:\"size_after\";i:25956;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:4493;s:11:\"size_before\";i:28135;s:10:\"size_after\";i:23642;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:4302;s:11:\"size_before\";i:26917;s:10:\"size_after\";i:22615;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.4399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:7606;s:11:\"size_before\";i:49266;s:10:\"size_after\";i:41660;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:6412;s:11:\"size_before\";i:45194;s:10:\"size_after\";i:38782;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:6737;s:11:\"size_before\";i:43347;s:10:\"size_after\";i:36610;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:8372;s:11:\"size_before\";i:55768;s:10:\"size_after\";i:47396;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:7423;s:11:\"size_before\";i:52286;s:10:\"size_after\";i:44863;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:695;s:11:\"size_before\";i:3603;s:10:\"size_after\";i:2908;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2399999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:22;s:11:\"size_before\";i:9245;s:10:\"size_after\";i:9223;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:3706;s:11:\"size_before\";i:22412;s:10:\"size_after\";i:18706;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.1700000000000017053025658242404460906982421875;s:5:\"bytes\";i:344;s:11:\"size_before\";i:951;s:10:\"size_after\";i:607;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:6969;s:11:\"size_before\";i:45854;s:10:\"size_after\";i:38885;s:4:\"time\";d:1.1699999999999999289457264239899814128875732421875;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:15071;s:11:\"size_before\";i:105624;s:10:\"size_after\";i:90553;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:21497;s:11:\"size_before\";i:149396;s:10:\"size_after\";i:127899;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:323;s:11:\"size_before\";i:835;s:10:\"size_after\";i:512;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:4279;s:11:\"size_before\";i:28717;s:10:\"size_after\";i:24438;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:14192;s:11:\"size_before\";i:99205;s:10:\"size_after\";i:85013;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.89999999999999857891452847979962825775146484375;s:5:\"bytes\";i:345;s:11:\"size_before\";i:935;s:10:\"size_after\";i:590;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:3960;s:11:\"size_before\";i:26455;s:10:\"size_after\";i:22495;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:12831;s:11:\"size_before\";i:90106;s:10:\"size_after\";i:77275;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:20830;s:11:\"size_before\";i:145987;s:10:\"size_after\";i:125157;s:4:\"time\";d:0.429999999999999993338661852249060757458209991455078125;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.36999999999999744204615126363933086395263671875;s:5:\"bytes\";i:327;s:11:\"size_before\";i:875;s:10:\"size_after\";i:548;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:3922;s:11:\"size_before\";i:25515;s:10:\"size_after\";i:21593;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.25;s:5:\"bytes\";i:12250;s:11:\"size_before\";i:85987;s:10:\"size_after\";i:73737;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:20060;s:11:\"size_before\";i:140200;s:10:\"size_after\";i:120140;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.89999999999999857891452847979962825775146484375;s:5:\"bytes\";i:332;s:11:\"size_before\";i:876;s:10:\"size_after\";i:544;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:5800;s:11:\"size_before\";i:40331;s:10:\"size_after\";i:34531;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:22225;s:11:\"size_before\";i:154188;s:10:\"size_after\";i:131963;s:4:\"time\";d:0.440000000000000002220446049250313080847263336181640625;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.77000000000000312638803734444081783294677734375;s:5:\"bytes\";i:354;s:11:\"size_before\";i:1018;s:10:\"size_after\";i:664;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.11999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:52;s:11:\"size_before\";i:41660;s:10:\"size_after\";i:41608;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:13939;s:11:\"size_before\";i:97567;s:10:\"size_after\";i:83628;s:4:\"time\";d:1.5300000000000000266453525910037569701671600341796875;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.11999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:150;s:11:\"size_before\";i:120140;s:10:\"size_after\";i:119990;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.63000000000000255795384873636066913604736328125;s:5:\"bytes\";i:321;s:11:\"size_before\";i:790;s:10:\"size_after\";i:469;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:2258;s:11:\"size_before\";i:13300;s:10:\"size_after\";i:11042;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:19165;s:11:\"size_before\";i:136598;s:10:\"size_after\";i:117433;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.77000000000000312638803734444081783294677734375;s:5:\"bytes\";i:355;s:11:\"size_before\";i:1021;s:10:\"size_after\";i:666;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:10;s:11:\"size_before\";i:34531;s:10:\"size_after\";i:34521;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0899999999999999966693309261245303787291049957275390625;s:5:\"bytes\";i:119;s:11:\"size_before\";i:131963;s:10:\"size_after\";i:131844;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:345;s:11:\"size_before\";i:1063;s:10:\"size_after\";i:718;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1700000000000000122124532708767219446599483489990234375;s:5:\"bytes\";i:81;s:11:\"size_before\";i:47396;s:10:\"size_after\";i:47315;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:15994;s:11:\"size_before\";i:112420;s:10:\"size_after\";i:96426;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:319;s:11:\"size_before\";i:821;s:10:\"size_after\";i:502;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(747,295,'wp-smush-lossy','1'),(748,295,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.448931463554369969415347441099584102630615234375;s:5:\"bytes\";i:333103;s:11:\"size_before\";i:2476799;s:10:\"size_after\";i:2143696;s:4:\"time\";d:9.3099999999999969446662362315692007541656494140625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.969999999999998863131622783839702606201171875;s:5:\"bytes\";i:2512;s:11:\"size_before\";i:14799;s:10:\"size_after\";i:12287;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:1002;s:11:\"size_before\";i:5943;s:10:\"size_after\";i:4941;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:14036;s:11:\"size_before\";i:84851;s:10:\"size_after\";i:70815;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:1544;s:11:\"size_before\";i:9374;s:10:\"size_after\";i:7830;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:639;s:11:\"size_before\";i:3412;s:10:\"size_after\";i:2773;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.190000000000001278976924368180334568023681640625;s:5:\"bytes\";i:7441;s:11:\"size_before\";i:45961;s:10:\"size_after\";i:38520;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.25;s:5:\"bytes\";i:5261;s:11:\"size_before\";i:28824;s:10:\"size_after\";i:23563;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.440000000000001278976924368180334568023681640625;s:5:\"bytes\";i:4847;s:11:\"size_before\";i:26288;s:10:\"size_after\";i:21441;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:4677;s:11:\"size_before\";i:25384;s:10:\"size_after\";i:20707;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:7933;s:11:\"size_before\";i:44934;s:10:\"size_after\";i:37001;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:7186;s:11:\"size_before\";i:48805;s:10:\"size_after\";i:41619;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:7068;s:11:\"size_before\";i:38878;s:10:\"size_after\";i:31810;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:8902;s:11:\"size_before\";i:52022;s:10:\"size_after\";i:43120;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:8098;s:11:\"size_before\";i:55586;s:10:\"size_after\";i:47488;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.5;s:5:\"bytes\";i:621;s:11:\"size_before\";i:3185;s:10:\"size_after\";i:2564;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.13000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:10;s:11:\"size_before\";i:7830;s:10:\"size_after\";i:7820;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:3615;s:11:\"size_before\";i:19617;s:10:\"size_after\";i:16002;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.88000000000000255795384873636066913604736328125;s:5:\"bytes\";i:329;s:11:\"size_before\";i:917;s:10:\"size_after\";i:588;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.629999999999999005240169935859739780426025390625;s:5:\"bytes\";i:7395;s:11:\"size_before\";i:41941;s:10:\"size_after\";i:34546;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:17969;s:11:\"size_before\";i:115568;s:10:\"size_after\";i:97599;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:24760;s:11:\"size_before\";i:158792;s:10:\"size_after\";i:134032;s:4:\"time\";d:1.2800000000000000266453525910037569701671600341796875;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:319;s:11:\"size_before\";i:815;s:10:\"size_after\";i:496;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4551;s:11:\"size_before\";i:26851;s:10:\"size_after\";i:22300;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:15480;s:11:\"size_before\";i:103557;s:10:\"size_after\";i:88077;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.6700000000000017053025658242404460906982421875;s:5:\"bytes\";i:321;s:11:\"size_before\";i:900;s:10:\"size_after\";i:579;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:4175;s:11:\"size_before\";i:24436;s:10:\"size_after\";i:20261;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:14016;s:11:\"size_before\";i:94832;s:10:\"size_after\";i:80816;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:24337;s:11:\"size_before\";i:155746;s:10:\"size_after\";i:131409;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.9500000000000028421709430404007434844970703125;s:5:\"bytes\";i:310;s:11:\"size_before\";i:839;s:10:\"size_after\";i:529;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:4003;s:11:\"size_before\";i:23237;s:10:\"size_after\";i:19234;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:13541;s:11:\"size_before\";i:91470;s:10:\"size_after\";i:77929;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:23473;s:11:\"size_before\";i:149720;s:10:\"size_after\";i:126247;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.13000000000000255795384873636066913604736328125;s:5:\"bytes\";i:323;s:11:\"size_before\";i:847;s:10:\"size_after\";i:524;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:6675;s:11:\"size_before\";i:42666;s:10:\"size_after\";i:35991;s:4:\"time\";d:1.1399999999999999023003738329862244427204132080078125;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:25379;s:11:\"size_before\";i:162752;s:10:\"size_after\";i:137373;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.25;s:5:\"bytes\";i:335;s:11:\"size_before\";i:978;s:10:\"size_after\";i:643;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2300000000000000099920072216264088638126850128173828125;s:5:\"bytes\";i:84;s:11:\"size_before\";i:37001;s:10:\"size_after\";i:36917;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:16839;s:11:\"size_before\";i:108581;s:10:\"size_after\";i:91742;s:4:\"time\";d:0.8000000000000000444089209850062616169452667236328125;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:96;s:11:\"size_before\";i:126247;s:10:\"size_after\";i:126151;s:4:\"time\";d:0.25;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.0499999999999971578290569595992565155029296875;s:5:\"bytes\";i:310;s:11:\"size_before\";i:774;s:10:\"size_after\";i:464;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1778;s:11:\"size_before\";i:10791;s:10:\"size_after\";i:9013;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:20472;s:11:\"size_before\";i:138509;s:10:\"size_after\";i:118037;s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.31000000000000227373675443232059478759765625;s:5:\"bytes\";i:339;s:11:\"size_before\";i:960;s:10:\"size_after\";i:621;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:14;s:11:\"size_before\";i:35991;s:10:\"size_after\";i:35977;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:104;s:11:\"size_before\";i:137373;s:10:\"size_after\";i:137269;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:345;s:11:\"size_before\";i:1031;s:10:\"size_after\";i:686;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.14000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:59;s:11:\"size_before\";i:43120;s:10:\"size_after\";i:43061;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:19264;s:11:\"size_before\";i:123058;s:10:\"size_after\";i:103794;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:316;s:11:\"size_before\";i:806;s:10:\"size_after\";i:490;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(749,294,'wp-smush-lossy','1'),(750,294,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.26871693422038589460498769767582416534423828125;s:5:\"bytes\";i:345809;s:11:\"size_before\";i:2818624;s:10:\"size_after\";i:2472815;s:4:\"time\";d:11.1099999999999976552089719916693866252899169921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:3092;s:11:\"size_before\";i:17857;s:10:\"size_after\";i:14765;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.989999999999998436805981327779591083526611328125;s:5:\"bytes\";i:1496;s:11:\"size_before\";i:6506;s:10:\"size_after\";i:5010;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:13993;s:11:\"size_before\";i:99831;s:10:\"size_after\";i:85838;s:4:\"time\";d:0.25;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:2179;s:11:\"size_before\";i:11280;s:10:\"size_after\";i:9101;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:616;s:11:\"size_before\";i:3075;s:10:\"size_after\";i:2459;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.75;s:5:\"bytes\";i:7076;s:11:\"size_before\";i:51448;s:10:\"size_after\";i:44372;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:5288;s:11:\"size_before\";i:36336;s:10:\"size_after\";i:31048;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:4955;s:11:\"size_before\";i:33480;s:10:\"size_after\";i:28525;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:4771;s:11:\"size_before\";i:32006;s:10:\"size_after\";i:27235;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.2200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:7831;s:11:\"size_before\";i:55069;s:10:\"size_after\";i:47238;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:7312;s:11:\"size_before\";i:52058;s:10:\"size_after\";i:44746;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:6909;s:11:\"size_before\";i:47704;s:10:\"size_after\";i:40795;s:4:\"time\";d:0.4899999999999999911182158029987476766109466552734375;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:8811;s:11:\"size_before\";i:62905;s:10:\"size_after\";i:54094;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:8525;s:11:\"size_before\";i:60924;s:10:\"size_after\";i:52399;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:809;s:11:\"size_before\";i:3399;s:10:\"size_after\";i:2590;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:6;s:11:\"size_before\";i:9101;s:10:\"size_after\";i:9095;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:3911;s:11:\"size_before\";i:25200;s:10:\"size_after\";i:21289;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.659999999999996589394868351519107818603515625;s:5:\"bytes\";i:307;s:11:\"size_before\";i:861;s:10:\"size_after\";i:554;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:7249;s:11:\"size_before\";i:51521;s:10:\"size_after\";i:44272;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:18467;s:11:\"size_before\";i:127771;s:10:\"size_after\";i:109304;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:25018;s:11:\"size_before\";i:174505;s:10:\"size_after\";i:149487;s:4:\"time\";d:1.520000000000000017763568394002504646778106689453125;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.25999999999999801048033987171947956085205078125;s:5:\"bytes\";i:309;s:11:\"size_before\";i:787;s:10:\"size_after\";i:478;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:4338;s:11:\"size_before\";i:31704;s:10:\"size_after\";i:27366;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:17524;s:11:\"size_before\";i:121489;s:10:\"size_after\";i:103965;s:4:\"time\";d:0.440000000000000002220446049250313080847263336181640625;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.47999999999999687361196265555918216705322265625;s:5:\"bytes\";i:313;s:11:\"size_before\";i:858;s:10:\"size_after\";i:545;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:4003;s:11:\"size_before\";i:29403;s:10:\"size_after\";i:25400;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:15857;s:11:\"size_before\";i:110797;s:10:\"size_after\";i:94940;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:24740;s:11:\"size_before\";i:171402;s:10:\"size_after\";i:146662;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.0799999999999982946974341757595539093017578125;s:5:\"bytes\";i:310;s:11:\"size_before\";i:814;s:10:\"size_after\";i:504;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:3813;s:11:\"size_before\";i:28481;s:10:\"size_after\";i:24668;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:15116;s:11:\"size_before\";i:105504;s:10:\"size_after\";i:90388;s:4:\"time\";d:0.25;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5;s:5:\"bytes\";i:23982;s:11:\"size_before\";i:165389;s:10:\"size_after\";i:141407;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.6700000000000017053025658242404460906982421875;s:5:\"bytes\";i:314;s:11:\"size_before\";i:812;s:10:\"size_after\";i:498;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:6462;s:11:\"size_before\";i:44090;s:10:\"size_after\";i:37628;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:25833;s:11:\"size_before\";i:178887;s:10:\"size_after\";i:153054;s:4:\"time\";d:0.63000000000000000444089209850062616169452667236328125;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.909999999999996589394868351519107818603515625;s:5:\"bytes\";i:317;s:11:\"size_before\";i:908;s:10:\"size_after\";i:591;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"bytes\";i:71;s:11:\"size_before\";i:47238;s:10:\"size_after\";i:47167;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:17111;s:11:\"size_before\";i:118243;s:10:\"size_after\";i:101132;s:4:\"time\";d:0.450000000000000011102230246251565404236316680908203125;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:141407;s:10:\"size_after\";i:141407;s:4:\"time\";d:0.4699999999999999733546474089962430298328399658203125;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.9200000000000017053025658242404460906982421875;s:5:\"bytes\";i:313;s:11:\"size_before\";i:765;s:10:\"size_after\";i:452;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:2418;s:11:\"size_before\";i:12534;s:10:\"size_after\";i:10116;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:23120;s:11:\"size_before\";i:160814;s:10:\"size_after\";i:137694;s:4:\"time\";d:0.4699999999999999733546474089962430298328399658203125;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.31000000000000227373675443232059478759765625;s:5:\"bytes\";i:315;s:11:\"size_before\";i:892;s:10:\"size_after\";i:577;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:31;s:11:\"size_before\";i:37628;s:10:\"size_after\";i:37597;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:68;s:11:\"size_before\";i:153054;s:10:\"size_after\";i:152986;s:4:\"time\";d:1.6999999999999999555910790149937383830547332763671875;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.14999999999999857891452847979962825775146484375;s:5:\"bytes\";i:320;s:11:\"size_before\";i:937;s:10:\"size_after\";i:617;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:38;s:11:\"size_before\";i:54094;s:10:\"size_after\";i:54056;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:19837;s:11:\"size_before\";i:136069;s:10:\"size_after\";i:116232;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:315;s:11:\"size_before\";i:787;s:10:\"size_after\";i:472;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(751,293,'wp-smush-lossy','1'),(752,293,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.1291769217054383744880396989174187183380126953125;s:5:\"bytes\";i:295591;s:11:\"size_before\";i:2092061;s:10:\"size_after\";i:1796470;s:4:\"time\";d:7.6300000000000007815970093361102044582366943359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:2316;s:11:\"size_before\";i:12790;s:10:\"size_after\";i:10474;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:913;s:11:\"size_before\";i:4896;s:10:\"size_after\";i:3983;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:12436;s:11:\"size_before\";i:74055;s:10:\"size_after\";i:61619;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1442;s:11:\"size_before\";i:7732;s:10:\"size_after\";i:6290;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.870000000000000994759830064140260219573974609375;s:5:\"bytes\";i:566;s:11:\"size_before\";i:2849;s:10:\"size_after\";i:2283;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.89999999999999857891452847979962825775146484375;s:5:\"bytes\";i:6122;s:11:\"size_before\";i:36228;s:10:\"size_after\";i:30106;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.239999999999998436805981327779591083526611328125;s:5:\"bytes\";i:4307;s:11:\"size_before\";i:23618;s:10:\"size_after\";i:19311;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:4042;s:11:\"size_before\";i:21673;s:10:\"size_after\";i:17631;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:3857;s:11:\"size_before\";i:20604;s:10:\"size_after\";i:16747;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.809999999999998721023075631819665431976318359375;s:5:\"bytes\";i:7038;s:11:\"size_before\";i:39507;s:10:\"size_after\";i:32469;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:6196;s:11:\"size_before\";i:37871;s:10:\"size_after\";i:31675;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.780000000000001136868377216160297393798828125;s:5:\"bytes\";i:6033;s:11:\"size_before\";i:33934;s:10:\"size_after\";i:27901;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.89999999999999857891452847979962825775146484375;s:5:\"bytes\";i:7679;s:11:\"size_before\";i:45444;s:10:\"size_after\";i:37765;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.239999999999998436805981327779591083526611328125;s:5:\"bytes\";i:7137;s:11:\"size_before\";i:43954;s:10:\"size_after\";i:36817;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.239999999999998436805981327779591083526611328125;s:5:\"bytes\";i:582;s:11:\"size_before\";i:2875;s:10:\"size_after\";i:2293;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.11000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:7;s:11:\"size_before\";i:6290;s:10:\"size_after\";i:6283;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:3018;s:11:\"size_before\";i:16328;s:10:\"size_after\";i:13310;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.36999999999999744204615126363933086395263671875;s:5:\"bytes\";i:324;s:11:\"size_before\";i:867;s:10:\"size_after\";i:543;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:6291;s:11:\"size_before\";i:36657;s:10:\"size_after\";i:30366;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:15610;s:11:\"size_before\";i:94416;s:10:\"size_after\";i:78806;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.190000000000001278976924368180334568023681640625;s:5:\"bytes\";i:21995;s:11:\"size_before\";i:135883;s:10:\"size_after\";i:113888;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:317;s:11:\"size_before\";i:796;s:10:\"size_after\";i:479;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:4064;s:11:\"size_before\";i:23493;s:10:\"size_after\";i:19429;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.239999999999998436805981327779591083526611328125;s:5:\"bytes\";i:14159;s:11:\"size_before\";i:87178;s:10:\"size_after\";i:73019;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.13000000000000255795384873636066913604736328125;s:5:\"bytes\";i:331;s:11:\"size_before\";i:868;s:10:\"size_after\";i:537;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:3719;s:11:\"size_before\";i:21351;s:10:\"size_after\";i:17632;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.559999999999998721023075631819665431976318359375;s:5:\"bytes\";i:13060;s:11:\"size_before\";i:78872;s:10:\"size_after\";i:65812;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.309999999999998721023075631819665431976318359375;s:5:\"bytes\";i:21621;s:11:\"size_before\";i:132588;s:10:\"size_after\";i:110967;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.02000000000000312638803734444081783294677734375;s:5:\"bytes\";i:327;s:11:\"size_before\";i:817;s:10:\"size_after\";i:490;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:3605;s:11:\"size_before\";i:20348;s:10:\"size_after\";i:16743;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:12401;s:11:\"size_before\";i:74829;s:10:\"size_after\";i:62428;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:20812;s:11:\"size_before\";i:126852;s:10:\"size_after\";i:106040;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.9500000000000028421709430404007434844970703125;s:5:\"bytes\";i:326;s:11:\"size_before\";i:816;s:10:\"size_after\";i:490;s:4:\"time\";d:1.020000000000000017763568394002504646778106689453125;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.129999999999999005240169935859739780426025390625;s:5:\"bytes\";i:5785;s:11:\"size_before\";i:35859;s:10:\"size_after\";i:30074;s:4:\"time\";d:0.440000000000000002220446049250313080847263336181640625;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:22642;s:11:\"size_before\";i:140582;s:10:\"size_after\";i:117940;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.00999999999999801048033987171947956085205078125;s:5:\"bytes\";i:332;s:11:\"size_before\";i:922;s:10:\"size_after\";i:590;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:4;s:11:\"size_before\";i:32469;s:10:\"size_after\";i:32465;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:14553;s:11:\"size_before\";i:86800;s:10:\"size_after\";i:72247;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:47;s:11:\"size_before\";i:106040;s:10:\"size_after\";i:105993;s:4:\"time\";d:0.25;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.31000000000000227373675443232059478759765625;s:5:\"bytes\";i:322;s:11:\"size_before\";i:761;s:10:\"size_after\";i:439;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1631;s:11:\"size_before\";i:9281;s:10:\"size_after\";i:7650;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:19638;s:11:\"size_before\";i:122522;s:10:\"size_after\";i:102884;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.72999999999999687361196265555918216705322265625;s:5:\"bytes\";i:332;s:11:\"size_before\";i:904;s:10:\"size_after\";i:572;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.059999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:19;s:11:\"size_before\";i:30074;s:10:\"size_after\";i:30055;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:3;s:11:\"size_before\";i:117940;s:10:\"size_after\";i:117937;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.00999999999999801048033987171947956085205078125;s:5:\"bytes\";i:335;s:11:\"size_before\";i:957;s:10:\"size_after\";i:622;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"bytes\";i:57;s:11:\"size_before\";i:37765;s:10:\"size_after\";i:37708;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.739999999999998436805981327779591083526611328125;s:5:\"bytes\";i:16924;s:11:\"size_before\";i:101126;s:10:\"size_after\";i:84202;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.25999999999999801048033987171947956085205078125;s:5:\"bytes\";i:314;s:11:\"size_before\";i:780;s:10:\"size_after\";i:466;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(753,292,'wp-smush-lossy','1'),(754,292,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.4938063173599811506164769525639712810516357421875;s:5:\"bytes\";i:206724;s:11:\"size_before\";i:1426292;s:10:\"size_after\";i:1219568;s:4:\"time\";d:4.88999999999999968025576890795491635799407958984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:1761;s:11:\"size_before\";i:11836;s:10:\"size_after\";i:10075;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:882;s:11:\"size_before\";i:5081;s:10:\"size_after\";i:4199;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:8256;s:11:\"size_before\";i:52494;s:10:\"size_after\";i:44238;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1186;s:11:\"size_before\";i:7436;s:10:\"size_after\";i:6250;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.239999999999998436805981327779591083526611328125;s:5:\"bytes\";i:552;s:11:\"size_before\";i:3027;s:10:\"size_after\";i:2475;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:4415;s:11:\"size_before\";i:25911;s:10:\"size_after\";i:21496;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:2882;s:11:\"size_before\";i:18674;s:10:\"size_after\";i:15792;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:2758;s:11:\"size_before\";i:17049;s:10:\"size_after\";i:14291;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2638;s:11:\"size_before\";i:16326;s:10:\"size_after\";i:13688;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:4635;s:11:\"size_before\";i:29322;s:10:\"size_after\";i:24687;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.120000000000000994759830064140260219573974609375;s:5:\"bytes\";i:4617;s:11:\"size_before\";i:26970;s:10:\"size_after\";i:22353;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:4001;s:11:\"size_before\";i:26551;s:10:\"size_after\";i:22550;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:5082;s:11:\"size_before\";i:32328;s:10:\"size_after\";i:27246;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:5409;s:11:\"size_before\";i:30832;s:10:\"size_after\";i:25423;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:531;s:11:\"size_before\";i:2816;s:10:\"size_after\";i:2285;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1600000000000000033306690738754696212708950042724609375;s:5:\"bytes\";i:10;s:11:\"size_before\";i:6250;s:10:\"size_after\";i:6240;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:2192;s:11:\"size_before\";i:13869;s:10:\"size_after\";i:11677;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:326;s:11:\"size_before\";i:895;s:10:\"size_after\";i:569;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:4037;s:11:\"size_before\";i:26452;s:10:\"size_after\";i:22415;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.510000000000001563194018672220408916473388671875;s:5:\"bytes\";i:10469;s:11:\"size_before\";i:59786;s:10:\"size_after\";i:49317;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:15525;s:11:\"size_before\";i:87935;s:10:\"size_after\";i:72410;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.159999999999996589394868351519107818603515625;s:5:\"bytes\";i:318;s:11:\"size_before\";i:812;s:10:\"size_after\";i:494;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5;s:5:\"bytes\";i:2599;s:11:\"size_before\";i:16768;s:10:\"size_after\";i:14169;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:10071;s:11:\"size_before\";i:58311;s:10:\"size_after\";i:48240;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.7000000000000028421709430404007434844970703125;s:5:\"bytes\";i:323;s:11:\"size_before\";i:880;s:10:\"size_after\";i:557;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:2394;s:11:\"size_before\";i:15488;s:10:\"size_after\";i:13094;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.35000000000000142108547152020037174224853515625;s:5:\"bytes\";i:9205;s:11:\"size_before\";i:53059;s:10:\"size_after\";i:43854;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.190000000000001278976924368180334568023681640625;s:5:\"bytes\";i:14704;s:11:\"size_before\";i:85543;s:10:\"size_after\";i:70839;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.27000000000000312638803734444081783294677734375;s:5:\"bytes\";i:323;s:11:\"size_before\";i:844;s:10:\"size_after\";i:521;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:2263;s:11:\"size_before\";i:14971;s:10:\"size_after\";i:12708;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:8917;s:11:\"size_before\";i:50545;s:10:\"size_after\";i:41628;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:14365;s:11:\"size_before\";i:81431;s:10:\"size_after\";i:67066;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.6700000000000017053025658242404460906982421875;s:5:\"bytes\";i:326;s:11:\"size_before\";i:843;s:10:\"size_after\";i:517;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:4076;s:11:\"size_before\";i:23582;s:10:\"size_after\";i:19506;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.120000000000000994759830064140260219573974609375;s:5:\"bytes\";i:15572;s:11:\"size_before\";i:90984;s:10:\"size_after\";i:75412;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.090000000000003410605131648480892181396484375;s:5:\"bytes\";i:329;s:11:\"size_before\";i:965;s:10:\"size_after\";i:636;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2399999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:59;s:11:\"size_before\";i:24687;s:10:\"size_after\";i:24628;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.870000000000000994759830064140260219573974609375;s:5:\"bytes\";i:9884;s:11:\"size_before\";i:55309;s:10:\"size_after\";i:45425;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:18;s:11:\"size_before\";i:67066;s:10:\"size_after\";i:67048;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.659999999999996589394868351519107818603515625;s:5:\"bytes\";i:318;s:11:\"size_before\";i:782;s:10:\"size_after\";i:464;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1349;s:11:\"size_before\";i:8941;s:10:\"size_after\";i:7592;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:14614;s:11:\"size_before\";i:83664;s:10:\"size_after\";i:69050;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.47999999999999687361196265555918216705322265625;s:5:\"bytes\";i:331;s:11:\"size_before\";i:960;s:10:\"size_after\";i:629;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2;s:11:\"size_before\";i:19506;s:10:\"size_after\";i:19504;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:54;s:11:\"size_before\";i:75412;s:10:\"size_after\";i:75358;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:343;s:11:\"size_before\";i:1025;s:10:\"size_after\";i:682;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.11999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:34;s:11:\"size_before\";i:27246;s:10:\"size_after\";i:27212;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.879999999999999005240169935859739780426025390625;s:5:\"bytes\";i:11449;s:11:\"size_before\";i:64017;s:10:\"size_after\";i:52568;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:320;s:11:\"size_before\";i:811;s:10:\"size_after\";i:491;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(755,291,'wp-smush-lossy','1'),(756,291,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.4925662647579382991125385160557925701141357421875;s:5:\"bytes\";i:238177;s:11:\"size_before\";i:2072444;s:10:\"size_after\";i:1834267;s:4:\"time\";d:5.77999999999999669597627871553413569927215576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:2682;s:11:\"size_before\";i:18275;s:10:\"size_after\";i:15593;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.5;s:5:\"bytes\";i:1215;s:11:\"size_before\";i:7363;s:10:\"size_after\";i:6148;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:10123;s:11:\"size_before\";i:76861;s:10:\"size_after\";i:66738;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1826;s:11:\"size_before\";i:11531;s:10:\"size_after\";i:9705;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:775;s:11:\"size_before\";i:4017;s:10:\"size_after\";i:3242;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4847;s:11:\"size_before\";i:36048;s:10:\"size_after\";i:31201;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3890;s:11:\"size_before\";i:28652;s:10:\"size_after\";i:24762;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.75;s:5:\"bytes\";i:3604;s:11:\"size_before\";i:26203;s:10:\"size_after\";i:22599;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:3419;s:11:\"size_before\";i:24848;s:10:\"size_after\";i:21429;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:5941;s:11:\"size_before\";i:45086;s:10:\"size_after\";i:39145;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:4922;s:11:\"size_before\";i:36499;s:10:\"size_after\";i:31577;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:5642;s:11:\"size_before\";i:40779;s:10:\"size_after\";i:35137;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:6630;s:11:\"size_before\";i:50081;s:10:\"size_after\";i:43451;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:5619;s:11:\"size_before\";i:42097;s:10:\"size_after\";i:36478;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:719;s:11:\"size_before\";i:3753;s:10:\"size_after\";i:3034;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2099999999999999922284388276239042170345783233642578125;s:5:\"bytes\";i:20;s:11:\"size_before\";i:9705;s:10:\"size_after\";i:9685;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:3173;s:11:\"size_before\";i:21870;s:10:\"size_after\";i:18697;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.63000000000000255795384873636066913604736328125;s:5:\"bytes\";i:330;s:11:\"size_before\";i:877;s:10:\"size_after\";i:547;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:5708;s:11:\"size_before\";i:41388;s:10:\"size_after\";i:35680;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:11557;s:11:\"size_before\";i:84967;s:10:\"size_after\";i:73410;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:16873;s:11:\"size_before\";i:124598;s:10:\"size_after\";i:107725;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.52000000000000312638803734444081783294677734375;s:5:\"bytes\";i:313;s:11:\"size_before\";i:792;s:10:\"size_after\";i:479;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:3397;s:11:\"size_before\";i:25211;s:10:\"size_after\";i:21814;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:10929;s:11:\"size_before\";i:83485;s:10:\"size_after\";i:72556;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:317;s:11:\"size_before\";i:860;s:10:\"size_after\";i:543;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:3272;s:11:\"size_before\";i:23831;s:10:\"size_after\";i:20559;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:9795;s:11:\"size_before\";i:75240;s:10:\"size_after\";i:65445;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:16305;s:11:\"size_before\";i:121241;s:10:\"size_after\";i:104936;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.63000000000000255795384873636066913604736328125;s:5:\"bytes\";i:321;s:11:\"size_before\";i:810;s:10:\"size_after\";i:489;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:3224;s:11:\"size_before\";i:23347;s:10:\"size_after\";i:20123;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:9452;s:11:\"size_before\";i:71594;s:10:\"size_after\";i:62142;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:15738;s:11:\"size_before\";i:115652;s:10:\"size_after\";i:99914;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:312;s:11:\"size_before\";i:803;s:10:\"size_after\";i:491;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:4812;s:11:\"size_before\";i:34323;s:10:\"size_after\";i:29511;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:17628;s:11:\"size_before\";i:129355;s:10:\"size_after\";i:111727;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.409999999999996589394868351519107818603515625;s:5:\"bytes\";i:321;s:11:\"size_before\";i:933;s:10:\"size_after\";i:612;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.11000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:43;s:11:\"size_before\";i:39145;s:10:\"size_after\";i:39102;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:10557;s:11:\"size_before\";i:78374;s:10:\"size_after\";i:67817;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:49;s:11:\"size_before\";i:99914;s:10:\"size_after\";i:99865;s:4:\"time\";d:0.419999999999999984456877655247808434069156646728515625;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.27000000000000312638803734444081783294677734375;s:5:\"bytes\";i:320;s:11:\"size_before\";i:757;s:10:\"size_after\";i:437;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:2110;s:11:\"size_before\";i:13783;s:10:\"size_after\";i:11673;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.3800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:15894;s:11:\"size_before\";i:118766;s:10:\"size_after\";i:102872;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.81000000000000227373675443232059478759765625;s:5:\"bytes\";i:322;s:11:\"size_before\";i:925;s:10:\"size_after\";i:603;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:23;s:11:\"size_before\";i:29511;s:10:\"size_after\";i:29488;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:93;s:11:\"size_before\";i:111727;s:10:\"size_after\";i:111634;s:4:\"time\";d:0.25;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.38000000000000255795384873636066913604736328125;s:5:\"bytes\";i:318;s:11:\"size_before\";i:982;s:10:\"size_after\";i:664;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:44;s:11:\"size_before\";i:43451;s:10:\"size_after\";i:43407;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:12434;s:11:\"size_before\";i:91349;s:10:\"size_after\";i:78915;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:319;s:11:\"size_before\";i:785;s:10:\"size_after\";i:466;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(757,290,'wp-smush-lossy','1'),(758,290,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.3733716871406382864506667829118669033050537109375;s:5:\"bytes\";i:226086;s:11:\"size_before\";i:1827198;s:10:\"size_after\";i:1601112;s:4:\"time\";d:7.349999999999997868371792719699442386627197265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:2466;s:11:\"size_before\";i:17080;s:10:\"size_after\";i:14614;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1190;s:11:\"size_before\";i:7252;s:10:\"size_after\";i:6062;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.2200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:9660;s:11:\"size_before\";i:67927;s:10:\"size_after\";i:58267;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1600;s:11:\"size_before\";i:10812;s:10:\"size_after\";i:9212;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:756;s:11:\"size_before\";i:4179;s:10:\"size_after\";i:3423;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:4658;s:11:\"size_before\";i:32480;s:10:\"size_after\";i:27822;s:4:\"time\";d:1.12999999999999989341858963598497211933135986328125;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:3613;s:11:\"size_before\";i:25526;s:10:\"size_after\";i:21913;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:3300;s:11:\"size_before\";i:23273;s:10:\"size_after\";i:19973;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:3151;s:11:\"size_before\";i:22224;s:10:\"size_after\";i:19073;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:5537;s:11:\"size_before\";i:39414;s:10:\"size_after\";i:33877;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:4711;s:11:\"size_before\";i:32775;s:10:\"size_after\";i:28064;s:4:\"time\";d:0.440000000000000002220446049250313080847263336181640625;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:5010;s:11:\"size_before\";i:36682;s:10:\"size_after\";i:31672;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:5968;s:11:\"size_before\";i:42839;s:10:\"size_after\";i:36871;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:5417;s:11:\"size_before\";i:38061;s:10:\"size_after\";i:32644;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:654;s:11:\"size_before\";i:3655;s:10:\"size_after\";i:3001;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.309999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:29;s:11:\"size_before\";i:9212;s:10:\"size_after\";i:9183;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:2802;s:11:\"size_before\";i:19507;s:10:\"size_after\";i:16705;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.659999999999996589394868351519107818603515625;s:5:\"bytes\";i:327;s:11:\"size_before\";i:917;s:10:\"size_after\";i:590;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:4938;s:11:\"size_before\";i:35171;s:10:\"size_after\";i:30233;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:10989;s:11:\"size_before\";i:74722;s:10:\"size_after\";i:63733;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:16146;s:11:\"size_before\";i:109125;s:10:\"size_after\";i:92979;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.5499999999999971578290569595992565155029296875;s:5:\"bytes\";i:318;s:11:\"size_before\";i:825;s:10:\"size_after\";i:507;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:3235;s:11:\"size_before\";i:22614;s:10:\"size_after\";i:19379;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:10568;s:11:\"size_before\";i:74084;s:10:\"size_after\";i:63516;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.14999999999999857891452847979962825775146484375;s:5:\"bytes\";i:329;s:11:\"size_before\";i:910;s:10:\"size_after\";i:581;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2998;s:11:\"size_before\";i:21108;s:10:\"size_after\";i:18110;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:9683;s:11:\"size_before\";i:67008;s:10:\"size_after\";i:57325;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:15583;s:11:\"size_before\";i:106145;s:10:\"size_after\";i:90562;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:317;s:11:\"size_before\";i:847;s:10:\"size_after\";i:530;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:2971;s:11:\"size_before\";i:20527;s:10:\"size_after\";i:17556;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:9089;s:11:\"size_before\";i:63812;s:10:\"size_after\";i:54723;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:15030;s:11:\"size_before\";i:101232;s:10:\"size_after\";i:86202;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:317;s:11:\"size_before\";i:847;s:10:\"size_after\";i:530;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.5;s:5:\"bytes\";i:4906;s:11:\"size_before\";i:29729;s:10:\"size_after\";i:24823;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:16702;s:11:\"size_before\";i:113514;s:10:\"size_after\";i:96812;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.1700000000000017053025658242404460906982421875;s:5:\"bytes\";i:336;s:11:\"size_before\";i:1013;s:10:\"size_after\";i:677;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.14000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:49;s:11:\"size_before\";i:33877;s:10:\"size_after\";i:33828;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:10228;s:11:\"size_before\";i:69120;s:10:\"size_after\";i:58892;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:58;s:11:\"size_before\";i:86202;s:10:\"size_after\";i:86144;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.3299999999999982946974341757595539093017578125;s:5:\"bytes\";i:317;s:11:\"size_before\";i:767;s:10:\"size_after\";i:450;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:1960;s:11:\"size_before\";i:13260;s:10:\"size_after\";i:11300;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:15281;s:11:\"size_before\";i:105672;s:10:\"size_after\";i:90391;s:4:\"time\";d:0.61999999999999999555910790149937383830547332763671875;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:331;s:11:\"size_before\";i:984;s:10:\"size_after\";i:653;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:21;s:11:\"size_before\";i:24823;s:10:\"size_after\";i:24802;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:43;s:11:\"size_before\";i:96812;s:10:\"size_after\";i:96769;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.86999999999999744204615126363933086395263671875;s:5:\"bytes\";i:352;s:11:\"size_before\";i:1071;s:10:\"size_after\";i:719;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1700000000000000122124532708767219446599483489990234375;s:5:\"bytes\";i:64;s:11:\"size_before\";i:36871;s:10:\"size_after\";i:36807;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:11761;s:11:\"size_before\";i:79881;s:10:\"size_after\";i:68120;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:317;s:11:\"size_before\";i:810;s:10:\"size_after\";i:493;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(759,289,'wp-smush-lossy','1'),(760,289,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:17.122884064595130126917865709401667118072509765625;s:5:\"bytes\";i:212414;s:11:\"size_before\";i:1240527;s:10:\"size_after\";i:1028113;s:4:\"time\";d:6.410000000000000142108547152020037174224853515625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1359;s:11:\"size_before\";i:8446;s:10:\"size_after\";i:7087;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.219999999999998863131622783839702606201171875;s:5:\"bytes\";i:684;s:11:\"size_before\";i:3972;s:10:\"size_after\";i:3288;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:8444;s:11:\"size_before\";i:43094;s:10:\"size_after\";i:34650;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.190000000000001278976924368180334568023681640625;s:5:\"bytes\";i:933;s:11:\"size_before\";i:5763;s:10:\"size_after\";i:4830;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:481;s:11:\"size_before\";i:2504;s:10:\"size_after\";i:2023;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:4290;s:11:\"size_before\";i:21094;s:10:\"size_after\";i:16804;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:2450;s:11:\"size_before\";i:14644;s:10:\"size_after\";i:12194;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.690000000000001278976924368180334568023681640625;s:5:\"bytes\";i:2392;s:11:\"size_before\";i:13523;s:10:\"size_after\";i:11131;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2305;s:11:\"size_before\";i:12912;s:10:\"size_after\";i:10607;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.25;s:5:\"bytes\";i:4245;s:11:\"size_before\";i:23259;s:10:\"size_after\";i:19014;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:4460;s:11:\"size_before\";i:21595;s:10:\"size_after\";i:17135;s:4:\"time\";d:1.060000000000000053290705182007513940334320068359375;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:3607;s:11:\"size_before\";i:19889;s:10:\"size_after\";i:16282;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:5346;s:11:\"size_before\";i:27162;s:10:\"size_after\";i:21816;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:5402;s:11:\"size_before\";i:25440;s:10:\"size_after\";i:20038;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:488;s:11:\"size_before\";i:2279;s:10:\"size_after\";i:1791;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4830;s:10:\"size_after\";i:4830;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.35000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1848;s:11:\"size_before\";i:10649;s:10:\"size_after\";i:8801;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.38000000000000255795384873636066913604736328125;s:5:\"bytes\";i:322;s:11:\"size_before\";i:839;s:10:\"size_after\";i:517;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:4229;s:11:\"size_before\";i:22309;s:10:\"size_after\";i:18080;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:10959;s:11:\"size_before\";i:54703;s:10:\"size_after\";i:43744;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:16624;s:11:\"size_before\";i:79683;s:10:\"size_after\";i:63059;s:4:\"time\";d:0.5;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.8299999999999982946974341757595539093017578125;s:5:\"bytes\";i:316;s:11:\"size_before\";i:774;s:10:\"size_after\";i:458;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.3299999999999982946974341757595539093017578125;s:5:\"bytes\";i:2823;s:11:\"size_before\";i:14608;s:10:\"size_after\";i:11785;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.14999999999999857891452847979962825775146484375;s:5:\"bytes\";i:10559;s:11:\"size_before\";i:52406;s:10:\"size_after\";i:41847;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.52000000000000312638803734444081783294677734375;s:5:\"bytes\";i:322;s:11:\"size_before\";i:836;s:10:\"size_after\";i:514;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.969999999999998863131622783839702606201171875;s:5:\"bytes\";i:2422;s:11:\"size_before\";i:13479;s:10:\"size_after\";i:11057;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";i:20;s:5:\"bytes\";i:9471;s:11:\"size_before\";i:47347;s:10:\"size_after\";i:37876;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.629999999999999005240169935859739780426025390625;s:5:\"bytes\";i:16017;s:11:\"size_before\";i:77644;s:10:\"size_after\";i:61627;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:313;s:11:\"size_before\";i:794;s:10:\"size_after\";i:481;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.239999999999998436805981327779591083526611328125;s:5:\"bytes\";i:2384;s:11:\"size_before\";i:13071;s:10:\"size_after\";i:10687;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.059999999999998721023075631819665431976318359375;s:5:\"bytes\";i:9036;s:11:\"size_before\";i:45036;s:10:\"size_after\";i:36000;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.89999999999999857891452847979962825775146484375;s:5:\"bytes\";i:15506;s:11:\"size_before\";i:74175;s:10:\"size_after\";i:58669;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.24000000000000198951966012828052043914794921875;s:5:\"bytes\";i:310;s:11:\"size_before\";i:790;s:10:\"size_after\";i:480;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:4528;s:11:\"size_before\";i:21967;s:10:\"size_after\";i:17439;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:17052;s:11:\"size_before\";i:82738;s:10:\"size_after\";i:65686;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.81000000000000227373675443232059478759765625;s:5:\"bytes\";i:307;s:11:\"size_before\";i:882;s:10:\"size_after\";i:575;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"bytes\";i:28;s:11:\"size_before\";i:19014;s:10:\"size_after\";i:18986;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:10110;s:11:\"size_before\";i:50268;s:10:\"size_after\";i:40158;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:58669;s:10:\"size_after\";i:58669;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.7999999999999971578290569595992565155029296875;s:5:\"bytes\";i:311;s:11:\"size_before\";i:744;s:10:\"size_after\";i:433;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1053;s:11:\"size_before\";i:6489;s:10:\"size_after\";i:5436;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.10000000000000142108547152020037174224853515625;s:5:\"bytes\";i:15621;s:11:\"size_before\";i:74017;s:10:\"size_after\";i:58396;s:4:\"time\";d:0.419999999999999984456877655247808434069156646728515625;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.10000000000000142108547152020037174224853515625;s:5:\"bytes\";i:305;s:11:\"size_before\";i:869;s:10:\"size_after\";i:564;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17439;s:10:\"size_after\";i:17439;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.059999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:39;s:11:\"size_before\";i:65686;s:10:\"size_after\";i:65647;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.35000000000000142108547152020037174224853515625;s:5:\"bytes\";i:316;s:11:\"size_before\";i:920;s:10:\"size_after\";i:604;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.179999999999999993338661852249060757458209991455078125;s:5:\"bytes\";i:40;s:11:\"size_before\";i:21816;s:10:\"size_after\";i:21776;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:12047;s:11:\"size_before\";i:58697;s:10:\"size_after\";i:46650;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.63000000000000255795384873636066913604736328125;s:5:\"bytes\";i:310;s:11:\"size_before\";i:763;s:10:\"size_after\";i:453;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(761,288,'wp-smush-lossy','1'),(762,288,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.672688727909456218867489951662719249725341796875;s:5:\"bytes\";i:306720;s:11:\"size_before\";i:2420323;s:10:\"size_after\";i:2113603;s:4:\"time\";d:9.089999999999999857891452847979962825775146484375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.870000000000000994759830064140260219573974609375;s:5:\"bytes\";i:3016;s:11:\"size_before\";i:17882;s:10:\"size_after\";i:14866;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.9200000000000017053025658242404460906982421875;s:5:\"bytes\";i:1210;s:11:\"size_before\";i:6754;s:10:\"size_after\";i:5544;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5;s:5:\"bytes\";i:12799;s:11:\"size_before\";i:88244;s:10:\"size_after\";i:75445;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1781;s:11:\"size_before\";i:10694;s:10:\"size_after\";i:8913;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:685;s:11:\"size_before\";i:3692;s:10:\"size_after\";i:3007;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:6582;s:11:\"size_before\";i:43715;s:10:\"size_after\";i:37133;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:5099;s:11:\"size_before\";i:30815;s:10:\"size_after\";i:25716;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:4760;s:11:\"size_before\";i:28391;s:10:\"size_after\";i:23631;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.35000000000000142108547152020037174224853515625;s:5:\"bytes\";i:4449;s:11:\"size_before\";i:27214;s:10:\"size_after\";i:22765;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:7639;s:11:\"size_before\";i:50566;s:10:\"size_after\";i:42927;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:6752;s:11:\"size_before\";i:44045;s:10:\"size_after\";i:37293;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.010000000000001563194018672220408916473388671875;s:5:\"bytes\";i:7067;s:11:\"size_before\";i:44135;s:10:\"size_after\";i:37068;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:8299;s:11:\"size_before\";i:57263;s:10:\"size_after\";i:48964;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:7657;s:11:\"size_before\";i:51242;s:10:\"size_after\";i:43585;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.690000000000001278976924368180334568023681640625;s:5:\"bytes\";i:721;s:11:\"size_before\";i:3662;s:10:\"size_after\";i:2941;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1600000000000000033306690738754696212708950042724609375;s:5:\"bytes\";i:14;s:11:\"size_before\";i:8913;s:10:\"size_after\";i:8899;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.5;s:5:\"bytes\";i:3653;s:11:\"size_before\";i:22133;s:10:\"size_after\";i:18480;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.2000000000000028421709430404007434844970703125;s:5:\"bytes\";i:324;s:11:\"size_before\";i:871;s:10:\"size_after\";i:547;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:7045;s:11:\"size_before\";i:47272;s:10:\"size_after\";i:40227;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:15387;s:11:\"size_before\";i:103349;s:10:\"size_after\";i:87962;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:22101;s:11:\"size_before\";i:149182;s:10:\"size_after\";i:127081;s:4:\"time\";d:1.3300000000000000710542735760100185871124267578125;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:306;s:11:\"size_before\";i:813;s:10:\"size_after\";i:507;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:4410;s:11:\"size_before\";i:30122;s:10:\"size_after\";i:25712;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:14551;s:11:\"size_before\";i:98210;s:10:\"size_after\";i:83659;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.02000000000000312638803734444081783294677734375;s:5:\"bytes\";i:330;s:11:\"size_before\";i:868;s:10:\"size_after\";i:538;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:4158;s:11:\"size_before\";i:27795;s:10:\"size_after\";i:23637;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:13051;s:11:\"size_before\";i:89369;s:10:\"size_after\";i:76318;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:21396;s:11:\"size_before\";i:145539;s:10:\"size_after\";i:124143;s:4:\"time\";d:0.479999999999999982236431605997495353221893310546875;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.22999999999999687361196265555918216705322265625;s:5:\"bytes\";i:309;s:11:\"size_before\";i:830;s:10:\"size_after\";i:521;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:4113;s:11:\"size_before\";i:26893;s:10:\"size_after\";i:22780;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:12594;s:11:\"size_before\";i:85253;s:10:\"size_after\";i:72659;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:20616;s:11:\"size_before\";i:138982;s:10:\"size_after\";i:118366;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.56000000000000227373675443232059478759765625;s:5:\"bytes\";i:302;s:11:\"size_before\";i:826;s:10:\"size_after\";i:524;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:5905;s:11:\"size_before\";i:41759;s:10:\"size_after\";i:35854;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:22842;s:11:\"size_before\";i:154007;s:10:\"size_after\";i:131165;s:4:\"time\";d:0.4899999999999999911182158029987476766109466552734375;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.61999999999999744204615126363933086395263671875;s:5:\"bytes\";i:338;s:11:\"size_before\";i:949;s:10:\"size_after\";i:611;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1600000000000000033306690738754696212708950042724609375;s:5:\"bytes\";i:67;s:11:\"size_before\";i:42927;s:10:\"size_after\";i:42860;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:13969;s:11:\"size_before\";i:95745;s:10:\"size_after\";i:81776;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0899999999999999966693309261245303787291049957275390625;s:5:\"bytes\";i:104;s:11:\"size_before\";i:118366;s:10:\"size_after\";i:118262;s:4:\"time\";d:0.479999999999999982236431605997495353221893310546875;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:321;s:11:\"size_before\";i:763;s:10:\"size_after\";i:442;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.870000000000000994759830064140260219573974609375;s:5:\"bytes\";i:2204;s:11:\"size_before\";i:13065;s:10:\"size_after\";i:10861;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:20338;s:11:\"size_before\";i:138425;s:10:\"size_after\";i:118087;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.909999999999996589394868351519107818603515625;s:5:\"bytes\";i:330;s:11:\"size_before\";i:919;s:10:\"size_after\";i:589;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:17;s:11:\"size_before\";i:35854;s:10:\"size_after\";i:35837;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:104;s:11:\"size_before\";i:131165;s:10:\"size_after\";i:131061;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.7999999999999971578290569595992565155029296875;s:5:\"bytes\";i:335;s:11:\"size_before\";i:991;s:10:\"size_after\";i:656;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1700000000000000122124532708767219446599483489990234375;s:5:\"bytes\";i:82;s:11:\"size_before\";i:48964;s:10:\"size_after\";i:48882;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:16278;s:11:\"size_before\";i:110092;s:10:\"size_after\";i:93814;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:310;s:11:\"size_before\";i:798;s:10:\"size_after\";i:488;s:4:\"time\";d:1.0300000000000000266453525910037569701671600341796875;}}}'),(763,287,'wp-smush-lossy','1'),(764,287,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.2198492553096684787306003272533416748046875;s:5:\"bytes\";i:219523;s:11:\"size_before\";i:1660556;s:10:\"size_after\";i:1441033;s:4:\"time\";d:7.41999999999999726441046732361428439617156982421875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:1941;s:11:\"size_before\";i:12098;s:10:\"size_after\";i:10157;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.10000000000000142108547152020037174224853515625;s:5:\"bytes\";i:865;s:11:\"size_before\";i:5059;s:10:\"size_after\";i:4194;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:9142;s:11:\"size_before\";i:61039;s:10:\"size_after\";i:51897;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1150;s:11:\"size_before\";i:7547;s:10:\"size_after\";i:6397;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.489999999999998436805981327779591083526611328125;s:5:\"bytes\";i:535;s:11:\"size_before\";i:2894;s:10:\"size_after\";i:2359;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:3902;s:11:\"size_before\";i:25423;s:10:\"size_after\";i:21521;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:3035;s:11:\"size_before\";i:19985;s:10:\"size_after\";i:16950;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:2821;s:11:\"size_before\";i:18190;s:10:\"size_after\";i:15369;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2633;s:11:\"size_before\";i:17177;s:10:\"size_after\";i:14544;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:5211;s:11:\"size_before\";i:34000;s:10:\"size_after\";i:28789;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.870000000000000994759830064140260219573974609375;s:5:\"bytes\";i:4363;s:11:\"size_before\";i:25862;s:10:\"size_after\";i:21499;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:4566;s:11:\"size_before\";i:29478;s:10:\"size_after\";i:24912;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:6096;s:11:\"size_before\";i:39037;s:10:\"size_after\";i:32941;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:4871;s:11:\"size_before\";i:30174;s:10:\"size_after\";i:25303;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.0799999999999982946974341757595539093017578125;s:5:\"bytes\";i:493;s:11:\"size_before\";i:2584;s:10:\"size_after\";i:2091;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.190000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:12;s:11:\"size_before\";i:6397;s:10:\"size_after\";i:6385;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2363;s:11:\"size_before\";i:14816;s:10:\"size_after\";i:12453;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:325;s:11:\"size_before\";i:866;s:10:\"size_after\";i:541;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:5037;s:11:\"size_before\";i:31626;s:10:\"size_after\";i:26589;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:11011;s:11:\"size_before\";i:69427;s:10:\"size_after\";i:58416;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:16726;s:11:\"size_before\";i:107732;s:10:\"size_after\";i:91006;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:313;s:11:\"size_before\";i:816;s:10:\"size_after\";i:503;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3004;s:11:\"size_before\";i:19136;s:10:\"size_after\";i:16132;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.7799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:10513;s:11:\"size_before\";i:66607;s:10:\"size_after\";i:56094;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:319;s:11:\"size_before\";i:858;s:10:\"size_after\";i:539;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:2739;s:11:\"size_before\";i:17427;s:10:\"size_after\";i:14688;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:9343;s:11:\"size_before\";i:59146;s:10:\"size_after\";i:49803;s:4:\"time\";d:0.939999999999999946709294817992486059665679931640625;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:16160;s:11:\"size_before\";i:104930;s:10:\"size_after\";i:88770;s:4:\"time\";d:1.2800000000000000266453525910037569701671600341796875;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.10000000000000142108547152020037174224853515625;s:5:\"bytes\";i:317;s:11:\"size_before\";i:832;s:10:\"size_after\";i:515;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:2529;s:11:\"size_before\";i:16590;s:10:\"size_after\";i:14061;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:8583;s:11:\"size_before\";i:55494;s:10:\"size_after\";i:46911;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:15384;s:11:\"size_before\";i:99970;s:10:\"size_after\";i:84586;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:306;s:11:\"size_before\";i:831;s:10:\"size_after\";i:525;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:4617;s:11:\"size_before\";i:28544;s:10:\"size_after\";i:23927;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:17531;s:11:\"size_before\";i:112180;s:10:\"size_after\";i:94649;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.72999999999999687361196265555918216705322265625;s:5:\"bytes\";i:324;s:11:\"size_before\";i:933;s:10:\"size_after\";i:609;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:28;s:11:\"size_before\";i:28789;s:10:\"size_after\";i:28761;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:9957;s:11:\"size_before\";i:62581;s:10:\"size_after\";i:52624;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.11999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:100;s:11:\"size_before\";i:84586;s:10:\"size_after\";i:84486;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:316;s:11:\"size_before\";i:764;s:10:\"size_after\";i:448;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:1481;s:11:\"size_before\";i:9091;s:10:\"size_after\";i:7610;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.4399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:15376;s:11:\"size_before\";i:99575;s:10:\"size_after\";i:84199;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.9500000000000028421709430404007434844970703125;s:5:\"bytes\";i:324;s:11:\"size_before\";i:927;s:10:\"size_after\";i:603;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:17;s:11:\"size_before\";i:23927;s:10:\"size_after\";i:23910;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0899999999999999966693309261245303787291049957275390625;s:5:\"bytes\";i:87;s:11:\"size_before\";i:94649;s:10:\"size_after\";i:94562;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.22999999999999687361196265555918216705322265625;s:5:\"bytes\";i:331;s:11:\"size_before\";i:967;s:10:\"size_after\";i:636;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"bytes\";i:49;s:11:\"size_before\";i:32941;s:10:\"size_after\";i:32892;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:12062;s:11:\"size_before\";i:75253;s:10:\"size_after\";i:63191;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.3299999999999982946974341757595539093017578125;s:5:\"bytes\";i:315;s:11:\"size_before\";i:801;s:10:\"size_after\";i:486;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(765,286,'wp-smush-lossy','1'),(766,286,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.111446538160205221856813295744359493255615234375;s:5:\"bytes\";i:287105;s:11:\"size_before\";i:2034554;s:10:\"size_after\";i:1747449;s:4:\"time\";d:7.5399999999999973709918776876293122768402099609375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3072;s:11:\"size_before\";i:19392;s:10:\"size_after\";i:16320;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1443;s:11:\"size_before\";i:8522;s:10:\"size_after\";i:7079;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.059999999999998721023075631819665431976318359375;s:5:\"bytes\";i:12035;s:11:\"size_before\";i:74927;s:10:\"size_after\";i:62892;s:4:\"time\";d:0.25;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2038;s:11:\"size_before\";i:12774;s:10:\"size_after\";i:10736;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:943;s:11:\"size_before\";i:4922;s:10:\"size_after\";i:3979;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:6316;s:11:\"size_before\";i:38702;s:10:\"size_after\";i:32386;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:4762;s:11:\"size_before\";i:29967;s:10:\"size_after\";i:25205;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.25;s:5:\"bytes\";i:4461;s:11:\"size_before\";i:27449;s:10:\"size_after\";i:22988;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:4360;s:11:\"size_before\";i:26370;s:10:\"size_after\";i:22010;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.309999999999998721023075631819665431976318359375;s:5:\"bytes\";i:7270;s:11:\"size_before\";i:44572;s:10:\"size_after\";i:37302;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.190000000000001278976924368180334568023681640625;s:5:\"bytes\";i:6367;s:11:\"size_before\";i:39332;s:10:\"size_after\";i:32965;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:6515;s:11:\"size_before\";i:40894;s:10:\"size_after\";i:34379;s:4:\"time\";d:1.1100000000000000976996261670137755572795867919921875;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:8040;s:11:\"size_before\";i:48413;s:10:\"size_after\";i:40373;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.35000000000000142108547152020037174224853515625;s:5:\"bytes\";i:7353;s:11:\"size_before\";i:44983;s:10:\"size_after\";i:37630;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:886;s:11:\"size_before\";i:4435;s:10:\"size_after\";i:3549;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.4899999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:53;s:11:\"size_before\";i:10736;s:10:\"size_after\";i:10683;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.260000000000001563194018672220408916473388671875;s:5:\"bytes\";i:3733;s:11:\"size_before\";i:22957;s:10:\"size_after\";i:19224;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.969999999999998863131622783839702606201171875;s:5:\"bytes\";i:334;s:11:\"size_before\";i:955;s:10:\"size_after\";i:621;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.489999999999998436805981327779591083526611328125;s:5:\"bytes\";i:6661;s:11:\"size_before\";i:40392;s:10:\"size_after\";i:33731;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.370000000000000994759830064140260219573974609375;s:5:\"bytes\";i:13674;s:11:\"size_before\";i:83544;s:10:\"size_after\";i:69870;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:19767;s:11:\"size_before\";i:118742;s:10:\"size_after\";i:98975;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.89999999999999857891452847979962825775146484375;s:5:\"bytes\";i:317;s:11:\"size_before\";i:859;s:10:\"size_after\";i:542;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.760000000000001563194018672220408916473388671875;s:5:\"bytes\";i:4260;s:11:\"size_before\";i:25411;s:10:\"size_after\";i:21151;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.5799999999999982946974341757595539093017578125;s:5:\"bytes\";i:13822;s:11:\"size_before\";i:83349;s:10:\"size_after\";i:69527;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:330;s:11:\"size_before\";i:938;s:10:\"size_after\";i:608;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:4012;s:11:\"size_before\";i:23981;s:10:\"size_after\";i:19969;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:12619;s:11:\"size_before\";i:75771;s:10:\"size_after\";i:63152;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:19239;s:11:\"size_before\";i:116084;s:10:\"size_after\";i:96845;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.590000000000003410605131648480892181396484375;s:5:\"bytes\";i:322;s:11:\"size_before\";i:880;s:10:\"size_after\";i:558;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.620000000000000994759830064140260219573974609375;s:5:\"bytes\";i:3867;s:11:\"size_before\";i:23264;s:10:\"size_after\";i:19397;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.60000000000000142108547152020037174224853515625;s:5:\"bytes\";i:12019;s:11:\"size_before\";i:72410;s:10:\"size_after\";i:60391;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:18496;s:11:\"size_before\";i:111026;s:10:\"size_after\";i:92530;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:324;s:11:\"size_before\";i:873;s:10:\"size_after\";i:549;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.989999999999998436805981327779591083526611328125;s:5:\"bytes\";i:5582;s:11:\"size_before\";i:32846;s:10:\"size_after\";i:27264;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:20629;s:11:\"size_before\";i:122659;s:10:\"size_after\";i:102030;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:337;s:11:\"size_before\";i:1059;s:10:\"size_after\";i:722;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.320000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:118;s:11:\"size_before\";i:37302;s:10:\"size_after\";i:37184;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.129999999999999005240169935859739780426025390625;s:5:\"bytes\";i:12510;s:11:\"size_before\";i:77543;s:10:\"size_after\";i:65033;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.11999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:111;s:11:\"size_before\";i:92530;s:10:\"size_after\";i:92419;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.10000000000000142108547152020037174224853515625;s:5:\"bytes\";i:322;s:11:\"size_before\";i:803;s:10:\"size_after\";i:481;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2333;s:11:\"size_before\";i:15001;s:10:\"size_after\";i:12668;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:19420;s:11:\"size_before\";i:114969;s:10:\"size_after\";i:95549;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:331;s:11:\"size_before\";i:1030;s:10:\"size_after\";i:699;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.179999999999999993338661852249060757458209991455078125;s:5:\"bytes\";i:49;s:11:\"size_before\";i:27264;s:10:\"size_after\";i:27215;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0899999999999999966693309261245303787291049957275390625;s:5:\"bytes\";i:89;s:11:\"size_before\";i:102030;s:10:\"size_after\";i:101941;s:4:\"time\";d:0.25;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:363;s:11:\"size_before\";i:1142;s:10:\"size_after\";i:779;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.320000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:130;s:11:\"size_before\";i:40373;s:10:\"size_after\";i:40243;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.510000000000001563194018672220408916473388671875;s:5:\"bytes\";i:14754;s:11:\"size_before\";i:89348;s:10:\"size_after\";i:74594;s:4:\"time\";d:0.83999999999999996891375531049561686813831329345703125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.24000000000000198951966012828052043914794921875;s:5:\"bytes\";i:317;s:11:\"size_before\";i:829;s:10:\"size_after\";i:512;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(767,285,'wp-smush-lossy','1'),(768,285,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.7353545519352540082991254166699945926666259765625;s:5:\"bytes\";i:239923;s:11:\"size_before\";i:1883913;s:10:\"size_after\";i:1643990;s:4:\"time\";d:6.38999999999999790389892950770445168018341064453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:2741;s:11:\"size_before\";i:17478;s:10:\"size_after\";i:14737;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:1296;s:11:\"size_before\";i:7359;s:10:\"size_after\";i:6063;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:10215;s:11:\"size_before\";i:70883;s:10:\"size_after\";i:60668;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1842;s:11:\"size_before\";i:11103;s:10:\"size_after\";i:9261;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:822;s:11:\"size_before\";i:4132;s:10:\"size_after\";i:3310;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:5350;s:11:\"size_before\";i:35644;s:10:\"size_after\";i:30294;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:3930;s:11:\"size_before\";i:26979;s:10:\"size_after\";i:23049;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.2799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:3725;s:11:\"size_before\";i:24379;s:10:\"size_after\";i:20654;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3540;s:11:\"size_before\";i:23096;s:10:\"size_after\";i:19556;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:5820;s:11:\"size_before\";i:40427;s:10:\"size_after\";i:34607;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:5584;s:11:\"size_before\";i:37645;s:10:\"size_after\";i:32061;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:5550;s:11:\"size_before\";i:38443;s:10:\"size_after\";i:32893;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:6252;s:11:\"size_before\";i:42877;s:10:\"size_after\";i:36625;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:6108;s:11:\"size_before\";i:41956;s:10:\"size_after\";i:35848;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:737;s:11:\"size_before\";i:3725;s:10:\"size_after\";i:2988;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.25;s:5:\"bytes\";i:23;s:11:\"size_before\";i:9261;s:10:\"size_after\";i:9238;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:3183;s:11:\"size_before\";i:20994;s:10:\"size_after\";i:17811;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.61999999999999744204615126363933086395263671875;s:5:\"bytes\";i:338;s:11:\"size_before\";i:923;s:10:\"size_after\";i:585;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:5217;s:11:\"size_before\";i:35846;s:10:\"size_after\";i:30629;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:11507;s:11:\"size_before\";i:76450;s:10:\"size_after\";i:64943;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:16927;s:11:\"size_before\";i:112490;s:10:\"size_after\";i:95563;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.49000000000000198951966012828052043914794921875;s:5:\"bytes\";i:327;s:11:\"size_before\";i:828;s:10:\"size_after\";i:501;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3441;s:11:\"size_before\";i:23059;s:10:\"size_after\";i:19618;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:11185;s:11:\"size_before\";i:76147;s:10:\"size_after\";i:64962;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:343;s:11:\"size_before\";i:913;s:10:\"size_after\";i:570;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:3211;s:11:\"size_before\";i:21625;s:10:\"size_after\";i:18414;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:10115;s:11:\"size_before\";i:67951;s:10:\"size_after\";i:57836;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:16345;s:11:\"size_before\";i:110119;s:10:\"size_after\";i:93774;s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.39999999999999857891452847979962825775146484375;s:5:\"bytes\";i:340;s:11:\"size_before\";i:863;s:10:\"size_after\";i:523;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:3213;s:11:\"size_before\";i:21157;s:10:\"size_after\";i:17944;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:9575;s:11:\"size_before\";i:64428;s:10:\"size_after\";i:54853;s:4:\"time\";d:0.85999999999999998667732370449812151491641998291015625;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:15773;s:11:\"size_before\";i:105783;s:10:\"size_after\";i:90010;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.11999999999999744204615126363933086395263671875;s:5:\"bytes\";i:336;s:11:\"size_before\";i:859;s:10:\"size_after\";i:523;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:4693;s:11:\"size_before\";i:30217;s:10:\"size_after\";i:25524;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:17269;s:11:\"size_before\";i:115437;s:10:\"size_after\";i:98168;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:360;s:11:\"size_before\";i:1004;s:10:\"size_after\";i:644;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.25;s:5:\"bytes\";i:86;s:11:\"size_before\";i:34607;s:10:\"size_after\";i:34521;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:10522;s:11:\"size_before\";i:69697;s:10:\"size_after\";i:59175;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.179999999999999993338661852249060757458209991455078125;s:5:\"bytes\";i:160;s:11:\"size_before\";i:90010;s:10:\"size_after\";i:89850;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.49000000000000198951966012828052043914794921875;s:5:\"bytes\";i:324;s:11:\"size_before\";i:781;s:10:\"size_after\";i:457;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:2127;s:11:\"size_before\";i:13276;s:10:\"size_after\";i:11149;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:15849;s:11:\"size_before\";i:107504;s:10:\"size_after\";i:91655;s:4:\"time\";d:0.25;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.61999999999999744204615126363933086395263671875;s:5:\"bytes\";i:348;s:11:\"size_before\";i:977;s:10:\"size_after\";i:629;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:11;s:11:\"size_before\";i:25524;s:10:\"size_after\";i:25513;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1700000000000000122124532708767219446599483489990234375;s:5:\"bytes\";i:168;s:11:\"size_before\";i:98168;s:10:\"size_after\";i:98000;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.24000000000000198951966012828052043914794921875;s:5:\"bytes\";i:354;s:11:\"size_before\";i:1065;s:10:\"size_after\";i:711;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.25;s:5:\"bytes\";i:91;s:11:\"size_before\";i:36625;s:10:\"size_after\";i:36534;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:12330;s:11:\"size_before\";i:82381;s:10:\"size_after\";i:70051;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.11999999999999744204615126363933086395263671875;s:5:\"bytes\";i:320;s:11:\"size_before\";i:818;s:10:\"size_after\";i:498;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(769,284,'wp-smush-lossy','1'),(770,284,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.610805906902012196724172099493443965911865234375;s:5:\"bytes\";i:470485;s:11:\"size_before\";i:3456702;s:10:\"size_after\";i:2986217;s:4:\"time\";d:7.7299999999999986499688020558096468448638916015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.620000000000000994759830064140260219573974609375;s:5:\"bytes\";i:4158;s:11:\"size_before\";i:22331;s:10:\"size_after\";i:18173;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1477;s:11:\"size_before\";i:7870;s:10:\"size_after\";i:6393;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.25;s:5:\"bytes\";i:20668;s:11:\"size_before\";i:127215;s:10:\"size_after\";i:106547;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.370000000000000994759830064140260219573974609375;s:5:\"bytes\";i:2394;s:11:\"size_before\";i:13035;s:10:\"size_after\";i:10641;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:765;s:11:\"size_before\";i:4042;s:10:\"size_after\";i:3277;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:9306;s:11:\"size_before\";i:60150;s:10:\"size_after\";i:50844;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:7442;s:11:\"size_before\";i:41261;s:10:\"size_after\";i:33819;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:6792;s:11:\"size_before\";i:37785;s:10:\"size_after\";i:30993;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:6462;s:11:\"size_before\";i:36046;s:10:\"size_after\";i:29584;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.190000000000001278976924368180334568023681640625;s:5:\"bytes\";i:11758;s:11:\"size_before\";i:68386;s:10:\"size_after\";i:56628;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";i:15;s:5:\"bytes\";i:9262;s:11:\"size_before\";i:61738;s:10:\"size_after\";i:52476;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.969999999999998863131622783839702606201171875;s:5:\"bytes\";i:10770;s:11:\"size_before\";i:59932;s:10:\"size_after\";i:49162;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:12725;s:11:\"size_before\";i:77230;s:10:\"size_after\";i:64505;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:10478;s:11:\"size_before\";i:70838;s:10:\"size_after\";i:60360;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:802;s:11:\"size_before\";i:4098;s:10:\"size_after\";i:3296;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1600000000000000033306690738754696212708950042724609375;s:5:\"bytes\";i:17;s:11:\"size_before\";i:10641;s:10:\"size_after\";i:10624;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:5279;s:11:\"size_before\";i:28645;s:10:\"size_after\";i:23366;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:325;s:11:\"size_before\";i:901;s:10:\"size_after\";i:576;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:10469;s:11:\"size_before\";i:62371;s:10:\"size_after\";i:51902;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";i:16;s:5:\"bytes\";i:24314;s:11:\"size_before\";i:151924;s:10:\"size_after\";i:127610;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.239999999999998436805981327779591083526611328125;s:5:\"bytes\";i:36599;s:11:\"size_before\";i:225400;s:10:\"size_after\";i:188801;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.49000000000000198951966012828052043914794921875;s:5:\"bytes\";i:327;s:11:\"size_before\";i:828;s:10:\"size_after\";i:501;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.489999999999998436805981327779591083526611328125;s:5:\"bytes\";i:6460;s:11:\"size_before\";i:39164;s:10:\"size_after\";i:32704;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:20780;s:11:\"size_before\";i:139918;s:10:\"size_after\";i:119138;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:329;s:11:\"size_before\";i:880;s:10:\"size_after\";i:551;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.379999999999999005240169935859739780426025390625;s:5:\"bytes\";i:6190;s:11:\"size_before\";i:35621;s:10:\"size_after\";i:29431;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:18637;s:11:\"size_before\";i:125910;s:10:\"size_after\";i:107273;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.239999999999998436805981327779591083526611328125;s:5:\"bytes\";i:35633;s:11:\"size_before\";i:219387;s:10:\"size_after\";i:183754;s:4:\"time\";d:0.460000000000000019984014443252817727625370025634765625;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.63000000000000255795384873636066913604736328125;s:5:\"bytes\";i:315;s:11:\"size_before\";i:837;s:10:\"size_after\";i:522;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:5963;s:11:\"size_before\";i:34242;s:10:\"size_after\";i:28279;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:17565;s:11:\"size_before\";i:119685;s:10:\"size_after\";i:102120;s:4:\"time\";d:0.440000000000000002220446049250313080847263336181640625;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:34110;s:11:\"size_before\";i:208103;s:10:\"size_after\";i:173993;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.8299999999999982946974341757595539093017578125;s:5:\"bytes\";i:317;s:11:\"size_before\";i:838;s:10:\"size_after\";i:521;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:16;s:5:\"bytes\";i:9523;s:11:\"size_before\";i:59531;s:10:\"size_after\";i:50008;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:38092;s:11:\"size_before\";i:234000;s:10:\"size_after\";i:195908;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:326;s:11:\"size_before\";i:992;s:10:\"size_after\";i:666;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:59;s:11:\"size_before\";i:56628;s:10:\"size_after\";i:56569;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:22448;s:11:\"size_before\";i:139307;s:10:\"size_after\";i:116859;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0899999999999999966693309261245303787291049957275390625;s:5:\"bytes\";i:151;s:11:\"size_before\";i:173993;s:10:\"size_after\";i:173842;s:4:\"time\";d:0.479999999999999982236431605997495353221893310546875;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.409999999999996589394868351519107818603515625;s:5:\"bytes\";i:323;s:11:\"size_before\";i:780;s:10:\"size_after\";i:457;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2935;s:11:\"size_before\";i:16039;s:10:\"size_after\";i:13104;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:29982;s:11:\"size_before\";i:201389;s:10:\"size_after\";i:171407;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.02000000000000312638803734444081783294677734375;s:5:\"bytes\";i:320;s:11:\"size_before\";i:969;s:10:\"size_after\";i:649;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:38;s:11:\"size_before\";i:50008;s:10:\"size_after\";i:49970;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:143;s:11:\"size_before\";i:195908;s:10:\"size_after\";i:195765;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.06000000000000227373675443232059478759765625;s:5:\"bytes\";i:335;s:11:\"size_before\";i:1045;s:10:\"size_after\";i:710;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2200000000000000011102230246251565404236316680908203125;s:5:\"bytes\";i:139;s:11:\"size_before\";i:64505;s:10:\"size_after\";i:64366;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:26461;s:11:\"size_before\";i:163544;s:10:\"size_after\";i:137083;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.659999999999996589394868351519107818603515625;s:5:\"bytes\";i:322;s:11:\"size_before\";i:812;s:10:\"size_after\";i:490;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(771,283,'wp-smush-lossy','1'),(772,283,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.8287370542827598995927473879419267177581787109375;s:5:\"bytes\";i:278981;s:11:\"size_before\";i:2358502;s:10:\"size_after\";i:2079521;s:4:\"time\";d:6.56999999999999939603867460391484200954437255859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:3226;s:11:\"size_before\";i:20936;s:10:\"size_after\";i:17710;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:1248;s:11:\"size_before\";i:7499;s:10:\"size_after\";i:6251;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:12611;s:11:\"size_before\";i:93071;s:10:\"size_after\";i:80460;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1838;s:11:\"size_before\";i:11734;s:10:\"size_after\";i:9896;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:759;s:11:\"size_before\";i:4134;s:10:\"size_after\";i:3375;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:5046;s:11:\"size_before\";i:35535;s:10:\"size_after\";i:30489;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:4293;s:11:\"size_before\";i:30603;s:10:\"size_after\";i:26310;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:3751;s:11:\"size_before\";i:27350;s:10:\"size_after\";i:23599;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:3505;s:11:\"size_before\";i:25517;s:10:\"size_after\";i:22012;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:7261;s:11:\"size_before\";i:53150;s:10:\"size_after\";i:45889;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:5081;s:11:\"size_before\";i:35535;s:10:\"size_after\";i:30454;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:6881;s:11:\"size_before\";i:48536;s:10:\"size_after\";i:41655;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:7935;s:11:\"size_before\";i:57644;s:10:\"size_after\";i:49709;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:5826;s:11:\"size_before\";i:41353;s:10:\"size_after\";i:35527;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.620000000000000994759830064140260219573974609375;s:5:\"bytes\";i:671;s:11:\"size_before\";i:3808;s:10:\"size_after\";i:3137;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:69;s:11:\"size_before\";i:9896;s:10:\"size_after\";i:9827;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:3400;s:11:\"size_before\";i:23262;s:10:\"size_after\";i:19862;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.409999999999996589394868351519107818603515625;s:5:\"bytes\";i:324;s:11:\"size_before\";i:915;s:10:\"size_after\";i:591;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:6449;s:11:\"size_before\";i:46972;s:10:\"size_after\";i:40523;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:13197;s:11:\"size_before\";i:92460;s:10:\"size_after\";i:79263;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:20296;s:11:\"size_before\";i:150458;s:10:\"size_after\";i:130162;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.75;s:5:\"bytes\";i:317;s:11:\"size_before\";i:818;s:10:\"size_after\";i:501;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:3778;s:11:\"size_before\";i:27512;s:10:\"size_after\";i:23734;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:12878;s:11:\"size_before\";i:92494;s:10:\"size_after\";i:79616;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:37;s:5:\"bytes\";i:330;s:11:\"size_before\";i:892;s:10:\"size_after\";i:562;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:3511;s:11:\"size_before\";i:25923;s:10:\"size_after\";i:22412;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:11469;s:11:\"size_before\";i:81246;s:10:\"size_after\";i:69777;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:19885;s:11:\"size_before\";i:146188;s:10:\"size_after\";i:126303;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.61999999999999744204615126363933086395263671875;s:5:\"bytes\";i:313;s:11:\"size_before\";i:832;s:10:\"size_after\";i:519;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3495;s:11:\"size_before\";i:25255;s:10:\"size_after\";i:21760;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:10532;s:11:\"size_before\";i:76024;s:10:\"size_after\";i:65492;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:18727;s:11:\"size_before\";i:137648;s:10:\"size_after\";i:118921;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.0799999999999982946974341757595539093017578125;s:5:\"bytes\";i:318;s:11:\"size_before\";i:835;s:10:\"size_after\";i:517;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:5150;s:11:\"size_before\";i:36082;s:10:\"size_after\";i:30932;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:21465;s:11:\"size_before\";i:157076;s:10:\"size_after\";i:135611;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:321;s:11:\"size_before\";i:989;s:10:\"size_after\";i:668;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.939999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:430;s:11:\"size_before\";i:45889;s:10:\"size_after\";i:45459;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:11878;s:11:\"size_before\";i:82704;s:10:\"size_after\";i:70826;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.7600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:901;s:11:\"size_before\";i:118921;s:10:\"size_after\";i:118020;s:4:\"time\";d:0.25;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:319;s:11:\"size_before\";i:774;s:10:\"size_after\";i:455;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:2474;s:11:\"size_before\";i:15525;s:10:\"size_after\";i:13051;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:20108;s:11:\"size_before\";i:144435;s:10:\"size_after\";i:124327;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:324;s:11:\"size_before\";i:988;s:10:\"size_after\";i:664;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.75;s:5:\"bytes\";i:231;s:11:\"size_before\";i:30932;s:10:\"size_after\";i:30701;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.56999999999999995115018691649311222136020660400390625;s:5:\"bytes\";i:772;s:11:\"size_before\";i:135611;s:10:\"size_after\";i:134839;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.559999999999998721023075631819665431976318359375;s:5:\"bytes\";i:338;s:11:\"size_before\";i:1071;s:10:\"size_after\";i:733;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.88000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:437;s:11:\"size_before\";i:49709;s:10:\"size_after\";i:49272;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:14296;s:11:\"size_before\";i:100961;s:10:\"size_after\";i:86665;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.63000000000000255795384873636066913604736328125;s:5:\"bytes\";i:317;s:11:\"size_before\";i:800;s:10:\"size_after\";i:483;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(773,282,'wp-smush-lossy','1'),(774,282,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.8304592956929663927212459384463727474212646484375;s:5:\"bytes\";i:275884;s:11:\"size_before\";i:2150227;s:10:\"size_after\";i:1874343;s:4:\"time\";d:6.64999999999999857891452847979962825775146484375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:2683;s:11:\"size_before\";i:16290;s:10:\"size_after\";i:13607;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:1261;s:11:\"size_before\";i:6777;s:10:\"size_after\";i:5516;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:11641;s:11:\"size_before\";i:78557;s:10:\"size_after\";i:66916;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.14999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1792;s:11:\"size_before\";i:10452;s:10:\"size_after\";i:8660;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.5799999999999982946974341757595539093017578125;s:5:\"bytes\";i:805;s:11:\"size_before\";i:3912;s:10:\"size_after\";i:3107;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.35000000000000142108547152020037174224853515625;s:5:\"bytes\";i:5099;s:11:\"size_before\";i:31189;s:10:\"size_after\";i:26090;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:4374;s:11:\"size_before\";i:28196;s:10:\"size_after\";i:23822;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:4001;s:11:\"size_before\";i:25457;s:10:\"size_after\";i:21456;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:3734;s:11:\"size_before\";i:23773;s:10:\"size_after\";i:20039;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.25;s:5:\"bytes\";i:6678;s:11:\"size_before\";i:43783;s:10:\"size_after\";i:37105;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:5220;s:11:\"size_before\";i:31503;s:10:\"size_after\";i:26283;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:6072;s:11:\"size_before\";i:38972;s:10:\"size_after\";i:32900;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:7497;s:11:\"size_before\";i:49600;s:10:\"size_after\";i:42103;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:6097;s:11:\"size_before\";i:36911;s:10:\"size_after\";i:30814;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.1700000000000017053025658242404460906982421875;s:5:\"bytes\";i:680;s:11:\"size_before\";i:3547;s:10:\"size_after\";i:2867;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0899999999999999966693309261245303787291049957275390625;s:5:\"bytes\";i:8;s:11:\"size_before\";i:8660;s:10:\"size_after\";i:8652;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3255;s:11:\"size_before\";i:20405;s:10:\"size_after\";i:17150;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.31000000000000227373675443232059478759765625;s:5:\"bytes\";i:350;s:11:\"size_before\";i:938;s:10:\"size_after\";i:588;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:6282;s:11:\"size_before\";i:41065;s:10:\"size_after\";i:34783;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:14278;s:11:\"size_before\";i:93193;s:10:\"size_after\";i:78915;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:20530;s:11:\"size_before\";i:137659;s:10:\"size_after\";i:117129;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.31000000000000227373675443232059478759765625;s:5:\"bytes\";i:321;s:11:\"size_before\";i:838;s:10:\"size_after\";i:517;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:3675;s:11:\"size_before\";i:24608;s:10:\"size_after\";i:20933;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:12996;s:11:\"size_before\";i:88946;s:10:\"size_after\";i:75950;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:326;s:11:\"size_before\";i:919;s:10:\"size_after\";i:593;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:3531;s:11:\"size_before\";i:23222;s:10:\"size_after\";i:19691;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:11937;s:11:\"size_before\";i:79423;s:10:\"size_after\";i:67486;s:4:\"time\";d:0.560000000000000053290705182007513940334320068359375;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:19936;s:11:\"size_before\";i:134649;s:10:\"size_after\";i:114713;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.27000000000000312638803734444081783294677734375;s:5:\"bytes\";i:331;s:11:\"size_before\";i:865;s:10:\"size_after\";i:534;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:3614;s:11:\"size_before\";i:22648;s:10:\"size_after\";i:19034;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:10981;s:11:\"size_before\";i:73973;s:10:\"size_after\";i:62992;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:19121;s:11:\"size_before\";i:128552;s:10:\"size_after\";i:109431;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.18999999999999772626324556767940521240234375;s:5:\"bytes\";i:339;s:11:\"size_before\";i:865;s:10:\"size_after\";i:526;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:5055;s:11:\"size_before\";i:34505;s:10:\"size_after\";i:29450;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:20904;s:11:\"size_before\";i:141085;s:10:\"size_after\";i:120181;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.72999999999999687361196265555918216705322265625;s:5:\"bytes\";i:344;s:11:\"size_before\";i:1020;s:10:\"size_after\";i:676;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2099999999999999922284388276239042170345783233642578125;s:5:\"bytes\";i:79;s:11:\"size_before\";i:37105;s:10:\"size_after\";i:37026;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:12837;s:11:\"size_before\";i:83080;s:10:\"size_after\";i:70243;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.11000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:117;s:11:\"size_before\";i:109431;s:10:\"size_after\";i:109314;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.090000000000003410605131648480892181396484375;s:5:\"bytes\";i:323;s:11:\"size_before\";i:786;s:10:\"size_after\";i:463;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.25;s:5:\"bytes\";i:2096;s:11:\"size_before\";i:12150;s:10:\"size_after\";i:10054;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:18279;s:11:\"size_before\";i:125408;s:10:\"size_after\";i:107129;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:357;s:11:\"size_before\";i:1008;s:10:\"size_after\";i:651;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:12;s:11:\"size_before\";i:29450;s:10:\"size_after\";i:29438;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.13000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:162;s:11:\"size_before\";i:120181;s:10:\"size_after\";i:120019;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.090000000000003410605131648480892181396484375;s:5:\"bytes\";i:352;s:11:\"size_before\";i:1097;s:10:\"size_after\";i:745;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2300000000000000099920072216264088638126850128173828125;s:5:\"bytes\";i:95;s:11:\"size_before\";i:42103;s:10:\"size_after\";i:42008;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";i:15;s:5:\"bytes\";i:15098;s:11:\"size_before\";i:100649;s:10:\"size_after\";i:85551;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.02000000000000312638803734444081783294677734375;s:5:\"bytes\";i:329;s:11:\"size_before\";i:822;s:10:\"size_after\";i:493;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(775,281,'wp-smush-lossy','1'),(776,281,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.856401379202697654591247555799782276153564453125;s:5:\"bytes\";i:273459;s:11:\"size_before\";i:2127026;s:10:\"size_after\";i:1853567;s:4:\"time\";d:8.0199999999999977973175191436894237995147705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2325;s:11:\"size_before\";i:14579;s:10:\"size_after\";i:12254;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:1021;s:11:\"size_before\";i:6173;s:10:\"size_after\";i:5152;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:11600;s:11:\"size_before\";i:75716;s:10:\"size_after\";i:64116;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1477;s:11:\"size_before\";i:9485;s:10:\"size_after\";i:8008;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:653;s:11:\"size_before\";i:3564;s:10:\"size_after\";i:2911;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:5191;s:11:\"size_before\";i:36058;s:10:\"size_after\";i:30867;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:3900;s:11:\"size_before\";i:25989;s:10:\"size_after\";i:22089;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3661;s:11:\"size_before\";i:24131;s:10:\"size_after\";i:20470;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:3462;s:11:\"size_before\";i:23136;s:10:\"size_after\";i:19674;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:6541;s:11:\"size_before\";i:41038;s:10:\"size_after\";i:34497;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:5148;s:11:\"size_before\";i:34662;s:10:\"size_after\";i:29514;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:5650;s:11:\"size_before\";i:35950;s:10:\"size_after\";i:30300;s:4:\"time\";d:1.100000000000000088817841970012523233890533447265625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:7466;s:11:\"size_before\";i:46954;s:10:\"size_after\";i:39488;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:5948;s:11:\"size_before\";i:41110;s:10:\"size_after\";i:35162;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:600;s:11:\"size_before\";i:3143;s:10:\"size_after\";i:2543;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.39000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:31;s:11:\"size_before\";i:8008;s:10:\"size_after\";i:7977;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.190000000000001278976924368180334568023681640625;s:5:\"bytes\";i:3008;s:11:\"size_before\";i:18577;s:10:\"size_after\";i:15569;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.52000000000000312638803734444081783294677734375;s:5:\"bytes\";i:340;s:11:\"size_before\";i:931;s:10:\"size_after\";i:591;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:6134;s:11:\"size_before\";i:38122;s:10:\"size_after\";i:31988;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:14170;s:11:\"size_before\";i:91970;s:10:\"size_after\";i:77800;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:20952;s:11:\"size_before\";i:138130;s:10:\"size_after\";i:117178;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:38;s:5:\"bytes\";i:320;s:11:\"size_before\";i:842;s:10:\"size_after\";i:522;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:3827;s:11:\"size_before\";i:24494;s:10:\"size_after\";i:20667;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:12626;s:11:\"size_before\";i:86134;s:10:\"size_after\";i:73508;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.14999999999999857891452847979962825775146484375;s:5:\"bytes\";i:334;s:11:\"size_before\";i:924;s:10:\"size_after\";i:590;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.120000000000000994759830064140260219573974609375;s:5:\"bytes\";i:3599;s:11:\"size_before\";i:22326;s:10:\"size_after\";i:18727;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:11185;s:11:\"size_before\";i:77306;s:10:\"size_after\";i:66121;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:20483;s:11:\"size_before\";i:134799;s:10:\"size_after\";i:114316;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:315;s:11:\"size_before\";i:862;s:10:\"size_after\";i:547;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:3488;s:11:\"size_before\";i:21375;s:10:\"size_after\";i:17887;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:10546;s:11:\"size_before\";i:73259;s:10:\"size_after\";i:62713;s:4:\"time\";d:0.8000000000000000444089209850062616169452667236328125;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.2799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:19567;s:11:\"size_before\";i:128052;s:10:\"size_after\";i:108485;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.3299999999999982946974341757595539093017578125;s:5:\"bytes\";i:324;s:11:\"size_before\";i:868;s:10:\"size_after\";i:544;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:5790;s:11:\"size_before\";i:37585;s:10:\"size_after\";i:31795;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:21727;s:11:\"size_before\";i:143361;s:10:\"size_after\";i:121634;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.68999999999999772626324556767940521240234375;s:5:\"bytes\";i:342;s:11:\"size_before\";i:1015;s:10:\"size_after\";i:673;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.309999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:107;s:11:\"size_before\";i:34497;s:10:\"size_after\";i:34390;s:4:\"time\";d:0.5;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:12682;s:11:\"size_before\";i:83571;s:10:\"size_after\";i:70889;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"bytes\";i:215;s:11:\"size_before\";i:108485;s:10:\"size_after\";i:108270;s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.9200000000000017053025658242404460906982421875;s:5:\"bytes\";i:315;s:11:\"size_before\";i:789;s:10:\"size_after\";i:474;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:1739;s:11:\"size_before\";i:10896;s:10:\"size_after\";i:9157;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:18421;s:11:\"size_before\";i:123206;s:10:\"size_after\";i:104785;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.3299999999999982946974341757595539093017578125;s:5:\"bytes\";i:333;s:11:\"size_before\";i:999;s:10:\"size_after\";i:666;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1600000000000000033306690738754696212708950042724609375;s:5:\"bytes\";i:51;s:11:\"size_before\";i:31795;s:10:\"size_after\";i:31744;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1700000000000000122124532708767219446599483489990234375;s:5:\"bytes\";i:204;s:11:\"size_before\";i:121634;s:10:\"size_after\";i:121430;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.27000000000000312638803734444081783294677734375;s:5:\"bytes\";i:352;s:11:\"size_before\";i:1058;s:10:\"size_after\";i:706;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.25;s:5:\"bytes\";i:98;s:11:\"size_before\";i:39488;s:10:\"size_after\";i:39390;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:14868;s:11:\"size_before\";i:99157;s:10:\"size_after\";i:84289;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.25;s:5:\"bytes\";i:323;s:11:\"size_before\";i:823;s:10:\"size_after\";i:500;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(777,280,'wp-smush-lossy','1'),(778,280,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.98831830898824790665457840077579021453857421875;s:5:\"bytes\";i:315633;s:11:\"size_before\";i:2632838;s:10:\"size_after\";i:2317205;s:4:\"time\";d:9.50999999999999801048033987171947956085205078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.190000000000001278976924368180334568023681640625;s:5:\"bytes\";i:2851;s:11:\"size_before\";i:17607;s:10:\"size_after\";i:14756;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1118;s:11:\"size_before\";i:6702;s:10:\"size_after\";i:5584;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:13175;s:11:\"size_before\";i:93641;s:10:\"size_after\";i:80466;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1739;s:11:\"size_before\";i:10746;s:10:\"size_after\";i:9007;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.690000000000001278976924368180334568023681640625;s:5:\"bytes\";i:665;s:11:\"size_before\";i:3759;s:10:\"size_after\";i:3094;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:6612;s:11:\"size_before\";i:47619;s:10:\"size_after\";i:41007;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:5075;s:11:\"size_before\";i:32365;s:10:\"size_after\";i:27290;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4640;s:11:\"size_before\";i:29559;s:10:\"size_after\";i:24919;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:4512;s:11:\"size_before\";i:28324;s:10:\"size_after\";i:23812;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:7748;s:11:\"size_before\";i:51984;s:10:\"size_after\";i:44236;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:6584;s:11:\"size_before\";i:48227;s:10:\"size_after\";i:41643;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:6881;s:11:\"size_before\";i:44788;s:10:\"size_after\";i:37907;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:8483;s:11:\"size_before\";i:59232;s:10:\"size_after\";i:50749;s:4:\"time\";d:0.25;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:7762;s:11:\"size_before\";i:56379;s:10:\"size_after\";i:48617;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.260000000000001563194018672220408916473388671875;s:5:\"bytes\";i:747;s:11:\"size_before\";i:4090;s:10:\"size_after\";i:3343;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.330000000000000015543122344752191565930843353271484375;s:5:\"bytes\";i:30;s:11:\"size_before\";i:9007;s:10:\"size_after\";i:8977;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:3669;s:11:\"size_before\";i:22637;s:10:\"size_after\";i:18968;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.9200000000000017053025658242404460906982421875;s:5:\"bytes\";i:324;s:11:\"size_before\";i:902;s:10:\"size_after\";i:578;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:7107;s:11:\"size_before\";i:48305;s:10:\"size_after\";i:41198;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:16220;s:11:\"size_before\";i:117063;s:10:\"size_after\";i:100843;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:23061;s:11:\"size_before\";i:165460;s:10:\"size_after\";i:142399;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:314;s:11:\"size_before\";i:817;s:10:\"size_after\";i:503;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:4193;s:11:\"size_before\";i:29905;s:10:\"size_after\";i:25712;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:15046;s:11:\"size_before\";i:109105;s:10:\"size_after\";i:94059;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.47999999999999687361196265555918216705322265625;s:5:\"bytes\";i:321;s:11:\"size_before\";i:880;s:10:\"size_after\";i:559;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:4083;s:11:\"size_before\";i:27766;s:10:\"size_after\";i:23683;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:13733;s:11:\"size_before\";i:99176;s:10:\"size_after\";i:85443;s:4:\"time\";d:0.7199999999999999733546474089962430298328399658203125;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:22302;s:11:\"size_before\";i:161906;s:10:\"size_after\";i:139604;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.9500000000000028421709430404007434844970703125;s:5:\"bytes\";i:318;s:11:\"size_before\";i:838;s:10:\"size_after\";i:520;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:3962;s:11:\"size_before\";i:26739;s:10:\"size_after\";i:22777;s:4:\"time\";d:1.0700000000000000621724893790087662637233734130859375;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:12994;s:11:\"size_before\";i:94811;s:10:\"size_after\";i:81817;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:21830;s:11:\"size_before\";i:155268;s:10:\"size_after\";i:133438;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.22999999999999687361196265555918216705322265625;s:5:\"bytes\";i:320;s:11:\"size_before\";i:837;s:10:\"size_after\";i:517;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:5899;s:11:\"size_before\";i:42335;s:10:\"size_after\";i:36436;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:23830;s:11:\"size_before\";i:171072;s:10:\"size_after\";i:147242;s:4:\"time\";d:0.429999999999999993338661852249060757458209991455078125;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.969999999999998863131622783839702606201171875;s:5:\"bytes\";i:337;s:11:\"size_before\";i:992;s:10:\"size_after\";i:655;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2099999999999999922284388276239042170345783233642578125;s:5:\"bytes\";i:91;s:11:\"size_before\";i:44236;s:10:\"size_after\";i:44145;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:15095;s:11:\"size_before\";i:108505;s:10:\"size_after\";i:93410;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:130;s:11:\"size_before\";i:133438;s:10:\"size_after\";i:133308;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:313;s:11:\"size_before\";i:770;s:10:\"size_after\";i:457;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:2067;s:11:\"size_before\";i:12977;s:10:\"size_after\";i:10910;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:20810;s:11:\"size_before\";i:150089;s:10:\"size_after\";i:129279;s:4:\"time\";d:0.57999999999999996003197111349436454474925994873046875;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:333;s:11:\"size_before\";i:971;s:10:\"size_after\";i:638;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2200000000000000011102230246251565404236316680908203125;s:5:\"bytes\";i:81;s:11:\"size_before\";i:36436;s:10:\"size_after\";i:36355;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.14000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:202;s:11:\"size_before\";i:147242;s:10:\"size_after\";i:147040;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.2999999999999971578290569595992565155029296875;s:5:\"bytes\";i:357;s:11:\"size_before\";i:1072;s:10:\"size_after\";i:715;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"bytes\";i:78;s:11:\"size_before\";i:50749;s:10:\"size_after\";i:50671;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:17281;s:11:\"size_before\";i:124709;s:10:\"size_after\";i:107428;s:4:\"time\";d:1.1100000000000000976996261670137755572795867919921875;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.7000000000000028421709430404007434844970703125;s:5:\"bytes\";i:310;s:11:\"size_before\";i:801;s:10:\"size_after\";i:491;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(779,279,'wp-smush-lossy','1'),(780,279,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.711027207904333380383832263760268688201904296875;s:5:\"bytes\";i:270812;s:11:\"size_before\";i:2312453;s:10:\"size_after\";i:2041641;s:4:\"time\";d:7.6599999999999983657517077517695724964141845703125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:2751;s:11:\"size_before\";i:17893;s:10:\"size_after\";i:15142;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.760000000000001563194018672220408916473388671875;s:5:\"bytes\";i:1251;s:11:\"size_before\";i:7462;s:10:\"size_after\";i:6211;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:11217;s:11:\"size_before\";i:83329;s:10:\"size_after\";i:72112;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:1840;s:11:\"size_before\";i:11521;s:10:\"size_after\";i:9681;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.969999999999998863131622783839702606201171875;s:5:\"bytes\";i:739;s:11:\"size_before\";i:4113;s:10:\"size_after\";i:3374;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:5638;s:11:\"size_before\";i:39364;s:10:\"size_after\";i:33726;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:4655;s:11:\"size_before\";i:31332;s:10:\"size_after\";i:26677;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";i:15;s:5:\"bytes\";i:4287;s:11:\"size_before\";i:28579;s:10:\"size_after\";i:24292;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:4090;s:11:\"size_before\";i:27008;s:10:\"size_after\";i:22918;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:6925;s:11:\"size_before\";i:48730;s:10:\"size_after\";i:41805;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:5370;s:11:\"size_before\";i:39852;s:10:\"size_after\";i:34482;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:6216;s:11:\"size_before\";i:42613;s:10:\"size_after\";i:36397;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:7902;s:11:\"size_before\";i:56558;s:10:\"size_after\";i:48656;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:6162;s:11:\"size_before\";i:45795;s:10:\"size_after\";i:39633;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.89999999999999857891452847979962825775146484375;s:5:\"bytes\";i:738;s:11:\"size_before\";i:4124;s:10:\"size_after\";i:3386;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.5100000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:49;s:11:\"size_before\";i:9681;s:10:\"size_after\";i:9632;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:3514;s:11:\"size_before\";i:22728;s:10:\"size_after\";i:19214;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:332;s:11:\"size_before\";i:939;s:10:\"size_after\";i:607;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:6774;s:11:\"size_before\";i:47140;s:10:\"size_after\";i:40366;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:13349;s:11:\"size_before\";i:97571;s:10:\"size_after\";i:84222;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:19157;s:11:\"size_before\";i:139481;s:10:\"size_after\";i:120324;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.61999999999999744204615126363933086395263671875;s:5:\"bytes\";i:319;s:11:\"size_before\";i:826;s:10:\"size_after\";i:507;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4395;s:11:\"size_before\";i:30408;s:10:\"size_after\";i:26013;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.7799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:11945;s:11:\"size_before\";i:93497;s:10:\"size_after\";i:81552;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.409999999999996589394868351519107818603515625;s:5:\"bytes\";i:339;s:11:\"size_before\";i:931;s:10:\"size_after\";i:592;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:4205;s:11:\"size_before\";i:28227;s:10:\"size_after\";i:24022;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.9399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:10913;s:11:\"size_before\";i:84367;s:10:\"size_after\";i:73454;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:18679;s:11:\"size_before\";i:136004;s:10:\"size_after\";i:117325;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.81000000000000227373675443232059478759765625;s:5:\"bytes\";i:324;s:11:\"size_before\";i:857;s:10:\"size_after\";i:533;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:4081;s:11:\"size_before\";i:27157;s:10:\"size_after\";i:23076;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:10241;s:11:\"size_before\";i:79657;s:10:\"size_after\";i:69416;s:4:\"time\";d:0.25;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.75;s:5:\"bytes\";i:17852;s:11:\"size_before\";i:129794;s:10:\"size_after\";i:111942;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.969999999999998863131622783839702606201171875;s:5:\"bytes\";i:325;s:11:\"size_before\";i:856;s:10:\"size_after\";i:531;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:6197;s:11:\"size_before\";i:43284;s:10:\"size_after\";i:37087;s:4:\"time\";d:1.12999999999999989341858963598497211933135986328125;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:19849;s:11:\"size_before\";i:144764;s:10:\"size_after\";i:124915;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.75999999999999801048033987171947956085205078125;s:5:\"bytes\";i:341;s:11:\"size_before\";i:1010;s:10:\"size_after\";i:669;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.36999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:156;s:11:\"size_before\";i:41805;s:10:\"size_after\";i:41649;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:12188;s:11:\"size_before\";i:89023;s:10:\"size_after\";i:76835;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2099999999999999922284388276239042170345783233642578125;s:5:\"bytes\";i:231;s:11:\"size_before\";i:111942;s:10:\"size_after\";i:111711;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.36999999999999744204615126363933086395263671875;s:5:\"bytes\";i:326;s:11:\"size_before\";i:788;s:10:\"size_after\";i:462;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:2049;s:11:\"size_before\";i:13397;s:10:\"size_after\";i:11348;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.0299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:16835;s:11:\"size_before\";i:129172;s:10:\"size_after\";i:112337;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.43999999999999772626324556767940521240234375;s:5:\"bytes\";i:342;s:11:\"size_before\";i:993;s:10:\"size_after\";i:651;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2099999999999999922284388276239042170345783233642578125;s:5:\"bytes\";i:79;s:11:\"size_before\";i:37087;s:10:\"size_after\";i:37008;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.270000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:335;s:11:\"size_before\";i:124915;s:10:\"size_after\";i:124580;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.809999999999998721023075631819665431976318359375;s:5:\"bytes\";i:347;s:11:\"size_before\";i:1091;s:10:\"size_after\";i:744;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2800000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:134;s:11:\"size_before\";i:48656;s:10:\"size_after\";i:48522;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:14506;s:11:\"size_before\";i:105314;s:10:\"size_after\";i:90808;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.49000000000000198951966012828052043914794921875;s:5:\"bytes\";i:323;s:11:\"size_before\";i:818;s:10:\"size_after\";i:495;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(781,278,'wp-smush-lossy','1'),(782,278,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.4480277785739730234126909635961055755615234375;s:5:\"bytes\";i:304002;s:11:\"size_before\";i:2442170;s:10:\"size_after\";i:2138168;s:4:\"time\";d:7.7400000000000002131628207280300557613372802734375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:2659;s:11:\"size_before\";i:16961;s:10:\"size_after\";i:14302;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.75;s:5:\"bytes\";i:1199;s:11:\"size_before\";i:7158;s:10:\"size_after\";i:5959;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.2200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:11938;s:11:\"size_before\";i:83924;s:10:\"size_after\";i:71986;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.25;s:5:\"bytes\";i:1853;s:11:\"size_before\";i:11402;s:10:\"size_after\";i:9549;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.780000000000001136868377216160297393798828125;s:5:\"bytes\";i:790;s:11:\"size_before\";i:3993;s:10:\"size_after\";i:3203;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:7149;s:11:\"size_before\";i:49215;s:10:\"size_after\";i:42066;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.129999999999999005240169935859739780426025390625;s:5:\"bytes\";i:5190;s:11:\"size_before\";i:32178;s:10:\"size_after\";i:26988;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:4892;s:11:\"size_before\";i:29899;s:10:\"size_after\";i:25007;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.39999999999999857891452847979962825775146484375;s:5:\"bytes\";i:4734;s:11:\"size_before\";i:28858;s:10:\"size_after\";i:24124;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:7210;s:11:\"size_before\";i:46982;s:10:\"size_after\";i:39772;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:7138;s:11:\"size_before\";i:50943;s:10:\"size_after\";i:43805;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:6599;s:11:\"size_before\";i:41120;s:10:\"size_after\";i:34521;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:7938;s:11:\"size_before\";i:52519;s:10:\"size_after\";i:44581;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:8007;s:11:\"size_before\";i:58298;s:10:\"size_after\";i:50291;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.440000000000001278976924368180334568023681640625;s:5:\"bytes\";i:750;s:11:\"size_before\";i:3858;s:10:\"size_after\";i:3108;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.35999999999999998667732370449812151491641998291015625;s:5:\"bytes\";i:34;s:11:\"size_before\";i:9549;s:10:\"size_after\";i:9515;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:3600;s:11:\"size_before\";i:22627;s:10:\"size_after\";i:19027;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.52000000000000312638803734444081783294677734375;s:5:\"bytes\";i:325;s:11:\"size_before\";i:915;s:10:\"size_after\";i:590;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:6617;s:11:\"size_before\";i:43090;s:10:\"size_after\";i:36473;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:16334;s:11:\"size_before\";i:112038;s:10:\"size_after\";i:95704;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:21295;s:11:\"size_before\";i:147443;s:10:\"size_after\";i:126148;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.97999999999999687361196265555918216705322265625;s:5:\"bytes\";i:316;s:11:\"size_before\";i:832;s:10:\"size_after\";i:516;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:4324;s:11:\"size_before\";i:28253;s:10:\"size_after\";i:23929;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:14024;s:11:\"size_before\";i:103048;s:10:\"size_after\";i:89024;s:4:\"time\";d:0.25;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.909999999999996589394868351519107818603515625;s:5:\"bytes\";i:325;s:11:\"size_before\";i:905;s:10:\"size_after\";i:580;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:3985;s:11:\"size_before\";i:26144;s:10:\"size_after\";i:22159;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:13023;s:11:\"size_before\";i:95433;s:10:\"size_after\";i:82410;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:20857;s:11:\"size_before\";i:144908;s:10:\"size_after\";i:124051;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.10000000000000142108547152020037174224853515625;s:5:\"bytes\";i:325;s:11:\"size_before\";i:853;s:10:\"size_after\";i:528;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3899;s:11:\"size_before\";i:25066;s:10:\"size_after\";i:21167;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:12561;s:11:\"size_before\";i:92160;s:10:\"size_after\";i:79599;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:20353;s:11:\"size_before\";i:140536;s:10:\"size_after\";i:120183;s:4:\"time\";d:1.5;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:321;s:11:\"size_before\";i:844;s:10:\"size_after\";i:523;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:5989;s:11:\"size_before\";i:39438;s:10:\"size_after\";i:33449;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:21805;s:11:\"size_before\";i:150598;s:10:\"size_after\";i:128793;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.2999999999999971578290569595992565155029296875;s:5:\"bytes\";i:337;s:11:\"size_before\";i:1012;s:10:\"size_after\";i:675;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2399999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:95;s:11:\"size_before\";i:39772;s:10:\"size_after\";i:39677;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:15437;s:11:\"size_before\";i:105460;s:10:\"size_after\";i:90023;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2300000000000000099920072216264088638126850128173828125;s:5:\"bytes\";i:274;s:11:\"size_before\";i:120183;s:10:\"size_after\";i:119909;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.22999999999999687361196265555918216705322265625;s:5:\"bytes\";i:313;s:11:\"size_before\";i:778;s:10:\"size_after\";i:465;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1991;s:11:\"size_before\";i:12655;s:10:\"size_after\";i:10664;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:18487;s:11:\"size_before\";i:132186;s:10:\"size_after\";i:113699;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:346;s:11:\"size_before\";i:1007;s:10:\"size_after\";i:661;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.11000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:37;s:11:\"size_before\";i:33449;s:10:\"size_after\";i:33412;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.179999999999999993338661852249060757458209991455078125;s:5:\"bytes\";i:227;s:11:\"size_before\";i:128793;s:10:\"size_after\";i:128566;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:347;s:11:\"size_before\";i:1089;s:10:\"size_after\";i:742;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:118;s:11:\"size_before\";i:44581;s:10:\"size_after\";i:44463;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:17327;s:11:\"size_before\";i:118414;s:10:\"size_after\";i:101087;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:308;s:11:\"size_before\";i:803;s:10:\"size_after\";i:495;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(783,277,'wp-smush-lossy','1'),(784,277,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:15.8680871684924671427552311797626316547393798828125;s:5:\"bytes\";i:216117;s:11:\"size_before\";i:1361960;s:10:\"size_after\";i:1145843;s:4:\"time\";d:7.54999999999999982236431605997495353221893310546875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1565;s:11:\"size_before\";i:9888;s:10:\"size_after\";i:8323;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:860;s:11:\"size_before\";i:4706;s:10:\"size_after\";i:3846;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:8530;s:11:\"size_before\";i:46632;s:10:\"size_after\";i:38102;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.969999999999998863131622783839702606201171875;s:5:\"bytes\";i:1184;s:11:\"size_before\";i:6976;s:10:\"size_after\";i:5792;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.260000000000001563194018672220408916473388671875;s:5:\"bytes\";i:583;s:11:\"size_before\";i:2878;s:10:\"size_after\";i:2295;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.35000000000000142108547152020037174224853515625;s:5:\"bytes\";i:4733;s:11:\"size_before\";i:27275;s:10:\"size_after\";i:22542;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:3007;s:11:\"size_before\";i:17618;s:10:\"size_after\";i:14611;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:2824;s:11:\"size_before\";i:16353;s:10:\"size_after\";i:13529;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.5799999999999982946974341757595539093017578125;s:5:\"bytes\";i:2744;s:11:\"size_before\";i:15610;s:10:\"size_after\";i:12866;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:4359;s:11:\"size_before\";i:26553;s:10:\"size_after\";i:22194;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:5008;s:11:\"size_before\";i:28851;s:10:\"size_after\";i:23843;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:3637;s:11:\"size_before\";i:22756;s:10:\"size_after\";i:19119;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.440000000000001278976924368180334568023681640625;s:5:\"bytes\";i:5032;s:11:\"size_before\";i:30602;s:10:\"size_after\";i:25570;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.260000000000001563194018672220408916473388671875;s:5:\"bytes\";i:5656;s:11:\"size_before\";i:32778;s:10:\"size_after\";i:27122;s:4:\"time\";d:0.25;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:545;s:11:\"size_before\";i:2762;s:10:\"size_after\";i:2217;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.289999999999999980015985556747182272374629974365234375;s:5:\"bytes\";i:17;s:11:\"size_before\";i:5792;s:10:\"size_after\";i:5775;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.239999999999998436805981327779591083526611328125;s:5:\"bytes\";i:2117;s:11:\"size_before\";i:13032;s:10:\"size_after\";i:10915;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.39999999999999857891452847979962825775146484375;s:5:\"bytes\";i:334;s:11:\"size_before\";i:893;s:10:\"size_after\";i:559;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:4186;s:11:\"size_before\";i:25231;s:10:\"size_after\";i:21045;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.9200000000000017053025658242404460906982421875;s:5:\"bytes\";i:11201;s:11:\"size_before\";i:59192;s:10:\"size_after\";i:47991;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:16024;s:11:\"size_before\";i:83015;s:10:\"size_after\";i:66991;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.22999999999999687361196265555918216705322265625;s:5:\"bytes\";i:315;s:11:\"size_before\";i:824;s:10:\"size_after\";i:509;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:2732;s:11:\"size_before\";i:16601;s:10:\"size_after\";i:13869;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.739999999999998436805981327779591083526611328125;s:5:\"bytes\";i:10737;s:11:\"size_before\";i:57281;s:10:\"size_after\";i:46544;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.6700000000000017053025658242404460906982421875;s:5:\"bytes\";i:333;s:11:\"size_before\";i:884;s:10:\"size_after\";i:551;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:2564;s:11:\"size_before\";i:15348;s:10:\"size_after\";i:12784;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:9825;s:11:\"size_before\";i:51958;s:10:\"size_after\";i:42133;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:15859;s:11:\"size_before\";i:81444;s:10:\"size_after\";i:65585;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.659999999999996589394868351519107818603515625;s:5:\"bytes\";i:329;s:11:\"size_before\";i:851;s:10:\"size_after\";i:522;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:2411;s:11:\"size_before\";i:14854;s:10:\"size_after\";i:12443;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:9258;s:11:\"size_before\";i:49451;s:10:\"size_after\";i:40193;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:15378;s:11:\"size_before\";i:79068;s:10:\"size_after\";i:63690;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.159999999999996589394868351519107818603515625;s:5:\"bytes\";i:324;s:11:\"size_before\";i:849;s:10:\"size_after\";i:525;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:4148;s:11:\"size_before\";i:22821;s:10:\"size_after\";i:18673;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.620000000000000994759830064140260219573974609375;s:5:\"bytes\";i:16707;s:11:\"size_before\";i:85166;s:10:\"size_after\";i:68459;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:332;s:11:\"size_before\";i:940;s:10:\"size_after\";i:608;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"bytes\";i:33;s:11:\"size_before\";i:22194;s:10:\"size_after\";i:22161;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.129999999999999005240169935859739780426025390625;s:5:\"bytes\";i:10449;s:11:\"size_before\";i:54617;s:10:\"size_after\";i:44168;s:4:\"time\";d:1.149999999999999911182158029987476766109466552734375;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:42;s:11:\"size_before\";i:63690;s:10:\"size_after\";i:63648;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:317;s:11:\"size_before\";i:784;s:10:\"size_after\";i:467;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.239999999999998436805981327779591083526611328125;s:5:\"bytes\";i:1218;s:11:\"size_before\";i:7502;s:10:\"size_after\";i:6284;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.14999999999999857891452847979962825775146484375;s:5:\"bytes\";i:15445;s:11:\"size_before\";i:76643;s:10:\"size_after\";i:61198;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.5499999999999971578290569595992565155029296875;s:5:\"bytes\";i:321;s:11:\"size_before\";i:929;s:10:\"size_after\";i:608;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.14000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:26;s:11:\"size_before\";i:18673;s:10:\"size_after\";i:18647;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:70;s:11:\"size_before\";i:68459;s:10:\"size_after\";i:68389;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.5499999999999971578290569595992565155029296875;s:5:\"bytes\";i:341;s:11:\"size_before\";i:987;s:10:\"size_after\";i:646;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.14000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:37;s:11:\"size_before\";i:25570;s:10:\"size_after\";i:25533;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.10000000000000142108547152020037174224853515625;s:5:\"bytes\";i:12104;s:11:\"size_before\";i:63373;s:10:\"size_after\";i:51269;s:4:\"time\";d:1.20999999999999996447286321199499070644378662109375;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:316;s:11:\"size_before\";i:806;s:10:\"size_after\";i:490;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(785,276,'wp-smush-lossy','1'),(786,276,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.1229532840902631818380541517399251461029052734375;s:5:\"bytes\";i:193794;s:11:\"size_before\";i:1476756;s:10:\"size_after\";i:1282962;s:4:\"time\";d:7.309999999999998721023075631819665431976318359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1738;s:11:\"size_before\";i:11379;s:10:\"size_after\";i:9641;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:856;s:11:\"size_before\";i:5144;s:10:\"size_after\";i:4288;s:4:\"time\";d:1.0500000000000000444089209850062616169452667236328125;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:7935;s:11:\"size_before\";i:52700;s:10:\"size_after\";i:44765;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1127;s:11:\"size_before\";i:7518;s:10:\"size_after\";i:6391;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:568;s:11:\"size_before\";i:3089;s:10:\"size_after\";i:2521;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:3541;s:11:\"size_before\";i:25621;s:10:\"size_after\";i:22080;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2833;s:11:\"size_before\";i:19266;s:10:\"size_after\";i:16433;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2631;s:11:\"size_before\";i:17929;s:10:\"size_after\";i:15298;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:2551;s:11:\"size_before\";i:17258;s:10:\"size_after\";i:14707;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.25;s:5:\"bytes\";i:4531;s:11:\"size_before\";i:29713;s:10:\"size_after\";i:25182;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:3721;s:11:\"size_before\";i:25761;s:10:\"size_after\";i:22040;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:3942;s:11:\"size_before\";i:26517;s:10:\"size_after\";i:22575;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:5109;s:11:\"size_before\";i:33316;s:10:\"size_after\";i:28207;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:4267;s:11:\"size_before\";i:30345;s:10:\"size_after\";i:26078;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.809999999999998721023075631819665431976318359375;s:5:\"bytes\";i:556;s:11:\"size_before\";i:2806;s:10:\"size_after\";i:2250;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2200000000000000011102230246251565404236316680908203125;s:5:\"bytes\";i:14;s:11:\"size_before\";i:6391;s:10:\"size_after\";i:6377;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:2071;s:11:\"size_before\";i:14210;s:10:\"size_after\";i:12139;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:328;s:11:\"size_before\";i:915;s:10:\"size_after\";i:587;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:4244;s:11:\"size_before\";i:27343;s:10:\"size_after\";i:23099;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:9737;s:11:\"size_before\";i:63573;s:10:\"size_after\";i:53836;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.14999999999999857891452847979962825775146484375;s:5:\"bytes\";i:14551;s:11:\"size_before\";i:90098;s:10:\"size_after\";i:75547;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.88000000000000255795384873636066913604736328125;s:5:\"bytes\";i:318;s:11:\"size_before\";i:818;s:10:\"size_after\";i:500;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2736;s:11:\"size_before\";i:18362;s:10:\"size_after\";i:15626;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:8842;s:11:\"size_before\";i:60845;s:10:\"size_after\";i:52003;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.780000000000001136868377216160297393798828125;s:5:\"bytes\";i:326;s:11:\"size_before\";i:911;s:10:\"size_after\";i:585;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:2495;s:11:\"size_before\";i:16816;s:10:\"size_after\";i:14321;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:8342;s:11:\"size_before\";i:55749;s:10:\"size_after\";i:47407;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:14110;s:11:\"size_before\";i:87966;s:10:\"size_after\";i:73856;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.909999999999996589394868351519107818603515625;s:5:\"bytes\";i:335;s:11:\"size_before\";i:861;s:10:\"size_after\";i:526;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:2412;s:11:\"size_before\";i:16117;s:10:\"size_after\";i:13705;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:8032;s:11:\"size_before\";i:53230;s:10:\"size_after\";i:45198;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:13446;s:11:\"size_before\";i:84097;s:10:\"size_after\";i:70651;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.63000000000000255795384873636066913604736328125;s:5:\"bytes\";i:324;s:11:\"size_before\";i:861;s:10:\"size_after\";i:537;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:4261;s:11:\"size_before\";i:26819;s:10:\"size_after\";i:22558;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:14968;s:11:\"size_before\";i:93325;s:10:\"size_after\";i:78357;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.25999999999999801048033987171947956085205078125;s:5:\"bytes\";i:307;s:11:\"size_before\";i:923;s:10:\"size_after\";i:616;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2300000000000000099920072216264088638126850128173828125;s:5:\"bytes\";i:57;s:11:\"size_before\";i:25182;s:10:\"size_after\";i:25125;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.25;s:5:\"bytes\";i:8995;s:11:\"size_before\";i:58973;s:10:\"size_after\";i:49978;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.11000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:81;s:11:\"size_before\";i:70651;s:10:\"size_after\";i:70570;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.35000000000000142108547152020037174224853515625;s:5:\"bytes\";i:318;s:11:\"size_before\";i:769;s:10:\"size_after\";i:451;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1333;s:11:\"size_before\";i:8587;s:10:\"size_after\";i:7254;s:4:\"time\";d:1.1399999999999999023003738329862244427204132080078125;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:13421;s:11:\"size_before\";i:84772;s:10:\"size_after\";i:71351;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.77000000000000312638803734444081783294677734375;s:5:\"bytes\";i:322;s:11:\"size_before\";i:926;s:10:\"size_after\";i:604;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2;s:11:\"size_before\";i:22558;s:10:\"size_after\";i:22556;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.13000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:104;s:11:\"size_before\";i:78357;s:10:\"size_after\";i:78253;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.43999999999999772626324556767940521240234375;s:5:\"bytes\";i:324;s:11:\"size_before\";i:969;s:10:\"size_after\";i:645;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:85;s:11:\"size_before\";i:28207;s:10:\"size_after\";i:28122;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:10335;s:11:\"size_before\";i:67407;s:10:\"size_after\";i:57072;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:312;s:11:\"size_before\";i:806;s:10:\"size_after\";i:494;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(787,275,'wp-smush-lossy','1'),(788,275,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.639338223947817141379346139729022979736328125;s:5:\"bytes\";i:365249;s:11:\"size_before\";i:2494983;s:10:\"size_after\";i:2129734;s:4:\"time\";d:6.6400000000000005684341886080801486968994140625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.219999999999998863131622783839702606201171875;s:5:\"bytes\";i:2411;s:11:\"size_before\";i:14868;s:10:\"size_after\";i:12457;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:1015;s:11:\"size_before\";i:5753;s:10:\"size_after\";i:4738;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.559999999999998721023075631819665431976318359375;s:5:\"bytes\";i:14855;s:11:\"size_before\";i:84595;s:10:\"size_after\";i:69740;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.489999999999998436805981327779591083526611328125;s:5:\"bytes\";i:1487;s:11:\"size_before\";i:9018;s:10:\"size_after\";i:7531;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:608;s:11:\"size_before\";i:3230;s:10:\"size_after\";i:2622;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:7460;s:11:\"size_before\";i:42408;s:10:\"size_after\";i:34948;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:4393;s:11:\"size_before\";i:26272;s:10:\"size_after\";i:21879;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:4007;s:11:\"size_before\";i:23795;s:10:\"size_after\";i:19788;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:3881;s:11:\"size_before\";i:22734;s:10:\"size_after\";i:18853;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:7720;s:11:\"size_before\";i:45549;s:10:\"size_after\";i:37829;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.129999999999999005240169935859739780426025390625;s:5:\"bytes\";i:7821;s:11:\"size_before\";i:45655;s:10:\"size_after\";i:37834;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:6257;s:11:\"size_before\";i:38011;s:10:\"size_after\";i:31754;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.510000000000001563194018672220408916473388671875;s:5:\"bytes\";i:9475;s:11:\"size_before\";i:54124;s:10:\"size_after\";i:44649;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:9008;s:11:\"size_before\";i:52634;s:10:\"size_after\";i:43626;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:626;s:11:\"size_before\";i:3371;s:10:\"size_after\";i:2745;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1700000000000000122124532708767219446599483489990234375;s:5:\"bytes\";i:13;s:11:\"size_before\";i:7531;s:10:\"size_after\";i:7518;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.6700000000000017053025658242404460906982421875;s:5:\"bytes\";i:3100;s:11:\"size_before\";i:18599;s:10:\"size_after\";i:15499;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.93999999999999772626324556767940521240234375;s:5:\"bytes\";i:304;s:11:\"size_before\";i:870;s:10:\"size_after\";i:566;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.620000000000000994759830064140260219573974609375;s:5:\"bytes\";i:7690;s:11:\"size_before\";i:43646;s:10:\"size_after\";i:35956;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:21548;s:11:\"size_before\";i:115115;s:10:\"size_after\";i:93567;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.190000000000001278976924368180334568023681640625;s:5:\"bytes\";i:28412;s:11:\"size_before\";i:165272;s:10:\"size_after\";i:136860;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:306;s:11:\"size_before\";i:797;s:10:\"size_after\";i:491;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:5015;s:11:\"size_before\";i:28362;s:10:\"size_after\";i:23347;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";i:17;s:5:\"bytes\";i:17148;s:11:\"size_before\";i:100869;s:10:\"size_after\";i:83721;s:4:\"time\";d:0.25;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.38000000000000255795384873636066913604736328125;s:5:\"bytes\";i:310;s:11:\"size_before\";i:852;s:10:\"size_after\";i:542;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.489999999999998436805981327779591083526611328125;s:5:\"bytes\";i:4457;s:11:\"size_before\";i:25487;s:10:\"size_after\";i:21030;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:15508;s:11:\"size_before\";i:90399;s:10:\"size_after\";i:74891;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.129999999999999005240169935859739780426025390625;s:5:\"bytes\";i:27708;s:11:\"size_before\";i:161725;s:10:\"size_after\";i:134017;s:4:\"time\";d:0.409999999999999975575093458246556110680103302001953125;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.72999999999999687361196265555918216705322265625;s:5:\"bytes\";i:309;s:11:\"size_before\";i:819;s:10:\"size_after\";i:510;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:4188;s:11:\"size_before\";i:24312;s:10:\"size_after\";i:20124;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.14999999999999857891452847979962825775146484375;s:5:\"bytes\";i:14730;s:11:\"size_before\";i:85867;s:10:\"size_after\";i:71137;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.379999999999999005240169935859739780426025390625;s:5:\"bytes\";i:27104;s:11:\"size_before\";i:155939;s:10:\"size_after\";i:128835;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:309;s:11:\"size_before\";i:817;s:10:\"size_after\";i:508;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:8157;s:11:\"size_before\";i:47778;s:10:\"size_after\";i:39621;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:28983;s:11:\"size_before\";i:170332;s:10:\"size_after\";i:141349;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.14999999999999857891452847979962825775146484375;s:5:\"bytes\";i:321;s:11:\"size_before\";i:940;s:10:\"size_after\";i:619;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"bytes\";i:58;s:11:\"size_before\";i:37829;s:10:\"size_after\";i:37771;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.760000000000001563194018672220408916473388671875;s:5:\"bytes\";i:19774;s:11:\"size_before\";i:105431;s:10:\"size_after\";i:85657;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1600000000000000033306690738754696212708950042724609375;s:5:\"bytes\";i:208;s:11:\"size_before\";i:128835;s:10:\"size_after\";i:128627;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:308;s:11:\"size_before\";i:766;s:10:\"size_after\";i:458;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:1768;s:11:\"size_before\";i:10956;s:10:\"size_after\";i:9188;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:22612;s:11:\"size_before\";i:141069;s:10:\"size_after\";i:118457;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.7000000000000028421709430404007434844970703125;s:5:\"bytes\";i:322;s:11:\"size_before\";i:928;s:10:\"size_after\";i:606;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.190000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:77;s:11:\"size_before\";i:39621;s:10:\"size_after\";i:39544;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:97;s:11:\"size_before\";i:141349;s:10:\"size_after\";i:141252;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:337;s:11:\"size_before\";i:986;s:10:\"size_after\";i:649;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1700000000000000122124532708767219446599483489990234375;s:5:\"bytes\";i:78;s:11:\"size_before\";i:44649;s:10:\"size_after\";i:44571;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:22660;s:11:\"size_before\";i:123426;s:10:\"size_after\";i:100766;s:4:\"time\";d:0.25;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.590000000000003410605131648480892181396484375;s:5:\"bytes\";i:306;s:11:\"size_before\";i:793;s:10:\"size_after\";i:487;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(789,274,'wp-smush-lossy','1'),(790,274,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.52643651687709080988497589714825153350830078125;s:5:\"bytes\";i:294782;s:11:\"size_before\";i:2353279;s:10:\"size_after\";i:2058497;s:4:\"time\";d:7.70999999999999818811602381174452602863311767578125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2801;s:11:\"size_before\";i:17067;s:10:\"size_after\";i:14266;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.440000000000001278976924368180334568023681640625;s:5:\"bytes\";i:1138;s:11:\"size_before\";i:6924;s:10:\"size_after\";i:5786;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:12957;s:11:\"size_before\";i:86245;s:10:\"size_after\";i:73288;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:1642;s:11:\"size_before\";i:10727;s:10:\"size_after\";i:9085;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:695;s:11:\"size_before\";i:3803;s:10:\"size_after\";i:3108;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:5525;s:11:\"size_before\";i:39517;s:10:\"size_after\";i:33992;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:4835;s:11:\"size_before\";i:30284;s:10:\"size_after\";i:25449;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:4360;s:11:\"size_before\";i:27418;s:10:\"size_after\";i:23058;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4081;s:11:\"size_before\";i:25996;s:10:\"size_after\";i:21915;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:7626;s:11:\"size_before\";i:47330;s:10:\"size_after\";i:39704;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:5474;s:11:\"size_before\";i:40097;s:10:\"size_after\";i:34623;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:6810;s:11:\"size_before\";i:42002;s:10:\"size_after\";i:35192;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:8240;s:11:\"size_before\";i:52280;s:10:\"size_after\";i:44040;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:6392;s:11:\"size_before\";i:46691;s:10:\"size_after\";i:40299;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.219999999999998863131622783839702606201171875;s:5:\"bytes\";i:708;s:11:\"size_before\";i:3683;s:10:\"size_after\";i:2975;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.409999999999999975575093458246556110680103302001953125;s:5:\"bytes\";i:37;s:11:\"size_before\";i:9085;s:10:\"size_after\";i:9048;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3500;s:11:\"size_before\";i:21810;s:10:\"size_after\";i:18310;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.00999999999999801048033987171947956085205078125;s:5:\"bytes\";i:321;s:11:\"size_before\";i:917;s:10:\"size_after\";i:596;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:6659;s:11:\"size_before\";i:42162;s:10:\"size_after\";i:35503;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:14085;s:11:\"size_before\";i:99134;s:10:\"size_after\";i:85049;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:21827;s:11:\"size_before\";i:149604;s:10:\"size_after\";i:127777;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.159999999999996589394868351519107818603515625;s:5:\"bytes\";i:316;s:11:\"size_before\";i:828;s:10:\"size_after\";i:512;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.129999999999999005240169935859739780426025390625;s:5:\"bytes\";i:4918;s:11:\"size_before\";i:28711;s:10:\"size_after\";i:23793;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:13033;s:11:\"size_before\";i:95671;s:10:\"size_after\";i:82638;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.86999999999999744204615126363933086395263671875;s:5:\"bytes\";i:337;s:11:\"size_before\";i:914;s:10:\"size_after\";i:577;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.809999999999998721023075631819665431976318359375;s:5:\"bytes\";i:4328;s:11:\"size_before\";i:25740;s:10:\"size_after\";i:21412;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:11782;s:11:\"size_before\";i:85827;s:10:\"size_after\";i:74045;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:21748;s:11:\"size_before\";i:145788;s:10:\"size_after\";i:124040;s:4:\"time\";d:0.450000000000000011102230246251565404236316680908203125;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.13000000000000255795384873636066913604736328125;s:5:\"bytes\";i:316;s:11:\"size_before\";i:851;s:10:\"size_after\";i:535;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.510000000000001563194018672220408916473388671875;s:5:\"bytes\";i:4100;s:11:\"size_before\";i:24834;s:10:\"size_after\";i:20734;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:11026;s:11:\"size_before\";i:81204;s:10:\"size_after\";i:70178;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:20640;s:11:\"size_before\";i:138818;s:10:\"size_after\";i:118178;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.61999999999999744204615126363933086395263671875;s:5:\"bytes\";i:312;s:11:\"size_before\";i:852;s:10:\"size_after\";i:540;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:7383;s:11:\"size_before\";i:44455;s:10:\"size_after\";i:37072;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:22376;s:11:\"size_before\";i:154070;s:10:\"size_after\";i:131694;s:4:\"time\";d:0.419999999999999984456877655247808434069156646728515625;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:335;s:11:\"size_before\";i:999;s:10:\"size_after\";i:664;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:105;s:11:\"size_before\";i:39704;s:10:\"size_after\";i:39599;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:12778;s:11:\"size_before\";i:91030;s:10:\"size_after\";i:78252;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.190000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:227;s:11:\"size_before\";i:118178;s:10:\"size_after\";i:117951;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:321;s:11:\"size_before\";i:789;s:10:\"size_after\";i:468;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:2077;s:11:\"size_before\";i:12615;s:10:\"size_after\";i:10538;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:19547;s:11:\"size_before\";i:135738;s:10:\"size_after\";i:116191;s:4:\"time\";d:0.450000000000000011102230246251565404236316680908203125;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:323;s:11:\"size_before\";i:963;s:10:\"size_after\";i:640;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.479999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:177;s:11:\"size_before\";i:37072;s:10:\"size_after\";i:36895;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"bytes\";i:204;s:11:\"size_before\";i:131694;s:10:\"size_after\";i:131490;s:4:\"time\";d:0.419999999999999984456877655247808434069156646728515625;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.590000000000003410605131648480892181396484375;s:5:\"bytes\";i:350;s:11:\"size_before\";i:1042;s:10:\"size_after\";i:692;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.34999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:152;s:11:\"size_before\";i:44040;s:10:\"size_after\";i:43888;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:15545;s:11:\"size_before\";i:107261;s:10:\"size_after\";i:91716;s:4:\"time\";d:0.5500000000000000444089209850062616169452667236328125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.39999999999999857891452847979962825775146484375;s:5:\"bytes\";i:313;s:11:\"size_before\";i:815;s:10:\"size_after\";i:502;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(791,273,'wp-smush-lossy','1'),(792,273,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.23615495447059942080159089528024196624755859375;s:5:\"bytes\";i:421481;s:11:\"size_before\";i:3184316;s:10:\"size_after\";i:2762835;s:4:\"time\";d:9.6899999999999995026200849679298698902130126953125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:3388;s:11:\"size_before\";i:20277;s:10:\"size_after\";i:16889;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1377;s:11:\"size_before\";i:7749;s:10:\"size_after\";i:6372;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:17985;s:11:\"size_before\";i:114467;s:10:\"size_after\";i:96482;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.989999999999998436805981327779591083526611328125;s:5:\"bytes\";i:2161;s:11:\"size_before\";i:12719;s:10:\"size_after\";i:10558;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:814;s:11:\"size_before\";i:4107;s:10:\"size_after\";i:3293;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:9032;s:11:\"size_before\";i:59022;s:10:\"size_after\";i:49990;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.739999999999998436805981327779591083526611328125;s:5:\"bytes\";i:6588;s:11:\"size_before\";i:39363;s:10:\"size_after\";i:32775;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:5996;s:11:\"size_before\";i:35946;s:10:\"size_after\";i:29950;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.6700000000000017053025658242404460906982421875;s:5:\"bytes\";i:5733;s:11:\"size_before\";i:34396;s:10:\"size_after\";i:28663;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.379999999999999005240169935859739780426025390625;s:5:\"bytes\";i:10015;s:11:\"size_before\";i:61128;s:10:\"size_after\";i:51113;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:8864;s:11:\"size_before\";i:60488;s:10:\"size_after\";i:51624;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:8884;s:11:\"size_before\";i:54070;s:10:\"size_after\";i:45186;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.059999999999998721023075631819665431976318359375;s:5:\"bytes\";i:10973;s:11:\"size_before\";i:68323;s:10:\"size_after\";i:57350;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:10067;s:11:\"size_before\";i:70367;s:10:\"size_after\";i:60300;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.14999999999999857891452847979962825775146484375;s:5:\"bytes\";i:707;s:11:\"size_before\";i:3692;s:10:\"size_after\";i:2985;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.270000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:29;s:11:\"size_before\";i:10558;s:10:\"size_after\";i:10529;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.870000000000000994759830064140260219573974609375;s:5:\"bytes\";i:4610;s:11:\"size_before\";i:27326;s:10:\"size_after\";i:22716;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.35000000000000142108547152020037174224853515625;s:5:\"bytes\";i:327;s:11:\"size_before\";i:925;s:10:\"size_after\";i:598;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.35000000000000142108547152020037174224853515625;s:5:\"bytes\";i:8987;s:11:\"size_before\";i:54959;s:10:\"size_after\";i:45972;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:22112;s:11:\"size_before\";i:144038;s:10:\"size_after\";i:121926;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:32495;s:11:\"size_before\";i:205105;s:10:\"size_after\";i:172610;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:319;s:11:\"size_before\";i:828;s:10:\"size_after\";i:509;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:5261;s:11:\"size_before\";i:33523;s:10:\"size_after\";i:28262;s:4:\"time\";d:1.1399999999999999023003738329862244427204132080078125;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:19215;s:11:\"size_before\";i:131870;s:10:\"size_after\";i:112655;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:322;s:11:\"size_before\";i:906;s:10:\"size_after\";i:584;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.25;s:5:\"bytes\";i:5013;s:11:\"size_before\";i:30844;s:10:\"size_after\";i:25831;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:17305;s:11:\"size_before\";i:119622;s:10:\"size_after\";i:102317;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:31681;s:11:\"size_before\";i:200307;s:10:\"size_after\";i:168626;s:4:\"time\";d:0.440000000000000002220446049250313080847263336181640625;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:327;s:11:\"size_before\";i:858;s:10:\"size_after\";i:531;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.5799999999999982946974341757595539093017578125;s:5:\"bytes\";i:4953;s:11:\"size_before\";i:29874;s:10:\"size_after\";i:24921;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:16256;s:11:\"size_before\";i:114469;s:10:\"size_after\";i:98213;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.010000000000001563194018672220408916473388671875;s:5:\"bytes\";i:30723;s:11:\"size_before\";i:191920;s:10:\"size_after\";i:161197;s:4:\"time\";d:0.429999999999999993338661852249060757458209991455078125;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.6700000000000017053025658242404460906982421875;s:5:\"bytes\";i:324;s:11:\"size_before\";i:860;s:10:\"size_after\";i:536;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.25;s:5:\"bytes\";i:8188;s:11:\"size_before\";i:50385;s:10:\"size_after\";i:42197;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:33758;s:11:\"size_before\";i:211322;s:10:\"size_after\";i:177564;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.81000000000000227373675443232059478759765625;s:5:\"bytes\";i:338;s:11:\"size_before\";i:971;s:10:\"size_after\";i:633;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"bytes\";i:103;s:11:\"size_before\";i:51113;s:10:\"size_after\";i:51010;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:20626;s:11:\"size_before\";i:133994;s:10:\"size_after\";i:113368;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2300000000000000099920072216264088638126850128173828125;s:5:\"bytes\";i:374;s:11:\"size_before\";i:161197;s:10:\"size_after\";i:160823;s:4:\"time\";d:1.3400000000000000799360577730112709105014801025390625;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.13000000000000255795384873636066913604736328125;s:5:\"bytes\";i:317;s:11:\"size_before\";i:790;s:10:\"size_after\";i:473;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.809999999999998721023075631819665431976318359375;s:5:\"bytes\";i:2462;s:11:\"size_before\";i:14646;s:10:\"size_after\";i:12184;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:26970;s:11:\"size_before\";i:181627;s:10:\"size_after\";i:154657;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:337;s:11:\"size_before\";i:964;s:10:\"size_after\";i:627;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2200000000000000011102230246251565404236316680908203125;s:5:\"bytes\";i:93;s:11:\"size_before\";i:42197;s:10:\"size_after\";i:42104;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.179999999999999993338661852249060757458209991455078125;s:5:\"bytes\";i:315;s:11:\"size_before\";i:177564;s:10:\"size_after\";i:177249;s:4:\"time\";d:0.66000000000000003108624468950438313186168670654296875;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.27000000000000312638803734444081783294677734375;s:5:\"bytes\";i:340;s:11:\"size_before\";i:1022;s:10:\"size_after\";i:682;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2200000000000000011102230246251565404236316680908203125;s:5:\"bytes\";i:129;s:11:\"size_before\";i:57350;s:10:\"size_after\";i:57221;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:23961;s:11:\"size_before\";i:153448;s:10:\"size_after\";i:129487;s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.88000000000000255795384873636066913604736328125;s:5:\"bytes\";i:327;s:11:\"size_before\";i:820;s:10:\"size_after\";i:493;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(793,272,'wp-smush-lossy','1'),(794,272,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.1831752653050511270294009591452777385711669921875;s:5:\"bytes\";i:232190;s:11:\"size_before\";i:1905825;s:10:\"size_after\";i:1673635;s:4:\"time\";d:7.4999999999999982236431605997495353221893310546875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:2607;s:11:\"size_before\";i:17137;s:10:\"size_after\";i:14530;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1056;s:11:\"size_before\";i:6747;s:10:\"size_after\";i:5691;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:9829;s:11:\"size_before\";i:71962;s:10:\"size_after\";i:62133;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:1611;s:11:\"size_before\";i:10257;s:10:\"size_after\";i:8646;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:700;s:11:\"size_before\";i:3879;s:10:\"size_after\";i:3179;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3930;s:11:\"size_before\";i:29005;s:10:\"size_after\";i:25075;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:3476;s:11:\"size_before\";i:24888;s:10:\"size_after\";i:21412;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:3077;s:11:\"size_before\";i:22260;s:10:\"size_after\";i:19183;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:2820;s:11:\"size_before\";i:20826;s:10:\"size_after\";i:18006;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:6249;s:11:\"size_before\";i:44103;s:10:\"size_after\";i:37854;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.2200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:4100;s:11:\"size_before\";i:28827;s:10:\"size_after\";i:24727;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:5504;s:11:\"size_before\";i:38039;s:10:\"size_after\";i:32535;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:6972;s:11:\"size_before\";i:49734;s:10:\"size_after\";i:42762;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:4731;s:11:\"size_before\";i:33712;s:10:\"size_after\";i:28981;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.25;s:5:\"bytes\";i:705;s:11:\"size_before\";i:3863;s:10:\"size_after\";i:3158;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.729999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:63;s:11:\"size_before\";i:8646;s:10:\"size_after\";i:8583;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:2817;s:11:\"size_before\";i:19060;s:10:\"size_after\";i:16243;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:331;s:11:\"size_before\";i:924;s:10:\"size_after\";i:593;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:6206;s:11:\"size_before\";i:42112;s:10:\"size_after\";i:35906;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:10822;s:11:\"size_before\";i:74570;s:10:\"size_after\";i:63748;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:17197;s:11:\"size_before\";i:116717;s:10:\"size_after\";i:99520;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.27000000000000312638803734444081783294677734375;s:5:\"bytes\";i:315;s:11:\"size_before\";i:823;s:10:\"size_after\";i:508;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:3670;s:11:\"size_before\";i:26003;s:10:\"size_after\";i:22333;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:10196;s:11:\"size_before\";i:73207;s:10:\"size_after\";i:63011;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.35000000000000142108547152020037174224853515625;s:5:\"bytes\";i:322;s:11:\"size_before\";i:911;s:10:\"size_after\";i:589;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:3685;s:11:\"size_before\";i:24789;s:10:\"size_after\";i:21104;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:9107;s:11:\"size_before\";i:65257;s:10:\"size_after\";i:56150;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:16856;s:11:\"size_before\";i:113619;s:10:\"size_after\";i:96763;s:4:\"time\";d:0.84999999999999997779553950749686919152736663818359375;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.7999999999999971578290569595992565155029296875;s:5:\"bytes\";i:319;s:11:\"size_before\";i:844;s:10:\"size_after\";i:525;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:3603;s:11:\"size_before\";i:24065;s:10:\"size_after\";i:20462;s:4:\"time\";d:1.12999999999999989341858963598497211933135986328125;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:8393;s:11:\"size_before\";i:60835;s:10:\"size_after\";i:52442;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:15627;s:11:\"size_before\";i:106781;s:10:\"size_after\";i:91154;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.340000000000003410605131648480892181396484375;s:5:\"bytes\";i:314;s:11:\"size_before\";i:841;s:10:\"size_after\";i:527;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:5103;s:11:\"size_before\";i:35422;s:10:\"size_after\";i:30319;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:17751;s:11:\"size_before\";i:122034;s:10:\"size_after\";i:104283;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.969999999999998863131622783839702606201171875;s:5:\"bytes\";i:329;s:11:\"size_before\";i:998;s:10:\"size_after\";i:669;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.68000000000000004884981308350688777863979339599609375;s:5:\"bytes\";i:259;s:11:\"size_before\";i:37854;s:10:\"size_after\";i:37595;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:9806;s:11:\"size_before\";i:67204;s:10:\"size_after\";i:57398;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:277;s:11:\"size_before\";i:91154;s:10:\"size_after\";i:90877;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.89999999999999857891452847979962825775146484375;s:5:\"bytes\";i:319;s:11:\"size_before\";i:780;s:10:\"size_after\";i:461;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:2084;s:11:\"size_before\";i:13049;s:10:\"size_after\";i:10965;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:15548;s:11:\"size_before\";i:111157;s:10:\"size_after\";i:95609;s:4:\"time\";d:0.460000000000000019984014443252817727625370025634765625;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:331;s:11:\"size_before\";i:989;s:10:\"size_after\";i:658;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2200000000000000011102230246251565404236316680908203125;s:5:\"bytes\";i:67;s:11:\"size_before\";i:30319;s:10:\"size_after\";i:30252;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:274;s:11:\"size_before\";i:104283;s:10:\"size_after\";i:104009;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.0799999999999982946974341757595539093017578125;s:5:\"bytes\";i:350;s:11:\"size_before\";i:1058;s:10:\"size_after\";i:708;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.54000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:229;s:11:\"size_before\";i:42762;s:10:\"size_after\";i:42533;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:11934;s:11:\"size_before\";i:80703;s:10:\"size_after\";i:68769;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.090000000000003410605131648480892181396484375;s:5:\"bytes\";i:319;s:11:\"size_before\";i:816;s:10:\"size_after\";i:497;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(795,271,'wp-smush-lossy','1'),(796,271,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:15.2535359910333401245452478178776800632476806640625;s:5:\"bytes\";i:232988;s:11:\"size_before\";i:1527436;s:10:\"size_after\";i:1294448;s:4:\"time\";d:5.90999999999999925393012745189480483531951904296875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1923;s:11:\"size_before\";i:12489;s:10:\"size_after\";i:10566;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:932;s:11:\"size_before\";i:5534;s:10:\"size_after\";i:4602;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.5;s:5:\"bytes\";i:9447;s:11:\"size_before\";i:53996;s:10:\"size_after\";i:44549;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:1279;s:11:\"size_before\";i:8050;s:10:\"size_after\";i:6771;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:622;s:11:\"size_before\";i:3356;s:10:\"size_after\";i:2734;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:4807;s:11:\"size_before\";i:26600;s:10:\"size_after\";i:21793;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.10000000000000142108547152020037174224853515625;s:5:\"bytes\";i:3113;s:11:\"size_before\";i:19338;s:10:\"size_after\";i:16225;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:2901;s:11:\"size_before\";i:17545;s:10:\"size_after\";i:14644;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:2833;s:11:\"size_before\";i:16636;s:10:\"size_after\";i:13803;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:4988;s:11:\"size_before\";i:31212;s:10:\"size_after\";i:26224;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.620000000000000994759830064140260219573974609375;s:5:\"bytes\";i:5252;s:11:\"size_before\";i:28206;s:10:\"size_after\";i:22954;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:4271;s:11:\"size_before\";i:27294;s:10:\"size_after\";i:23023;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.60000000000000142108547152020037174224853515625;s:5:\"bytes\";i:6029;s:11:\"size_before\";i:36327;s:10:\"size_after\";i:30298;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:5983;s:11:\"size_before\";i:32289;s:10:\"size_after\";i:26306;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:636;s:11:\"size_before\";i:3363;s:10:\"size_after\";i:2727;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:3;s:11:\"size_before\";i:6771;s:10:\"size_after\";i:6768;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:2208;s:11:\"size_before\";i:14636;s:10:\"size_after\";i:12428;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.52000000000000312638803734444081783294677734375;s:5:\"bytes\";i:325;s:11:\"size_before\";i:915;s:10:\"size_after\";i:590;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:4917;s:11:\"size_before\";i:30396;s:10:\"size_after\";i:25479;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:11657;s:11:\"size_before\";i:63727;s:10:\"size_after\";i:52070;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:17017;s:11:\"size_before\";i:93365;s:10:\"size_after\";i:76348;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:322;s:11:\"size_before\";i:825;s:10:\"size_after\";i:503;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:3321;s:11:\"size_before\";i:20236;s:10:\"size_after\";i:16915;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:11778;s:11:\"size_before\";i:62223;s:10:\"size_after\";i:50445;s:4:\"time\";d:0.68000000000000004884981308350688777863979339599609375;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.75;s:5:\"bytes\";i:330;s:11:\"size_before\";i:898;s:10:\"size_after\";i:568;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:3047;s:11:\"size_before\";i:18853;s:10:\"size_after\";i:15806;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:10757;s:11:\"size_before\";i:55827;s:10:\"size_after\";i:45070;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.10000000000000142108547152020037174224853515625;s:5:\"bytes\";i:16495;s:11:\"size_before\";i:91124;s:10:\"size_after\";i:74629;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:321;s:11:\"size_before\";i:844;s:10:\"size_after\";i:523;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:2944;s:11:\"size_before\";i:18278;s:10:\"size_after\";i:15334;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.25;s:5:\"bytes\";i:10221;s:11:\"size_before\";i:53102;s:10:\"size_after\";i:42881;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:15988;s:11:\"size_before\";i:87260;s:10:\"size_after\";i:71272;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.86999999999999744204615126363933086395263671875;s:5:\"bytes\";i:317;s:11:\"size_before\";i:837;s:10:\"size_after\";i:520;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.370000000000000994759830064140260219573974609375;s:5:\"bytes\";i:4979;s:11:\"size_before\";i:28667;s:10:\"size_after\";i:23688;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.3299999999999982946974341757595539093017578125;s:5:\"bytes\";i:17734;s:11:\"size_before\";i:96748;s:10:\"size_after\";i:79014;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.06000000000000227373675443232059478759765625;s:5:\"bytes\";i:327;s:11:\"size_before\";i:960;s:10:\"size_after\";i:633;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:26;s:11:\"size_before\";i:26224;s:10:\"size_after\";i:26198;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:10893;s:11:\"size_before\";i:58593;s:10:\"size_after\";i:47700;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:19;s:11:\"size_before\";i:71272;s:10:\"size_after\";i:71253;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.340000000000003410605131648480892181396484375;s:5:\"bytes\";i:320;s:11:\"size_before\";i:774;s:10:\"size_after\";i:454;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1499;s:11:\"size_before\";i:9679;s:10:\"size_after\";i:8180;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:16316;s:11:\"size_before\";i:87691;s:10:\"size_after\";i:71375;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:338;s:11:\"size_before\";i:955;s:10:\"size_after\";i:617;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:8;s:11:\"size_before\";i:23688;s:10:\"size_after\";i:23680;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:54;s:11:\"size_before\";i:79014;s:10:\"size_after\";i:78960;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.35000000000000142108547152020037174224853515625;s:5:\"bytes\";i:340;s:11:\"size_before\";i:1051;s:10:\"size_after\";i:711;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:30;s:11:\"size_before\";i:30298;s:10:\"size_after\";i:30268;s:4:\"time\";d:0.419999999999999984456877655247808434069156646728515625;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:12804;s:11:\"size_before\";i:68660;s:10:\"size_after\";i:55856;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:317;s:11:\"size_before\";i:810;s:10:\"size_after\";i:493;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(797,270,'wp-smush-lossy','1'),(798,270,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.7356524370166699355877426569350063800811767578125;s:5:\"bytes\";i:248379;s:11:\"size_before\";i:1685565;s:10:\"size_after\";i:1437186;s:4:\"time\";d:6.48999999999999754862756162765435874462127685546875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.5;s:5:\"bytes\";i:2111;s:11:\"size_before\";i:12793;s:10:\"size_after\";i:10682;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.309999999999998721023075631819665431976318359375;s:5:\"bytes\";i:950;s:11:\"size_before\";i:5489;s:10:\"size_after\";i:4539;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:10103;s:11:\"size_before\";i:59579;s:10:\"size_after\";i:49476;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.10000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1330;s:11:\"size_before\";i:8261;s:10:\"size_after\";i:6931;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:620;s:11:\"size_before\";i:3236;s:10:\"size_after\";i:2616;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:5374;s:11:\"size_before\";i:30513;s:10:\"size_after\";i:25139;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:3717;s:11:\"size_before\";i:21691;s:10:\"size_after\";i:17974;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.3299999999999982946974341757595539093017578125;s:5:\"bytes\";i:3409;s:11:\"size_before\";i:19673;s:10:\"size_after\";i:16264;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.559999999999998721023075631819665431976318359375;s:5:\"bytes\";i:3296;s:11:\"size_before\";i:18771;s:10:\"size_after\";i:15475;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:5785;s:11:\"size_before\";i:33853;s:10:\"size_after\";i:28068;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:5806;s:11:\"size_before\";i:32382;s:10:\"size_after\";i:26576;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:5027;s:11:\"size_before\";i:29769;s:10:\"size_after\";i:24742;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.10000000000000142108547152020037174224853515625;s:5:\"bytes\";i:6545;s:11:\"size_before\";i:38272;s:10:\"size_after\";i:31727;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:6619;s:11:\"size_before\";i:37094;s:10:\"size_after\";i:30475;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:598;s:11:\"size_before\";i:3038;s:10:\"size_after\";i:2440;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:3;s:11:\"size_before\";i:6931;s:10:\"size_after\";i:6928;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.440000000000001278976924368180334568023681640625;s:5:\"bytes\";i:2601;s:11:\"size_before\";i:15820;s:10:\"size_after\";i:13219;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.590000000000003410605131648480892181396484375;s:5:\"bytes\";i:326;s:11:\"size_before\";i:891;s:10:\"size_after\";i:565;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.129999999999999005240169935859739780426025390625;s:5:\"bytes\";i:5414;s:11:\"size_before\";i:31612;s:10:\"size_after\";i:26198;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:12448;s:11:\"size_before\";i:73632;s:10:\"size_after\";i:61184;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.260000000000001563194018672220408916473388671875;s:5:\"bytes\";i:17743;s:11:\"size_before\";i:102809;s:10:\"size_after\";i:85066;s:4:\"time\";d:1.229999999999999982236431605997495353221893310546875;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.11999999999999744204615126363933086395263671875;s:5:\"bytes\";i:329;s:11:\"size_before\";i:820;s:10:\"size_after\";i:491;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.809999999999998721023075631819665431976318359375;s:5:\"bytes\";i:3444;s:11:\"size_before\";i:20489;s:10:\"size_after\";i:17045;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:12367;s:11:\"size_before\";i:71046;s:10:\"size_after\";i:58679;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.61999999999999744204615126363933086395263671875;s:5:\"bytes\";i:319;s:11:\"size_before\";i:871;s:10:\"size_after\";i:552;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:3197;s:11:\"size_before\";i:18962;s:10:\"size_after\";i:15765;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.690000000000001278976924368180334568023681640625;s:5:\"bytes\";i:11409;s:11:\"size_before\";i:64477;s:10:\"size_after\";i:53068;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:17419;s:11:\"size_before\";i:100783;s:10:\"size_after\";i:83364;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.93999999999999772626324556767940521240234375;s:5:\"bytes\";i:324;s:11:\"size_before\";i:832;s:10:\"size_after\";i:508;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.190000000000001278976924368180334568023681640625;s:5:\"bytes\";i:3156;s:11:\"size_before\";i:18364;s:10:\"size_after\";i:15208;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.690000000000001278976924368180334568023681640625;s:5:\"bytes\";i:10912;s:11:\"size_before\";i:61670;s:10:\"size_after\";i:50758;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.25;s:5:\"bytes\";i:16692;s:11:\"size_before\";i:96749;s:10:\"size_after\";i:80057;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.0799999999999982946974341757595539093017578125;s:5:\"bytes\";i:318;s:11:\"size_before\";i:835;s:10:\"size_after\";i:517;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.14999999999999857891452847979962825775146484375;s:5:\"bytes\";i:5096;s:11:\"size_before\";i:29712;s:10:\"size_after\";i:24616;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.370000000000000994759830064140260219573974609375;s:5:\"bytes\";i:18314;s:11:\"size_before\";i:105459;s:10:\"size_after\";i:87145;s:4:\"time\";d:0.419999999999999984456877655247808434069156646728515625;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.27000000000000312638803734444081783294677734375;s:5:\"bytes\";i:334;s:11:\"size_before\";i:947;s:10:\"size_after\";i:613;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28068;s:10:\"size_after\";i:28068;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.10000000000000142108547152020037174224853515625;s:5:\"bytes\";i:11703;s:11:\"size_before\";i:68429;s:10:\"size_after\";i:56726;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0899999999999999966693309261245303787291049957275390625;s:5:\"bytes\";i:73;s:11:\"size_before\";i:80057;s:10:\"size_after\";i:79984;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.7000000000000028421709430404007434844970703125;s:5:\"bytes\";i:324;s:11:\"size_before\";i:777;s:10:\"size_after\";i:453;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1577;s:11:\"size_before\";i:9716;s:10:\"size_after\";i:8139;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:16929;s:11:\"size_before\";i:95510;s:10:\"size_after\";i:78581;s:4:\"time\";d:0.419999999999999984456877655247808434069156646728515625;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.56000000000000227373675443232059478759765625;s:5:\"bytes\";i:335;s:11:\"size_before\";i:942;s:10:\"size_after\";i:607;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:17;s:11:\"size_before\";i:24616;s:10:\"size_after\";i:24599;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:35;s:11:\"size_before\";i:87145;s:10:\"size_after\";i:87110;s:4:\"time\";d:0.25;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.86999999999999744204615126363933086395263671875;s:5:\"bytes\";i:328;s:11:\"size_before\";i:998;s:10:\"size_after\";i:670;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.13000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:41;s:11:\"size_before\";i:31727;s:10:\"size_after\";i:31686;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:13244;s:11:\"size_before\";i:78643;s:10:\"size_after\";i:65399;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.159999999999996589394868351519107818603515625;s:5:\"bytes\";i:318;s:11:\"size_before\";i:812;s:10:\"size_after\";i:494;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(799,269,'wp-smush-lossy','1'),(800,269,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.9119401451353237320063271909020841121673583984375;s:5:\"bytes\";i:178398;s:11:\"size_before\";i:1634888;s:10:\"size_after\";i:1456490;s:4:\"time\";d:6.480000000000000426325641456060111522674560546875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:46:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2663;s:11:\"size_before\";i:16596;s:10:\"size_after\";i:13933;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1301;s:11:\"size_before\";i:7662;s:10:\"size_after\";i:6361;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:9344;s:11:\"size_before\";i:70995;s:10:\"size_after\";i:61651;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:1842;s:11:\"size_before\";i:11723;s:10:\"size_after\";i:9881;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:822;s:11:\"size_before\";i:4346;s:10:\"size_after\";i:3524;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:5213;s:11:\"size_before\";i:37592;s:10:\"size_after\";i:32379;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:4066;s:11:\"size_before\";i:28832;s:10:\"size_after\";i:24766;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:3645;s:11:\"size_before\";i:25973;s:10:\"size_after\";i:22328;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:3487;s:11:\"size_before\";i:24636;s:10:\"size_after\";i:21149;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:6701;s:11:\"size_before\";i:48990;s:10:\"size_after\";i:42289;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:4815;s:11:\"size_before\";i:34820;s:10:\"size_after\";i:30005;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:6718;s:11:\"size_before\";i:49445;s:10:\"size_after\";i:42727;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:7278;s:11:\"size_before\";i:54096;s:10:\"size_after\";i:46818;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:5504;s:11:\"size_before\";i:40193;s:10:\"size_after\";i:34689;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:762;s:11:\"size_before\";i:4022;s:10:\"size_after\";i:3260;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.54000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:53;s:11:\"size_before\";i:9881;s:10:\"size_after\";i:9828;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:3121;s:11:\"size_before\";i:21879;s:10:\"size_after\";i:18758;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.11999999999999744204615126363933086395263671875;s:5:\"bytes\";i:332;s:11:\"size_before\";i:973;s:10:\"size_after\";i:641;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:6151;s:11:\"size_before\";i:44776;s:10:\"size_after\";i:38625;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:9972;s:11:\"size_before\";i:75154;s:10:\"size_after\";i:65182;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.1199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:14763;s:11:\"size_before\";i:112529;s:10:\"size_after\";i:97766;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.25;s:5:\"bytes\";i:327;s:11:\"size_before\";i:855;s:10:\"size_after\";i:528;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:3799;s:11:\"size_before\";i:26448;s:10:\"size_after\";i:22649;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:10578;s:11:\"size_before\";i:80302;s:10:\"size_after\";i:69724;s:4:\"time\";d:0.25;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:323;s:11:\"size_before\";i:947;s:10:\"size_after\";i:624;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:3612;s:11:\"size_before\";i:24874;s:10:\"size_after\";i:21262;s:4:\"time\";d:1.0700000000000000621724893790087662637233734130859375;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.1899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:9575;s:11:\"size_before\";i:72599;s:10:\"size_after\";i:63024;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:14463;s:11:\"size_before\";i:109460;s:10:\"size_after\";i:94997;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.74000000000000198951966012828052043914794921875;s:5:\"bytes\";i:327;s:11:\"size_before\";i:890;s:10:\"size_after\";i:563;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:3529;s:11:\"size_before\";i:24455;s:10:\"size_after\";i:20926;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:9205;s:11:\"size_before\";i:68999;s:10:\"size_after\";i:59794;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:13707;s:11:\"size_before\";i:103574;s:10:\"size_after\";i:89867;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:324;s:11:\"size_before\";i:885;s:10:\"size_after\";i:561;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:4948;s:11:\"size_before\";i:35244;s:10:\"size_after\";i:30296;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.50999999999999801048033987171947956085205078125;s:5:\"bytes\";i:344;s:11:\"size_before\";i:1058;s:10:\"size_after\";i:714;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2399999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:103;s:11:\"size_before\";i:42289;s:10:\"size_after\";i:42186;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1600000000000000033306690738754696212708950042724609375;s:5:\"bytes\";i:97;s:11:\"size_before\";i:59794;s:10:\"size_after\";i:59697;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2300000000000000099920072216264088638126850128173828125;s:5:\"bytes\";i:207;s:11:\"size_before\";i:89867;s:10:\"size_after\";i:89660;s:4:\"time\";d:1.0300000000000000266453525910037569701671600341796875;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:316;s:11:\"size_before\";i:817;s:10:\"size_after\";i:501;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:2627;s:11:\"size_before\";i:16550;s:10:\"size_after\";i:13923;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.0799999999999982946974341757595539093017578125;s:5:\"bytes\";i:352;s:11:\"size_before\";i:1064;s:10:\"size_after\";i:712;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.179999999999999993338661852249060757458209991455078125;s:5:\"bytes\";i:54;s:11:\"size_before\";i:30296;s:10:\"size_after\";i:30242;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.43999999999999772626324556767940521240234375;s:5:\"bytes\";i:362;s:11:\"size_before\";i:1116;s:10:\"size_after\";i:754;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:141;s:11:\"size_before\";i:46818;s:10:\"size_after\";i:46677;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.289999999999999980015985556747182272374629974365234375;s:5:\"bytes\";i:203;s:11:\"size_before\";i:69724;s:10:\"size_after\";i:69521;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.88000000000000255795384873636066913604736328125;s:5:\"bytes\";i:322;s:11:\"size_before\";i:850;s:10:\"size_after\";i:528;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(801,323,'_wpb_shortcodes_custom_css','.vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}'),(802,268,'wp-smush-lossy','1'),(803,268,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.685706370158047917584553943015635013580322265625;s:5:\"bytes\";i:238105;s:11:\"size_before\";i:1876955;s:10:\"size_after\";i:1638850;s:4:\"time\";d:7.58999999999999719335619374760426580905914306640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:2221;s:11:\"size_before\";i:14483;s:10:\"size_after\";i:12262;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:972;s:11:\"size_before\";i:5769;s:10:\"size_after\";i:4797;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:9667;s:11:\"size_before\";i:67146;s:10:\"size_after\";i:57479;s:4:\"time\";d:0.7199999999999999733546474089962430298328399658203125;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:1377;s:11:\"size_before\";i:8946;s:10:\"size_after\";i:7569;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.89999999999999857891452847979962825775146484375;s:5:\"bytes\";i:628;s:11:\"size_before\";i:3323;s:10:\"size_after\";i:2695;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:5285;s:11:\"size_before\";i:35843;s:10:\"size_after\";i:30558;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:3655;s:11:\"size_before\";i:24468;s:10:\"size_after\";i:20813;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3335;s:11:\"size_before\";i:22303;s:10:\"size_after\";i:18968;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:3286;s:11:\"size_before\";i:21468;s:10:\"size_after\";i:18182;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:5702;s:11:\"size_before\";i:39075;s:10:\"size_after\";i:33373;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:5430;s:11:\"size_before\";i:37137;s:10:\"size_after\";i:31707;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:4896;s:11:\"size_before\";i:34149;s:10:\"size_after\";i:29253;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:6576;s:11:\"size_before\";i:44644;s:10:\"size_after\";i:38068;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:6282;s:11:\"size_before\";i:42949;s:10:\"size_after\";i:36667;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.260000000000001563194018672220408916473388671875;s:5:\"bytes\";i:684;s:11:\"size_before\";i:3551;s:10:\"size_after\";i:2867;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7569;s:10:\"size_after\";i:7569;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:2678;s:11:\"size_before\";i:17514;s:10:\"size_after\";i:14836;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:323;s:11:\"size_before\";i:892;s:10:\"size_after\";i:569;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:5366;s:11:\"size_before\";i:36728;s:10:\"size_after\";i:31362;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:11880;s:11:\"size_before\";i:80141;s:10:\"size_after\";i:68261;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:16734;s:11:\"size_before\";i:111275;s:10:\"size_after\";i:94541;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.75;s:5:\"bytes\";i:324;s:11:\"size_before\";i:815;s:10:\"size_after\";i:491;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:3629;s:11:\"size_before\";i:24845;s:10:\"size_after\";i:21216;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:11537;s:11:\"size_before\";i:77105;s:10:\"size_after\";i:65568;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:319;s:11:\"size_before\";i:876;s:10:\"size_after\";i:557;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3413;s:11:\"size_before\";i:22869;s:10:\"size_after\";i:19456;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:10520;s:11:\"size_before\";i:70493;s:10:\"size_after\";i:59973;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:16207;s:11:\"size_before\";i:108791;s:10:\"size_after\";i:92584;s:4:\"time\";d:1.20999999999999996447286321199499070644378662109375;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.18999999999999772626324556767940521240234375;s:5:\"bytes\";i:320;s:11:\"size_before\";i:838;s:10:\"size_after\";i:518;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:3249;s:11:\"size_before\";i:22185;s:10:\"size_after\";i:18936;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:10060;s:11:\"size_before\";i:67507;s:10:\"size_after\";i:57447;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:15649;s:11:\"size_before\";i:103970;s:10:\"size_after\";i:88321;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:315;s:11:\"size_before\";i:835;s:10:\"size_after\";i:520;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:5281;s:11:\"size_before\";i:34892;s:10:\"size_after\";i:29611;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:17330;s:11:\"size_before\";i:114754;s:10:\"size_after\";i:97424;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.0799999999999982946974341757595539093017578125;s:5:\"bytes\";i:341;s:11:\"size_before\";i:972;s:10:\"size_after\";i:631;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:24;s:11:\"size_before\";i:33373;s:10:\"size_after\";i:33349;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:11040;s:11:\"size_before\";i:74873;s:10:\"size_after\";i:63833;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.11000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:98;s:11:\"size_before\";i:88321;s:10:\"size_after\";i:88223;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:319;s:11:\"size_before\";i:770;s:10:\"size_after\";i:451;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:1607;s:11:\"size_before\";i:10795;s:10:\"size_after\";i:9188;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:15584;s:11:\"size_before\";i:104615;s:10:\"size_after\";i:89031;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:332;s:11:\"size_before\";i:943;s:10:\"size_after\";i:611;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0899999999999999966693309261245303787291049957275390625;s:5:\"bytes\";i:27;s:11:\"size_before\";i:29611;s:10:\"size_after\";i:29584;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:74;s:11:\"size_before\";i:97424;s:10:\"size_after\";i:97350;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.2000000000000028421709430404007434844970703125;s:5:\"bytes\";i:343;s:11:\"size_before\";i:1003;s:10:\"size_after\";i:660;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2300000000000000099920072216264088638126850128173828125;s:5:\"bytes\";i:88;s:11:\"size_before\";i:38068;s:10:\"size_after\";i:37980;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:12773;s:11:\"size_before\";i:85236;s:10:\"size_after\";i:72463;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:325;s:11:\"size_before\";i:803;s:10:\"size_after\";i:478;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(804,267,'wp-smush-lossy','1'),(805,267,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.506750693928378126429379335604608058929443359375;s:5:\"bytes\";i:153757;s:11:\"size_before\";i:1336233;s:10:\"size_after\";i:1182476;s:4:\"time\";d:7.1199999999999992184029906638897955417633056640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:1501;s:11:\"size_before\";i:11362;s:10:\"size_after\";i:9861;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:804;s:11:\"size_before\";i:5239;s:10:\"size_after\";i:4435;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.2200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:5741;s:11:\"size_before\";i:46968;s:10:\"size_after\";i:41227;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1102;s:11:\"size_before\";i:7780;s:10:\"size_after\";i:6678;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:529;s:11:\"size_before\";i:3082;s:10:\"size_after\";i:2553;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3190;s:11:\"size_before\";i:25413;s:10:\"size_after\";i:22223;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2310;s:11:\"size_before\";i:19008;s:10:\"size_after\";i:16698;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:2125;s:11:\"size_before\";i:17380;s:10:\"size_after\";i:15255;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:2048;s:11:\"size_before\";i:16696;s:10:\"size_after\";i:14648;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3313;s:11:\"size_before\";i:27993;s:10:\"size_after\";i:24680;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:3276;s:11:\"size_before\";i:25496;s:10:\"size_after\";i:22220;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";i:12;s:5:\"bytes\";i:2967;s:11:\"size_before\";i:24732;s:10:\"size_after\";i:21765;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.4399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:3805;s:11:\"size_before\";i:30578;s:10:\"size_after\";i:26773;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:3788;s:11:\"size_before\";i:29554;s:10:\"size_after\";i:25766;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:570;s:11:\"size_before\";i:2954;s:10:\"size_after\";i:2384;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.270000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:18;s:11:\"size_before\";i:6678;s:10:\"size_after\";i:6660;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.6300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:1813;s:11:\"size_before\";i:14360;s:10:\"size_after\";i:12547;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.780000000000001136868377216160297393798828125;s:5:\"bytes\";i:320;s:11:\"size_before\";i:870;s:10:\"size_after\";i:550;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:3170;s:11:\"size_before\";i:25006;s:10:\"size_after\";i:21836;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:7781;s:11:\"size_before\";i:56909;s:10:\"size_after\";i:49128;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:11243;s:11:\"size_before\";i:77983;s:10:\"size_after\";i:66740;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:307;s:11:\"size_before\";i:798;s:10:\"size_after\";i:491;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.5600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:2209;s:11:\"size_before\";i:16292;s:10:\"size_after\";i:14083;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:7220;s:11:\"size_before\";i:55614;s:10:\"size_after\";i:48394;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.97999999999999687361196265555918216705322265625;s:5:\"bytes\";i:321;s:11:\"size_before\";i:868;s:10:\"size_after\";i:547;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1982;s:11:\"size_before\";i:15131;s:10:\"size_after\";i:13149;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";i:13;s:5:\"bytes\";i:6594;s:11:\"size_before\";i:50735;s:10:\"size_after\";i:44141;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:10874;s:11:\"size_before\";i:76575;s:10:\"size_after\";i:65701;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.4500000000000028421709430404007434844970703125;s:5:\"bytes\";i:306;s:11:\"size_before\";i:817;s:10:\"size_after\";i:511;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.1300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:1909;s:11:\"size_before\";i:14543;s:10:\"size_after\";i:12634;s:4:\"time\";d:1.0700000000000000621724893790087662637233734130859375;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.7799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:6181;s:11:\"size_before\";i:48348;s:10:\"size_after\";i:42167;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";i:14;s:5:\"bytes\";i:10289;s:11:\"size_before\";i:73508;s:10:\"size_after\";i:63219;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.3299999999999982946974341757595539093017578125;s:5:\"bytes\";i:312;s:11:\"size_before\";i:814;s:10:\"size_after\";i:502;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:3412;s:11:\"size_before\";i:22502;s:10:\"size_after\";i:19090;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:11588;s:11:\"size_before\";i:80584;s:10:\"size_after\";i:68996;s:4:\"time\";d:1.2199999999999999733546474089962430298328399658203125;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:325;s:11:\"size_before\";i:945;s:10:\"size_after\";i:620;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.190000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:47;s:11:\"size_before\";i:24680;s:10:\"size_after\";i:24633;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:7229;s:11:\"size_before\";i:52822;s:10:\"size_after\";i:45593;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.059999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:36;s:11:\"size_before\";i:63219;s:10:\"size_after\";i:63183;s:4:\"time\";d:0.25;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.89999999999999857891452847979962825775146484375;s:5:\"bytes\";i:304;s:11:\"size_before\";i:762;s:10:\"size_after\";i:458;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:1212;s:11:\"size_before\";i:8723;s:10:\"size_after\";i:7511;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:10203;s:11:\"size_before\";i:73770;s:10:\"size_after\";i:63567;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.219999999999998863131622783839702606201171875;s:5:\"bytes\";i:309;s:11:\"size_before\";i:903;s:10:\"size_after\";i:594;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1700000000000000122124532708767219446599483489990234375;s:5:\"bytes\";i:33;s:11:\"size_before\";i:19090;s:10:\"size_after\";i:19057;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.11000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:78;s:11:\"size_before\";i:68996;s:10:\"size_after\";i:68918;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.409999999999996589394868351519107818603515625;s:5:\"bytes\";i:315;s:11:\"size_before\";i:972;s:10:\"size_after\";i:657;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.13000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:34;s:11:\"size_before\";i:26773;s:10:\"size_after\";i:26739;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:8402;s:11:\"size_before\";i:60614;s:10:\"size_after\";i:52212;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:312;s:11:\"size_before\";i:794;s:10:\"size_after\";i:482;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(806,266,'wp-smush-lossy','1'),(807,266,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.001493396149527370653231628239154815673828125;s:5:\"bytes\";i:424330;s:11:\"size_before\";i:3263702;s:10:\"size_after\";i:2839372;s:4:\"time\";d:8.6599999999999983657517077517695724964141845703125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2489;s:11:\"size_before\";i:14904;s:10:\"size_after\";i:12415;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.5;s:5:\"bytes\";i:967;s:11:\"size_before\";i:5227;s:10:\"size_after\";i:4260;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.120000000000000994759830064140260219573974609375;s:5:\"bytes\";i:17897;s:11:\"size_before\";i:111022;s:10:\"size_after\";i:93125;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:1442;s:11:\"size_before\";i:8716;s:10:\"size_after\";i:7274;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:585;s:11:\"size_before\";i:3036;s:10:\"size_after\";i:2451;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:9067;s:11:\"size_before\";i:62285;s:10:\"size_after\";i:53218;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:6830;s:11:\"size_before\";i:35060;s:10:\"size_after\";i:28230;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:6235;s:11:\"size_before\";i:32111;s:10:\"size_after\";i:25876;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:6067;s:11:\"size_before\";i:30865;s:10:\"size_after\";i:24798;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.190000000000001278976924368180334568023681640625;s:5:\"bytes\";i:10628;s:11:\"size_before\";i:58436;s:10:\"size_after\";i:47808;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:8620;s:11:\"size_before\";i:65323;s:10:\"size_after\";i:56703;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:8452;s:11:\"size_before\";i:46838;s:10:\"size_after\";i:38386;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:12107;s:11:\"size_before\";i:70120;s:10:\"size_after\";i:58013;s:4:\"time\";d:0.25;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:9785;s:11:\"size_before\";i:75342;s:10:\"size_after\";i:65557;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.989999999999998436805981327779591083526611328125;s:5:\"bytes\";i:562;s:11:\"size_before\";i:2960;s:10:\"size_after\";i:2398;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:6;s:11:\"size_before\";i:7274;s:10:\"size_after\";i:7268;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:4222;s:11:\"size_before\";i:22161;s:10:\"size_after\";i:17939;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.25;s:5:\"bytes\";i:315;s:11:\"size_before\";i:869;s:10:\"size_after\";i:554;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.809999999999998721023075631819665431976318359375;s:5:\"bytes\";i:9985;s:11:\"size_before\";i:56057;s:10:\"size_after\";i:46072;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:23907;s:11:\"size_before\";i:157221;s:10:\"size_after\";i:133314;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:31748;s:11:\"size_before\";i:209869;s:10:\"size_after\";i:178121;s:4:\"time\";d:0.68000000000000004884981308350688777863979339599609375;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.49000000000000198951966012828052043914794921875;s:5:\"bytes\";i:317;s:11:\"size_before\";i:783;s:10:\"size_after\";i:466;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.620000000000000994759830064140260219573974609375;s:5:\"bytes\";i:6341;s:11:\"size_before\";i:35993;s:10:\"size_after\";i:29652;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:19022;s:11:\"size_before\";i:139467;s:10:\"size_after\";i:120445;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.090000000000003410605131648480892181396484375;s:5:\"bytes\";i:310;s:11:\"size_before\";i:859;s:10:\"size_after\";i:549;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:5817;s:11:\"size_before\";i:32286;s:10:\"size_after\";i:26469;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.4399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:17157;s:11:\"size_before\";i:127622;s:10:\"size_after\";i:110465;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.25;s:5:\"bytes\";i:31433;s:11:\"size_before\";i:206170;s:10:\"size_after\";i:174737;s:4:\"time\";d:0.520000000000000017763568394002504646778106689453125;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.6700000000000017053025658242404460906982421875;s:5:\"bytes\";i:314;s:11:\"size_before\";i:812;s:10:\"size_after\";i:498;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.629999999999999005240169935859739780426025390625;s:5:\"bytes\";i:5681;s:11:\"size_before\";i:30497;s:10:\"size_after\";i:24816;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:16417;s:11:\"size_before\";i:122204;s:10:\"size_after\";i:105787;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:30544;s:11:\"size_before\";i:199387;s:10:\"size_after\";i:168843;s:4:\"time\";d:0.479999999999999982236431605997495353221893310546875;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.47999999999999687361196265555918216705322265625;s:5:\"bytes\";i:314;s:11:\"size_before\";i:816;s:10:\"size_after\";i:502;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:9655;s:11:\"size_before\";i:59297;s:10:\"size_after\";i:49642;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:32639;s:11:\"size_before\";i:215166;s:10:\"size_after\";i:182527;s:4:\"time\";d:0.440000000000000002220446049250313080847263336181640625;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.090000000000003410605131648480892181396484375;s:5:\"bytes\";i:327;s:11:\"size_before\";i:932;s:10:\"size_after\";i:605;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.11000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:52;s:11:\"size_before\";i:47808;s:10:\"size_after\";i:47756;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:22250;s:11:\"size_before\";i:146291;s:10:\"size_after\";i:124041;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:119;s:11:\"size_before\";i:168843;s:10:\"size_after\";i:168724;s:4:\"time\";d:0.4699999999999999733546474089962430298328399658203125;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:320;s:11:\"size_before\";i:760;s:10:\"size_after\";i:440;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:1639;s:11:\"size_before\";i:10156;s:10:\"size_after\";i:8517;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:25045;s:11:\"size_before\";i:182287;s:10:\"size_after\";i:157242;s:4:\"time\";d:0.429999999999999993338661852249060757458209991455078125;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.5;s:5:\"bytes\";i:334;s:11:\"size_before\";i:915;s:10:\"size_after\";i:581;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0899999999999999966693309261245303787291049957275390625;s:5:\"bytes\";i:45;s:11:\"size_before\";i:49642;s:10:\"size_after\";i:49597;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:147;s:11:\"size_before\";i:182527;s:10:\"size_after\";i:182380;s:4:\"time\";d:0.450000000000000011102230246251565404236316680908203125;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.2000000000000028421709430404007434844970703125;s:5:\"bytes\";i:321;s:11:\"size_before\";i:997;s:10:\"size_after\";i:676;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.14000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:83;s:11:\"size_before\";i:58013;s:10:\"size_after\";i:57930;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:25458;s:11:\"size_before\";i:166693;s:10:\"size_after\";i:141235;s:4:\"time\";d:0.5100000000000000088817841970012523233890533447265625;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.969999999999998863131622783839702606201171875;s:5:\"bytes\";i:313;s:11:\"size_before\";i:783;s:10:\"size_after\";i:470;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(808,265,'wp-smush-lossy','1'),(809,265,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.3893046604998033899391884915530681610107421875;s:5:\"bytes\";i:444641;s:11:\"size_before\";i:3320867;s:10:\"size_after\";i:2876226;s:4:\"time\";d:8.219999999999998863131622783839702606201171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2527;s:11:\"size_before\";i:15038;s:10:\"size_after\";i:12511;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.239999999999998436805981327779591083526611328125;s:5:\"bytes\";i:974;s:11:\"size_before\";i:5063;s:10:\"size_after\";i:4089;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.690000000000001278976924368180334568023681640625;s:5:\"bytes\";i:18925;s:11:\"size_before\";i:113370;s:10:\"size_after\";i:94445;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:1433;s:11:\"size_before\";i:8626;s:10:\"size_after\";i:7193;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:607;s:11:\"size_before\";i:2938;s:10:\"size_after\";i:2331;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:9208;s:11:\"size_before\";i:62762;s:10:\"size_after\";i:53554;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.6700000000000017053025658242404460906982421875;s:5:\"bytes\";i:6832;s:11:\"size_before\";i:34732;s:10:\"size_after\";i:27900;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.0799999999999982946974341757595539093017578125;s:5:\"bytes\";i:6416;s:11:\"size_before\";i:31958;s:10:\"size_after\";i:25542;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.059999999999998721023075631819665431976318359375;s:5:\"bytes\";i:6136;s:11:\"size_before\";i:30582;s:10:\"size_after\";i:24446;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:10567;s:11:\"size_before\";i:59200;s:10:\"size_after\";i:48633;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:8769;s:11:\"size_before\";i:66439;s:10:\"size_after\";i:57670;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.8299999999999982946974341757595539093017578125;s:5:\"bytes\";i:8986;s:11:\"size_before\";i:47728;s:10:\"size_after\";i:38742;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.370000000000000994759830064140260219573974609375;s:5:\"bytes\";i:12341;s:11:\"size_before\";i:71052;s:10:\"size_after\";i:58711;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:10012;s:11:\"size_before\";i:76355;s:10:\"size_after\";i:66343;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.989999999999998436805981327779591083526611328125;s:5:\"bytes\";i:566;s:11:\"size_before\";i:2981;s:10:\"size_after\";i:2415;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.179999999999999993338661852249060757458209991455078125;s:5:\"bytes\";i:13;s:11:\"size_before\";i:7193;s:10:\"size_after\";i:7180;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:4111;s:11:\"size_before\";i:22180;s:10:\"size_after\";i:18069;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:318;s:11:\"size_before\";i:852;s:10:\"size_after\";i:534;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.989999999999998436805981327779591083526611328125;s:5:\"bytes\";i:10199;s:11:\"size_before\";i:56681;s:10:\"size_after\";i:46482;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.75;s:5:\"bytes\";i:25088;s:11:\"size_before\";i:159247;s:10:\"size_after\";i:134159;s:4:\"time\";i:1;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:34274;s:11:\"size_before\";i:216696;s:10:\"size_after\";i:182422;s:4:\"time\";d:0.440000000000000002220446049250313080847263336181640625;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:313;s:11:\"size_before\";i:788;s:10:\"size_after\";i:475;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.309999999999998721023075631819665431976318359375;s:5:\"bytes\";i:6266;s:11:\"size_before\";i:36198;s:10:\"size_after\";i:29932;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:19736;s:11:\"size_before\";i:140200;s:10:\"size_after\";i:120464;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.8299999999999982946974341757595539093017578125;s:5:\"bytes\";i:317;s:11:\"size_before\";i:838;s:10:\"size_after\";i:521;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.620000000000000994759830064140260219573974609375;s:5:\"bytes\";i:5698;s:11:\"size_before\";i:32344;s:10:\"size_after\";i:26646;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:17973;s:11:\"size_before\";i:128651;s:10:\"size_after\";i:110678;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:33909;s:11:\"size_before\";i:212465;s:10:\"size_after\";i:178556;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.75;s:5:\"bytes\";i:316;s:11:\"size_before\";i:795;s:10:\"size_after\";i:479;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:5400;s:11:\"size_before\";i:30611;s:10:\"size_after\";i:25211;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:17122;s:11:\"size_before\";i:122925;s:10:\"size_after\";i:105803;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.010000000000001563194018672220408916473388671875;s:5:\"bytes\";i:32809;s:11:\"size_before\";i:204866;s:10:\"size_after\";i:172057;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.969999999999998863131622783839702606201171875;s:5:\"bytes\";i:309;s:11:\"size_before\";i:793;s:10:\"size_after\";i:484;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:10062;s:11:\"size_before\";i:59757;s:10:\"size_after\";i:49695;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:35317;s:11:\"size_before\";i:222746;s:10:\"size_after\";i:187429;s:4:\"time\";d:0.54000000000000003552713678800500929355621337890625;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.13000000000000255795384873636066913604736328125;s:5:\"bytes\";i:320;s:11:\"size_before\";i:911;s:10:\"size_after\";i:591;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0899999999999999966693309261245303787291049957275390625;s:5:\"bytes\";i:44;s:11:\"size_before\";i:48633;s:10:\"size_after\";i:48589;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:23286;s:11:\"size_before\";i:147767;s:10:\"size_after\";i:124481;s:4:\"time\";d:0.25;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:130;s:11:\"size_before\";i:172057;s:10:\"size_after\";i:171927;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.88000000000000255795384873636066913604736328125;s:5:\"bytes\";i:317;s:11:\"size_before\";i:757;s:10:\"size_after\";i:440;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.739999999999998436805981327779591083526611328125;s:5:\"bytes\";i:1697;s:11:\"size_before\";i:10137;s:10:\"size_after\";i:8440;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:26516;s:11:\"size_before\";i:187308;s:10:\"size_after\";i:160792;s:4:\"time\";d:0.61999999999999999555910790149937383830547332763671875;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:332;s:11:\"size_before\";i:906;s:10:\"size_after\";i:574;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1600000000000000033306690738754696212708950042724609375;s:5:\"bytes\";i:80;s:11:\"size_before\";i:49695;s:10:\"size_after\";i:49615;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:157;s:11:\"size_before\";i:187429;s:10:\"size_after\";i:187272;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:327;s:11:\"size_before\";i:973;s:10:\"size_after\";i:646;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.190000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:112;s:11:\"size_before\";i:58711;s:10:\"size_after\";i:58599;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.059999999999998721023075631819665431976318359375;s:5:\"bytes\";i:27165;s:11:\"size_before\";i:169159;s:10:\"size_after\";i:141994;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.9200000000000017053025658242404460906982421875;s:5:\"bytes\";i:309;s:11:\"size_before\";i:774;s:10:\"size_after\";i:465;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(810,264,'wp-smush-lossy','1'),(811,264,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.1197293359197058038034811033867299556732177734375;s:5:\"bytes\";i:200873;s:11:\"size_before\";i:1657405;s:10:\"size_after\";i:1456532;s:4:\"time\";d:6.019999999999999573674358543939888477325439453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:1829;s:11:\"size_before\";i:12436;s:10:\"size_after\";i:10607;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:809;s:11:\"size_before\";i:5466;s:10:\"size_after\";i:4657;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:8187;s:11:\"size_before\";i:57646;s:10:\"size_after\";i:49459;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:1304;s:11:\"size_before\";i:8437;s:10:\"size_after\";i:7133;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:560;s:11:\"size_before\";i:3192;s:10:\"size_after\";i:2632;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:4472;s:11:\"size_before\";i:31739;s:10:\"size_after\";i:27267;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:3318;s:11:\"size_before\";i:22720;s:10:\"size_after\";i:19402;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:2915;s:11:\"size_before\";i:20770;s:10:\"size_after\";i:17855;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:2964;s:11:\"size_before\";i:20047;s:10:\"size_after\";i:17083;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:4675;s:11:\"size_before\";i:32184;s:10:\"size_after\";i:27509;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:4344;s:11:\"size_before\";i:29904;s:10:\"size_after\";i:25560;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:4104;s:11:\"size_before\";i:29235;s:10:\"size_after\";i:25131;s:4:\"time\";d:0.25;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:5095;s:11:\"size_before\";i:36050;s:10:\"size_after\";i:30955;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:5158;s:11:\"size_before\";i:36623;s:10:\"size_after\";i:31465;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.3299999999999982946974341757595539093017578125;s:5:\"bytes\";i:541;s:11:\"size_before\";i:2952;s:10:\"size_after\";i:2411;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"bytes\";i:14;s:11:\"size_before\";i:7133;s:10:\"size_after\";i:7119;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:2407;s:11:\"size_before\";i:16526;s:10:\"size_after\";i:14119;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.02000000000000312638803734444081783294677734375;s:5:\"bytes\";i:313;s:11:\"size_before\";i:869;s:10:\"size_after\";i:556;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:4265;s:11:\"size_before\";i:30358;s:10:\"size_after\";i:26093;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:10546;s:11:\"size_before\";i:74569;s:10:\"size_after\";i:64023;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:14143;s:11:\"size_before\";i:98218;s:10:\"size_after\";i:84075;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.86999999999999744204615126363933086395263671875;s:5:\"bytes\";i:306;s:11:\"size_before\";i:808;s:10:\"size_after\";i:502;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:2749;s:11:\"size_before\";i:20096;s:10:\"size_after\";i:17347;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:9600;s:11:\"size_before\";i:70591;s:10:\"size_after\";i:60991;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.590000000000003410605131648480892181396484375;s:5:\"bytes\";i:315;s:11:\"size_before\";i:861;s:10:\"size_after\";i:546;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:2566;s:11:\"size_before\";i:18888;s:10:\"size_after\";i:16322;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:8833;s:11:\"size_before\";i:64848;s:10:\"size_after\";i:56015;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:13916;s:11:\"size_before\";i:96823;s:10:\"size_after\";i:82907;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.5499999999999971578290569595992565155029296875;s:5:\"bytes\";i:312;s:11:\"size_before\";i:831;s:10:\"size_after\";i:519;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2526;s:11:\"size_before\";i:18102;s:10:\"size_after\";i:15576;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.5;s:5:\"bytes\";i:8426;s:11:\"size_before\";i:62406;s:10:\"size_after\";i:53980;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.2799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:13460;s:11:\"size_before\";i:94263;s:10:\"size_after\";i:80803;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.24000000000000198951966012828052043914794921875;s:5:\"bytes\";i:308;s:11:\"size_before\";i:827;s:10:\"size_after\";i:519;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:4106;s:11:\"size_before\";i:28963;s:10:\"size_after\";i:24857;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:14481;s:11:\"size_before\";i:100073;s:10:\"size_after\";i:85592;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.9500000000000028421709430404007434844970703125;s:5:\"bytes\";i:312;s:11:\"size_before\";i:919;s:10:\"size_after\";i:607;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1700000000000000122124532708767219446599483489990234375;s:5:\"bytes\";i:46;s:11:\"size_before\";i:27509;s:10:\"size_after\";i:27463;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:9885;s:11:\"size_before\";i:70057;s:10:\"size_after\";i:60172;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.14000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:112;s:11:\"size_before\";i:80803;s:10:\"size_after\";i:80691;s:4:\"time\";d:0.4699999999999999733546474089962430298328399658203125;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:41;s:5:\"bytes\";i:312;s:11:\"size_before\";i:761;s:10:\"size_after\";i:449;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:1387;s:11:\"size_before\";i:9385;s:10:\"size_after\";i:7998;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:12643;s:11:\"size_before\";i:89395;s:10:\"size_after\";i:76752;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.47999999999999687361196265555918216705322265625;s:5:\"bytes\";i:308;s:11:\"size_before\";i:920;s:10:\"size_after\";i:612;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:65;s:11:\"size_before\";i:24857;s:10:\"size_after\";i:24792;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:86;s:11:\"size_before\";i:85592;s:10:\"size_after\";i:85506;s:4:\"time\";d:0.70999999999999996447286321199499070644378662109375;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:34;s:5:\"bytes\";i:324;s:11:\"size_before\";i:953;s:10:\"size_after\";i:629;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.13000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:41;s:11:\"size_before\";i:30955;s:10:\"size_after\";i:30914;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:11182;s:11:\"size_before\";i:79047;s:10:\"size_after\";i:67865;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.969999999999998863131622783839702606201171875;s:5:\"bytes\";i:303;s:11:\"size_before\";i:798;s:10:\"size_after\";i:495;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(812,263,'wp-smush-lossy','1'),(813,263,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.1453108394260365088257458410225808620452880859375;s:5:\"bytes\";i:229815;s:11:\"size_before\";i:1748266;s:10:\"size_after\";i:1518451;s:4:\"time\";d:6.22999999999999953814722175593487918376922607421875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:2280;s:11:\"size_before\";i:14287;s:10:\"size_after\";i:12007;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.629999999999999005240169935859739780426025390625;s:5:\"bytes\";i:1079;s:11:\"size_before\";i:6120;s:10:\"size_after\";i:5041;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:9080;s:11:\"size_before\";i:61883;s:10:\"size_after\";i:52803;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:1550;s:11:\"size_before\";i:9409;s:10:\"size_after\";i:7859;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.14999999999999857891452847979962825775146484375;s:5:\"bytes\";i:658;s:11:\"size_before\";i:3436;s:10:\"size_after\";i:2778;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:5661;s:11:\"size_before\";i:36263;s:10:\"size_after\";i:30602;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:3834;s:11:\"size_before\";i:24664;s:10:\"size_after\";i:20830;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3495;s:11:\"size_before\";i:22480;s:10:\"size_after\";i:18985;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:3316;s:11:\"size_before\";i:21414;s:10:\"size_after\";i:18098;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:5356;s:11:\"size_before\";i:35611;s:10:\"size_after\";i:30255;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:5953;s:11:\"size_before\";i:38720;s:10:\"size_after\";i:32767;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:4766;s:11:\"size_before\";i:32173;s:10:\"size_after\";i:27407;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:5712;s:11:\"size_before\";i:38635;s:10:\"size_after\";i:32923;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:6702;s:11:\"size_before\";i:43674;s:10:\"size_after\";i:36972;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:538;s:11:\"size_before\";i:2787;s:10:\"size_after\";i:2249;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2399999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:19;s:11:\"size_before\";i:7859;s:10:\"size_after\";i:7840;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.260000000000001563194018672220408916473388671875;s:5:\"bytes\";i:2935;s:11:\"size_before\";i:18052;s:10:\"size_after\";i:15117;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:338;s:11:\"size_before\";i:898;s:10:\"size_after\";i:560;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:4566;s:11:\"size_before\";i:31805;s:10:\"size_after\";i:27239;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:11948;s:11:\"size_before\";i:77883;s:10:\"size_after\";i:65935;s:4:\"time\";d:0.59999999999999997779553950749686919152736663818359375;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:15847;s:11:\"size_before\";i:102171;s:10:\"size_after\";i:86324;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:317;s:11:\"size_before\";i:798;s:10:\"size_after\";i:481;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2815;s:11:\"size_before\";i:18881;s:10:\"size_after\";i:16066;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:11144;s:11:\"size_before\";i:74550;s:10:\"size_after\";i:63406;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.590000000000003410605131648480892181396484375;s:5:\"bytes\";i:327;s:11:\"size_before\";i:870;s:10:\"size_after\";i:543;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:2665;s:11:\"size_before\";i:17745;s:10:\"size_after\";i:15080;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:10373;s:11:\"size_before\";i:68181;s:10:\"size_after\";i:57808;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.25;s:5:\"bytes\";i:15375;s:11:\"size_before\";i:100829;s:10:\"size_after\";i:85454;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.9500000000000028421709430404007434844970703125;s:5:\"bytes\";i:319;s:11:\"size_before\";i:819;s:10:\"size_after\";i:500;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:2599;s:11:\"size_before\";i:17284;s:10:\"size_after\";i:14685;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:9903;s:11:\"size_before\";i:65355;s:10:\"size_after\";i:55452;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:15076;s:11:\"size_before\";i:98084;s:10:\"size_after\";i:83008;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.0799999999999982946974341757595539093017578125;s:5:\"bytes\";i:322;s:11:\"size_before\";i:824;s:10:\"size_after\";i:502;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.440000000000001278976924368180334568023681640625;s:5:\"bytes\";i:4199;s:11:\"size_before\";i:25538;s:10:\"size_after\";i:21339;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:16382;s:11:\"size_before\";i:105296;s:10:\"size_after\";i:88914;s:4:\"time\";d:0.25;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.36999999999999744204615126363933086395263671875;s:5:\"bytes\";i:333;s:11:\"size_before\";i:969;s:10:\"size_after\";i:636;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2099999999999999922284388276239042170345783233642578125;s:5:\"bytes\";i:64;s:11:\"size_before\";i:30255;s:10:\"size_after\";i:30191;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:11208;s:11:\"size_before\";i:72753;s:10:\"size_after\";i:61545;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.11000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:92;s:11:\"size_before\";i:83008;s:10:\"size_after\";i:82916;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.780000000000001136868377216160297393798828125;s:5:\"bytes\";i:315;s:11:\"size_before\";i:754;s:10:\"size_after\";i:439;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.379999999999999005240169935859739780426025390625;s:5:\"bytes\";i:1791;s:11:\"size_before\";i:10935;s:10:\"size_after\";i:9144;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.25;s:5:\"bytes\";i:14618;s:11:\"size_before\";i:95839;s:10:\"size_after\";i:81221;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:335;s:11:\"size_before\";i:956;s:10:\"size_after\";i:621;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:5;s:11:\"size_before\";i:21339;s:10:\"size_after\";i:21334;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:86;s:11:\"size_before\";i:88914;s:10:\"size_after\";i:88828;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:336;s:11:\"size_before\";i:1004;s:10:\"size_after\";i:668;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.190000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:61;s:11:\"size_before\";i:32923;s:10:\"size_after\";i:32862;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:12816;s:11:\"size_before\";i:82560;s:10:\"size_after\";i:69744;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:306;s:11:\"size_before\";i:779;s:10:\"size_after\";i:473;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(814,262,'wp-smush-lossy','1'),(815,262,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:15.58546236889623060051235370337963104248046875;s:5:\"bytes\";i:202837;s:11:\"size_before\";i:1301450;s:10:\"size_after\";i:1098613;s:4:\"time\";d:6.24999999999999733546474089962430298328399658203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:1732;s:11:\"size_before\";i:10212;s:10:\"size_after\";i:8480;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:781;s:11:\"size_before\";i:4134;s:10:\"size_after\";i:3353;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.690000000000001278976924368180334568023681640625;s:5:\"bytes\";i:7765;s:11:\"size_before\";i:46537;s:10:\"size_after\";i:38772;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.879999999999999005240169935859739780426025390625;s:5:\"bytes\";i:1128;s:11:\"size_before\";i:6310;s:10:\"size_after\";i:5182;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:536;s:11:\"size_before\";i:2454;s:10:\"size_after\";i:1918;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.35000000000000142108547152020037174224853515625;s:5:\"bytes\";i:4081;s:11:\"size_before\";i:22234;s:10:\"size_after\";i:18153;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:2609;s:11:\"size_before\";i:16199;s:10:\"size_after\";i:13590;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2442;s:11:\"size_before\";i:14878;s:10:\"size_after\";i:12436;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2330;s:11:\"size_before\";i:14293;s:10:\"size_after\";i:11963;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:4246;s:11:\"size_before\";i:26574;s:10:\"size_after\";i:22328;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4583;s:11:\"size_before\";i:22978;s:10:\"size_after\";i:18395;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:3627;s:11:\"size_before\";i:23255;s:10:\"size_after\";i:19628;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:4801;s:11:\"size_before\";i:30288;s:10:\"size_after\";i:25487;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.870000000000000994759830064140260219573974609375;s:5:\"bytes\";i:5257;s:11:\"size_before\";i:26460;s:10:\"size_after\";i:21203;s:4:\"time\";d:1.1100000000000000976996261670137755572795867919921875;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.059999999999998721023075631819665431976318359375;s:5:\"bytes\";i:515;s:11:\"size_before\";i:2567;s:10:\"size_after\";i:2052;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:2;s:11:\"size_before\";i:5182;s:10:\"size_after\";i:5180;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:2007;s:11:\"size_before\";i:12061;s:10:\"size_after\";i:10054;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.340000000000003410605131648480892181396484375;s:5:\"bytes\";i:309;s:11:\"size_before\";i:806;s:10:\"size_after\";i:497;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:4069;s:11:\"size_before\";i:25107;s:10:\"size_after\";i:21038;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:10510;s:11:\"size_before\";i:54749;s:10:\"size_after\";i:44239;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:15204;s:11:\"size_before\";i:81222;s:10:\"size_after\";i:66018;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.86999999999999744204615126363933086395263671875;s:5:\"bytes\";i:314;s:11:\"size_before\";i:750;s:10:\"size_after\";i:436;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.39999999999999857891452847979962825775146484375;s:5:\"bytes\";i:2700;s:11:\"size_before\";i:16459;s:10:\"size_after\";i:13759;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:10170;s:11:\"size_before\";i:52112;s:10:\"size_after\";i:41942;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:304;s:11:\"size_before\";i:794;s:10:\"size_after\";i:490;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2430;s:11:\"size_before\";i:15002;s:10:\"size_after\";i:12572;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:9278;s:11:\"size_before\";i:47318;s:10:\"size_after\";i:38040;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.629999999999999005240169935859739780426025390625;s:5:\"bytes\";i:14813;s:11:\"size_before\";i:79528;s:10:\"size_after\";i:64715;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.47999999999999687361196265555918216705322265625;s:5:\"bytes\";i:314;s:11:\"size_before\";i:757;s:10:\"size_after\";i:443;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:2311;s:11:\"size_before\";i:14411;s:10:\"size_after\";i:12100;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:8767;s:11:\"size_before\";i:45291;s:10:\"size_after\";i:36524;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:14104;s:11:\"size_before\";i:75783;s:10:\"size_after\";i:61679;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.659999999999996589394868351519107818603515625;s:5:\"bytes\";i:307;s:11:\"size_before\";i:755;s:10:\"size_after\";i:448;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:4489;s:11:\"size_before\";i:25169;s:10:\"size_after\";i:20680;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.739999999999998436805981327779591083526611328125;s:5:\"bytes\";i:15759;s:11:\"size_before\";i:84094;s:10:\"size_after\";i:68335;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.9200000000000017053025658242404460906982421875;s:5:\"bytes\";i:316;s:11:\"size_before\";i:856;s:10:\"size_after\";i:540;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.179999999999999993338661852249060757458209991455078125;s:5:\"bytes\";i:41;s:11:\"size_before\";i:22328;s:10:\"size_after\";i:22287;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.10000000000000142108547152020037174224853515625;s:5:\"bytes\";i:9719;s:11:\"size_before\";i:50885;s:10:\"size_after\";i:41166;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.13000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:78;s:11:\"size_before\";i:61679;s:10:\"size_after\";i:61601;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.97999999999999687361196265555918216705322265625;s:5:\"bytes\";i:312;s:11:\"size_before\";i:726;s:10:\"size_after\";i:414;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.6700000000000017053025658242404460906982421875;s:5:\"bytes\";i:1292;s:11:\"size_before\";i:7751;s:10:\"size_after\";i:6459;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:14211;s:11:\"size_before\";i:74988;s:10:\"size_after\";i:60777;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:319;s:11:\"size_before\";i:850;s:10:\"size_after\";i:531;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:8;s:11:\"size_before\";i:20680;s:10:\"size_after\";i:20672;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.059999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:40;s:11:\"size_before\";i:68335;s:10:\"size_after\";i:68295;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:308;s:11:\"size_before\";i:891;s:10:\"size_after\";i:583;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0899999999999999966693309261245303787291049957275390625;s:5:\"bytes\";i:24;s:11:\"size_before\";i:25487;s:10:\"size_after\";i:25463;s:4:\"time\";d:0.5300000000000000266453525910037569701671600341796875;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.25;s:5:\"bytes\";i:11267;s:11:\"size_before\";i:58528;s:10:\"size_after\";i:47261;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.4500000000000028421709430404007434844970703125;s:5:\"bytes\";i:308;s:11:\"size_before\";i:743;s:10:\"size_after\";i:435;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(816,261,'wp-smush-lossy','1'),(817,261,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.59100194716261711391780409030616283416748046875;s:5:\"bytes\";i:213195;s:11:\"size_before\";i:1693233;s:10:\"size_after\";i:1480038;s:4:\"time\";d:5.78999999999999914734871708787977695465087890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:2144;s:11:\"size_before\";i:14328;s:10:\"size_after\";i:12184;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1004;s:11:\"size_before\";i:6011;s:10:\"size_after\";i:5007;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:8951;s:11:\"size_before\";i:62459;s:10:\"size_after\";i:53508;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:1418;s:11:\"size_before\";i:9070;s:10:\"size_after\";i:7652;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.89999999999999857891452847979962825775146484375;s:5:\"bytes\";i:643;s:11:\"size_before\";i:3402;s:10:\"size_after\";i:2759;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:4436;s:11:\"size_before\";i:30955;s:10:\"size_after\";i:26519;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:3434;s:11:\"size_before\";i:23213;s:10:\"size_after\";i:19779;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:3106;s:11:\"size_before\";i:20899;s:10:\"size_after\";i:17793;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:2991;s:11:\"size_before\";i:19920;s:10:\"size_after\";i:16929;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:5230;s:11:\"size_before\";i:36159;s:10:\"size_after\";i:30929;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:4611;s:11:\"size_before\";i:31292;s:10:\"size_after\";i:26681;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:4810;s:11:\"size_before\";i:32569;s:10:\"size_after\";i:27759;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:5770;s:11:\"size_before\";i:40049;s:10:\"size_after\";i:34279;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:5254;s:11:\"size_before\";i:36209;s:10:\"size_after\";i:30955;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:613;s:11:\"size_before\";i:3355;s:10:\"size_after\";i:2742;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.289999999999999980015985556747182272374629974365234375;s:5:\"bytes\";i:22;s:11:\"size_before\";i:7652;s:10:\"size_after\";i:7630;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:2603;s:11:\"size_before\";i:17360;s:10:\"size_after\";i:14757;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.97999999999999687361196265555918216705322265625;s:5:\"bytes\";i:322;s:11:\"size_before\";i:895;s:10:\"size_after\";i:573;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:4866;s:11:\"size_before\";i:33040;s:10:\"size_after\";i:28174;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:10390;s:11:\"size_before\";i:69995;s:10:\"size_after\";i:59605;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:15251;s:11:\"size_before\";i:101957;s:10:\"size_after\";i:86706;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.780000000000001136868377216160297393798828125;s:5:\"bytes\";i:321;s:11:\"size_before\";i:807;s:10:\"size_after\";i:486;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:3016;s:11:\"size_before\";i:20890;s:10:\"size_after\";i:17874;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:9908;s:11:\"size_before\";i:68516;s:10:\"size_after\";i:58608;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.409999999999996589394868351519107818603515625;s:5:\"bytes\";i:330;s:11:\"size_before\";i:882;s:10:\"size_after\";i:552;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2827;s:11:\"size_before\";i:19286;s:10:\"size_after\";i:16459;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:9059;s:11:\"size_before\";i:61765;s:10:\"size_after\";i:52706;s:4:\"time\";d:0.25;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:14829;s:11:\"size_before\";i:99540;s:10:\"size_after\";i:84711;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:318;s:11:\"size_before\";i:833;s:10:\"size_after\";i:515;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2767;s:11:\"size_before\";i:18701;s:10:\"size_after\";i:15934;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:8482;s:11:\"size_before\";i:58654;s:10:\"size_after\";i:50172;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:14185;s:11:\"size_before\";i:95387;s:10:\"size_after\";i:81202;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.5499999999999971578290569595992565155029296875;s:5:\"bytes\";i:320;s:11:\"size_before\";i:830;s:10:\"size_after\";i:510;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:15;s:5:\"bytes\";i:4379;s:11:\"size_before\";i:29198;s:10:\"size_after\";i:24819;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:15858;s:11:\"size_before\";i:105121;s:10:\"size_after\";i:89263;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:326;s:11:\"size_before\";i:987;s:10:\"size_after\";i:661;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"bytes\";i:61;s:11:\"size_before\";i:30929;s:10:\"size_after\";i:30868;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:9709;s:11:\"size_before\";i:64793;s:10:\"size_after\";i:55084;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.13000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:108;s:11:\"size_before\";i:81202;s:10:\"size_after\";i:81094;s:4:\"time\";d:0.25;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:313;s:11:\"size_before\";i:760;s:10:\"size_after\";i:447;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1674;s:11:\"size_before\";i:10872;s:10:\"size_after\";i:9198;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:14184;s:11:\"size_before\";i:96050;s:10:\"size_after\";i:81866;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:333;s:11:\"size_before\";i:959;s:10:\"size_after\";i:626;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0899999999999999966693309261245303787291049957275390625;s:5:\"bytes\";i:22;s:11:\"size_before\";i:24819;s:10:\"size_after\";i:24797;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.11000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:102;s:11:\"size_before\";i:89263;s:10:\"size_after\";i:89161;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.60000000000000142108547152020037174224853515625;s:5:\"bytes\";i:340;s:11:\"size_before\";i:1043;s:10:\"size_after\";i:703;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2800000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:95;s:11:\"size_before\";i:34279;s:10:\"size_after\";i:34184;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:11144;s:11:\"size_before\";i:75288;s:10:\"size_after\";i:64144;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:40;s:5:\"bytes\";i:316;s:11:\"size_before\";i:790;s:10:\"size_after\";i:474;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(818,260,'wp-smush-lossy','1'),(819,260,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.5737193263196882497823025914840400218963623046875;s:5:\"bytes\";i:205274;s:11:\"size_before\";i:1512290;s:10:\"size_after\";i:1307016;s:4:\"time\";d:6.32999999999999918287585387588478624820709228515625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:2001;s:11:\"size_before\";i:13406;s:10:\"size_after\";i:11405;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.8299999999999982946974341757595539093017578125;s:5:\"bytes\";i:1001;s:11:\"size_before\";i:5947;s:10:\"size_after\";i:4946;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:8453;s:11:\"size_before\";i:54455;s:10:\"size_after\";i:46002;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1438;s:11:\"size_before\";i:8838;s:10:\"size_after\";i:7400;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:647;s:11:\"size_before\";i:3580;s:10:\"size_after\";i:2933;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4466;s:11:\"size_before\";i:28506;s:10:\"size_after\";i:24040;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:3286;s:11:\"size_before\";i:21363;s:10:\"size_after\";i:18077;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.7799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:3078;s:11:\"size_before\";i:19509;s:10:\"size_after\";i:16431;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:2907;s:11:\"size_before\";i:18728;s:10:\"size_after\";i:15821;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:4909;s:11:\"size_before\";i:32080;s:10:\"size_after\";i:27171;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:4354;s:11:\"size_before\";i:28865;s:10:\"size_after\";i:24511;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.2799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:4400;s:11:\"size_before\";i:28792;s:10:\"size_after\";i:24392;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:5511;s:11:\"size_before\";i:35889;s:10:\"size_after\";i:30378;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.2200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:5061;s:11:\"size_before\";i:33261;s:10:\"size_after\";i:28200;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:640;s:11:\"size_before\";i:3150;s:10:\"size_after\";i:2510;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:3;s:11:\"size_before\";i:7400;s:10:\"size_after\";i:7397;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:2502;s:11:\"size_before\";i:16160;s:10:\"size_after\";i:13658;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.74000000000000198951966012828052043914794921875;s:5:\"bytes\";i:327;s:11:\"size_before\";i:915;s:10:\"size_after\";i:588;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:4621;s:11:\"size_before\";i:29844;s:10:\"size_after\";i:25223;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:9844;s:11:\"size_before\";i:62873;s:10:\"size_after\";i:53029;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.510000000000001563194018672220408916473388671875;s:5:\"bytes\";i:14627;s:11:\"size_before\";i:88573;s:10:\"size_after\";i:73946;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:318;s:11:\"size_before\";i:823;s:10:\"size_after\";i:505;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3039;s:11:\"size_before\";i:19499;s:10:\"size_after\";i:16460;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:9583;s:11:\"size_before\";i:61742;s:10:\"size_after\";i:52159;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.1700000000000017053025658242404460906982421875;s:5:\"bytes\";i:336;s:11:\"size_before\";i:904;s:10:\"size_after\";i:568;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:2912;s:11:\"size_before\";i:18353;s:10:\"size_after\";i:15441;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:8793;s:11:\"size_before\";i:56218;s:10:\"size_after\";i:47425;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.3299999999999982946974341757595539093017578125;s:5:\"bytes\";i:14132;s:11:\"size_before\";i:86536;s:10:\"size_after\";i:72404;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.74000000000000198951966012828052043914794921875;s:5:\"bytes\";i:320;s:11:\"size_before\";i:848;s:10:\"size_after\";i:528;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:2818;s:11:\"size_before\";i:17760;s:10:\"size_after\";i:14942;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:8248;s:11:\"size_before\";i:53787;s:10:\"size_after\";i:45539;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:13594;s:11:\"size_before\";i:82631;s:10:\"size_after\";i:69037;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.24000000000000198951966012828052043914794921875;s:5:\"bytes\";i:322;s:11:\"size_before\";i:842;s:10:\"size_after\";i:520;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.309999999999998721023075631819665431976318359375;s:5:\"bytes\";i:4434;s:11:\"size_before\";i:27186;s:10:\"size_after\";i:22752;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:15068;s:11:\"size_before\";i:91915;s:10:\"size_after\";i:76847;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.840000000000003410605131648480892181396484375;s:5:\"bytes\";i:336;s:11:\"size_before\";i:993;s:10:\"size_after\";i:657;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"bytes\";i:54;s:11:\"size_before\";i:27171;s:10:\"size_after\";i:27117;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:9196;s:11:\"size_before\";i:58457;s:10:\"size_after\";i:49261;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:69037;s:10:\"size_after\";i:69037;s:4:\"time\";d:0.90000000000000002220446049250313080847263336181640625;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:318;s:11:\"size_before\";i:767;s:10:\"size_after\";i:449;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1607;s:11:\"size_before\";i:10337;s:10:\"size_after\";i:8730;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:13957;s:11:\"size_before\";i:84413;s:10:\"size_after\";i:70456;s:4:\"time\";d:0.25;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.77000000000000312638803734444081783294677734375;s:5:\"bytes\";i:333;s:11:\"size_before\";i:986;s:10:\"size_after\";i:653;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:12;s:11:\"size_before\";i:22752;s:10:\"size_after\";i:22740;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:77;s:11:\"size_before\";i:76847;s:10:\"size_after\";i:76770;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:346;s:11:\"size_before\";i:1067;s:10:\"size_after\";i:721;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.13000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:41;s:11:\"size_before\";i:30378;s:10:\"size_after\";i:30337;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:10693;s:11:\"size_before\";i:67103;s:10:\"size_after\";i:56410;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:311;s:11:\"size_before\";i:804;s:10:\"size_after\";i:493;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(820,259,'wp-smush-lossy','1'),(821,259,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.7241072765349105821997000020928680896759033203125;s:5:\"bytes\";i:340796;s:11:\"size_before\";i:2678349;s:10:\"size_after\";i:2337553;s:4:\"time\";d:8.9299999999999979394260662957094609737396240234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.010000000000001563194018672220408916473388671875;s:5:\"bytes\";i:3515;s:11:\"size_before\";i:20660;s:10:\"size_after\";i:17145;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.809999999999998721023075631819665431976318359375;s:5:\"bytes\";i:1366;s:11:\"size_before\";i:7668;s:10:\"size_after\";i:6302;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:15377;s:11:\"size_before\";i:103027;s:10:\"size_after\";i:87650;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1983;s:11:\"size_before\";i:11851;s:10:\"size_after\";i:9868;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:844;s:11:\"size_before\";i:4285;s:10:\"size_after\";i:3441;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:6508;s:11:\"size_before\";i:42423;s:10:\"size_after\";i:35915;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:5045;s:11:\"size_before\";i:31704;s:10:\"size_after\";i:26659;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.1700000000000017053025658242404460906982421875;s:5:\"bytes\";i:4566;s:11:\"size_before\";i:28236;s:10:\"size_after\";i:23670;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:4414;s:11:\"size_before\";i:26813;s:10:\"size_after\";i:22399;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:9112;s:11:\"size_before\";i:56987;s:10:\"size_after\";i:47875;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:6569;s:11:\"size_before\";i:44329;s:10:\"size_after\";i:37760;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.260000000000001563194018672220408916473388671875;s:5:\"bytes\";i:8243;s:11:\"size_before\";i:50690;s:10:\"size_after\";i:42447;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:10100;s:11:\"size_before\";i:64071;s:10:\"size_after\";i:53971;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:7664;s:11:\"size_before\";i:50814;s:10:\"size_after\";i:43150;s:4:\"time\";d:1.12999999999999989341858963598497211933135986328125;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.8299999999999982946974341757595539093017578125;s:5:\"bytes\";i:811;s:11:\"size_before\";i:4306;s:10:\"size_after\";i:3495;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.520000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:51;s:11:\"size_before\";i:9868;s:10:\"size_after\";i:9817;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.620000000000000994759830064140260219573974609375;s:5:\"bytes\";i:3895;s:11:\"size_before\";i:23439;s:10:\"size_after\";i:19544;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:336;s:11:\"size_before\";i:926;s:10:\"size_after\";i:590;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:8332;s:11:\"size_before\";i:52023;s:10:\"size_after\";i:43691;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.2200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:16291;s:11:\"size_before\";i:107055;s:10:\"size_after\";i:90764;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:25737;s:11:\"size_before\";i:175724;s:10:\"size_after\";i:149987;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:320;s:11:\"size_before\";i:833;s:10:\"size_after\";i:513;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5;s:5:\"bytes\";i:5001;s:11:\"size_before\";i:32260;s:10:\"size_after\";i:27259;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:15009;s:11:\"size_before\";i:102252;s:10:\"size_after\";i:87243;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.219999999999998863131622783839702606201171875;s:5:\"bytes\";i:330;s:11:\"size_before\";i:911;s:10:\"size_after\";i:581;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:4839;s:11:\"size_before\";i:29974;s:10:\"size_after\";i:25135;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:13500;s:11:\"size_before\";i:90338;s:10:\"size_after\";i:76838;s:4:\"time\";d:0.25;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:25089;s:11:\"size_before\";i:169180;s:10:\"size_after\";i:144091;s:4:\"time\";d:1.399999999999999911182158029987476766109466552734375;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.38000000000000255795384873636066913604736328125;s:5:\"bytes\";i:320;s:11:\"size_before\";i:856;s:10:\"size_after\";i:536;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.059999999999998721023075631819665431976318359375;s:5:\"bytes\";i:4630;s:11:\"size_before\";i:28828;s:10:\"size_after\";i:24198;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:12482;s:11:\"size_before\";i:85211;s:10:\"size_after\";i:72729;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:23549;s:11:\"size_before\";i:158395;s:10:\"size_after\";i:134846;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.02000000000000312638803734444081783294677734375;s:5:\"bytes\";i:327;s:11:\"size_before\";i:860;s:10:\"size_after\";i:533;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:6859;s:11:\"size_before\";i:45591;s:10:\"size_after\";i:38732;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:27295;s:11:\"size_before\";i:185483;s:10:\"size_after\";i:158188;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.43999999999999772626324556767940521240234375;s:5:\"bytes\";i:352;s:11:\"size_before\";i:1022;s:10:\"size_after\";i:670;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.330000000000000015543122344752191565930843353271484375;s:5:\"bytes\";i:157;s:11:\"size_before\";i:47875;s:10:\"size_after\";i:47718;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:14934;s:11:\"size_before\";i:97545;s:10:\"size_after\";i:82611;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2399999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:322;s:11:\"size_before\";i:134846;s:10:\"size_after\";i:134524;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:312;s:11:\"size_before\";i:783;s:10:\"size_after\";i:471;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:2589;s:11:\"size_before\";i:15293;s:10:\"size_after\";i:12704;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:22701;s:11:\"size_before\";i:162415;s:10:\"size_after\";i:139714;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.7999999999999971578290569595992565155029296875;s:5:\"bytes\";i:347;s:11:\"size_before\";i:997;s:10:\"size_after\";i:650;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2099999999999999922284388276239042170345783233642578125;s:5:\"bytes\";i:82;s:11:\"size_before\";i:38732;s:10:\"size_after\";i:38650;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:58;s:11:\"size_before\";i:158188;s:10:\"size_after\";i:158130;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:341;s:11:\"size_before\";i:1080;s:10:\"size_after\";i:739;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.36999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:200;s:11:\"size_before\";i:53971;s:10:\"size_after\";i:53771;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:17773;s:11:\"size_before\";i:116922;s:10:\"size_after\";i:99149;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:319;s:11:\"size_before\";i:809;s:10:\"size_after\";i:490;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(822,258,'wp-smush-lossy','1'),(823,258,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.66753896590713424075147486291825771331787109375;s:5:\"bytes\";i:645240;s:11:\"size_before\";i:4399102;s:10:\"size_after\";i:3753862;s:4:\"time\";d:10.35000000000000142108547152020037174224853515625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:4929;s:11:\"size_before\";i:24817;s:10:\"size_after\";i:19888;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.940000000000001278976924368180334568023681640625;s:5:\"bytes\";i:1655;s:11:\"size_before\";i:8299;s:10:\"size_after\";i:6644;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.010000000000001563194018672220408916473388671875;s:5:\"bytes\";i:28676;s:11:\"size_before\";i:159216;s:10:\"size_after\";i:130540;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.120000000000000994759830064140260219573974609375;s:5:\"bytes\";i:2883;s:11:\"size_before\";i:14328;s:10:\"size_after\";i:11445;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:854;s:11:\"size_before\";i:4161;s:10:\"size_after\";i:3307;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:13157;s:11:\"size_before\";i:76480;s:10:\"size_after\";i:63323;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.25;s:5:\"bytes\";i:9959;s:11:\"size_before\";i:49182;s:10:\"size_after\";i:39223;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:9121;s:11:\"size_before\";i:44693;s:10:\"size_after\";i:35572;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.239999999999998436805981327779591083526611328125;s:5:\"bytes\";i:8603;s:11:\"size_before\";i:42512;s:10:\"size_after\";i:33909;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:16244;s:11:\"size_before\";i:84075;s:10:\"size_after\";i:67831;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:12048;s:11:\"size_before\";i:78307;s:10:\"size_after\";i:66259;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:14058;s:11:\"size_before\";i:71314;s:10:\"size_after\";i:57256;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.510000000000001563194018672220408916473388671875;s:5:\"bytes\";i:18011;s:11:\"size_before\";i:97304;s:10:\"size_after\";i:79293;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.25;s:5:\"bytes\";i:13871;s:11:\"size_before\";i:90966;s:10:\"size_after\";i:77095;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:915;s:11:\"size_before\";i:4455;s:10:\"size_after\";i:3540;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.270000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:31;s:11:\"size_before\";i:11445;s:10:\"size_after\";i:11414;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.9200000000000017053025658242404460906982421875;s:5:\"bytes\";i:6599;s:11:\"size_before\";i:33133;s:10:\"size_after\";i:26534;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:326;s:11:\"size_before\";i:888;s:10:\"size_after\";i:562;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.190000000000001278976924368180334568023681640625;s:5:\"bytes\";i:15000;s:11:\"size_before\";i:78157;s:10:\"size_after\";i:63157;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:35641;s:11:\"size_before\";i:201384;s:10:\"size_after\";i:165743;s:4:\"time\";d:0.4899999999999999911182158029987476766109466552734375;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.489999999999998436805981327779591083526611328125;s:5:\"bytes\";i:51098;s:11:\"size_before\";i:292089;s:10:\"size_after\";i:240991;s:4:\"time\";d:0.440000000000000002220446049250313080847263336181640625;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.35000000000000142108547152020037174224853515625;s:5:\"bytes\";i:314;s:11:\"size_before\";i:798;s:10:\"size_after\";i:484;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.25;s:5:\"bytes\";i:8870;s:11:\"size_before\";i:48591;s:10:\"size_after\";i:39721;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:27335;s:11:\"size_before\";i:180139;s:10:\"size_after\";i:152804;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.1700000000000017053025658242404460906982421875;s:5:\"bytes\";i:323;s:11:\"size_before\";i:869;s:10:\"size_after\";i:546;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:8339;s:11:\"size_before\";i:44041;s:10:\"size_after\";i:35702;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:24319;s:11:\"size_before\";i:162352;s:10:\"size_after\";i:138033;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.440000000000001278976924368180334568023681640625;s:5:\"bytes\";i:49755;s:11:\"size_before\";i:285352;s:10:\"size_after\";i:235597;s:4:\"time\";d:0.4699999999999999733546474089962430298328399658203125;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.47999999999999687361196265555918216705322265625;s:5:\"bytes\";i:314;s:11:\"size_before\";i:816;s:10:\"size_after\";i:502;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:8097;s:11:\"size_before\";i:42116;s:10:\"size_after\";i:34019;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:23399;s:11:\"size_before\";i:154302;s:10:\"size_after\";i:130903;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:48288;s:11:\"size_before\";i:273661;s:10:\"size_after\";i:225373;s:4:\"time\";d:0.64000000000000001332267629550187848508358001708984375;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:308;s:11:\"size_before\";i:806;s:10:\"size_after\";i:498;s:4:\"time\";d:1.020000000000000017763568394002504646778106689453125;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:13038;s:11:\"size_before\";i:75378;s:10:\"size_after\";i:62340;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.3299999999999982946974341757595539093017578125;s:5:\"bytes\";i:52238;s:11:\"size_before\";i:301500;s:10:\"size_after\";i:249262;s:4:\"time\";d:0.54000000000000003552713678800500929355621337890625;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.159999999999996589394868351519107818603515625;s:5:\"bytes\";i:317;s:11:\"size_before\";i:956;s:10:\"size_after\";i:639;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.289999999999999980015985556747182272374629974365234375;s:5:\"bytes\";i:198;s:11:\"size_before\";i:67831;s:10:\"size_after\";i:67633;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:33435;s:11:\"size_before\";i:185573;s:10:\"size_after\";i:152138;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2099999999999999922284388276239042170345783233642578125;s:5:\"bytes\";i:484;s:11:\"size_before\";i:225373;s:10:\"size_after\";i:224889;s:4:\"time\";d:0.460000000000000019984014443252817727625370025634765625;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.780000000000001136868377216160297393798828125;s:5:\"bytes\";i:312;s:11:\"size_before\";i:765;s:10:\"size_after\";i:453;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.6700000000000017053025658242404460906982421875;s:5:\"bytes\";i:3442;s:11:\"size_before\";i:17502;s:10:\"size_after\";i:14060;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:37678;s:11:\"size_before\";i:253661;s:10:\"size_after\";i:215983;s:4:\"time\";d:0.63000000000000000444089209850062616169452667236328125;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.81000000000000227373675443232059478759765625;s:5:\"bytes\";i:329;s:11:\"size_before\";i:945;s:10:\"size_after\";i:616;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.38000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:237;s:11:\"size_before\";i:62340;s:10:\"size_after\";i:62103;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2399999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:604;s:11:\"size_before\";i:249262;s:10:\"size_after\";i:248658;s:4:\"time\";d:0.479999999999999982236431605997495353221893310546875;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:345;s:11:\"size_before\";i:1032;s:10:\"size_after\";i:687;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:208;s:11:\"size_before\";i:79293;s:10:\"size_after\";i:79085;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.940000000000001278976924368180334568023681640625;s:5:\"bytes\";i:38725;s:11:\"size_before\";i:215854;s:10:\"size_after\";i:177129;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:310;s:11:\"size_before\";i:789;s:10:\"size_after\";i:479;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),(824,257,'wp-smush-lossy','1'),(825,257,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.1537677239853803001778942416422069072723388671875;s:5:\"bytes\";i:243572;s:11:\"size_before\";i:1851728;s:10:\"size_after\";i:1608156;s:4:\"time\";d:6.379999999999999005240169935859739780426025390625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:2486;s:11:\"size_before\";i:15521;s:10:\"size_after\";i:13035;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1039;s:11:\"size_before\";i:5913;s:10:\"size_after\";i:4874;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:10635;s:11:\"size_before\";i:71881;s:10:\"size_after\";i:61246;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.75;s:5:\"bytes\";i:1528;s:11:\"size_before\";i:9120;s:10:\"size_after\";i:7592;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:639;s:11:\"size_before\";i:3401;s:10:\"size_after\";i:2762;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:4864;s:11:\"size_before\";i:30225;s:10:\"size_after\";i:25361;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:3773;s:11:\"size_before\";i:23807;s:10:\"size_after\";i:20034;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.1700000000000017053025658242404460906982421875;s:5:\"bytes\";i:3461;s:11:\"size_before\";i:21409;s:10:\"size_after\";i:17948;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:3270;s:11:\"size_before\";i:20241;s:10:\"size_after\";i:16971;s:4:\"time\";d:1.0500000000000000444089209850062616169452667236328125;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:6169;s:11:\"size_before\";i:41215;s:10:\"size_after\";i:35046;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.120000000000000994759830064140260219573974609375;s:5:\"bytes\";i:4944;s:11:\"size_before\";i:30670;s:10:\"size_after\";i:25726;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:5566;s:11:\"size_before\";i:36754;s:10:\"size_after\";i:31188;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:6920;s:11:\"size_before\";i:45937;s:10:\"size_after\";i:39017;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:5674;s:11:\"size_before\";i:35526;s:10:\"size_after\";i:29852;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:657;s:11:\"size_before\";i:3311;s:10:\"size_after\";i:2654;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.14000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:11;s:11:\"size_before\";i:7592;s:10:\"size_after\";i:7581;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:2862;s:11:\"size_before\";i:17792;s:10:\"size_after\";i:14930;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:326;s:11:\"size_before\";i:920;s:10:\"size_after\";i:594;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:5672;s:11:\"size_before\";i:37581;s:10:\"size_after\";i:31909;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:11529;s:11:\"size_before\";i:72693;s:10:\"size_after\";i:61164;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:17729;s:11:\"size_before\";i:116327;s:10:\"size_after\";i:98598;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:321;s:11:\"size_before\";i:815;s:10:\"size_after\";i:494;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3551;s:11:\"size_before\";i:22835;s:10:\"size_after\";i:19284;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:11290;s:11:\"size_before\";i:72229;s:10:\"size_after\";i:60939;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.93999999999999772626324556767940521240234375;s:5:\"bytes\";i:326;s:11:\"size_before\";i:907;s:10:\"size_after\";i:581;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:3275;s:11:\"size_before\";i:21393;s:10:\"size_after\";i:18118;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:10293;s:11:\"size_before\";i:64418;s:10:\"size_after\";i:54125;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:17282;s:11:\"size_before\";i:112705;s:10:\"size_after\";i:95423;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.25999999999999801048033987171947956085205078125;s:5:\"bytes\";i:326;s:11:\"size_before\";i:852;s:10:\"size_after\";i:526;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:3266;s:11:\"size_before\";i:20861;s:10:\"size_after\";i:17595;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:9688;s:11:\"size_before\";i:61043;s:10:\"size_after\";i:51355;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:16436;s:11:\"size_before\";i:105908;s:10:\"size_after\";i:89472;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.49000000000000198951966012828052043914794921875;s:5:\"bytes\";i:316;s:11:\"size_before\";i:843;s:10:\"size_after\";i:527;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:4807;s:11:\"size_before\";i:30844;s:10:\"size_after\";i:26037;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:18570;s:11:\"size_before\";i:122073;s:10:\"size_after\";i:103503;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.14999999999999857891452847979962825775146484375;s:5:\"bytes\";i:333;s:11:\"size_before\";i:975;s:10:\"size_after\";i:642;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.11000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:40;s:11:\"size_before\";i:35046;s:10:\"size_after\";i:35006;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:10679;s:11:\"size_before\";i:66571;s:10:\"size_after\";i:55892;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1600000000000000033306690738754696212708950042724609375;s:5:\"bytes\";i:146;s:11:\"size_before\";i:89472;s:10:\"size_after\";i:89326;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.68999999999999772626324556767940521240234375;s:5:\"bytes\";i:321;s:11:\"size_before\";i:770;s:10:\"size_after\";i:449;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:1856;s:11:\"size_before\";i:11571;s:10:\"size_after\";i:9715;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:17163;s:11:\"size_before\";i:111640;s:10:\"size_after\";i:94477;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.25;s:5:\"bytes\";i:343;s:11:\"size_before\";i:973;s:10:\"size_after\";i:630;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.13000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:33;s:11:\"size_before\";i:26037;s:10:\"size_after\";i:26004;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:105;s:11:\"size_before\";i:103503;s:10:\"size_after\";i:103398;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:328;s:11:\"size_before\";i:1028;s:10:\"size_after\";i:700;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0899999999999999966693309261245303787291049957275390625;s:5:\"bytes\";i:34;s:11:\"size_before\";i:39017;s:10:\"size_after\";i:38983;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:12371;s:11:\"size_before\";i:78756;s:10:\"size_after\";i:66385;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:319;s:11:\"size_before\";i:807;s:10:\"size_after\";i:488;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(826,256,'wp-smush-lossy','1'),(827,256,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.0851482061328869832550481078214943408966064453125;s:5:\"bytes\";i:239528;s:11:\"size_before\";i:1982003;s:10:\"size_after\";i:1742475;s:4:\"time\";d:8.4499999999999975131004248396493494510650634765625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2736;s:11:\"size_before\";i:17597;s:10:\"size_after\";i:14861;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:1136;s:11:\"size_before\";i:6972;s:10:\"size_after\";i:5836;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:10299;s:11:\"size_before\";i:74113;s:10:\"size_after\";i:63814;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1636;s:11:\"size_before\";i:10606;s:10:\"size_after\";i:8970;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.129999999999999005240169935859739780426025390625;s:5:\"bytes\";i:747;s:11:\"size_before\";i:3904;s:10:\"size_after\";i:3157;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:5196;s:11:\"size_before\";i:36278;s:10:\"size_after\";i:31082;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:4034;s:11:\"size_before\";i:26936;s:10:\"size_after\";i:22902;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:3795;s:11:\"size_before\";i:24662;s:10:\"size_after\";i:20867;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:3649;s:11:\"size_before\";i:23769;s:10:\"size_after\";i:20120;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:6529;s:11:\"size_before\";i:45000;s:10:\"size_after\";i:38471;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:5012;s:11:\"size_before\";i:35655;s:10:\"size_after\";i:30643;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:5810;s:11:\"size_before\";i:39432;s:10:\"size_after\";i:33622;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:7450;s:11:\"size_before\";i:51409;s:10:\"size_after\";i:43959;s:4:\"time\";d:0.419999999999999984456877655247808434069156646728515625;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:5774;s:11:\"size_before\";i:42034;s:10:\"size_after\";i:36260;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.379999999999999005240169935859739780426025390625;s:5:\"bytes\";i:794;s:11:\"size_before\";i:4097;s:10:\"size_after\";i:3303;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.13000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:12;s:11:\"size_before\";i:8970;s:10:\"size_after\";i:8958;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:3072;s:11:\"size_before\";i:20306;s:10:\"size_after\";i:17234;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.89999999999999857891452847979962825775146484375;s:5:\"bytes\";i:331;s:11:\"size_before\";i:897;s:10:\"size_after\";i:566;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:6557;s:11:\"size_before\";i:43329;s:10:\"size_after\";i:36772;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:11122;s:11:\"size_before\";i:79092;s:10:\"size_after\";i:67970;s:4:\"time\";d:1.0100000000000000088817841970012523233890533447265625;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:16255;s:11:\"size_before\";i:115781;s:10:\"size_after\";i:99526;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.72999999999999687361196265555918216705322265625;s:5:\"bytes\";i:318;s:11:\"size_before\";i:821;s:10:\"size_after\";i:503;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:4124;s:11:\"size_before\";i:27672;s:10:\"size_after\";i:23548;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:10628;s:11:\"size_before\";i:77601;s:10:\"size_after\";i:66973;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.43999999999999772626324556767940521240234375;s:5:\"bytes\";i:334;s:11:\"size_before\";i:892;s:10:\"size_after\";i:558;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:3926;s:11:\"size_before\";i:25717;s:10:\"size_after\";i:21791;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:9650;s:11:\"size_before\";i:70637;s:10:\"size_after\";i:60987;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:15815;s:11:\"size_before\";i:112732;s:10:\"size_after\";i:96917;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.61999999999999744204615126363933086395263671875;s:5:\"bytes\";i:319;s:11:\"size_before\";i:848;s:10:\"size_after\";i:529;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.2200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:3773;s:11:\"size_before\";i:24783;s:10:\"size_after\";i:21010;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.5600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:9192;s:11:\"size_before\";i:67803;s:10:\"size_after\";i:58611;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:15182;s:11:\"size_before\";i:107404;s:10:\"size_after\";i:92222;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.340000000000003410605131648480892181396484375;s:5:\"bytes\";i:329;s:11:\"size_before\";i:858;s:10:\"size_after\";i:529;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:5195;s:11:\"size_before\";i:35727;s:10:\"size_after\";i:30532;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:17101;s:11:\"size_before\";i:120638;s:10:\"size_after\";i:103537;s:4:\"time\";d:0.460000000000000019984014443252817727625370025634765625;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:343;s:11:\"size_before\";i:972;s:10:\"size_after\";i:629;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.11999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:48;s:11:\"size_before\";i:38471;s:10:\"size_after\";i:38423;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:10500;s:11:\"size_before\";i:74217;s:10:\"size_after\";i:63717;s:4:\"time\";d:0.89000000000000001332267629550187848508358001708984375;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0899999999999999966693309261245303787291049957275390625;s:5:\"bytes\";i:84;s:11:\"size_before\";i:92222;s:10:\"size_after\";i:92138;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.22999999999999687361196265555918216705322265625;s:5:\"bytes\";i:322;s:11:\"size_before\";i:781;s:10:\"size_after\";i:459;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:2096;s:11:\"size_before\";i:13213;s:10:\"size_after\";i:11117;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:15516;s:11:\"size_before\";i:112190;s:10:\"size_after\";i:96674;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.50999999999999801048033987171947956085205078125;s:5:\"bytes\";i:323;s:11:\"size_before\";i:964;s:10:\"size_after\";i:641;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.059999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:18;s:11:\"size_before\";i:30532;s:10:\"size_after\";i:30514;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:37;s:11:\"size_before\";i:103537;s:10:\"size_after\";i:103500;s:4:\"time\";d:0.450000000000000011102230246251565404236316680908203125;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.02000000000000312638803734444081783294677734375;s:5:\"bytes\";i:365;s:11:\"size_before\";i:1073;s:10:\"size_after\";i:708;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1700000000000000122124532708767219446599483489990234375;s:5:\"bytes\";i:73;s:11:\"size_before\";i:43959;s:10:\"size_after\";i:43886;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:11654;s:11:\"size_before\";i:84090;s:10:\"size_after\";i:72436;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:317;s:11:\"size_before\";i:810;s:10:\"size_after\";i:493;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(828,255,'wp-smush-lossy','1'),(829,255,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.303963866792503978331296821124851703643798828125;s:5:\"bytes\";i:169748;s:11:\"size_before\";i:1186720;s:10:\"size_after\";i:1016972;s:4:\"time\";d:8.07000000000000028421709430404007434844970703125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:1565;s:11:\"size_before\";i:10079;s:10:\"size_after\";i:8514;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:714;s:11:\"size_before\";i:4317;s:10:\"size_after\";i:3603;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.129999999999999005240169935859739780426025390625;s:5:\"bytes\";i:7096;s:11:\"size_before\";i:43979;s:10:\"size_after\";i:36883;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:1017;s:11:\"size_before\";i:6400;s:10:\"size_after\";i:5383;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.5799999999999982946974341757595539093017578125;s:5:\"bytes\";i:485;s:11:\"size_before\";i:2610;s:10:\"size_after\";i:2125;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:3320;s:11:\"size_before\";i:19204;s:10:\"size_after\";i:15884;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:2525;s:11:\"size_before\";i:16053;s:10:\"size_after\";i:13528;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:2249;s:11:\"size_before\";i:14452;s:10:\"size_after\";i:12203;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:2159;s:11:\"size_before\";i:13805;s:10:\"size_after\";i:11646;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:4021;s:11:\"size_before\";i:25544;s:10:\"size_after\";i:21523;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:3428;s:11:\"size_before\";i:18596;s:10:\"size_after\";i:15168;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:3560;s:11:\"size_before\";i:22802;s:10:\"size_after\";i:19242;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:4589;s:11:\"size_before\";i:29297;s:10:\"size_after\";i:24708;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:3953;s:11:\"size_before\";i:22074;s:10:\"size_after\";i:18121;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:520;s:11:\"size_before\";i:2679;s:10:\"size_after\";i:2159;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1700000000000000122124532708767219446599483489990234375;s:5:\"bytes\";i:9;s:11:\"size_before\";i:5383;s:10:\"size_after\";i:5374;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:1901;s:11:\"size_before\";i:12094;s:10:\"size_after\";i:10193;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.89999999999999857891452847979962825775146484375;s:5:\"bytes\";i:317;s:11:\"size_before\";i:859;s:10:\"size_after\";i:542;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:3774;s:11:\"size_before\";i:24486;s:10:\"size_after\";i:20712;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.760000000000001563194018672220408916473388671875;s:5:\"bytes\";i:8010;s:11:\"size_before\";i:47781;s:10:\"size_after\";i:39771;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";i:17;s:5:\"bytes\";i:12243;s:11:\"size_before\";i:72036;s:10:\"size_after\";i:59793;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.86999999999999744204615126363933086395263671875;s:5:\"bytes\";i:315;s:11:\"size_before\";i:790;s:10:\"size_after\";i:475;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:2596;s:11:\"size_before\";i:16241;s:10:\"size_after\";i:13645;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.3299999999999982946974341757595539093017578125;s:5:\"bytes\";i:8383;s:11:\"size_before\";i:48360;s:10:\"size_after\";i:39977;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.340000000000003410605131648480892181396484375;s:5:\"bytes\";i:317;s:11:\"size_before\";i:849;s:10:\"size_after\";i:532;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2347;s:11:\"size_before\";i:14990;s:10:\"size_after\";i:12643;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.25;s:5:\"bytes\";i:7387;s:11:\"size_before\";i:42816;s:10:\"size_after\";i:35429;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:12196;s:11:\"size_before\";i:70493;s:10:\"size_after\";i:58297;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.39999999999999857891452847979962825775146484375;s:5:\"bytes\";i:313;s:11:\"size_before\";i:815;s:10:\"size_after\";i:502;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:2276;s:11:\"size_before\";i:14441;s:10:\"size_after\";i:12165;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.120000000000000994759830064140260219573974609375;s:5:\"bytes\";i:6959;s:11:\"size_before\";i:40641;s:10:\"size_after\";i:33682;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.14999999999999857891452847979962825775146484375;s:5:\"bytes\";i:11519;s:11:\"size_before\";i:67179;s:10:\"size_after\";i:55660;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.409999999999996589394868351519107818603515625;s:5:\"bytes\";i:318;s:11:\"size_before\";i:807;s:10:\"size_after\";i:489;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3566;s:11:\"size_before\";i:21545;s:10:\"size_after\";i:17979;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.129999999999999005240169935859739780426025390625;s:5:\"bytes\";i:12726;s:11:\"size_before\";i:74306;s:10:\"size_after\";i:61580;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.9500000000000028421709430404007434844970703125;s:5:\"bytes\";i:318;s:11:\"size_before\";i:910;s:10:\"size_after\";i:592;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:9;s:11:\"size_before\";i:21523;s:10:\"size_after\";i:21514;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:7305;s:11:\"size_before\";i:43660;s:10:\"size_after\";i:36355;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:15;s:11:\"size_before\";i:55660;s:10:\"size_after\";i:55645;s:4:\"time\";d:1.12999999999999989341858963598497211933135986328125;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.74000000000000198951966012828052043914794921875;s:5:\"bytes\";i:310;s:11:\"size_before\";i:761;s:10:\"size_after\";i:451;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:1227;s:11:\"size_before\";i:7616;s:10:\"size_after\";i:6389;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:12095;s:11:\"size_before\";i:69014;s:10:\"size_after\";i:56919;s:4:\"time\";d:1.04000000000000003552713678800500929355621337890625;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.0799999999999982946974341757595539093017578125;s:5:\"bytes\";i:315;s:11:\"size_before\";i:898;s:10:\"size_after\";i:583;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.11000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:19;s:11:\"size_before\";i:17979;s:10:\"size_after\";i:17960;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:43;s:11:\"size_before\";i:61580;s:10:\"size_after\";i:61537;s:4:\"time\";d:1.310000000000000053290705182007513940334320068359375;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:327;s:11:\"size_before\";i:970;s:10:\"size_after\";i:643;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.190000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:47;s:11:\"size_before\";i:24708;s:10:\"size_after\";i:24661;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:8734;s:11:\"size_before\";i:51855;s:10:\"size_after\";i:43121;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:311;s:11:\"size_before\";i:783;s:10:\"size_after\";i:472;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(830,254,'wp-smush-lossy','1'),(831,254,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.8443555989432933728267016704194247722625732421875;s:5:\"bytes\";i:190728;s:11:\"size_before\";i:1610286;s:10:\"size_after\";i:1419558;s:4:\"time\";d:6.1599999999999983657517077517695724964141845703125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:2106;s:11:\"size_before\";i:14393;s:10:\"size_after\";i:12287;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.690000000000001278976924368180334568023681640625;s:5:\"bytes\";i:1086;s:11:\"size_before\";i:6508;s:10:\"size_after\";i:5422;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:7597;s:11:\"size_before\";i:58019;s:10:\"size_after\";i:50422;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:1445;s:11:\"size_before\";i:9615;s:10:\"size_after\";i:8170;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:710;s:11:\"size_before\";i:3810;s:10:\"size_after\";i:3100;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:4071;s:11:\"size_before\";i:29676;s:10:\"size_after\";i:25605;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:3091;s:11:\"size_before\";i:22602;s:10:\"size_after\";i:19511;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:2868;s:11:\"size_before\";i:20351;s:10:\"size_after\";i:17483;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:2722;s:11:\"size_before\";i:19419;s:10:\"size_after\";i:16697;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:4884;s:11:\"size_before\";i:35674;s:10:\"size_after\";i:30790;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:4179;s:11:\"size_before\";i:29875;s:10:\"size_after\";i:25696;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:4133;s:11:\"size_before\";i:30981;s:10:\"size_after\";i:26848;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:5500;s:11:\"size_before\";i:40587;s:10:\"size_after\";i:35087;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.3800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:4611;s:11:\"size_before\";i:34464;s:10:\"size_after\";i:29853;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:712;s:11:\"size_before\";i:3758;s:10:\"size_after\";i:3046;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.330000000000000015543122344752191565930843353271484375;s:5:\"bytes\";i:27;s:11:\"size_before\";i:8170;s:10:\"size_after\";i:8143;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:2365;s:11:\"size_before\";i:17375;s:10:\"size_after\";i:15010;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:325;s:11:\"size_before\";i:938;s:10:\"size_after\";i:613;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:4756;s:11:\"size_before\";i:34207;s:10:\"size_after\";i:29451;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:9029;s:11:\"size_before\";i:63692;s:10:\"size_after\";i:54663;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:13047;s:11:\"size_before\";i:92986;s:10:\"size_after\";i:79939;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:322;s:11:\"size_before\";i:825;s:10:\"size_after\";i:503;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:3259;s:11:\"size_before\";i:23320;s:10:\"size_after\";i:20061;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:8652;s:11:\"size_before\";i:63443;s:10:\"size_after\";i:54791;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:335;s:11:\"size_before\";i:926;s:10:\"size_after\";i:591;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:3126;s:11:\"size_before\";i:21726;s:10:\"size_after\";i:18600;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:7781;s:11:\"size_before\";i:57088;s:10:\"size_after\";i:49307;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:12717;s:11:\"size_before\";i:91214;s:10:\"size_after\";i:78497;s:4:\"time\";d:0.9899999999999999911182158029987476766109466552734375;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:315;s:11:\"size_before\";i:858;s:10:\"size_after\";i:543;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:2975;s:11:\"size_before\";i:21284;s:10:\"size_after\";i:18309;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.4399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:7322;s:11:\"size_before\";i:54491;s:10:\"size_after\";i:47169;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:12291;s:11:\"size_before\";i:87316;s:10:\"size_after\";i:75025;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.43999999999999772626324556767940521240234375;s:5:\"bytes\";i:322;s:11:\"size_before\";i:860;s:10:\"size_after\";i:538;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:4370;s:11:\"size_before\";i:30943;s:10:\"size_after\";i:26573;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:13559;s:11:\"size_before\";i:96211;s:10:\"size_after\";i:82652;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:332;s:11:\"size_before\";i:1034;s:10:\"size_after\";i:702;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"bytes\";i:47;s:11:\"size_before\";i:30790;s:10:\"size_after\";i:30743;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:8485;s:11:\"size_before\";i:59333;s:10:\"size_after\";i:50848;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.11999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:90;s:11:\"size_before\";i:75025;s:10:\"size_after\";i:74935;s:4:\"time\";d:0.25;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.31000000000000227373675443232059478759765625;s:5:\"bytes\";i:316;s:11:\"size_before\";i:784;s:10:\"size_after\";i:468;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1658;s:11:\"size_before\";i:11115;s:10:\"size_after\";i:9457;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:12171;s:11:\"size_before\";i:88821;s:10:\"size_after\";i:76650;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.36999999999999744204615126363933086395263671875;s:5:\"bytes\";i:333;s:11:\"size_before\";i:998;s:10:\"size_after\";i:665;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0899999999999999966693309261245303787291049957275390625;s:5:\"bytes\";i:25;s:11:\"size_before\";i:26573;s:10:\"size_after\";i:26548;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.11000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:87;s:11:\"size_before\";i:82652;s:10:\"size_after\";i:82565;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.31000000000000227373675443232059478759765625;s:5:\"bytes\";i:357;s:11:\"size_before\";i:1105;s:10:\"size_after\";i:748;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:90;s:11:\"size_before\";i:35087;s:10:\"size_after\";i:34997;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:9808;s:11:\"size_before\";i:68549;s:10:\"size_after\";i:58741;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:319;s:11:\"size_before\";i:815;s:10:\"size_after\";i:496;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(832,253,'wp-smush-lossy','1'),(833,253,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.8017869954113354680202974122948944568634033203125;s:5:\"bytes\";i:257979;s:11:\"size_before\";i:1869171;s:10:\"size_after\";i:1611192;s:4:\"time\";d:8.1699999999999999289457264239899814128875732421875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.5;s:5:\"bytes\";i:1998;s:11:\"size_before\";i:12106;s:10:\"size_after\";i:10108;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:999;s:11:\"size_before\";i:5779;s:10:\"size_after\";i:4780;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:10970;s:11:\"size_before\";i:62872;s:10:\"size_after\";i:51902;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1448;s:11:\"size_before\";i:8637;s:10:\"size_after\";i:7189;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.239999999999998436805981327779591083526611328125;s:5:\"bytes\";i:655;s:11:\"size_before\";i:3405;s:10:\"size_after\";i:2750;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:5145;s:11:\"size_before\";i:33757;s:10:\"size_after\";i:28612;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:3792;s:11:\"size_before\";i:22954;s:10:\"size_after\";i:19162;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.25;s:5:\"bytes\";i:3768;s:11:\"size_before\";i:21842;s:10:\"size_after\";i:18074;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:3587;s:11:\"size_before\";i:20964;s:10:\"size_after\";i:17377;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.940000000000001278976924368180334568023681640625;s:5:\"bytes\";i:6067;s:11:\"size_before\";i:33815;s:10:\"size_after\";i:27748;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:5279;s:11:\"size_before\";i:34070;s:10:\"size_after\";i:28791;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:4977;s:11:\"size_before\";i:28882;s:10:\"size_after\";i:23905;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.629999999999999005240169935859739780426025390625;s:5:\"bytes\";i:7401;s:11:\"size_before\";i:39732;s:10:\"size_after\";i:32331;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:6029;s:11:\"size_before\";i:40149;s:10:\"size_after\";i:34120;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.059999999999998721023075631819665431976318359375;s:5:\"bytes\";i:534;s:11:\"size_before\";i:2802;s:10:\"size_after\";i:2268;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2800000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:20;s:11:\"size_before\";i:7189;s:10:\"size_after\";i:7169;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2582;s:11:\"size_before\";i:16291;s:10:\"size_after\";i:13709;s:4:\"time\";d:1.060000000000000053290705182007513940334320068359375;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:332;s:11:\"size_before\";i:943;s:10:\"size_after\";i:611;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:5734;s:11:\"size_before\";i:32121;s:10:\"size_after\";i:26387;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:12697;s:11:\"size_before\";i:84447;s:10:\"size_after\";i:71750;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:19091;s:11:\"size_before\";i:118102;s:10:\"size_after\";i:99011;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:319;s:11:\"size_before\";i:841;s:10:\"size_after\";i:522;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.989999999999998436805981327779591083526611328125;s:5:\"bytes\";i:4015;s:11:\"size_before\";i:21145;s:10:\"size_after\";i:17130;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.2799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:12015;s:11:\"size_before\";i:78643;s:10:\"size_after\";i:66628;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.22999999999999687361196265555918216705322265625;s:5:\"bytes\";i:328;s:11:\"size_before\";i:931;s:10:\"size_after\";i:603;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3830;s:11:\"size_before\";i:19068;s:10:\"size_after\";i:15238;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:10788;s:11:\"size_before\";i:72235;s:10:\"size_after\";i:61447;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.14999999999999857891452847979962825775146484375;s:5:\"bytes\";i:18688;s:11:\"size_before\";i:115734;s:10:\"size_after\";i:97046;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.93999999999999772626324556767940521240234375;s:5:\"bytes\";i:321;s:11:\"size_before\";i:869;s:10:\"size_after\";i:548;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3711;s:11:\"size_before\";i:18369;s:10:\"size_after\";i:14658;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:10196;s:11:\"size_before\";i:69219;s:10:\"size_after\";i:59023;s:4:\"time\";d:0.729999999999999982236431605997495353221893310546875;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:17924;s:11:\"size_before\";i:110939;s:10:\"size_after\";i:93015;s:4:\"time\";d:0.25;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.0799999999999982946974341757595539093017578125;s:5:\"bytes\";i:320;s:11:\"size_before\";i:863;s:10:\"size_after\";i:543;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:5618;s:11:\"size_before\";i:35477;s:10:\"size_after\";i:29859;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.440000000000001278976924368180334568023681640625;s:5:\"bytes\";i:20044;s:11:\"size_before\";i:121918;s:10:\"size_after\";i:101874;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.5499999999999971578290569595992565155029296875;s:5:\"bytes\";i:342;s:11:\"size_before\";i:990;s:10:\"size_after\";i:648;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2200000000000000011102230246251565404236316680908203125;s:5:\"bytes\";i:61;s:11:\"size_before\";i:27748;s:10:\"size_after\";i:27687;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:11548;s:11:\"size_before\";i:78118;s:10:\"size_after\";i:66570;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.14000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:132;s:11:\"size_before\";i:93015;s:10:\"size_after\";i:92883;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.10000000000000142108547152020037174224853515625;s:5:\"bytes\";i:318;s:11:\"size_before\";i:793;s:10:\"size_after\";i:475;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.370000000000000994759830064140260219573974609375;s:5:\"bytes\";i:1485;s:11:\"size_before\";i:9070;s:10:\"size_after\";i:7585;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:18177;s:11:\"size_before\";i:106516;s:10:\"size_after\";i:88339;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.06000000000000227373675443232059478759765625;s:5:\"bytes\";i:329;s:11:\"size_before\";i:966;s:10:\"size_after\";i:637;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.13000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:39;s:11:\"size_before\";i:29859;s:10:\"size_after\";i:29820;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.14000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:144;s:11:\"size_before\";i:101874;s:10:\"size_after\";i:101730;s:4:\"time\";d:1.37999999999999989341858963598497211933135986328125;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.27000000000000312638803734444081783294677734375;s:5:\"bytes\";i:334;s:11:\"size_before\";i:1004;s:10:\"size_after\";i:670;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1700000000000000122124532708767219446599483489990234375;s:5:\"bytes\";i:56;s:11:\"size_before\";i:32331;s:10:\"size_after\";i:32275;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:13475;s:11:\"size_before\";i:88951;s:10:\"size_after\";i:75476;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.38000000000000255795384873636066913604736328125;s:5:\"bytes\";i:317;s:11:\"size_before\";i:826;s:10:\"size_after\";i:509;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(834,252,'wp-smush-lossy','1'),(835,252,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.3451503499545882647225880646146833896636962890625;s:5:\"bytes\";i:252544;s:11:\"size_before\";i:2045694;s:10:\"size_after\";i:1793150;s:4:\"time\";d:6.6199999999999992184029906638897955417633056640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:2002;s:11:\"size_before\";i:13240;s:10:\"size_after\";i:11238;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.010000000000001563194018672220408916473388671875;s:5:\"bytes\";i:961;s:11:\"size_before\";i:5649;s:10:\"size_after\";i:4688;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:9917;s:11:\"size_before\";i:68555;s:10:\"size_after\";i:58638;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:1375;s:11:\"size_before\";i:8747;s:10:\"size_after\";i:7372;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.059999999999998721023075631819665431976318359375;s:5:\"bytes\";i:574;s:11:\"size_before\";i:3179;s:10:\"size_after\";i:2605;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:5541;s:11:\"size_before\";i:38907;s:10:\"size_after\";i:33366;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:3547;s:11:\"size_before\";i:24493;s:10:\"size_after\";i:20946;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3348;s:11:\"size_before\";i:23008;s:10:\"size_after\";i:19660;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3316;s:11:\"size_before\";i:22401;s:10:\"size_after\";i:19085;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:6002;s:11:\"size_before\";i:40767;s:10:\"size_after\";i:34765;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:5606;s:11:\"size_before\";i:40123;s:10:\"size_after\";i:34517;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:4932;s:11:\"size_before\";i:32717;s:10:\"size_after\";i:27785;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:7531;s:11:\"size_before\";i:48927;s:10:\"size_after\";i:41396;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:6472;s:11:\"size_before\";i:46665;s:10:\"size_after\";i:40193;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.8299999999999982946974341757595539093017578125;s:5:\"bytes\";i:660;s:11:\"size_before\";i:3329;s:10:\"size_after\";i:2669;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:3;s:11:\"size_before\";i:7372;s:10:\"size_after\";i:7369;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:2639;s:11:\"size_before\";i:17259;s:10:\"size_after\";i:14620;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:323;s:11:\"size_before\";i:890;s:10:\"size_after\";i:567;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:6305;s:11:\"size_before\";i:40280;s:10:\"size_after\";i:33975;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:12955;s:11:\"size_before\";i:89088;s:10:\"size_after\";i:76133;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:17901;s:11:\"size_before\";i:122795;s:10:\"size_after\";i:104894;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:320;s:11:\"size_before\";i:825;s:10:\"size_after\";i:505;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:4394;s:11:\"size_before\";i:28566;s:10:\"size_after\";i:24172;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:11249;s:11:\"size_before\";i:81151;s:10:\"size_after\";i:69902;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.06000000000000227373675443232059478759765625;s:5:\"bytes\";i:328;s:11:\"size_before\";i:885;s:10:\"size_after\";i:557;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:3995;s:11:\"size_before\";i:25341;s:10:\"size_after\";i:21346;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:10466;s:11:\"size_before\";i:75553;s:10:\"size_after\";i:65087;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:17463;s:11:\"size_before\";i:119947;s:10:\"size_after\";i:102484;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.88000000000000255795384873636066913604736328125;s:5:\"bytes\";i:314;s:11:\"size_before\";i:829;s:10:\"size_after\";i:515;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3807;s:11:\"size_before\";i:24046;s:10:\"size_after\";i:20239;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:10133;s:11:\"size_before\";i:73157;s:10:\"size_after\";i:63024;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:16776;s:11:\"size_before\";i:114798;s:10:\"size_after\";i:98022;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.39999999999999857891452847979962825775146484375;s:5:\"bytes\";i:316;s:11:\"size_before\";i:823;s:10:\"size_after\";i:507;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:7341;s:11:\"size_before\";i:47995;s:10:\"size_after\";i:40654;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:18769;s:11:\"size_before\";i:127393;s:10:\"size_after\";i:108624;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.81000000000000227373675443232059478759765625;s:5:\"bytes\";i:330;s:11:\"size_before\";i:948;s:10:\"size_after\";i:618;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.11000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:37;s:11:\"size_before\";i:34765;s:10:\"size_after\";i:34728;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:12317;s:11:\"size_before\";i:84152;s:10:\"size_after\";i:71835;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:76;s:11:\"size_before\";i:98022;s:10:\"size_after\";i:97946;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:319;s:11:\"size_before\";i:776;s:10:\"size_after\";i:457;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:1483;s:11:\"size_before\";i:9801;s:10:\"size_after\";i:8318;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:15749;s:11:\"size_before\";i:110593;s:10:\"size_after\";i:94844;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.50999999999999801048033987171947956085205078125;s:5:\"bytes\";i:337;s:11:\"size_before\";i:949;s:10:\"size_after\";i:612;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:42;s:11:\"size_before\";i:40654;s:10:\"size_after\";i:40612;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.059999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:68;s:11:\"size_before\";i:108624;s:10:\"size_after\";i:108556;s:4:\"time\";d:0.56999999999999995115018691649311222136020660400390625;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:329;s:11:\"size_before\";i:1011;s:10:\"size_after\";i:682;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.14000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:59;s:11:\"size_before\";i:41396;s:10:\"size_after\";i:41337;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:13501;s:11:\"size_before\";i:93498;s:10:\"size_after\";i:79997;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.25;s:5:\"bytes\";i:316;s:11:\"size_before\";i:805;s:10:\"size_after\";i:489;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(836,251,'wp-smush-lossy','1'),(837,251,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.97388416781503650554441264830529689788818359375;s:5:\"bytes\";i:292043;s:11:\"size_before\";i:2089920;s:10:\"size_after\";i:1797877;s:4:\"time\";d:6.03999999999999914734871708787977695465087890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1890;s:11:\"size_before\";i:11469;s:10:\"size_after\";i:9579;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:776;s:11:\"size_before\";i:4603;s:10:\"size_after\";i:3827;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:12106;s:11:\"size_before\";i:71831;s:10:\"size_after\";i:59725;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1158;s:11:\"size_before\";i:7058;s:10:\"size_after\";i:5900;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:520;s:11:\"size_before\";i:2695;s:10:\"size_after\";i:2175;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:5307;s:11:\"size_before\";i:32566;s:10:\"size_after\";i:27259;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:3535;s:11:\"size_before\";i:21194;s:10:\"size_after\";i:17659;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.870000000000000994759830064140260219573974609375;s:5:\"bytes\";i:3267;s:11:\"size_before\";i:19364;s:10:\"size_after\";i:16097;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3171;s:11:\"size_before\";i:18441;s:10:\"size_after\";i:15270;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.89999999999999857891452847979962825775146484375;s:5:\"bytes\";i:6239;s:11:\"size_before\";i:36911;s:10:\"size_after\";i:30672;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:5507;s:11:\"size_before\";i:34587;s:10:\"size_after\";i:29080;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:5237;s:11:\"size_before\";i:30926;s:10:\"size_after\";i:25689;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:7264;s:11:\"size_before\";i:44279;s:10:\"size_after\";i:37015;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.10000000000000142108547152020037174224853515625;s:5:\"bytes\";i:6420;s:11:\"size_before\";i:39884;s:10:\"size_after\";i:33464;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:558;s:11:\"size_before\";i:2803;s:10:\"size_after\";i:2245;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.25;s:5:\"bytes\";i:15;s:11:\"size_before\";i:5900;s:10:\"size_after\";i:5885;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:2478;s:11:\"size_before\";i:14607;s:10:\"size_after\";i:12129;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:327;s:11:\"size_before\";i:882;s:10:\"size_after\";i:555;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:5866;s:11:\"size_before\";i:35903;s:10:\"size_after\";i:30037;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:15733;s:11:\"size_before\";i:93296;s:10:\"size_after\";i:77563;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.690000000000001278976924368180334568023681640625;s:5:\"bytes\";i:23581;s:11:\"size_before\";i:141328;s:10:\"size_after\";i:117747;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:327;s:11:\"size_before\";i:808;s:10:\"size_after\";i:481;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:4271;s:11:\"size_before\";i:25924;s:10:\"size_after\";i:21653;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:13709;s:11:\"size_before\";i:84195;s:10:\"size_after\";i:70486;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.590000000000003410605131648480892181396484375;s:5:\"bytes\";i:327;s:11:\"size_before\";i:870;s:10:\"size_after\";i:543;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:3839;s:11:\"size_before\";i:22980;s:10:\"size_after\";i:19141;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.379999999999999005240169935859739780426025390625;s:5:\"bytes\";i:12326;s:11:\"size_before\";i:75259;s:10:\"size_after\";i:62933;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:22950;s:11:\"size_before\";i:137602;s:10:\"size_after\";i:114652;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:319;s:11:\"size_before\";i:821;s:10:\"size_after\";i:502;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:3594;s:11:\"size_before\";i:21597;s:10:\"size_after\";i:18003;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:11637;s:11:\"size_before\";i:71215;s:10:\"size_after\";i:59578;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.60000000000000142108547152020037174224853515625;s:5:\"bytes\";i:21743;s:11:\"size_before\";i:130984;s:10:\"size_after\";i:109241;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.409999999999996589394868351519107818603515625;s:5:\"bytes\";i:315;s:11:\"size_before\";i:820;s:10:\"size_after\";i:505;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:6970;s:11:\"size_before\";i:43443;s:10:\"size_after\";i:36473;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:24342;s:11:\"size_before\";i:146293;s:10:\"size_after\";i:121951;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.49000000000000198951966012828052043914794921875;s:5:\"bytes\";i:324;s:11:\"size_before\";i:913;s:10:\"size_after\";i:589;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:31;s:11:\"size_before\";i:30672;s:10:\"size_after\";i:30641;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:14159;s:11:\"size_before\";i:84685;s:10:\"size_after\";i:70526;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:48;s:11:\"size_before\";i:109241;s:10:\"size_after\";i:109193;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:323;s:11:\"size_before\";i:771;s:10:\"size_after\";i:448;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:1354;s:11:\"size_before\";i:8404;s:10:\"size_after\";i:7050;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:20100;s:11:\"size_before\";i:122875;s:10:\"size_after\";i:102775;s:4:\"time\";d:0.57999999999999996003197111349436454474925994873046875;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.52000000000000312638803734444081783294677734375;s:5:\"bytes\";i:325;s:11:\"size_before\";i:915;s:10:\"size_after\";i:590;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:11;s:11:\"size_before\";i:36473;s:10:\"size_after\";i:36462;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:88;s:11:\"size_before\";i:121951;s:10:\"size_after\";i:121863;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.5799999999999982946974341757595539093017578125;s:5:\"bytes\";i:324;s:11:\"size_before\";i:965;s:10:\"size_after\";i:641;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0899999999999999966693309261245303787291049957275390625;s:5:\"bytes\";i:34;s:11:\"size_before\";i:37015;s:10:\"size_after\";i:36981;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:16988;s:11:\"size_before\";i:100907;s:10:\"size_after\";i:83919;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.99000000000000198951966012828052043914794921875;s:5:\"bytes\";i:310;s:11:\"size_before\";i:795;s:10:\"size_after\";i:485;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(838,250,'wp-smush-lossy','1'),(839,250,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.953679677420286253664016840048134326934814453125;s:5:\"bytes\";i:193374;s:11:\"size_before\";i:1385828;s:10:\"size_after\";i:1192454;s:4:\"time\";d:9.3799999999999972288833305356092751026153564453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:1486;s:11:\"size_before\";i:9550;s:10:\"size_after\";i:8064;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.510000000000001563194018672220408916473388671875;s:5:\"bytes\";i:718;s:11:\"size_before\";i:4101;s:10:\"size_after\";i:3383;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:7693;s:11:\"size_before\";i:48731;s:10:\"size_after\";i:41038;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:953;s:11:\"size_before\";i:6165;s:10:\"size_after\";i:5212;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.8299999999999982946974341757595539093017578125;s:5:\"bytes\";i:486;s:11:\"size_before\";i:2451;s:10:\"size_after\";i:1965;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3805;s:11:\"size_before\";i:25455;s:10:\"size_after\";i:21650;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:2595;s:11:\"size_before\";i:16702;s:10:\"size_after\";i:14107;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2414;s:11:\"size_before\";i:15276;s:10:\"size_after\";i:12862;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:2343;s:11:\"size_before\";i:14579;s:10:\"size_after\";i:12236;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4244;s:11:\"size_before\";i:27030;s:10:\"size_after\";i:22786;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:4345;s:11:\"size_before\";i:27428;s:10:\"size_after\";i:23083;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:3649;s:11:\"size_before\";i:23141;s:10:\"size_after\";i:19492;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:4843;s:11:\"size_before\";i:30999;s:10:\"size_after\";i:26156;s:4:\"time\";d:4.04999999999999982236431605997495353221893310546875;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:4839;s:11:\"size_before\";i:30796;s:10:\"size_after\";i:25957;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.809999999999998721023075631819665431976318359375;s:5:\"bytes\";i:479;s:11:\"size_before\";i:2302;s:10:\"size_after\";i:1823;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.25;s:5:\"bytes\";i:13;s:11:\"size_before\";i:5212;s:10:\"size_after\";i:5199;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1811;s:11:\"size_before\";i:11999;s:10:\"size_after\";i:10188;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.35000000000000142108547152020037174224853515625;s:5:\"bytes\";i:319;s:11:\"size_before\";i:854;s:10:\"size_after\";i:535;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3990;s:11:\"size_before\";i:25190;s:10:\"size_after\";i:21200;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.5;s:5:\"bytes\";i:9871;s:11:\"size_before\";i:59819;s:10:\"size_after\";i:49948;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.809999999999998721023075631819665431976318359375;s:5:\"bytes\";i:14675;s:11:\"size_before\";i:87321;s:10:\"size_after\";i:72646;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:327;s:11:\"size_before\";i:801;s:10:\"size_after\";i:474;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:2585;s:11:\"size_before\";i:16133;s:10:\"size_after\";i:13548;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:9404;s:11:\"size_before\";i:57127;s:10:\"size_after\";i:47723;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.60000000000000142108547152020037174224853515625;s:5:\"bytes\";i:320;s:11:\"size_before\";i:851;s:10:\"size_after\";i:531;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2272;s:11:\"size_before\";i:14854;s:10:\"size_after\";i:12582;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:8575;s:11:\"size_before\";i:51535;s:10:\"size_after\";i:42960;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.629999999999999005240169935859739780426025390625;s:5:\"bytes\";i:14108;s:11:\"size_before\";i:84816;s:10:\"size_after\";i:70708;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.39999999999999857891452847979962825775146484375;s:5:\"bytes\";i:313;s:11:\"size_before\";i:815;s:10:\"size_after\";i:502;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2226;s:11:\"size_before\";i:14269;s:10:\"size_after\";i:12043;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:7991;s:11:\"size_before\";i:48841;s:10:\"size_after\";i:40850;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:13634;s:11:\"size_before\";i:81151;s:10:\"size_after\";i:67517;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.090000000000003410605131648480892181396484375;s:5:\"bytes\";i:317;s:11:\"size_before\";i:811;s:10:\"size_after\";i:494;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.879999999999999005240169935859739780426025390625;s:5:\"bytes\";i:4063;s:11:\"size_before\";i:24065;s:10:\"size_after\";i:20002;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:15322;s:11:\"size_before\";i:90920;s:10:\"size_after\";i:75598;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.35000000000000142108547152020037174224853515625;s:5:\"bytes\";i:325;s:11:\"size_before\";i:894;s:10:\"size_after\";i:569;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2399999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:54;s:11:\"size_before\";i:22786;s:10:\"size_after\";i:22732;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.239999999999998436805981327779591083526611328125;s:5:\"bytes\";i:8951;s:11:\"size_before\";i:55111;s:10:\"size_after\";i:46160;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:55;s:11:\"size_before\";i:67517;s:10:\"size_after\";i:67462;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.18999999999999772626324556767940521240234375;s:5:\"bytes\";i:318;s:11:\"size_before\";i:772;s:10:\"size_after\";i:454;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1104;s:11:\"size_before\";i:7019;s:10:\"size_after\";i:5915;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:13891;s:11:\"size_before\";i:81065;s:10:\"size_after\";i:67174;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.99000000000000198951966012828052043914794921875;s:5:\"bytes\";i:316;s:11:\"size_before\";i:878;s:10:\"size_after\";i:562;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"bytes\";i:31;s:11:\"size_before\";i:20002;s:10:\"size_after\";i:19971;s:4:\"time\";d:0.429999999999999993338661852249060757458209991455078125;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0899999999999999966693309261245303787291049957275390625;s:5:\"bytes\";i:71;s:11:\"size_before\";i:75598;s:10:\"size_after\";i:75527;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:325;s:11:\"size_before\";i:945;s:10:\"size_after\";i:620;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"bytes\";i:38;s:11:\"size_before\";i:26156;s:10:\"size_after\";i:26118;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:10551;s:11:\"size_before\";i:64202;s:10:\"size_after\";i:53651;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:316;s:11:\"size_before\";i:793;s:10:\"size_after\";i:477;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(840,324,'_wpb_shortcodes_custom_css','.vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}'),(841,249,'wp-smush-lossy','1'),(842,249,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.9580221935087962492616497911512851715087890625;s:5:\"bytes\";i:232903;s:11:\"size_before\";i:1668596;s:10:\"size_after\";i:1435693;s:4:\"time\";d:5.32000000000000028421709430404007434844970703125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:1817;s:11:\"size_before\";i:12142;s:10:\"size_after\";i:10325;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.5799999999999982946974341757595539093017578125;s:5:\"bytes\";i:890;s:11:\"size_before\";i:5367;s:10:\"size_after\";i:4477;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:9165;s:11:\"size_before\";i:57403;s:10:\"size_after\";i:48238;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1286;s:11:\"size_before\";i:8077;s:10:\"size_after\";i:6791;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:554;s:11:\"size_before\";i:3191;s:10:\"size_after\";i:2637;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.780000000000001136868377216160297393798828125;s:5:\"bytes\";i:5045;s:11:\"size_before\";i:30065;s:10:\"size_after\";i:25020;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:3500;s:11:\"size_before\";i:21392;s:10:\"size_after\";i:17892;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:3135;s:11:\"size_before\";i:19210;s:10:\"size_after\";i:16075;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2998;s:11:\"size_before\";i:18270;s:10:\"size_after\";i:15272;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:5250;s:11:\"size_before\";i:32936;s:10:\"size_after\";i:27686;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.60000000000000142108547152020037174224853515625;s:5:\"bytes\";i:5233;s:11:\"size_before\";i:31526;s:10:\"size_after\";i:26293;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:4433;s:11:\"size_before\";i:28136;s:10:\"size_after\";i:23703;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.219999999999998863131622783839702606201171875;s:5:\"bytes\";i:6098;s:11:\"size_before\";i:37590;s:10:\"size_after\";i:31492;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.760000000000001563194018672220408916473388671875;s:5:\"bytes\";i:6059;s:11:\"size_before\";i:36141;s:10:\"size_after\";i:30082;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.940000000000001278976924368180334568023681640625;s:5:\"bytes\";i:548;s:11:\"size_before\";i:3055;s:10:\"size_after\";i:2507;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2099999999999999922284388276239042170345783233642578125;s:5:\"bytes\";i:14;s:11:\"size_before\";i:6791;s:10:\"size_after\";i:6777;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2463;s:11:\"size_before\";i:15538;s:10:\"size_after\";i:13075;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.27000000000000312638803734444081783294677734375;s:5:\"bytes\";i:331;s:11:\"size_before\";i:888;s:10:\"size_after\";i:557;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:4895;s:11:\"size_before\";i:30622;s:10:\"size_after\";i:25727;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:12013;s:11:\"size_before\";i:74230;s:10:\"size_after\";i:62217;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.629999999999999005240169935859739780426025390625;s:5:\"bytes\";i:17072;s:11:\"size_before\";i:102654;s:10:\"size_after\";i:85582;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:334;s:11:\"size_before\";i:821;s:10:\"size_after\";i:487;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3135;s:11:\"size_before\";i:19694;s:10:\"size_after\";i:16559;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:11404;s:11:\"size_before\";i:70557;s:10:\"size_after\";i:59153;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.50999999999999801048033987171947956085205078125;s:5:\"bytes\";i:329;s:11:\"size_before\";i:877;s:10:\"size_after\";i:548;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:2897;s:11:\"size_before\";i:18127;s:10:\"size_after\";i:15230;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:10117;s:11:\"size_before\";i:63325;s:10:\"size_after\";i:53208;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:16806;s:11:\"size_before\";i:100915;s:10:\"size_after\";i:84109;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:322;s:11:\"size_before\";i:845;s:10:\"size_after\";i:523;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:2775;s:11:\"size_before\";i:17548;s:10:\"size_after\";i:14773;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.129999999999999005240169935859739780426025390625;s:5:\"bytes\";i:9715;s:11:\"size_before\";i:60229;s:10:\"size_after\";i:50514;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:16157;s:11:\"size_before\";i:97481;s:10:\"size_after\";i:81324;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.780000000000001136868377216160297393798828125;s:5:\"bytes\";i:325;s:11:\"size_before\";i:838;s:10:\"size_after\";i:513;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.35000000000000142108547152020037174224853515625;s:5:\"bytes\";i:4711;s:11:\"size_before\";i:28819;s:10:\"size_after\";i:24108;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:17980;s:11:\"size_before\";i:105583;s:10:\"size_after\";i:87603;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:342;s:11:\"size_before\";i:954;s:10:\"size_after\";i:612;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.11999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:34;s:11:\"size_before\";i:27686;s:10:\"size_after\";i:27652;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.370000000000000994759830064140260219573974609375;s:5:\"bytes\";i:11207;s:11:\"size_before\";i:68453;s:10:\"size_after\";i:57246;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:55;s:11:\"size_before\";i:81324;s:10:\"size_after\";i:81269;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.0499999999999971578290569595992565155029296875;s:5:\"bytes\";i:328;s:11:\"size_before\";i:780;s:10:\"size_after\";i:452;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1442;s:11:\"size_before\";i:9210;s:10:\"size_after\";i:7768;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:15576;s:11:\"size_before\";i:93499;s:10:\"size_after\";i:77923;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:322;s:11:\"size_before\";i:923;s:10:\"size_after\";i:601;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:17;s:11:\"size_before\";i:24108;s:10:\"size_after\";i:24091;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:37;s:11:\"size_before\";i:87603;s:10:\"size_after\";i:87566;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:340;s:11:\"size_before\";i:1002;s:10:\"size_after\";i:662;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.059999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:18;s:11:\"size_before\";i:31492;s:10:\"size_after\";i:31474;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:13052;s:11:\"size_before\";i:79877;s:10:\"size_after\";i:66825;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.77000000000000312638803734444081783294677734375;s:5:\"bytes\";i:327;s:11:\"size_before\";i:802;s:10:\"size_after\";i:475;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(843,325,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(844,248,'wp-smush-lossy','1'),(845,248,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.3303338838927789566923820530064404010772705078125;s:5:\"bytes\";i:224287;s:11:\"size_before\";i:1682531;s:10:\"size_after\";i:1458244;s:4:\"time\";d:6.39999999999999857891452847979962825775146484375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:1922;s:11:\"size_before\";i:12709;s:10:\"size_after\";i:10787;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:958;s:11:\"size_before\";i:5604;s:10:\"size_after\";i:4646;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:8867;s:11:\"size_before\";i:58452;s:10:\"size_after\";i:49585;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1330;s:11:\"size_before\";i:8450;s:10:\"size_after\";i:7120;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:18;s:5:\"bytes\";i:589;s:11:\"size_before\";i:3272;s:10:\"size_after\";i:2683;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:4913;s:11:\"size_before\";i:31247;s:10:\"size_after\";i:26334;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.75;s:5:\"bytes\";i:3464;s:11:\"size_before\";i:21990;s:10:\"size_after\";i:18526;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:3189;s:11:\"size_before\";i:19951;s:10:\"size_after\";i:16762;s:4:\"time\";d:1.0500000000000000444089209850062616169452667236328125;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:3052;s:11:\"size_before\";i:19102;s:10:\"size_after\";i:16050;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:5250;s:11:\"size_before\";i:34293;s:10:\"size_after\";i:29043;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:5084;s:11:\"size_before\";i:32682;s:10:\"size_after\";i:27598;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:4479;s:11:\"size_before\";i:29224;s:10:\"size_after\";i:24745;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.2799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:5962;s:11:\"size_before\";i:39018;s:10:\"size_after\";i:33056;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:5801;s:11:\"size_before\";i:37085;s:10:\"size_after\";i:31284;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:596;s:11:\"size_before\";i:3188;s:10:\"size_after\";i:2592;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"bytes\";i:14;s:11:\"size_before\";i:7120;s:10:\"size_after\";i:7106;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:2480;s:11:\"size_before\";i:16006;s:10:\"size_after\";i:13526;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.24000000000000198951966012828052043914794921875;s:5:\"bytes\";i:328;s:11:\"size_before\";i:905;s:10:\"size_after\";i:577;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.4399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:5013;s:11:\"size_before\";i:32470;s:10:\"size_after\";i:27457;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:11449;s:11:\"size_before\";i:72912;s:10:\"size_after\";i:61463;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:15745;s:11:\"size_before\";i:100218;s:10:\"size_after\";i:84473;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.590000000000003410605131648480892181396484375;s:5:\"bytes\";i:331;s:11:\"size_before\";i:836;s:10:\"size_after\";i:505;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:3359;s:11:\"size_before\";i:21888;s:10:\"size_after\";i:18529;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:10998;s:11:\"size_before\";i:70251;s:10:\"size_after\";i:59253;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:328;s:11:\"size_before\";i:896;s:10:\"size_after\";i:568;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:3100;s:11:\"size_before\";i:20056;s:10:\"size_after\";i:16956;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:9955;s:11:\"size_before\";i:63662;s:10:\"size_after\";i:53707;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:15370;s:11:\"size_before\";i:98442;s:10:\"size_after\";i:83072;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:324;s:11:\"size_before\";i:852;s:10:\"size_after\";i:528;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:2962;s:11:\"size_before\";i:19290;s:10:\"size_after\";i:16328;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:9465;s:11:\"size_before\";i:60770;s:10:\"size_after\";i:51305;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:14962;s:11:\"size_before\";i:95061;s:10:\"size_after\";i:80099;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.2999999999999971578290569595992565155029296875;s:5:\"bytes\";i:324;s:11:\"size_before\";i:846;s:10:\"size_after\";i:522;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:4899;s:11:\"size_before\";i:32157;s:10:\"size_after\";i:27258;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:16284;s:11:\"size_before\";i:102884;s:10:\"size_after\";i:86600;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.659999999999996589394868351519107818603515625;s:5:\"bytes\";i:331;s:11:\"size_before\";i:955;s:10:\"size_after\";i:624;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.13000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:38;s:11:\"size_before\";i:29043;s:10:\"size_after\";i:29005;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:10585;s:11:\"size_before\";i:67311;s:10:\"size_after\";i:56726;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:66;s:11:\"size_before\";i:80099;s:10:\"size_after\";i:80033;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.77000000000000312638803734444081783294677734375;s:5:\"bytes\";i:330;s:11:\"size_before\";i:790;s:10:\"size_after\";i:460;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1509;s:11:\"size_before\";i:9638;s:10:\"size_after\";i:8129;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:14898;s:11:\"size_before\";i:93258;s:10:\"size_after\";i:78360;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.10000000000000142108547152020037174224853515625;s:5:\"bytes\";i:332;s:11:\"size_before\";i:946;s:10:\"size_after\";i:614;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:8;s:11:\"size_before\";i:27258;s:10:\"size_after\";i:27250;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:58;s:11:\"size_before\";i:86600;s:10:\"size_after\";i:86542;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.56000000000000227373675443232059478759765625;s:5:\"bytes\";i:342;s:11:\"size_before\";i:1019;s:10:\"size_after\";i:677;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.11000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:37;s:11:\"size_before\";i:33056;s:10:\"size_after\";i:33019;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.75;s:5:\"bytes\";i:12279;s:11:\"size_before\";i:77946;s:10:\"size_after\";i:65667;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:328;s:11:\"size_before\";i:823;s:10:\"size_after\";i:495;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(846,326,'_wpb_shortcodes_custom_css','.vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}'),(847,247,'wp-smush-lossy','1'),(848,247,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.3283916135655307044771689106710255146026611328125;s:5:\"bytes\";i:333258;s:11:\"size_before\";i:2703175;s:10:\"size_after\";i:2369917;s:4:\"time\";d:9.8499999999999996447286321199499070644378662109375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:2949;s:11:\"size_before\";i:16287;s:10:\"size_after\";i:13338;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1080;s:11:\"size_before\";i:5853;s:10:\"size_after\";i:4773;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:14240;s:11:\"size_before\";i:97287;s:10:\"size_after\";i:83047;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:1739;s:11:\"size_before\";i:9509;s:10:\"size_after\";i:7770;s:4:\"time\";d:1.0500000000000000444089209850062616169452667236328125;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:632;s:11:\"size_before\";i:3279;s:10:\"size_after\";i:2647;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:7007;s:11:\"size_before\";i:45596;s:10:\"size_after\";i:38589;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:5525;s:11:\"size_before\";i:30632;s:10:\"size_after\";i:25107;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:5130;s:11:\"size_before\";i:27832;s:10:\"size_after\";i:22702;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:4879;s:11:\"size_before\";i:26487;s:10:\"size_after\";i:21608;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.25;s:5:\"bytes\";i:8506;s:11:\"size_before\";i:52340;s:10:\"size_after\";i:43834;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:6857;s:11:\"size_before\";i:47670;s:10:\"size_after\";i:40813;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.190000000000001278976924368180334568023681640625;s:5:\"bytes\";i:7673;s:11:\"size_before\";i:44643;s:10:\"size_after\";i:36970;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:9184;s:11:\"size_before\";i:60257;s:10:\"size_after\";i:51073;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:7798;s:11:\"size_before\";i:55045;s:10:\"size_after\";i:47247;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:660;s:11:\"size_before\";i:3338;s:10:\"size_after\";i:2678;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.61999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:48;s:11:\"size_before\";i:7770;s:10:\"size_after\";i:7722;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.75;s:5:\"bytes\";i:3944;s:11:\"size_before\";i:21031;s:10:\"size_after\";i:17087;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.590000000000003410605131648480892181396484375;s:5:\"bytes\";i:333;s:11:\"size_before\";i:910;s:10:\"size_after\";i:577;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:7689;s:11:\"size_before\";i:48750;s:10:\"size_after\";i:41061;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.25;s:5:\"bytes\";i:17112;s:11:\"size_before\";i:120103;s:10:\"size_after\";i:102991;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:24555;s:11:\"size_before\";i:174838;s:10:\"size_after\";i:150283;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.74000000000000198951966012828052043914794921875;s:5:\"bytes\";i:327;s:11:\"size_before\";i:844;s:10:\"size_after\";i:517;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:4949;s:11:\"size_before\";i:31374;s:10:\"size_after\";i:26425;s:4:\"time\";d:1.1100000000000000976996261670137755572795867919921875;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:15038;s:11:\"size_before\";i:110625;s:10:\"size_after\";i:95587;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.6700000000000017053025658242404460906982421875;s:5:\"bytes\";i:330;s:11:\"size_before\";i:900;s:10:\"size_after\";i:570;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.059999999999998721023075631819665431976318359375;s:5:\"bytes\";i:4546;s:11:\"size_before\";i:28313;s:10:\"size_after\";i:23767;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:13645;s:11:\"size_before\";i:99671;s:10:\"size_after\";i:86026;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:24164;s:11:\"size_before\";i:170701;s:10:\"size_after\";i:146537;s:4:\"time\";d:0.5;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.24000000000000198951966012828052043914794921875;s:5:\"bytes\";i:321;s:11:\"size_before\";i:862;s:10:\"size_after\";i:541;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:4477;s:11:\"size_before\";i:27104;s:10:\"size_after\";i:22627;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:13029;s:11:\"size_before\";i:94658;s:10:\"size_after\";i:81629;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:22867;s:11:\"size_before\";i:163039;s:10:\"size_after\";i:140172;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:326;s:11:\"size_before\";i:871;s:10:\"size_after\";i:545;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:7010;s:11:\"size_before\";i:48914;s:10:\"size_after\";i:41904;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:25446;s:11:\"size_before\";i:181066;s:10:\"size_after\";i:155620;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.81000000000000227373675443232059478759765625;s:5:\"bytes\";i:330;s:11:\"size_before\";i:976;s:10:\"size_after\";i:646;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:114;s:11:\"size_before\";i:43834;s:10:\"size_after\";i:43720;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:15612;s:11:\"size_before\";i:110348;s:10:\"size_after\";i:94736;s:4:\"time\";d:0.25;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1700000000000000122124532708767219446599483489990234375;s:5:\"bytes\";i:245;s:11:\"size_before\";i:140172;s:10:\"size_after\";i:139927;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.5499999999999971578290569595992565155029296875;s:5:\"bytes\";i:327;s:11:\"size_before\";i:787;s:10:\"size_after\";i:460;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:2058;s:11:\"size_before\";i:11537;s:10:\"size_after\";i:9479;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.5;s:5:\"bytes\";i:21199;s:11:\"size_before\";i:156995;s:10:\"size_after\";i:135796;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:335;s:11:\"size_before\";i:966;s:10:\"size_after\";i:631;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.179999999999999993338661852249060757458209991455078125;s:5:\"bytes\";i:76;s:11:\"size_before\";i:41904;s:10:\"size_after\";i:41828;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:155620;s:10:\"size_after\";i:155620;s:4:\"time\";d:1.6699999999999999289457264239899814128875732421875;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.2000000000000028421709430404007434844970703125;s:5:\"bytes\";i:339;s:11:\"size_before\";i:1021;s:10:\"size_after\";i:682;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2399999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:121;s:11:\"size_before\";i:51073;s:10:\"size_after\";i:50952;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:18167;s:11:\"size_before\";i:128727;s:10:\"size_after\";i:110560;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.219999999999998863131622783839702606201171875;s:5:\"bytes\";i:320;s:11:\"size_before\";i:816;s:10:\"size_after\";i:496;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(849,327,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(850,246,'wp-smush-lossy','1'),(851,246,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.182338523947731090402157860808074474334716796875;s:5:\"bytes\";i:313042;s:11:\"size_before\";i:2569638;s:10:\"size_after\";i:2256596;s:4:\"time\";d:8.5400000000000009237055564881302416324615478515625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.690000000000001278976924368180334568023681640625;s:5:\"bytes\";i:2893;s:11:\"size_before\";i:16357;s:10:\"size_after\";i:13464;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.190000000000001278976924368180334568023681640625;s:5:\"bytes\";i:1119;s:11:\"size_before\";i:5832;s:10:\"size_after\";i:4713;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:13347;s:11:\"size_before\";i:94355;s:10:\"size_after\";i:81008;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:1702;s:11:\"size_before\";i:9514;s:10:\"size_after\";i:7812;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:659;s:11:\"size_before\";i:3277;s:10:\"size_after\";i:2618;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:6331;s:11:\"size_before\";i:42298;s:10:\"size_after\";i:35967;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.8299999999999982946974341757595539093017578125;s:5:\"bytes\";i:5331;s:11:\"size_before\";i:29902;s:10:\"size_after\";i:24571;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:4832;s:11:\"size_before\";i:27056;s:10:\"size_after\";i:22224;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.8299999999999982946974341757595539093017578125;s:5:\"bytes\";i:4580;s:11:\"size_before\";i:25685;s:10:\"size_after\";i:21105;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:7917;s:11:\"size_before\";i:51410;s:10:\"size_after\";i:43493;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:6161;s:11:\"size_before\";i:42786;s:10:\"size_after\";i:36625;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.510000000000001563194018672220408916473388671875;s:5:\"bytes\";i:7316;s:11:\"size_before\";i:44325;s:10:\"size_after\";i:37009;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:8860;s:11:\"size_before\";i:59353;s:10:\"size_after\";i:50493;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:7221;s:11:\"size_before\";i:50250;s:10:\"size_after\";i:43029;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.3299999999999982946974341757595539093017578125;s:5:\"bytes\";i:711;s:11:\"size_before\";i:3334;s:10:\"size_after\";i:2623;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.91000000000000003108624468950438313186168670654296875;s:5:\"bytes\";i:71;s:11:\"size_before\";i:7812;s:10:\"size_after\";i:7741;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3809;s:11:\"size_before\";i:20814;s:10:\"size_after\";i:17005;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:328;s:11:\"size_before\";i:874;s:10:\"size_after\";i:546;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:7325;s:11:\"size_before\";i:48215;s:10:\"size_after\";i:40890;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:15827;s:11:\"size_before\";i:110898;s:10:\"size_after\";i:95071;s:4:\"time\";d:0.429999999999999993338661852249060757458209991455078125;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:22765;s:11:\"size_before\";i:165799;s:10:\"size_after\";i:143034;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:325;s:11:\"size_before\";i:825;s:10:\"size_after\";i:500;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:4448;s:11:\"size_before\";i:30134;s:10:\"size_after\";i:25686;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:14631;s:11:\"size_before\";i:104680;s:10:\"size_after\";i:90049;s:4:\"time\";d:0.25;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:331;s:11:\"size_before\";i:872;s:10:\"size_after\";i:541;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:4205;s:11:\"size_before\";i:27602;s:10:\"size_after\";i:23397;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:13077;s:11:\"size_before\";i:93857;s:10:\"size_after\";i:80780;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:22167;s:11:\"size_before\";i:161551;s:10:\"size_after\";i:139384;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:333;s:11:\"size_before\";i:847;s:10:\"size_after\";i:514;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4093;s:11:\"size_before\";i:26535;s:10:\"size_after\";i:22442;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:12557;s:11:\"size_before\";i:88897;s:10:\"size_after\";i:76340;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:21497;s:11:\"size_before\";i:154479;s:10:\"size_after\";i:132982;s:4:\"time\";d:0.440000000000000002220446049250313080847263336181640625;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:39;s:5:\"bytes\";i:328;s:11:\"size_before\";i:841;s:10:\"size_after\";i:513;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:6269;s:11:\"size_before\";i:44762;s:10:\"size_after\";i:38493;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.5299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:23185;s:11:\"size_before\";i:171372;s:10:\"size_after\";i:148187;s:4:\"time\";d:1.229999999999999982236431605997495353221893310546875;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:338;s:11:\"size_before\";i:965;s:10:\"size_after\";i:627;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.39000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:168;s:11:\"size_before\";i:43493;s:10:\"size_after\";i:43325;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:14687;s:11:\"size_before\";i:101577;s:10:\"size_after\";i:86890;s:4:\"time\";d:0.25;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"bytes\";i:202;s:11:\"size_before\";i:132982;s:10:\"size_after\";i:132780;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.74000000000000198951966012828052043914794921875;s:5:\"bytes\";i:326;s:11:\"size_before\";i:781;s:10:\"size_after\";i:455;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.780000000000001136868377216160297393798828125;s:5:\"bytes\";i:2189;s:11:\"size_before\";i:11654;s:10:\"size_after\";i:9465;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:20083;s:11:\"size_before\";i:151330;s:10:\"size_after\";i:131247;s:4:\"time\";d:0.5;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.159999999999996589394868351519107818603515625;s:5:\"bytes\";i:334;s:11:\"size_before\";i:950;s:10:\"size_after\";i:616;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.14000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:54;s:11:\"size_before\";i:38493;s:10:\"size_after\";i:38439;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.13000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:194;s:11:\"size_before\";i:148187;s:10:\"size_after\";i:147993;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:337;s:11:\"size_before\";i:1020;s:10:\"size_after\";i:683;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.320000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:160;s:11:\"size_before\";i:50493;s:10:\"size_after\";i:50333;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:17087;s:11:\"size_before\";i:119506;s:10:\"size_after\";i:102419;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:332;s:11:\"size_before\";i:807;s:10:\"size_after\";i:475;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(852,328,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(853,245,'wp-smush-lossy','1'),(854,245,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.2595432027444228850754370796494185924530029296875;s:5:\"bytes\";i:305798;s:11:\"size_before\";i:2494367;s:10:\"size_after\";i:2188569;s:4:\"time\";d:8.9199999999999963762320476234890520572662353515625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2803;s:11:\"size_before\";i:15432;s:10:\"size_after\";i:12629;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1058;s:11:\"size_before\";i:5697;s:10:\"size_after\";i:4639;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.2799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:12846;s:11:\"size_before\";i:89981;s:10:\"size_after\";i:77135;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1627;s:11:\"size_before\";i:9178;s:10:\"size_after\";i:7551;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.739999999999998436805981327779591083526611328125;s:5:\"bytes\";i:622;s:11:\"size_before\";i:3151;s:10:\"size_after\";i:2529;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:6574;s:11:\"size_before\";i:44117;s:10:\"size_after\";i:37543;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:5029;s:11:\"size_before\";i:29242;s:10:\"size_after\";i:24213;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:4607;s:11:\"size_before\";i:26576;s:10:\"size_after\";i:21969;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:4493;s:11:\"size_before\";i:25346;s:10:\"size_after\";i:20853;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:7553;s:11:\"size_before\";i:49693;s:10:\"size_after\";i:42140;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:6583;s:11:\"size_before\";i:46013;s:10:\"size_after\";i:39430;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:6743;s:11:\"size_before\";i:42076;s:10:\"size_after\";i:35333;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:8325;s:11:\"size_before\";i:57031;s:10:\"size_after\";i:48706;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:7538;s:11:\"size_before\";i:53046;s:10:\"size_after\";i:45508;s:4:\"time\";d:1.1599999999999999200639422269887290894985198974609375;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.35000000000000142108547152020037174224853515625;s:5:\"bytes\";i:675;s:11:\"size_before\";i:3488;s:10:\"size_after\";i:2813;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.86999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:66;s:11:\"size_before\";i:7551;s:10:\"size_after\";i:7485;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3606;s:11:\"size_before\";i:20208;s:10:\"size_after\";i:16602;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.2000000000000028421709430404007434844970703125;s:5:\"bytes\";i:324;s:11:\"size_before\";i:895;s:10:\"size_after\";i:571;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:7075;s:11:\"size_before\";i:46606;s:10:\"size_after\";i:39531;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:15491;s:11:\"size_before\";i:109609;s:10:\"size_after\";i:94118;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:22238;s:11:\"size_before\";i:158218;s:10:\"size_after\";i:135980;s:4:\"time\";d:0.440000000000000002220446049250313080847263336181640625;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:320;s:11:\"size_before\";i:803;s:10:\"size_after\";i:483;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4201;s:11:\"size_before\";i:29136;s:10:\"size_after\";i:24935;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:14153;s:11:\"size_before\";i:102431;s:10:\"size_after\";i:88278;s:4:\"time\";d:1.29000000000000003552713678800500929355621337890625;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:333;s:11:\"size_before\";i:893;s:10:\"size_after\";i:560;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:4029;s:11:\"size_before\";i:26845;s:10:\"size_after\";i:22816;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:12846;s:11:\"size_before\";i:92520;s:10:\"size_after\";i:79674;s:4:\"time\";d:0.25;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:21584;s:11:\"size_before\";i:154332;s:10:\"size_after\";i:132748;s:4:\"time\";d:0.560000000000000053290705182007513940334320068359375;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:324;s:11:\"size_before\";i:844;s:10:\"size_after\";i:520;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:3934;s:11:\"size_before\";i:25758;s:10:\"size_after\";i:21824;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:12209;s:11:\"size_before\";i:88067;s:10:\"size_after\";i:75858;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:20980;s:11:\"size_before\";i:147829;s:10:\"size_after\";i:126849;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.31000000000000227373675443232059478759765625;s:5:\"bytes\";i:331;s:11:\"size_before\";i:842;s:10:\"size_after\";i:511;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:6047;s:11:\"size_before\";i:43290;s:10:\"size_after\";i:37243;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:23242;s:11:\"size_before\";i:163862;s:10:\"size_after\";i:140620;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.159999999999996589394868351519107818603515625;s:5:\"bytes\";i:330;s:11:\"size_before\";i:966;s:10:\"size_after\";i:636;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.5100000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:215;s:11:\"size_before\";i:42140;s:10:\"size_after\";i:41925;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:14226;s:11:\"size_before\";i:100987;s:10:\"size_after\";i:86761;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1600000000000000033306690738754696212708950042724609375;s:5:\"bytes\";i:200;s:11:\"size_before\";i:126849;s:10:\"size_after\";i:126649;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.00999999999999801048033987171947956085205078125;s:5:\"bytes\";i:317;s:11:\"size_before\";i:773;s:10:\"size_after\";i:456;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.010000000000001563194018672220408916473388671875;s:5:\"bytes\";i:2102;s:11:\"size_before\";i:11055;s:10:\"size_after\";i:8953;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:19920;s:11:\"size_before\";i:144392;s:10:\"size_after\";i:124472;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.50999999999999801048033987171947956085205078125;s:5:\"bytes\";i:323;s:11:\"size_before\";i:936;s:10:\"size_after\";i:613;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2800000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:106;s:11:\"size_before\";i:37243;s:10:\"size_after\";i:37137;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"bytes\";i:214;s:11:\"size_before\";i:140620;s:10:\"size_after\";i:140406;s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.25999999999999801048033987171947956085205078125;s:5:\"bytes\";i:344;s:11:\"size_before\";i:1004;s:10:\"size_after\";i:660;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.460000000000000019984014443252817727625370025634765625;s:5:\"bytes\";i:223;s:11:\"size_before\";i:48706;s:10:\"size_after\";i:48483;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:16548;s:11:\"size_before\";i:117288;s:10:\"size_after\";i:100740;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.02000000000000312638803734444081783294677734375;s:5:\"bytes\";i:321;s:11:\"size_before\";i:802;s:10:\"size_after\";i:481;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(855,244,'wp-smush-lossy','1'),(856,244,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.4106043854134302506508902297355234622955322265625;s:5:\"bytes\";i:206090;s:11:\"size_before\";i:1660596;s:10:\"size_after\";i:1454506;s:4:\"time\";d:6.47999999999999776179038235568441450595855712890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1815;s:11:\"size_before\";i:12654;s:10:\"size_after\";i:10839;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1020;s:11:\"size_before\";i:6070;s:10:\"size_after\";i:5050;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:8024;s:11:\"size_before\";i:55257;s:10:\"size_after\";i:47233;s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:1440;s:11:\"size_before\";i:9036;s:10:\"size_after\";i:7596;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:657;s:11:\"size_before\";i:3511;s:10:\"size_after\";i:2854;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:5081;s:11:\"size_before\";i:36624;s:10:\"size_after\";i:31543;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:3450;s:11:\"size_before\";i:23754;s:10:\"size_after\";i:20304;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:3285;s:11:\"size_before\";i:22638;s:10:\"size_after\";i:19353;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:3251;s:11:\"size_before\";i:22125;s:10:\"size_after\";i:18874;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:4679;s:11:\"size_before\";i:32315;s:10:\"size_after\";i:27636;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:5197;s:11:\"size_before\";i:37960;s:10:\"size_after\";i:32763;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:4238;s:11:\"size_before\";i:28806;s:10:\"size_after\";i:24568;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:5307;s:11:\"size_before\";i:36849;s:10:\"size_after\";i:31542;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:5797;s:11:\"size_before\";i:43026;s:10:\"size_after\";i:37229;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.559999999999998721023075631819665431976318359375;s:5:\"bytes\";i:615;s:11:\"size_before\";i:3313;s:10:\"size_after\";i:2698;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.289999999999999980015985556747182272374629974365234375;s:5:\"bytes\";i:22;s:11:\"size_before\";i:7596;s:10:\"size_after\";i:7574;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5;s:5:\"bytes\";i:2486;s:11:\"size_before\";i:17144;s:10:\"size_after\";i:14658;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:313;s:11:\"size_before\";i:898;s:10:\"size_after\";i:585;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:4487;s:11:\"size_before\";i:30659;s:10:\"size_after\";i:26172;s:4:\"time\";d:0.4699999999999999733546474089962430298328399658203125;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:10666;s:11:\"size_before\";i:75146;s:10:\"size_after\";i:64480;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:13880;s:11:\"size_before\";i:92975;s:10:\"size_after\";i:79095;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:324;s:11:\"size_before\";i:827;s:10:\"size_after\";i:503;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:3040;s:11:\"size_before\";i:21551;s:10:\"size_after\";i:18511;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:9558;s:11:\"size_before\";i:69675;s:10:\"size_after\";i:60117;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.7000000000000028421709430404007434844970703125;s:5:\"bytes\";i:327;s:11:\"size_before\";i:891;s:10:\"size_after\";i:564;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:2874;s:11:\"size_before\";i:19831;s:10:\"size_after\";i:16957;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:9034;s:11:\"size_before\";i:66049;s:10:\"size_after\";i:57015;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:13658;s:11:\"size_before\";i:91877;s:10:\"size_after\";i:78219;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:324;s:11:\"size_before\";i:852;s:10:\"size_after\";i:528;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:2819;s:11:\"size_before\";i:19269;s:10:\"size_after\";i:16450;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:8715;s:11:\"size_before\";i:64336;s:10:\"size_after\";i:55621;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:13453;s:11:\"size_before\";i:89376;s:10:\"size_after\";i:75923;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.22999999999999687361196265555918216705322265625;s:5:\"bytes\";i:315;s:11:\"size_before\";i:846;s:10:\"size_after\";i:531;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:4573;s:11:\"size_before\";i:30838;s:10:\"size_after\";i:26265;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";i:15;s:5:\"bytes\";i:14209;s:11:\"size_before\";i:94702;s:10:\"size_after\";i:80493;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.06000000000000227373675443232059478759765625;s:5:\"bytes\";i:327;s:11:\"size_before\";i:960;s:10:\"size_after\";i:633;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.14000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:38;s:11:\"size_before\";i:27636;s:10:\"size_after\";i:27598;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:9936;s:11:\"size_before\";i:71597;s:10:\"size_after\";i:61661;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.190000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:144;s:11:\"size_before\";i:75923;s:10:\"size_after\";i:75779;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.77000000000000312638803734444081783294677734375;s:5:\"bytes\";i:318;s:11:\"size_before\";i:780;s:10:\"size_after\";i:462;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:1412;s:11:\"size_before\";i:9600;s:10:\"size_after\";i:8188;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:12520;s:11:\"size_before\";i:85729;s:10:\"size_after\";i:73209;s:4:\"time\";d:0.460000000000000019984014443252817727625370025634765625;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.75;s:5:\"bytes\";i:327;s:11:\"size_before\";i:941;s:10:\"size_after\";i:614;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.270000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:71;s:11:\"size_before\";i:26265;s:10:\"size_after\";i:26194;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1700000000000000122124532708767219446599483489990234375;s:5:\"bytes\";i:137;s:11:\"size_before\";i:80493;s:10:\"size_after\";i:80356;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.39999999999999857891452847979962825775146484375;s:5:\"bytes\";i:334;s:11:\"size_before\";i:1000;s:10:\"size_after\";i:666;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.25;s:5:\"bytes\";i:78;s:11:\"size_before\";i:31542;s:10:\"size_after\";i:31464;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:11197;s:11:\"size_before\";i:78042;s:10:\"size_after\";i:66845;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.159999999999996589394868351519107818603515625;s:5:\"bytes\";i:318;s:11:\"size_before\";i:812;s:10:\"size_after\";i:494;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(857,329,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(858,243,'wp-smush-lossy','1'),(859,243,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.30982238732674005632361513562500476837158203125;s:5:\"bytes\";i:209557;s:11:\"size_before\";i:1702356;s:10:\"size_after\";i:1492799;s:4:\"time\";d:9.879999999999999005240169935859739780426025390625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:14;s:5:\"bytes\";i:2112;s:11:\"size_before\";i:15091;s:10:\"size_after\";i:12979;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1075;s:11:\"size_before\";i:6804;s:10:\"size_after\";i:5729;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:8614;s:11:\"size_before\";i:62267;s:10:\"size_after\";i:53653;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1456;s:11:\"size_before\";i:10150;s:10:\"size_after\";i:8694;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.75;s:5:\"bytes\";i:743;s:11:\"size_before\";i:3962;s:10:\"size_after\";i:3219;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:4474;s:11:\"size_before\";i:32182;s:10:\"size_after\";i:27708;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:3378;s:11:\"size_before\";i:24825;s:10:\"size_after\";i:21447;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3125;s:11:\"size_before\";i:23015;s:10:\"size_after\";i:19890;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:3029;s:11:\"size_before\";i:22076;s:10:\"size_after\";i:19047;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:4929;s:11:\"size_before\";i:36206;s:10:\"size_after\";i:31277;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:4451;s:11:\"size_before\";i:31879;s:10:\"size_after\";i:27428;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:4461;s:11:\"size_before\";i:33011;s:10:\"size_after\";i:28550;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:5458;s:11:\"size_before\";i:39298;s:10:\"size_after\";i:33840;s:4:\"time\";d:0.4899999999999999911182158029987476766109466552734375;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:5205;s:11:\"size_before\";i:37043;s:10:\"size_after\";i:31838;s:4:\"time\";d:1.12000000000000010658141036401502788066864013671875;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.25;s:5:\"bytes\";i:565;s:11:\"size_before\";i:3096;s:10:\"size_after\";i:2531;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.409999999999999975575093458246556110680103302001953125;s:5:\"bytes\";i:36;s:11:\"size_before\";i:8694;s:10:\"size_after\";i:8658;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:2590;s:11:\"size_before\";i:18807;s:10:\"size_after\";i:16217;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.02000000000000312638803734444081783294677734375;s:5:\"bytes\";i:325;s:11:\"size_before\";i:928;s:10:\"size_after\";i:603;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:4423;s:11:\"size_before\";i:32236;s:10:\"size_after\";i:27813;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.25;s:5:\"bytes\";i:10251;s:11:\"size_before\";i:71922;s:10:\"size_after\";i:61671;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:15419;s:11:\"size_before\";i:102555;s:10:\"size_after\";i:87136;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:314;s:11:\"size_before\";i:818;s:10:\"size_after\";i:504;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:2537;s:11:\"size_before\";i:17489;s:10:\"size_after\";i:14952;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:10159;s:11:\"size_before\";i:70650;s:10:\"size_after\";i:60491;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:330;s:11:\"size_before\";i:915;s:10:\"size_after\";i:585;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:2432;s:11:\"size_before\";i:16911;s:10:\"size_after\";i:14479;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.2799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:9211;s:11:\"size_before\";i:64508;s:10:\"size_after\";i:55297;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:14854;s:11:\"size_before\";i:100089;s:10:\"size_after\";i:85235;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.97999999999999687361196265555918216705322265625;s:5:\"bytes\";i:314;s:11:\"size_before\";i:849;s:10:\"size_after\";i:535;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:2358;s:11:\"size_before\";i:16622;s:10:\"size_after\";i:14264;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:8858;s:11:\"size_before\";i:61531;s:10:\"size_after\";i:52673;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:14355;s:11:\"size_before\";i:95846;s:10:\"size_after\";i:81491;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:319;s:11:\"size_before\";i:846;s:10:\"size_after\";i:527;s:4:\"time\";d:1.04000000000000003552713678800500929355621337890625;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:3843;s:11:\"size_before\";i:22701;s:10:\"size_after\";i:18858;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:15578;s:11:\"size_before\";i:105368;s:10:\"size_after\";i:89790;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.72999999999999687361196265555918216705322265625;s:5:\"bytes\";i:324;s:11:\"size_before\";i:990;s:10:\"size_after\";i:666;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"bytes\";i:47;s:11:\"size_before\";i:31277;s:10:\"size_after\";i:31230;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:9478;s:11:\"size_before\";i:66306;s:10:\"size_after\";i:56828;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.13000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:105;s:11:\"size_before\";i:81491;s:10:\"size_after\";i:81386;s:4:\"time\";d:0.25;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.2999999999999971578290569595992565155029296875;s:5:\"bytes\";i:318;s:11:\"size_before\";i:789;s:10:\"size_after\";i:471;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1590;s:11:\"size_before\";i:11485;s:10:\"size_after\";i:9895;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:13896;s:11:\"size_before\";i:96724;s:10:\"size_after\";i:82828;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.43999999999999772626324556767940521240234375;s:5:\"bytes\";i:327;s:11:\"size_before\";i:978;s:10:\"size_after\";i:651;s:4:\"time\";d:1.0500000000000000444089209850062616169452667236328125;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:6;s:11:\"size_before\";i:18858;s:10:\"size_after\";i:18852;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:68;s:11:\"size_before\";i:89790;s:10:\"size_after\";i:89722;s:4:\"time\";d:1.350000000000000088817841970012523233890533447265625;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.72999999999999687361196265555918216705322265625;s:5:\"bytes\";i:344;s:11:\"size_before\";i:1051;s:10:\"size_after\";i:707;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2200000000000000011102230246251565404236316680908203125;s:5:\"bytes\";i:76;s:11:\"size_before\";i:33840;s:10:\"size_after\";i:33764;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:11086;s:11:\"size_before\";i:76776;s:10:\"size_after\";i:65690;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.35000000000000142108547152020037174224853515625;s:5:\"bytes\";i:311;s:11:\"size_before\";i:811;s:10:\"size_after\";i:500;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(860,330,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(861,242,'wp-smush-lossy','1'); INSERT INTO `wp_postmeta` VALUES (862,242,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.21219930454054036772504332475364208221435546875;s:5:\"bytes\";i:582540;s:11:\"size_before\";i:4098873;s:10:\"size_after\";i:3516333;s:4:\"time\";d:10.8999999999999968025576890795491635799407958984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.309999999999998721023075631819665431976318359375;s:5:\"bytes\";i:4577;s:11:\"size_before\";i:23698;s:10:\"size_after\";i:19121;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.690000000000001278976924368180334568023681640625;s:5:\"bytes\";i:1557;s:11:\"size_before\";i:8332;s:10:\"size_after\";i:6775;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:25800;s:11:\"size_before\";i:146831;s:10:\"size_after\";i:121031;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:2592;s:11:\"size_before\";i:13690;s:10:\"size_after\";i:11098;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:854;s:11:\"size_before\";i:4415;s:10:\"size_after\";i:3561;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:11597;s:11:\"size_before\";i:70465;s:10:\"size_after\";i:58868;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:8880;s:11:\"size_before\";i:44860;s:10:\"size_after\";i:35980;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:8233;s:11:\"size_before\";i:41206;s:10:\"size_after\";i:32973;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:7852;s:11:\"size_before\";i:39396;s:10:\"size_after\";i:31544;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.969999999999998863131622783839702606201171875;s:5:\"bytes\";i:14782;s:11:\"size_before\";i:77932;s:10:\"size_after\";i:63150;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:10580;s:11:\"size_before\";i:71858;s:10:\"size_after\";i:61278;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.35000000000000142108547152020037174224853515625;s:5:\"bytes\";i:12769;s:11:\"size_before\";i:65980;s:10:\"size_after\";i:53211;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:16593;s:11:\"size_before\";i:90809;s:10:\"size_after\";i:74216;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:12497;s:11:\"size_before\";i:84202;s:10:\"size_after\";i:71705;s:4:\"time\";d:0.57999999999999996003197111349436454474925994873046875;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.129999999999999005240169935859739780426025390625;s:5:\"bytes\";i:938;s:11:\"size_before\";i:4660;s:10:\"size_after\";i:3722;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.340000000000000024424906541753443889319896697998046875;s:5:\"bytes\";i:38;s:11:\"size_before\";i:11098;s:10:\"size_after\";i:11060;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:6011;s:11:\"size_before\";i:30494;s:10:\"size_after\";i:24483;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:333;s:11:\"size_before\";i:937;s:10:\"size_after\";i:604;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.620000000000000994759830064140260219573974609375;s:5:\"bytes\";i:13618;s:11:\"size_before\";i:73151;s:10:\"size_after\";i:59533;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.969999999999998863131622783839702606201171875;s:5:\"bytes\";i:31277;s:11:\"size_before\";i:184256;s:10:\"size_after\";i:152979;s:4:\"time\";d:0.460000000000000019984014443252817727625370025634765625;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:46015;s:11:\"size_before\";i:273308;s:10:\"size_after\";i:227293;s:4:\"time\";d:0.409999999999999975575093458246556110680103302001953125;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:38;s:5:\"bytes\";i:320;s:11:\"size_before\";i:842;s:10:\"size_after\";i:522;s:4:\"time\";d:1.020000000000000017763568394002504646778106689453125;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:8537;s:11:\"size_before\";i:47240;s:10:\"size_after\";i:38703;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:24258;s:11:\"size_before\";i:163231;s:10:\"size_after\";i:138973;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.31000000000000227373675443232059478759765625;s:5:\"bytes\";i:327;s:11:\"size_before\";i:926;s:10:\"size_after\";i:599;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.120000000000000994759830064140260219573974609375;s:5:\"bytes\";i:8182;s:11:\"size_before\";i:42789;s:10:\"size_after\";i:34607;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:22245;s:11:\"size_before\";i:148199;s:10:\"size_after\";i:125954;s:4:\"time\";d:0.419999999999999984456877655247808434069156646728515625;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:44830;s:11:\"size_before\";i:266167;s:10:\"size_after\";i:221337;s:4:\"time\";d:0.65000000000000002220446049250313080847263336181640625;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.22999999999999687361196265555918216705322265625;s:5:\"bytes\";i:325;s:11:\"size_before\";i:873;s:10:\"size_after\";i:548;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.14999999999999857891452847979962825775146484375;s:5:\"bytes\";i:7830;s:11:\"size_before\";i:40883;s:10:\"size_after\";i:33053;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:20972;s:11:\"size_before\";i:141214;s:10:\"size_after\";i:120242;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:43360;s:11:\"size_before\";i:254245;s:10:\"size_after\";i:210885;s:4:\"time\";d:0.59999999999999997779553950749686919152736663818359375;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:317;s:11:\"size_before\";i:871;s:10:\"size_after\";i:554;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:12290;s:11:\"size_before\";i:74792;s:10:\"size_after\";i:62502;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:47619;s:11:\"size_before\";i:283166;s:10:\"size_after\";i:235547;s:4:\"time\";d:0.68000000000000004884981308350688777863979339599609375;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.97999999999999687361196265555918216705322265625;s:5:\"bytes\";i:341;s:11:\"size_before\";i:1034;s:10:\"size_after\";i:693;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.39000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:245;s:11:\"size_before\";i:63150;s:10:\"size_after\";i:62905;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.059999999999998721023075631819665431976318359375;s:5:\"bytes\";i:29078;s:11:\"size_before\";i:170447;s:10:\"size_after\";i:141369;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1700000000000000122124532708767219446599483489990234375;s:5:\"bytes\";i:365;s:11:\"size_before\";i:210885;s:10:\"size_after\";i:210520;s:4:\"time\";d:0.4899999999999999911182158029987476766109466552734375;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:319;s:11:\"size_before\";i:794;s:10:\"size_after\";i:475;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:3127;s:11:\"size_before\";i:16869;s:10:\"size_after\";i:13742;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:34778;s:11:\"size_before\";i:236585;s:10:\"size_after\";i:201807;s:4:\"time\";d:0.54000000000000003552713678800500929355621337890625;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.02000000000000312638803734444081783294677734375;s:5:\"bytes\";i:346;s:11:\"size_before\";i:1017;s:10:\"size_after\";i:671;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.40000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:250;s:11:\"size_before\";i:62502;s:10:\"size_after\";i:62252;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.179999999999999993338661852249060757458209991455078125;s:5:\"bytes\";i:416;s:11:\"size_before\";i:235547;s:10:\"size_after\";i:235131;s:4:\"time\";d:0.54000000000000003552713678800500929355621337890625;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:357;s:11:\"size_before\";i:1132;s:10:\"size_after\";i:775;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.289999999999999980015985556747182272374629974365234375;s:5:\"bytes\";i:217;s:11:\"size_before\";i:74216;s:10:\"size_after\";i:73999;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.059999999999998721023075631819665431976318359375;s:5:\"bytes\";i:33583;s:11:\"size_before\";i:196851;s:10:\"size_after\";i:163268;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.7999999999999971578290569595992565155029296875;s:5:\"bytes\";i:313;s:11:\"size_before\";i:828;s:10:\"size_after\";i:515;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(863,241,'wp-smush-lossy','1'),(864,241,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.791155015852783805030412622727453708648681640625;s:5:\"bytes\";i:679294;s:11:\"size_before\";i:4592569;s:10:\"size_after\";i:3913275;s:4:\"time\";d:11.2999999999999971578290569595992565155029296875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.89999999999999857891452847979962825775146484375;s:5:\"bytes\";i:5049;s:11:\"size_before\";i:25377;s:10:\"size_after\";i:20328;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.190000000000001278976924368180334568023681640625;s:5:\"bytes\";i:1575;s:11:\"size_before\";i:8209;s:10:\"size_after\";i:6634;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:30860;s:11:\"size_before\";i:169238;s:10:\"size_after\";i:138378;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:2864;s:11:\"size_before\";i:14271;s:10:\"size_after\";i:11407;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:20;s:5:\"bytes\";i:813;s:11:\"size_before\";i:4066;s:10:\"size_after\";i:3253;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.60000000000000142108547152020037174224853515625;s:5:\"bytes\";i:11902;s:11:\"size_before\";i:71701;s:10:\"size_after\";i:59799;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.9200000000000017053025658242404460906982421875;s:5:\"bytes\";i:9841;s:11:\"size_before\";i:49400;s:10:\"size_after\";i:39559;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:8806;s:11:\"size_before\";i:44353;s:10:\"size_after\";i:35547;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.629999999999999005240169935859739780426025390625;s:5:\"bytes\";i:8259;s:11:\"size_before\";i:42069;s:10:\"size_after\";i:33810;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.989999999999998436805981327779591083526611328125;s:5:\"bytes\";i:17756;s:11:\"size_before\";i:88818;s:10:\"size_after\";i:71062;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:10831;s:11:\"size_before\";i:72716;s:10:\"size_after\";i:61885;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.940000000000001278976924368180334568023681640625;s:5:\"bytes\";i:14839;s:11:\"size_before\";i:74416;s:10:\"size_after\";i:59577;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:19756;s:11:\"size_before\";i:103892;s:10:\"size_after\";i:84136;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:12723;s:11:\"size_before\";i:85008;s:10:\"size_after\";i:72285;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:866;s:11:\"size_before\";i:4340;s:10:\"size_after\";i:3474;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:30;s:11:\"size_before\";i:11407;s:10:\"size_after\";i:11377;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.760000000000001563194018672220408916473388671875;s:5:\"bytes\";i:6543;s:11:\"size_before\";i:33120;s:10:\"size_after\";i:26577;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.0799999999999982946974341757595539093017578125;s:5:\"bytes\";i:320;s:11:\"size_before\";i:887;s:10:\"size_after\";i:567;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:16152;s:11:\"size_before\";i:82948;s:10:\"size_after\";i:66796;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.010000000000001563194018672220408916473388671875;s:5:\"bytes\";i:37113;s:11:\"size_before\";i:206096;s:10:\"size_after\";i:168983;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.940000000000001278976924368180334568023681640625;s:5:\"bytes\";i:56183;s:11:\"size_before\";i:313159;s:10:\"size_after\";i:256976;s:4:\"time\";d:1.5800000000000000710542735760100185871124267578125;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:312;s:11:\"size_before\";i:794;s:10:\"size_after\";i:482;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:10278;s:11:\"size_before\";i:52410;s:10:\"size_after\";i:42132;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:27060;s:11:\"size_before\";i:183814;s:10:\"size_after\";i:156754;s:4:\"time\";d:0.429999999999999993338661852249060757458209991455078125;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:319;s:11:\"size_before\";i:873;s:10:\"size_after\";i:554;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:9464;s:11:\"size_before\";i:47261;s:10:\"size_after\";i:37797;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:24448;s:11:\"size_before\";i:164174;s:10:\"size_after\";i:139726;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:54276;s:11:\"size_before\";i:304307;s:10:\"size_after\";i:250031;s:4:\"time\";d:0.419999999999999984456877655247808434069156646728515625;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:312;s:11:\"size_before\";i:822;s:10:\"size_after\";i:510;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:9111;s:11:\"size_before\";i:45036;s:10:\"size_after\";i:35925;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:23034;s:11:\"size_before\";i:154955;s:10:\"size_after\";i:131921;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:52246;s:11:\"size_before\";i:289513;s:10:\"size_after\";i:237267;s:4:\"time\";d:0.5;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.75999999999999801048033987171947956085205078125;s:5:\"bytes\";i:319;s:11:\"size_before\";i:823;s:10:\"size_after\";i:504;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:15832;s:11:\"size_before\";i:84746;s:10:\"size_after\";i:68914;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.809999999999998721023075631819665431976318359375;s:5:\"bytes\";i:57974;s:11:\"size_before\";i:325494;s:10:\"size_after\";i:267520;s:4:\"time\";d:0.440000000000000002220446049250313080847263336181640625;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.25999999999999801048033987171947956085205078125;s:5:\"bytes\";i:321;s:11:\"size_before\";i:965;s:10:\"size_after\";i:644;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.330000000000000015543122344752191565930843353271484375;s:5:\"bytes\";i:233;s:11:\"size_before\";i:71062;s:10:\"size_after\";i:70829;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:33371;s:11:\"size_before\";i:187479;s:10:\"size_after\";i:154108;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.309999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:734;s:11:\"size_before\";i:237267;s:10:\"size_after\";i:236533;s:4:\"time\";d:0.479999999999999982236431605997495353221893310546875;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:319;s:11:\"size_before\";i:750;s:10:\"size_after\";i:431;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3437;s:11:\"size_before\";i:17776;s:10:\"size_after\";i:14339;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";i:15;s:5:\"bytes\";i:40658;s:11:\"size_before\";i:270989;s:10:\"size_after\";i:230331;s:4:\"time\";d:0.5300000000000000266453525910037569701671600341796875;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.840000000000003410605131648480892181396484375;s:5:\"bytes\";i:331;s:11:\"size_before\";i:950;s:10:\"size_after\";i:619;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.270000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:185;s:11:\"size_before\";i:68914;s:10:\"size_after\";i:68729;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.289999999999999980015985556747182272374629974365234375;s:5:\"bytes\";i:784;s:11:\"size_before\";i:267520;s:10:\"size_after\";i:266736;s:4:\"time\";d:0.54000000000000003552713678800500929355621337890625;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.72999999999999687361196265555918216705322265625;s:5:\"bytes\";i:344;s:11:\"size_before\";i:1020;s:10:\"size_after\";i:676;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.35999999999999998667732370449812151491641998291015625;s:5:\"bytes\";i:299;s:11:\"size_before\";i:84136;s:10:\"size_after\";i:83837;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.940000000000001278976924368180334568023681640625;s:5:\"bytes\";i:39907;s:11:\"size_before\";i:222446;s:10:\"size_after\";i:182539;s:4:\"time\";d:1.4299999999999999378275106209912337362766265869140625;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:39;s:5:\"bytes\";i:305;s:11:\"size_before\";i:782;s:10:\"size_after\";i:477;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(865,240,'wp-smush-lossy','1'),(866,240,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.5252693062434303783447830937802791595458984375;s:5:\"bytes\";i:304590;s:11:\"size_before\";i:2431804;s:10:\"size_after\";i:2127214;s:4:\"time\";d:9.4499999999999975131004248396493494510650634765625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3219;s:11:\"size_before\";i:19752;s:10:\"size_after\";i:16533;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.260000000000001563194018672220408916473388671875;s:5:\"bytes\";i:1257;s:11:\"size_before\";i:7282;s:10:\"size_after\";i:6025;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:13802;s:11:\"size_before\";i:94932;s:10:\"size_after\";i:81130;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.440000000000001278976924368180334568023681640625;s:5:\"bytes\";i:1909;s:11:\"size_before\";i:11614;s:10:\"size_after\";i:9705;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:708;s:11:\"size_before\";i:3887;s:10:\"size_after\";i:3179;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:5914;s:11:\"size_before\";i:39020;s:10:\"size_after\";i:33106;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:4961;s:11:\"size_before\";i:32078;s:10:\"size_after\";i:27117;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:4477;s:11:\"size_before\";i:28623;s:10:\"size_after\";i:24146;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:4201;s:11:\"size_before\";i:27023;s:10:\"size_after\";i:22822;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:8153;s:11:\"size_before\";i:53920;s:10:\"size_after\";i:45767;s:4:\"time\";d:0.59999999999999997779553950749686919152736663818359375;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:5955;s:11:\"size_before\";i:39287;s:10:\"size_after\";i:33332;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:7469;s:11:\"size_before\";i:48574;s:10:\"size_after\";i:41105;s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:9001;s:11:\"size_before\";i:59739;s:10:\"size_after\";i:50738;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:6824;s:11:\"size_before\";i:45244;s:10:\"size_after\";i:38420;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:827;s:11:\"size_before\";i:4256;s:10:\"size_after\";i:3429;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:10;s:11:\"size_before\";i:9705;s:10:\"size_after\";i:9695;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.75;s:5:\"bytes\";i:3716;s:11:\"size_before\";i:23596;s:10:\"size_after\";i:19880;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:332;s:11:\"size_before\";i:894;s:10:\"size_after\";i:562;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:7568;s:11:\"size_before\";i:49189;s:10:\"size_after\";i:41621;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:14127;s:11:\"size_before\";i:95563;s:10:\"size_after\";i:81436;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:21791;s:11:\"size_before\";i:151728;s:10:\"size_after\";i:129937;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:323;s:11:\"size_before\";i:806;s:10:\"size_after\";i:483;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:4965;s:11:\"size_before\";i:31224;s:10:\"size_after\";i:26259;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:14128;s:11:\"size_before\";i:95999;s:10:\"size_after\";i:81871;s:4:\"time\";d:0.25;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.7000000000000028421709430404007434844970703125;s:5:\"bytes\";i:334;s:11:\"size_before\";i:886;s:10:\"size_after\";i:552;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4711;s:11:\"size_before\";i:29075;s:10:\"size_after\";i:24364;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:12629;s:11:\"size_before\";i:84821;s:10:\"size_after\";i:72192;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:21305;s:11:\"size_before\";i:147707;s:10:\"size_after\";i:126402;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.11999999999999744204615126363933086395263671875;s:5:\"bytes\";i:316;s:11:\"size_before\";i:829;s:10:\"size_after\";i:513;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.379999999999999005240169935859739780426025390625;s:5:\"bytes\";i:4602;s:11:\"size_before\";i:28097;s:10:\"size_after\";i:23495;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:11694;s:11:\"size_before\";i:80018;s:10:\"size_after\";i:68324;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:20429;s:11:\"size_before\";i:140094;s:10:\"size_after\";i:119665;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.72999999999999687361196265555918216705322265625;s:5:\"bytes\";i:312;s:11:\"size_before\";i:827;s:10:\"size_after\";i:515;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:6503;s:11:\"size_before\";i:42947;s:10:\"size_after\";i:36444;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:22767;s:11:\"size_before\";i:158461;s:10:\"size_after\";i:135694;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.74000000000000198951966012828052043914794921875;s:5:\"bytes\";i:328;s:11:\"size_before\";i:972;s:10:\"size_after\";i:644;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:47;s:11:\"size_before\";i:45767;s:10:\"size_after\";i:45720;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:12811;s:11:\"size_before\";i:86626;s:10:\"size_after\";i:73815;s:4:\"time\";d:0.70999999999999996447286321199499070644378662109375;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:91;s:11:\"size_before\";i:119665;s:10:\"size_after\";i:119574;s:4:\"time\";d:0.429999999999999993338661852249060757458209991455078125;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:311;s:11:\"size_before\";i:756;s:10:\"size_after\";i:445;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.129999999999999005240169935859739780426025390625;s:5:\"bytes\";i:2332;s:11:\"size_before\";i:14462;s:10:\"size_after\";i:12130;s:4:\"time\";d:1.04000000000000003552713678800500929355621337890625;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:20983;s:11:\"size_before\";i:146131;s:10:\"size_after\";i:125148;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.77000000000000312638803734444081783294677734375;s:5:\"bytes\";i:338;s:11:\"size_before\";i:972;s:10:\"size_after\";i:634;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0899999999999999966693309261245303787291049957275390625;s:5:\"bytes\";i:33;s:11:\"size_before\";i:36444;s:10:\"size_after\";i:36411;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:71;s:11:\"size_before\";i:135694;s:10:\"size_after\";i:135623;s:4:\"time\";d:0.419999999999999984456877655247808434069156646728515625;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:327;s:11:\"size_before\";i:1041;s:10:\"size_after\";i:714;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.11000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:58;s:11:\"size_before\";i:50738;s:10:\"size_after\";i:50680;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:15309;s:11:\"size_before\";i:104053;s:10:\"size_after\";i:88744;s:4:\"time\";d:0.4699999999999999733546474089962430298328399658203125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.68999999999999772626324556767940521240234375;s:5:\"bytes\";i:312;s:11:\"size_before\";i:786;s:10:\"size_after\";i:474;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(867,239,'wp-smush-lossy','1'),(868,239,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.293312232055871646707601030357182025909423828125;s:5:\"bytes\";i:293002;s:11:\"size_before\";i:2383426;s:10:\"size_after\";i:2090424;s:4:\"time\";d:7.8300000000000000710542735760100185871124267578125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.879999999999999005240169935859739780426025390625;s:5:\"bytes\";i:3131;s:11:\"size_before\";i:18552;s:10:\"size_after\";i:15421;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.780000000000001136868377216160297393798828125;s:5:\"bytes\";i:1350;s:11:\"size_before\";i:7594;s:10:\"size_after\";i:6244;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:12523;s:11:\"size_before\";i:87491;s:10:\"size_after\";i:74968;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:1978;s:11:\"size_before\";i:11616;s:10:\"size_after\";i:9638;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.379999999999999005240169935859739780426025390625;s:5:\"bytes\";i:820;s:11:\"size_before\";i:4232;s:10:\"size_after\";i:3412;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:5930;s:11:\"size_before\";i:43082;s:10:\"size_after\";i:37152;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:4902;s:11:\"size_before\";i:31207;s:10:\"size_after\";i:26305;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:4474;s:11:\"size_before\";i:28525;s:10:\"size_after\";i:24051;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:4366;s:11:\"size_before\";i:27314;s:10:\"size_after\";i:22948;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:7495;s:11:\"size_before\";i:48966;s:10:\"size_after\";i:41471;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:6096;s:11:\"size_before\";i:45185;s:10:\"size_after\";i:39089;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:7081;s:11:\"size_before\";i:44131;s:10:\"size_after\";i:37050;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:8027;s:11:\"size_before\";i:54036;s:10:\"size_after\";i:46009;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.2799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:6781;s:11:\"size_before\";i:51045;s:10:\"size_after\";i:44264;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:800;s:11:\"size_before\";i:4069;s:10:\"size_after\";i:3269;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.479999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:46;s:11:\"size_before\";i:9638;s:10:\"size_after\";i:9592;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:3664;s:11:\"size_before\";i:22744;s:10:\"size_after\";i:19080;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:327;s:11:\"size_before\";i:924;s:10:\"size_after\";i:597;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:6898;s:11:\"size_before\";i:44651;s:10:\"size_after\";i:37753;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:13873;s:11:\"size_before\";i:99695;s:10:\"size_after\";i:85822;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:20747;s:11:\"size_before\";i:145050;s:10:\"size_after\";i:124303;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.5499999999999971578290569595992565155029296875;s:5:\"bytes\";i:318;s:11:\"size_before\";i:825;s:10:\"size_after\";i:507;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.219999999999998863131622783839702606201171875;s:5:\"bytes\";i:5019;s:11:\"size_before\";i:30947;s:10:\"size_after\";i:25928;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:12974;s:11:\"size_before\";i:94815;s:10:\"size_after\";i:81841;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:325;s:11:\"size_before\";i:910;s:10:\"size_after\";i:585;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4539;s:11:\"size_before\";i:28450;s:10:\"size_after\";i:23911;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:12027;s:11:\"size_before\";i:86655;s:10:\"size_after\";i:74628;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:20053;s:11:\"size_before\";i:140804;s:10:\"size_after\";i:120751;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.97999999999999687361196265555918216705322265625;s:5:\"bytes\";i:318;s:11:\"size_before\";i:860;s:10:\"size_after\";i:542;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:4520;s:11:\"size_before\";i:27512;s:10:\"size_after\";i:22992;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:11141;s:11:\"size_before\";i:82651;s:10:\"size_after\";i:71510;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:19162;s:11:\"size_before\";i:133887;s:10:\"size_after\";i:114725;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:312;s:11:\"size_before\";i:858;s:10:\"size_after\";i:546;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:7224;s:11:\"size_before\";i:47155;s:10:\"size_after\";i:39931;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:21819;s:11:\"size_before\";i:151763;s:10:\"size_after\";i:129944;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.1700000000000017053025658242404460906982421875;s:5:\"bytes\";i:337;s:11:\"size_before\";i:1016;s:10:\"size_after\";i:679;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:108;s:11:\"size_before\";i:41471;s:10:\"size_after\";i:41363;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:13059;s:11:\"size_before\";i:93069;s:10:\"size_after\";i:80010;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1700000000000000122124532708767219446599483489990234375;s:5:\"bytes\";i:199;s:11:\"size_before\";i:114725;s:10:\"size_after\";i:114526;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.31000000000000227373675443232059478759765625;s:5:\"bytes\";i:316;s:11:\"size_before\";i:784;s:10:\"size_after\";i:468;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.1700000000000017053025658242404460906982421875;s:5:\"bytes\";i:2398;s:11:\"size_before\";i:13963;s:10:\"size_after\";i:11565;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:19116;s:11:\"size_before\";i:135731;s:10:\"size_after\";i:116615;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.36999999999999744204615126363933086395263671875;s:5:\"bytes\";i:327;s:11:\"size_before\";i:980;s:10:\"size_after\";i:653;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2099999999999999922284388276239042170345783233642578125;s:5:\"bytes\";i:82;s:11:\"size_before\";i:39931;s:10:\"size_after\";i:39849;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.179999999999999993338661852249060757458209991455078125;s:5:\"bytes\";i:228;s:11:\"size_before\";i:129944;s:10:\"size_after\";i:129716;s:4:\"time\";d:0.460000000000000019984014443252817727625370025634765625;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:344;s:11:\"size_before\";i:1081;s:10:\"size_after\";i:737;s:4:\"time\";d:1.020000000000000017763568394002504646778106689453125;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2399999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:112;s:11:\"size_before\";i:46009;s:10:\"size_after\";i:45897;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:15001;s:11:\"size_before\";i:106067;s:10:\"size_after\";i:91066;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.60000000000000142108547152020037174224853515625;s:5:\"bytes\";i:315;s:11:\"size_before\";i:816;s:10:\"size_after\";i:501;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(869,331,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(870,238,'wp-smush-lossy','1'),(871,238,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.4812329136123718598128107259981334209442138671875;s:5:\"bytes\";i:227403;s:11:\"size_before\";i:1570329;s:10:\"size_after\";i:1342926;s:4:\"time\";d:5.5799999999999982946974341757595539093017578125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.10000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2015;s:11:\"size_before\";i:12513;s:10:\"size_after\";i:10498;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:870;s:11:\"size_before\";i:5199;s:10:\"size_after\";i:4329;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:8881;s:11:\"size_before\";i:56573;s:10:\"size_after\";i:47692;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.7799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:1226;s:11:\"size_before\";i:7771;s:10:\"size_after\";i:6545;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:548;s:11:\"size_before\";i:2974;s:10:\"size_after\";i:2426;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:4969;s:11:\"size_before\";i:27828;s:10:\"size_after\";i:22859;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.780000000000001136868377216160297393798828125;s:5:\"bytes\";i:3362;s:11:\"size_before\";i:20040;s:10:\"size_after\";i:16678;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:3141;s:11:\"size_before\";i:18309;s:10:\"size_after\";i:15168;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.379999999999999005240169935859739780426025390625;s:5:\"bytes\";i:3053;s:11:\"size_before\";i:17565;s:10:\"size_after\";i:14512;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:5096;s:11:\"size_before\";i:32838;s:10:\"size_after\";i:27742;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.120000000000000994759830064140260219573974609375;s:5:\"bytes\";i:5236;s:11:\"size_before\";i:28889;s:10:\"size_after\";i:23653;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.010000000000001563194018672220408916473388671875;s:5:\"bytes\";i:4622;s:11:\"size_before\";i:28865;s:10:\"size_after\";i:24243;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:5757;s:11:\"size_before\";i:37456;s:10:\"size_after\";i:31699;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.14999999999999857891452847979962825775146484375;s:5:\"bytes\";i:6038;s:11:\"size_before\";i:33268;s:10:\"size_after\";i:27230;s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:509;s:11:\"size_before\";i:2873;s:10:\"size_after\";i:2364;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.320000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:21;s:11:\"size_before\";i:6545;s:10:\"size_after\";i:6524;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:2491;s:11:\"size_before\";i:14909;s:10:\"size_after\";i:12418;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.7999999999999971578290569595992565155029296875;s:5:\"bytes\";i:333;s:11:\"size_before\";i:881;s:10:\"size_after\";i:548;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:4677;s:11:\"size_before\";i:30997;s:10:\"size_after\";i:26320;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:11196;s:11:\"size_before\";i:64324;s:10:\"size_after\";i:53128;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.190000000000001278976924368180334568023681640625;s:5:\"bytes\";i:16617;s:11:\"size_before\";i:96681;s:10:\"size_after\";i:80064;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.0499999999999971578290569595992565155029296875;s:5:\"bytes\";i:320;s:11:\"size_before\";i:799;s:10:\"size_after\";i:479;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3090;s:11:\"size_before\";i:19866;s:10:\"size_after\";i:16776;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:11029;s:11:\"size_before\";i:62959;s:10:\"size_after\";i:51930;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.13000000000000255795384873636066913604736328125;s:5:\"bytes\";i:331;s:11:\"size_before\";i:868;s:10:\"size_after\";i:537;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2820;s:11:\"size_before\";i:18075;s:10:\"size_after\";i:15255;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.89999999999999857891452847979962825775146484375;s:5:\"bytes\";i:10163;s:11:\"size_before\";i:56781;s:10:\"size_after\";i:46618;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:16221;s:11:\"size_before\";i:94311;s:10:\"size_after\";i:78090;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.72999999999999687361196265555918216705322265625;s:5:\"bytes\";i:318;s:11:\"size_before\";i:821;s:10:\"size_after\";i:503;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2732;s:11:\"size_before\";i:17403;s:10:\"size_after\";i:14671;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:9566;s:11:\"size_before\";i:54094;s:10:\"size_after\";i:44528;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:15535;s:11:\"size_before\";i:89810;s:10:\"size_after\";i:74275;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.219999999999998863131622783839702606201171875;s:5:\"bytes\";i:313;s:11:\"size_before\";i:819;s:10:\"size_after\";i:506;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:4664;s:11:\"size_before\";i:29739;s:10:\"size_after\";i:25075;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:17427;s:11:\"size_before\";i:100607;s:10:\"size_after\";i:83180;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.18999999999999772626324556767940521240234375;s:5:\"bytes\";i:320;s:11:\"size_before\";i:936;s:10:\"size_after\";i:616;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.35999999999999998667732370449812151491641998291015625;s:5:\"bytes\";i:99;s:11:\"size_before\";i:27742;s:10:\"size_after\";i:27643;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.75;s:5:\"bytes\";i:10600;s:11:\"size_before\";i:59731;s:10:\"size_after\";i:49131;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.340000000000000024424906541753443889319896697998046875;s:5:\"bytes\";i:256;s:11:\"size_before\";i:74275;s:10:\"size_after\";i:74019;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:310;s:11:\"size_before\";i:767;s:10:\"size_after\";i:457;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:1440;s:11:\"size_before\";i:9512;s:10:\"size_after\";i:8072;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.989999999999998436805981327779591083526611328125;s:5:\"bytes\";i:15503;s:11:\"size_before\";i:91224;s:10:\"size_after\";i:75721;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.5499999999999971578290569595992565155029296875;s:5:\"bytes\";i:337;s:11:\"size_before\";i:922;s:10:\"size_after\";i:585;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.270000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:67;s:11:\"size_before\";i:25075;s:10:\"size_after\";i:25008;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:249;s:11:\"size_before\";i:83180;s:10:\"size_after\";i:82931;s:4:\"time\";d:0.5100000000000000088817841970012523233890533447265625;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.3299999999999982946974341757595539093017578125;s:5:\"bytes\";i:333;s:11:\"size_before\";i:999;s:10:\"size_after\";i:666;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.409999999999999975575093458246556110680103302001953125;s:5:\"bytes\";i:129;s:11:\"size_before\";i:31699;s:10:\"size_after\";i:31570;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:12263;s:11:\"size_before\";i:69225;s:10:\"size_after\";i:56962;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:310;s:11:\"size_before\";i:792;s:10:\"size_after\";i:482;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(872,332,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(873,237,'wp-smush-lossy','1'),(874,237,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.9673436123897278804406596464104950428009033203125;s:5:\"bytes\";i:228808;s:11:\"size_before\";i:1764494;s:10:\"size_after\";i:1535686;s:4:\"time\";d:10.7099999999999990762944435118697583675384521484375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:2177;s:11:\"size_before\";i:14144;s:10:\"size_after\";i:11967;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1044;s:11:\"size_before\";i:5897;s:10:\"size_after\";i:4853;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:9178;s:11:\"size_before\";i:64681;s:10:\"size_after\";i:55503;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1530;s:11:\"size_before\";i:9126;s:10:\"size_after\";i:7596;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:675;s:11:\"size_before\";i:3401;s:10:\"size_after\";i:2726;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:5727;s:11:\"size_before\";i:37733;s:10:\"size_after\";i:32006;s:4:\"time\";d:1.12999999999999989341858963598497211933135986328125;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:3639;s:11:\"size_before\";i:24212;s:10:\"size_after\";i:20573;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:3442;s:11:\"size_before\";i:22414;s:10:\"size_after\";i:18972;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:3332;s:11:\"size_before\";i:21475;s:10:\"size_after\";i:18143;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:5212;s:11:\"size_before\";i:35601;s:10:\"size_after\";i:30389;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:5917;s:11:\"size_before\";i:39317;s:10:\"size_after\";i:33400;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:4919;s:11:\"size_before\";i:33083;s:10:\"size_after\";i:28164;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:5734;s:11:\"size_before\";i:37416;s:10:\"size_after\";i:31682;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:6763;s:11:\"size_before\";i:45152;s:10:\"size_after\";i:38389;s:4:\"time\";d:3.439999999999999946709294817992486059665679931640625;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.0799999999999982946974341757595539093017578125;s:5:\"bytes\";i:488;s:11:\"size_before\";i:2430;s:10:\"size_after\";i:1942;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2800000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:21;s:11:\"size_before\";i:7596;s:10:\"size_after\";i:7575;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:2754;s:11:\"size_before\";i:17692;s:10:\"size_after\";i:14938;s:4:\"time\";d:1.0800000000000000710542735760100185871124267578125;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:334;s:11:\"size_before\";i:900;s:10:\"size_after\";i:566;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:4576;s:11:\"size_before\";i:29652;s:10:\"size_after\";i:25076;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:11982;s:11:\"size_before\";i:78488;s:10:\"size_after\";i:66506;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:16152;s:11:\"size_before\";i:108236;s:10:\"size_after\";i:92084;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.7000000000000028421709430404007434844970703125;s:5:\"bytes\";i:320;s:11:\"size_before\";i:806;s:10:\"size_after\";i:486;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:2403;s:11:\"size_before\";i:15046;s:10:\"size_after\";i:12643;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:11154;s:11:\"size_before\";i:74218;s:10:\"size_after\";i:63064;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:334;s:11:\"size_before\";i:895;s:10:\"size_after\";i:561;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:2190;s:11:\"size_before\";i:13929;s:10:\"size_after\";i:11739;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:10199;s:11:\"size_before\";i:68408;s:10:\"size_after\";i:58209;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:15764;s:11:\"size_before\";i:105845;s:10:\"size_after\";i:90081;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:328;s:11:\"size_before\";i:847;s:10:\"size_after\";i:519;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:2146;s:11:\"size_before\";i:13674;s:10:\"size_after\";i:11528;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:9668;s:11:\"size_before\";i:65657;s:10:\"size_after\";i:55989;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.4399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:15673;s:11:\"size_before\";i:101498;s:10:\"size_after\";i:85825;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:328;s:11:\"size_before\";i:845;s:10:\"size_after\";i:517;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.370000000000000994759830064140260219573974609375;s:5:\"bytes\";i:3817;s:11:\"size_before\";i:20777;s:10:\"size_after\";i:16960;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:16611;s:11:\"size_before\";i:111698;s:10:\"size_after\";i:95087;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:350;s:11:\"size_before\";i:977;s:10:\"size_after\";i:627;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2300000000000000099920072216264088638126850128173828125;s:5:\"bytes\";i:71;s:11:\"size_before\";i:30389;s:10:\"size_after\";i:30318;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:11250;s:11:\"size_before\";i:73362;s:10:\"size_after\";i:62112;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.13000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:114;s:11:\"size_before\";i:85825;s:10:\"size_after\";i:85711;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:316;s:11:\"size_before\";i:762;s:10:\"size_after\";i:446;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1686;s:11:\"size_before\";i:10544;s:10:\"size_after\";i:8858;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:14507;s:11:\"size_before\";i:100267;s:10:\"size_after\";i:85760;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:340;s:11:\"size_before\";i:960;s:10:\"size_after\";i:620;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16960;s:10:\"size_after\";i:16960;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.14000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:135;s:11:\"size_before\";i:95087;s:10:\"size_after\";i:94952;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.9200000000000017053025658242404460906982421875;s:5:\"bytes\";i:347;s:11:\"size_before\";i:1023;s:10:\"size_after\";i:676;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2099999999999999922284388276239042170345783233642578125;s:5:\"bytes\";i:68;s:11:\"size_before\";i:31682;s:10:\"size_after\";i:31614;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:12779;s:11:\"size_before\";i:83070;s:10:\"size_after\";i:70291;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.39999999999999857891452847979962825775146484375;s:5:\"bytes\";i:314;s:11:\"size_before\";i:797;s:10:\"size_after\";i:483;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(875,333,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(876,236,'wp-smush-lossy','1'),(877,236,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.76037842436135605339586618356406688690185546875;s:5:\"bytes\";i:265847;s:11:\"size_before\";i:2260531;s:10:\"size_after\";i:1994684;s:4:\"time\";d:8.0099999999999997868371792719699442386627197265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:2598;s:11:\"size_before\";i:17447;s:10:\"size_after\";i:14849;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.739999999999998436805981327779591083526611328125;s:5:\"bytes\";i:1196;s:11:\"size_before\";i:7145;s:10:\"size_after\";i:5949;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:11088;s:11:\"size_before\";i:82251;s:10:\"size_after\";i:71163;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:1767;s:11:\"size_before\";i:11188;s:10:\"size_after\";i:9421;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.379999999999999005240169935859739780426025390625;s:5:\"bytes\";i:729;s:11:\"size_before\";i:3966;s:10:\"size_after\";i:3237;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:5353;s:11:\"size_before\";i:40062;s:10:\"size_after\";i:34709;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:4228;s:11:\"size_before\";i:30246;s:10:\"size_after\";i:26018;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:3771;s:11:\"size_before\";i:27277;s:10:\"size_after\";i:23506;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:3687;s:11:\"size_before\";i:25798;s:10:\"size_after\";i:22111;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:6297;s:11:\"size_before\";i:46760;s:10:\"size_after\";i:40463;s:4:\"time\";d:0.25;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.2799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:5400;s:11:\"size_before\";i:40658;s:10:\"size_after\";i:35258;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:5770;s:11:\"size_before\";i:41512;s:10:\"size_after\";i:35742;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:6940;s:11:\"size_before\";i:52031;s:10:\"size_after\";i:45091;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:6365;s:11:\"size_before\";i:47294;s:10:\"size_after\";i:40929;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:683;s:11:\"size_before\";i:3894;s:10:\"size_after\";i:3211;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.939999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:89;s:11:\"size_before\";i:9421;s:10:\"size_after\";i:9332;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3255;s:11:\"size_before\";i:21989;s:10:\"size_after\";i:18734;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:330;s:11:\"size_before\";i:944;s:10:\"size_after\";i:614;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.5600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:5786;s:11:\"size_before\";i:42664;s:10:\"size_after\";i:36878;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:13440;s:11:\"size_before\";i:97143;s:10:\"size_after\";i:83703;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:19343;s:11:\"size_before\";i:137129;s:10:\"size_after\";i:117786;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:323;s:11:\"size_before\";i:854;s:10:\"size_after\";i:531;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:3652;s:11:\"size_before\";i:27655;s:10:\"size_after\";i:24003;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.5299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:12742;s:11:\"size_before\";i:94158;s:10:\"size_after\";i:81416;s:4:\"time\";d:0.409999999999999975575093458246556110680103302001953125;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.97999999999999687361196265555918216705322265625;s:5:\"bytes\";i:340;s:11:\"size_before\";i:945;s:10:\"size_after\";i:605;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.2799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:3410;s:11:\"size_before\";i:25669;s:10:\"size_after\";i:22259;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:11629;s:11:\"size_before\";i:84763;s:10:\"size_after\";i:73134;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:18609;s:11:\"size_before\";i:133964;s:10:\"size_after\";i:115355;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.7000000000000028421709430404007434844970703125;s:5:\"bytes\";i:320;s:11:\"size_before\";i:872;s:10:\"size_after\";i:552;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:3385;s:11:\"size_before\";i:24678;s:10:\"size_after\";i:21293;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:10959;s:11:\"size_before\";i:80193;s:10:\"size_after\";i:69234;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:17887;s:11:\"size_before\";i:128371;s:10:\"size_after\";i:110484;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:323;s:11:\"size_before\";i:868;s:10:\"size_after\";i:545;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.5299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:5146;s:11:\"size_before\";i:38020;s:10:\"size_after\";i:32874;s:4:\"time\";d:0.5500000000000000444089209850062616169452667236328125;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:20080;s:11:\"size_before\";i:142231;s:10:\"size_after\";i:122151;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.63000000000000255795384873636066913604736328125;s:5:\"bytes\";i:344;s:11:\"size_before\";i:1023;s:10:\"size_after\";i:679;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.5100000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:205;s:11:\"size_before\";i:40463;s:10:\"size_after\";i:40258;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:12107;s:11:\"size_before\";i:88635;s:10:\"size_after\";i:76528;s:4:\"time\";d:0.419999999999999984456877655247808434069156646728515625;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.309999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:343;s:11:\"size_before\";i:110484;s:10:\"size_after\";i:110141;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:315;s:11:\"size_before\";i:799;s:10:\"size_after\";i:484;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2008;s:11:\"size_before\";i:13031;s:10:\"size_after\";i:11023;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:17586;s:11:\"size_before\";i:128948;s:10:\"size_after\";i:111362;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:334;s:11:\"size_before\";i:1011;s:10:\"size_after\";i:677;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.309999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:103;s:11:\"size_before\";i:32874;s:10:\"size_after\";i:32771;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.25;s:5:\"bytes\";i:306;s:11:\"size_before\";i:122151;s:10:\"size_after\";i:121845;s:4:\"time\";d:0.4699999999999999733546474089962430298328399658203125;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:365;s:11:\"size_before\";i:1094;s:10:\"size_after\";i:729;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.520000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:235;s:11:\"size_before\";i:45091;s:10:\"size_after\";i:44856;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:14351;s:11:\"size_before\";i:104028;s:10:\"size_after\";i:89677;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.74000000000000198951966012828052043914794921875;s:5:\"bytes\";i:325;s:11:\"size_before\";i:839;s:10:\"size_after\";i:514;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(878,334,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(879,235,'wp-smush-lossy','1'),(880,235,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.1044428836695896478659051354043185710906982421875;s:5:\"bytes\";i:286433;s:11:\"size_before\";i:2366346;s:10:\"size_after\";i:2079913;s:4:\"time\";d:8.790000000000002700062395888380706310272216796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:2715;s:11:\"size_before\";i:17761;s:10:\"size_after\";i:15046;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.870000000000000994759830064140260219573974609375;s:5:\"bytes\";i:1198;s:11:\"size_before\";i:7103;s:10:\"size_after\";i:5905;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:12199;s:11:\"size_before\";i:85489;s:10:\"size_after\";i:73290;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1770;s:11:\"size_before\";i:11183;s:10:\"size_after\";i:9413;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:733;s:11:\"size_before\";i:3917;s:10:\"size_after\";i:3184;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:5934;s:11:\"size_before\";i:42705;s:10:\"size_after\";i:36771;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:4409;s:11:\"size_before\";i:30373;s:10:\"size_after\";i:25964;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.75;s:5:\"bytes\";i:4029;s:11:\"size_before\";i:27307;s:10:\"size_after\";i:23278;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:3916;s:11:\"size_before\";i:26056;s:10:\"size_after\";i:22140;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:6983;s:11:\"size_before\";i:48263;s:10:\"size_after\";i:41280;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:6144;s:11:\"size_before\";i:44149;s:10:\"size_after\";i:38005;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:6183;s:11:\"size_before\";i:42584;s:10:\"size_after\";i:36401;s:4:\"time\";d:1.1100000000000000976996261670137755572795867919921875;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:7769;s:11:\"size_before\";i:54024;s:10:\"size_after\";i:46255;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:7057;s:11:\"size_before\";i:50677;s:10:\"size_after\";i:43620;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:695;s:11:\"size_before\";i:3937;s:10:\"size_after\";i:3242;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.86999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:82;s:11:\"size_before\";i:9413;s:10:\"size_after\";i:9331;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:3374;s:11:\"size_before\";i:22324;s:10:\"size_after\";i:18950;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.88000000000000255795384873636066913604736328125;s:5:\"bytes\";i:330;s:11:\"size_before\";i:946;s:10:\"size_after\";i:616;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:6414;s:11:\"size_before\";i:44189;s:10:\"size_after\";i:37775;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";i:14;s:5:\"bytes\";i:14151;s:11:\"size_before\";i:101052;s:10:\"size_after\";i:86901;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:20689;s:11:\"size_before\";i:146169;s:10:\"size_after\";i:125480;s:4:\"time\";d:0.7800000000000000266453525910037569701671600341796875;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.86999999999999744204615126363933086395263671875;s:5:\"bytes\";i:320;s:11:\"size_before\";i:845;s:10:\"size_after\";i:525;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:4037;s:11:\"size_before\";i:28147;s:10:\"size_after\";i:24110;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:13896;s:11:\"size_before\";i:97257;s:10:\"size_after\";i:83361;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.56000000000000227373675443232059478759765625;s:5:\"bytes\";i:330;s:11:\"size_before\";i:928;s:10:\"size_after\";i:598;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:3799;s:11:\"size_before\";i:25964;s:10:\"size_after\";i:22165;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:12410;s:11:\"size_before\";i:87474;s:10:\"size_after\";i:75064;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:20101;s:11:\"size_before\";i:142743;s:10:\"size_after\";i:122642;s:4:\"time\";d:0.59999999999999997779553950749686919152736663818359375;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.52000000000000312638803734444081783294677734375;s:5:\"bytes\";i:317;s:11:\"size_before\";i:868;s:10:\"size_after\";i:551;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:3608;s:11:\"size_before\";i:24953;s:10:\"size_after\";i:21345;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:11831;s:11:\"size_before\";i:83067;s:10:\"size_after\";i:71236;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:19449;s:11:\"size_before\";i:137174;s:10:\"size_after\";i:117725;s:4:\"time\";d:0.409999999999999975575093458246556110680103302001953125;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:321;s:11:\"size_before\";i:876;s:10:\"size_after\";i:555;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:5622;s:11:\"size_before\";i:39619;s:10:\"size_after\";i:33997;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:21557;s:11:\"size_before\";i:151747;s:10:\"size_after\";i:130190;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.590000000000003410605131648480892181396484375;s:5:\"bytes\";i:343;s:11:\"size_before\";i:1021;s:10:\"size_after\";i:678;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.320000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:132;s:11:\"size_before\";i:41280;s:10:\"size_after\";i:41148;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:12982;s:11:\"size_before\";i:92966;s:10:\"size_after\";i:79984;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2399999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:288;s:11:\"size_before\";i:117725;s:10:\"size_after\";i:117437;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.7999999999999971578290569595992565155029296875;s:5:\"bytes\";i:310;s:11:\"size_before\";i:799;s:10:\"size_after\";i:489;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:2022;s:11:\"size_before\";i:13159;s:10:\"size_after\";i:11137;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:19146;s:11:\"size_before\";i:136083;s:10:\"size_after\";i:116937;s:4:\"time\";d:0.25;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:333;s:11:\"size_before\";i:1008;s:10:\"size_after\";i:675;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2800000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:94;s:11:\"size_before\";i:33997;s:10:\"size_after\";i:33903;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2399999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:310;s:11:\"size_before\";i:130190;s:10:\"size_after\";i:129880;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:348;s:11:\"size_before\";i:1064;s:10:\"size_after\";i:716;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.330000000000000015543122344752191565930843353271484375;s:5:\"bytes\";i:153;s:11:\"size_before\";i:46255;s:10:\"size_after\";i:46102;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:15278;s:11:\"size_before\";i:108679;s:10:\"size_after\";i:93401;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:322;s:11:\"size_before\";i:837;s:10:\"size_after\";i:515;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(881,335,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(882,234,'wp-smush-lossy','1'),(883,234,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.3173561999195673166695996769703924655914306640625;s:5:\"bytes\";i:283121;s:11:\"size_before\";i:2125955;s:10:\"size_after\";i:1842834;s:4:\"time\";d:7.30999999999999516830939683131873607635498046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.129999999999999005240169935859739780426025390625;s:5:\"bytes\";i:2397;s:11:\"size_before\";i:14861;s:10:\"size_after\";i:12464;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:1039;s:11:\"size_before\";i:5922;s:10:\"size_after\";i:4883;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:11299;s:11:\"size_before\";i:73066;s:10:\"size_after\";i:61767;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:1531;s:11:\"size_before\";i:9322;s:10:\"size_after\";i:7791;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:637;s:11:\"size_before\";i:3334;s:10:\"size_after\";i:2697;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:6050;s:11:\"size_before\";i:39272;s:10:\"size_after\";i:33222;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.219999999999998863131622783839702606201171875;s:5:\"bytes\";i:4271;s:11:\"size_before\";i:26335;s:10:\"size_after\";i:22064;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.489999999999998436805981327779591083526611328125;s:5:\"bytes\";i:3997;s:11:\"size_before\";i:24246;s:10:\"size_after\";i:20249;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3881;s:11:\"size_before\";i:23235;s:10:\"size_after\";i:19354;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:6459;s:11:\"size_before\";i:41385;s:10:\"size_after\";i:34926;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:6301;s:11:\"size_before\";i:41789;s:10:\"size_after\";i:35488;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:5718;s:11:\"size_before\";i:35821;s:10:\"size_after\";i:30103;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:7290;s:11:\"size_before\";i:47727;s:10:\"size_after\";i:40437;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:7193;s:11:\"size_before\";i:47624;s:10:\"size_after\";i:40431;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:671;s:11:\"size_before\";i:3480;s:10:\"size_after\";i:2809;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:6;s:11:\"size_before\";i:7791;s:10:\"size_after\";i:7785;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3069;s:11:\"size_before\";i:18831;s:10:\"size_after\";i:15762;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:37;s:5:\"bytes\";i:323;s:11:\"size_before\";i:873;s:10:\"size_after\";i:550;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.2799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:6054;s:11:\"size_before\";i:39624;s:10:\"size_after\";i:33570;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:14508;s:11:\"size_before\";i:93123;s:10:\"size_after\";i:78615;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:20720;s:11:\"size_before\";i:130754;s:10:\"size_after\";i:110034;s:4:\"time\";d:1.649999999999999911182158029987476766109466552734375;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.13000000000000255795384873636066913604736328125;s:5:\"bytes\";i:320;s:11:\"size_before\";i:778;s:10:\"size_after\";i:458;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:4201;s:11:\"size_before\";i:27067;s:10:\"size_after\";i:22866;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:13570;s:11:\"size_before\";i:87395;s:10:\"size_after\";i:73825;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.840000000000003410605131648480892181396484375;s:5:\"bytes\";i:319;s:11:\"size_before\";i:866;s:10:\"size_after\";i:547;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3867;s:11:\"size_before\";i:24828;s:10:\"size_after\";i:20961;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:12360;s:11:\"size_before\";i:79683;s:10:\"size_after\";i:67323;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:20296;s:11:\"size_before\";i:127677;s:10:\"size_after\";i:107381;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.10000000000000142108547152020037174224853515625;s:5:\"bytes\";i:312;s:11:\"size_before\";i:819;s:10:\"size_after\";i:507;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:3708;s:11:\"size_before\";i:23817;s:10:\"size_after\";i:20109;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.4399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:11768;s:11:\"size_before\";i:76213;s:10:\"size_after\";i:64445;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:19431;s:11:\"size_before\";i:122455;s:10:\"size_after\";i:103024;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:315;s:11:\"size_before\";i:812;s:10:\"size_after\";i:497;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:6243;s:11:\"size_before\";i:41645;s:10:\"size_after\";i:35402;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:21439;s:11:\"size_before\";i:135349;s:10:\"size_after\";i:113910;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:34;s:5:\"bytes\";i:321;s:11:\"size_before\";i:944;s:10:\"size_after\";i:623;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0899999999999999966693309261245303787291049957275390625;s:5:\"bytes\";i:30;s:11:\"size_before\";i:34926;s:10:\"size_after\";i:34896;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:13440;s:11:\"size_before\";i:86515;s:10:\"size_after\";i:73075;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:48;s:11:\"size_before\";i:103024;s:10:\"size_after\";i:102976;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.840000000000003410605131648480892181396484375;s:5:\"bytes\";i:310;s:11:\"size_before\";i:741;s:10:\"size_after\";i:431;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1835;s:11:\"size_before\";i:11088;s:10:\"size_after\";i:9253;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:18995;s:11:\"size_before\";i:119380;s:10:\"size_after\";i:100385;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.340000000000003410605131648480892181396484375;s:5:\"bytes\";i:328;s:11:\"size_before\";i:928;s:10:\"size_after\";i:600;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.13000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:45;s:11:\"size_before\";i:35402;s:10:\"size_after\";i:35357;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:89;s:11:\"size_before\";i:113910;s:10:\"size_after\";i:113821;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.36999999999999744204615126363933086395263671875;s:5:\"bytes\";i:336;s:11:\"size_before\";i:1007;s:10:\"size_after\";i:671;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"bytes\";i:60;s:11:\"size_before\";i:40437;s:10:\"size_after\";i:40377;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:15400;s:11:\"size_before\";i:99060;s:10:\"size_after\";i:83660;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:321;s:11:\"size_before\";i:774;s:10:\"size_after\";i:453;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(884,336,'_wpb_shortcodes_custom_css','.vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(885,233,'wp-smush-lossy','1'),(886,233,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.3609373411320238034249996417202055454254150390625;s:5:\"bytes\";i:499349;s:11:\"size_before\";i:3737380;s:10:\"size_after\";i:3238031;s:4:\"time\";d:12.2899999999999973709918776876293122768402099609375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.0799999999999982946974341757595539093017578125;s:5:\"bytes\";i:3806;s:11:\"size_before\";i:21049;s:10:\"size_after\";i:17243;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1355;s:11:\"size_before\";i:7705;s:10:\"size_after\";i:6350;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.25;s:5:\"bytes\";i:21104;s:11:\"size_before\";i:129836;s:10:\"size_after\";i:108732;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2308;s:11:\"size_before\";i:12928;s:10:\"size_after\";i:10620;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.0799999999999982946974341757595539093017578125;s:5:\"bytes\";i:759;s:11:\"size_before\";i:3979;s:10:\"size_after\";i:3220;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.0799999999999982946974341757595539093017578125;s:5:\"bytes\";i:11359;s:11:\"size_before\";i:70654;s:10:\"size_after\";i:59295;s:4:\"time\";d:0.60999999999999998667732370449812151491641998291015625;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.010000000000001563194018672220408916473388671875;s:5:\"bytes\";i:8377;s:11:\"size_before\";i:44062;s:10:\"size_after\";i:35685;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:7781;s:11:\"size_before\";i:40608;s:10:\"size_after\";i:32827;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.120000000000000994759830064140260219573974609375;s:5:\"bytes\";i:7433;s:11:\"size_before\";i:38885;s:10:\"size_after\";i:31452;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.190000000000001278976924368180334568023681640625;s:5:\"bytes\";i:12529;s:11:\"size_before\";i:68897;s:10:\"size_after\";i:56368;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:10530;s:11:\"size_before\";i:72709;s:10:\"size_after\";i:62179;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.379999999999999005240169935859739780426025390625;s:5:\"bytes\";i:10815;s:11:\"size_before\";i:58856;s:10:\"size_after\";i:48041;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.190000000000001278976924368180334568023681640625;s:5:\"bytes\";i:13586;s:11:\"size_before\";i:79027;s:10:\"size_after\";i:65441;s:4:\"time\";d:0.57999999999999996003197111349436454474925994873046875;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:12252;s:11:\"size_before\";i:84286;s:10:\"size_after\";i:72034;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.989999999999998436805981327779591083526611328125;s:5:\"bytes\";i:758;s:11:\"size_before\";i:3991;s:10:\"size_after\";i:3233;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2399999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:25;s:11:\"size_before\";i:10620;s:10:\"size_after\";i:10595;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:5462;s:11:\"size_before\";i:29198;s:10:\"size_after\";i:23736;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.1700000000000017053025658242404460906982421875;s:5:\"bytes\";i:326;s:11:\"size_before\";i:877;s:10:\"size_after\";i:551;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:11211;s:11:\"size_before\";i:63528;s:10:\"size_after\";i:52317;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:28310;s:11:\"size_before\";i:177407;s:10:\"size_after\";i:149097;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:36803;s:11:\"size_before\";i:239393;s:10:\"size_after\";i:202590;s:4:\"time\";d:0.5;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.25;s:5:\"bytes\";i:316;s:11:\"size_before\";i:805;s:10:\"size_after\";i:489;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:6908;s:11:\"size_before\";i:40135;s:10:\"size_after\";i:33227;s:4:\"time\";d:1.100000000000000088817841970012523233890533447265625;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.2200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:22385;s:11:\"size_before\";i:157380;s:10:\"size_after\";i:134995;s:4:\"time\";d:0.59999999999999997779553950749686919152736663818359375;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.75;s:5:\"bytes\";i:319;s:11:\"size_before\";i:868;s:10:\"size_after\";i:549;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:6433;s:11:\"size_before\";i:36336;s:10:\"size_after\";i:29903;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:20759;s:11:\"size_before\";i:144378;s:10:\"size_after\";i:123619;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:36166;s:11:\"size_before\";i:234586;s:10:\"size_after\";i:198420;s:4:\"time\";d:0.429999999999999993338661852249060757458209991455078125;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.0499999999999971578290569595992565155029296875;s:5:\"bytes\";i:312;s:11:\"size_before\";i:820;s:10:\"size_after\";i:508;s:4:\"time\";d:1.020000000000000017763568394002504646778106689453125;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:6368;s:11:\"size_before\";i:34922;s:10:\"size_after\";i:28554;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:19835;s:11:\"size_before\";i:138238;s:10:\"size_after\";i:118403;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:35377;s:11:\"size_before\";i:225802;s:10:\"size_after\";i:190425;s:4:\"time\";d:0.58999999999999996891375531049561686813831329345703125;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:313;s:11:\"size_before\";i:816;s:10:\"size_after\";i:503;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5;s:5:\"bytes\";i:9889;s:11:\"size_before\";i:63785;s:10:\"size_after\";i:53896;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:37704;s:11:\"size_before\";i:245620;s:10:\"size_after\";i:207916;s:4:\"time\";d:0.4699999999999999733546474089962430298328399658203125;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:320;s:11:\"size_before\";i:950;s:10:\"size_after\";i:630;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2300000000000000099920072216264088638126850128173828125;s:5:\"bytes\";i:131;s:11:\"size_before\";i:56368;s:10:\"size_after\";i:56237;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:26190;s:11:\"size_before\";i:165136;s:10:\"size_after\";i:138946;s:4:\"time\";d:0.450000000000000011102230246251565404236316680908203125;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:195;s:11:\"size_before\";i:190425;s:10:\"size_after\";i:190230;s:4:\"time\";d:0.5500000000000000444089209850062616169452667236328125;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:310;s:11:\"size_before\";i:767;s:10:\"size_after\";i:457;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:2568;s:11:\"size_before\";i:14903;s:10:\"size_after\";i:12335;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:28660;s:11:\"size_before\";i:207725;s:10:\"size_after\";i:179065;s:4:\"time\";d:0.79000000000000003552713678800500929355621337890625;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.5;s:5:\"bytes\";i:333;s:11:\"size_before\";i:938;s:10:\"size_after\";i:605;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1600000000000000033306690738754696212708950042724609375;s:5:\"bytes\";i:86;s:11:\"size_before\";i:53896;s:10:\"size_after\";i:53810;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:36;s:11:\"size_before\";i:207916;s:10:\"size_after\";i:207880;s:4:\"time\";d:0.450000000000000011102230246251565404236316680908203125;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:333;s:11:\"size_before\";i:1008;s:10:\"size_after\";i:675;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"bytes\";i:131;s:11:\"size_before\";i:65441;s:10:\"size_after\";i:65310;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:29768;s:11:\"size_before\";i:188134;s:10:\"size_after\";i:158366;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:315;s:11:\"size_before\";i:787;s:10:\"size_after\";i:472;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(887,232,'wp-smush-lossy','1'),(888,232,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:16.203989310786550248622006620280444622039794921875;s:5:\"bytes\";i:882811;s:11:\"size_before\";i:5448109;s:10:\"size_after\";i:4565298;s:4:\"time\";d:15.059999999999998721023075631819665431976318359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.760000000000001563194018672220408916473388671875;s:5:\"bytes\";i:6182;s:11:\"size_before\";i:29785;s:10:\"size_after\";i:23603;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.9200000000000017053025658242404460906982421875;s:5:\"bytes\";i:2046;s:11:\"size_before\";i:9778;s:10:\"size_after\";i:7732;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:38921;s:11:\"size_before\";i:198524;s:10:\"size_after\";i:159603;s:4:\"time\";d:0.419999999999999984456877655247808434069156646728515625;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:3514;s:11:\"size_before\";i:17048;s:10:\"size_after\";i:13534;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:923;s:11:\"size_before\";i:4595;s:10:\"size_after\";i:3672;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.35000000000000142108547152020037174224853515625;s:5:\"bytes\";i:17352;s:11:\"size_before\";i:94575;s:10:\"size_after\";i:77223;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.010000000000001563194018672220408916473388671875;s:5:\"bytes\";i:12768;s:11:\"size_before\";i:60764;s:10:\"size_after\";i:47996;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.940000000000001278976924368180334568023681640625;s:5:\"bytes\";i:11555;s:11:\"size_before\";i:55183;s:10:\"size_after\";i:43628;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.989999999999998436805981327779591083526611328125;s:5:\"bytes\";i:11031;s:11:\"size_before\";i:52542;s:10:\"size_after\";i:41511;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:21598;s:11:\"size_before\";i:104180;s:10:\"size_after\";i:82582;s:4:\"time\";d:0.25;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.39999999999999857891452847979962825775146484375;s:5:\"bytes\";i:15741;s:11:\"size_before\";i:95985;s:10:\"size_after\";i:80244;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:18254;s:11:\"size_before\";i:87536;s:10:\"size_after\";i:69282;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:24777;s:11:\"size_before\";i:121277;s:10:\"size_after\";i:96500;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.9200000000000017053025658242404460906982421875;s:5:\"bytes\";i:18978;s:11:\"size_before\";i:112163;s:10:\"size_after\";i:93185;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1011;s:11:\"size_before\";i:4976;s:10:\"size_after\";i:3965;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2399999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:32;s:11:\"size_before\";i:13534;s:10:\"size_after\";i:13502;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:8320;s:11:\"size_before\";i:40456;s:10:\"size_after\";i:32136;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:322;s:11:\"size_before\";i:852;s:10:\"size_after\";i:530;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.5;s:5:\"bytes\";i:19964;s:11:\"size_before\";i:97369;s:10:\"size_after\";i:77405;s:4:\"time\";d:0.25;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:49589;s:11:\"size_before\";i:249680;s:10:\"size_after\";i:200091;s:4:\"time\";d:0.479999999999999982236431605997495353221893310546875;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.620000000000000994759830064140260219573974609375;s:5:\"bytes\";i:71673;s:11:\"size_before\";i:365310;s:10:\"size_after\";i:293637;s:4:\"time\";d:1.6799999999999999378275106209912337362766265869140625;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:317;s:11:\"size_before\";i:787;s:10:\"size_after\";i:470;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.1700000000000017053025658242404460906982421875;s:5:\"bytes\";i:12326;s:11:\"size_before\";i:61123;s:10:\"size_after\";i:48797;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.9200000000000017053025658242404460906982421875;s:5:\"bytes\";i:37909;s:11:\"size_before\";i:224040;s:10:\"size_after\";i:186131;s:4:\"time\";d:0.409999999999999975575093458246556110680103302001953125;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.659999999999996589394868351519107818603515625;s:5:\"bytes\";i:319;s:11:\"size_before\";i:847;s:10:\"size_after\";i:528;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:11461;s:11:\"size_before\";i:55176;s:10:\"size_after\";i:43715;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:33903;s:11:\"size_before\";i:201569;s:10:\"size_after\";i:167666;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.559999999999998721023075631819665431976318359375;s:5:\"bytes\";i:69640;s:11:\"size_before\";i:356101;s:10:\"size_after\";i:286461;s:4:\"time\";d:0.5100000000000000088817841970012523233890533447265625;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.409999999999996589394868351519107818603515625;s:5:\"bytes\";i:310;s:11:\"size_before\";i:807;s:10:\"size_after\";i:497;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.870000000000000994759830064140260219573974609375;s:5:\"bytes\";i:10983;s:11:\"size_before\";i:52620;s:10:\"size_after\";i:41637;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:32273;s:11:\"size_before\";i:191431;s:10:\"size_after\";i:159158;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:66742;s:11:\"size_before\";i:340286;s:10:\"size_after\";i:273544;s:4:\"time\";d:0.64000000000000001332267629550187848508358001708984375;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.43999999999999772626324556767940521240234375;s:5:\"bytes\";i:311;s:11:\"size_before\";i:809;s:10:\"size_after\";i:498;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:18921;s:11:\"size_before\";i:96243;s:10:\"size_after\";i:77322;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.5;s:5:\"bytes\";i:73565;s:11:\"size_before\";i:377237;s:10:\"size_after\";i:303672;s:4:\"time\";d:2.310000000000000053290705182007513940334320068359375;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.25;s:5:\"bytes\";i:331;s:11:\"size_before\";i:939;s:10:\"size_after\";i:608;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1600000000000000033306690738754696212708950042724609375;s:5:\"bytes\";i:133;s:11:\"size_before\";i:82582;s:10:\"size_after\";i:82449;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.8299999999999982946974341757595539093017578125;s:5:\"bytes\";i:45497;s:11:\"size_before\";i:229469;s:10:\"size_after\";i:183972;s:4:\"time\";d:0.520000000000000017763568394002504646778106689453125;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.270000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:736;s:11:\"size_before\";i:273544;s:10:\"size_after\";i:272808;s:4:\"time\";d:0.479999999999999982236431605997495353221893310546875;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:41;s:5:\"bytes\";i:312;s:11:\"size_before\";i:761;s:10:\"size_after\";i:449;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.309999999999998721023075631819665431976318359375;s:5:\"bytes\";i:4194;s:11:\"size_before\";i:20650;s:10:\"size_after\";i:16456;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:52569;s:11:\"size_before\";i:316807;s:10:\"size_after\";i:264238;s:4:\"time\";d:0.58999999999999996891375531049561686813831329345703125;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.780000000000001136868377216160297393798828125;s:5:\"bytes\";i:331;s:11:\"size_before\";i:925;s:10:\"size_after\";i:594;s:4:\"time\";d:1.0500000000000000444089209850062616169452667236328125;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.39000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:300;s:11:\"size_before\";i:77322;s:10:\"size_after\";i:77022;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.270000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:832;s:11:\"size_before\";i:303672;s:10:\"size_after\";i:302840;s:4:\"time\";d:0.7199999999999999733546474089962430298328399658203125;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.63000000000000255795384873636066913604736328125;s:5:\"bytes\";i:326;s:11:\"size_before\";i:999;s:10:\"size_after\";i:673;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.25;s:5:\"bytes\";i:240;s:11:\"size_before\";i:96500;s:10:\"size_after\";i:96260;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:53164;s:11:\"size_before\";i:267961;s:10:\"size_after\";i:214797;s:4:\"time\";d:0.460000000000000019984014443252817727625370025634765625;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.86999999999999744204615126363933086395263671875;s:5:\"bytes\";i:315;s:11:\"size_before\";i:790;s:10:\"size_after\";i:475;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(889,337,'_wpb_shortcodes_custom_css','.vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}'),(890,231,'wp-smush-lossy','1'),(891,231,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:15.1113350214328558962506576790474355220794677734375;s:5:\"bytes\";i:757969;s:11:\"size_before\";i:5015897;s:10:\"size_after\";i:4257928;s:4:\"time\";d:12.5799999999999982946974341757595539093017578125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.89999999999999857891452847979962825775146484375;s:5:\"bytes\";i:5325;s:11:\"size_before\";i:26756;s:10:\"size_after\";i:21431;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1672;s:11:\"size_before\";i:8544;s:10:\"size_after\";i:6872;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.969999999999998863131622783839702606201171875;s:5:\"bytes\";i:34497;s:11:\"size_before\";i:181881;s:10:\"size_after\";i:147384;s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:3055;s:11:\"size_before\";i:15139;s:10:\"size_after\";i:12084;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:856;s:11:\"size_before\";i:4067;s:10:\"size_after\";i:3211;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.780000000000001136868377216160297393798828125;s:5:\"bytes\";i:15336;s:11:\"size_before\";i:86269;s:10:\"size_after\";i:70933;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:11103;s:11:\"size_before\";i:54409;s:10:\"size_after\";i:43306;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:10103;s:11:\"size_before\";i:49369;s:10:\"size_after\";i:39266;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:9614;s:11:\"size_before\";i:47021;s:10:\"size_after\";i:37407;s:4:\"time\";d:1.12000000000000010658141036401502788066864013671875;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:19305;s:11:\"size_before\";i:95131;s:10:\"size_after\";i:75826;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:13773;s:11:\"size_before\";i:88615;s:10:\"size_after\";i:74842;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.5;s:5:\"bytes\";i:16382;s:11:\"size_before\";i:79912;s:10:\"size_after\";i:63530;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.510000000000001563194018672220408916473388671875;s:5:\"bytes\";i:21692;s:11:\"size_before\";i:111190;s:10:\"size_after\";i:89498;s:4:\"time\";d:0.460000000000000019984014443252817727625370025634765625;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:16066;s:11:\"size_before\";i:102937;s:10:\"size_after\";i:86871;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.10000000000000142108547152020037174224853515625;s:5:\"bytes\";i:914;s:11:\"size_before\";i:4548;s:10:\"size_after\";i:3634;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"bytes\";i:24;s:11:\"size_before\";i:12084;s:10:\"size_after\";i:12060;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.35000000000000142108547152020037174224853515625;s:5:\"bytes\";i:7354;s:11:\"size_before\";i:36141;s:10:\"size_after\";i:28787;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.2000000000000028421709430404007434844970703125;s:5:\"bytes\";i:311;s:11:\"size_before\";i:836;s:10:\"size_after\";i:525;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.190000000000001278976924368180334568023681640625;s:5:\"bytes\";i:18074;s:11:\"size_before\";i:89523;s:10:\"size_after\";i:71449;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:41064;s:11:\"size_before\";i:227780;s:10:\"size_after\";i:186716;s:4:\"time\";d:0.5500000000000000444089209850062616169452667236328125;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:61393;s:11:\"size_before\";i:338018;s:10:\"size_after\";i:276625;s:4:\"time\";d:0.54000000000000003552713678800500929355621337890625;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.56000000000000227373675443232059478759765625;s:5:\"bytes\";i:307;s:11:\"size_before\";i:776;s:10:\"size_after\";i:469;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:11162;s:11:\"size_before\";i:56573;s:10:\"size_after\";i:45411;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:31256;s:11:\"size_before\";i:202771;s:10:\"size_after\";i:171515;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.2999999999999971578290569595992565155029296875;s:5:\"bytes\";i:310;s:11:\"size_before\";i:831;s:10:\"size_after\";i:521;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.129999999999999005240169935859739780426025390625;s:5:\"bytes\";i:10259;s:11:\"size_before\";i:50968;s:10:\"size_after\";i:40709;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:28312;s:11:\"size_before\";i:182590;s:10:\"size_after\";i:154278;s:4:\"time\";d:0.5;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.14999999999999857891452847979962825775146484375;s:5:\"bytes\";i:59739;s:11:\"size_before\";i:329156;s:10:\"size_after\";i:269417;s:4:\"time\";d:0.58999999999999996891375531049561686813831329345703125;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.5799999999999982946974341757595539093017578125;s:5:\"bytes\";i:304;s:11:\"size_before\";i:788;s:10:\"size_after\";i:484;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:9864;s:11:\"size_before\";i:48548;s:10:\"size_after\";i:38684;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:26725;s:11:\"size_before\";i:173599;s:10:\"size_after\";i:146874;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:56695;s:11:\"size_before\";i:314404;s:10:\"size_after\";i:257709;s:4:\"time\";d:1.1599999999999999200639422269887290894985198974609375;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.77000000000000312638803734444081783294677734375;s:5:\"bytes\";i:313;s:11:\"size_before\";i:787;s:10:\"size_after\";i:474;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.760000000000001563194018672220408916473388671875;s:5:\"bytes\";i:17215;s:11:\"size_before\";i:91747;s:10:\"size_after\";i:74532;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.190000000000001278976924368180334568023681640625;s:5:\"bytes\";i:63643;s:11:\"size_before\";i:349793;s:10:\"size_after\";i:286150;s:4:\"time\";d:0.5500000000000000444089209850062616169452667236328125;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.77000000000000312638803734444081783294677734375;s:5:\"bytes\";i:323;s:11:\"size_before\";i:903;s:10:\"size_after\";i:580;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.11000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:80;s:11:\"size_before\";i:75826;s:10:\"size_after\";i:75746;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:37798;s:11:\"size_before\";i:209453;s:10:\"size_after\";i:171655;s:4:\"time\";d:0.4899999999999999911182158029987476766109466552734375;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1600000000000000033306690738754696212708950042724609375;s:5:\"bytes\";i:412;s:11:\"size_before\";i:257709;s:10:\"size_after\";i:257297;s:4:\"time\";d:0.460000000000000019984014443252817727625370025634765625;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.11999999999999744204615126363933086395263671875;s:5:\"bytes\";i:308;s:11:\"size_before\";i:749;s:10:\"size_after\";i:441;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.989999999999998436805981327779591083526611328125;s:5:\"bytes\";i:3722;s:11:\"size_before\";i:18623;s:10:\"size_after\";i:14901;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:45222;s:11:\"size_before\";i:291460;s:10:\"size_after\";i:246238;s:4:\"time\";d:0.4899999999999999911182158029987476766109466552734375;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:323;s:11:\"size_before\";i:900;s:10:\"size_after\";i:577;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:192;s:11:\"size_before\";i:74532;s:10:\"size_after\";i:74340;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1700000000000000122124532708767219446599483489990234375;s:5:\"bytes\";i:498;s:11:\"size_before\";i:286150;s:10:\"size_after\";i:285652;s:4:\"time\";d:0.59999999999999997779553950749686919152736663818359375;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.50999999999999801048033987171947956085205078125;s:5:\"bytes\";i:322;s:11:\"size_before\";i:961;s:10:\"size_after\";i:639;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0899999999999999966693309261245303787291049957275390625;s:5:\"bytes\";i:81;s:11:\"size_before\";i:89498;s:10:\"size_after\";i:89417;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.120000000000000994759830064140260219573974609375;s:5:\"bytes\";i:44359;s:11:\"size_before\";i:244864;s:10:\"size_after\";i:200505;s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.63000000000000255795384873636066913604736328125;s:5:\"bytes\";i:312;s:11:\"size_before\";i:768;s:10:\"size_after\";i:456;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(892,230,'wp-smush-lossy','1'),(893,230,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.032441528878962344606406986713409423828125;s:5:\"bytes\";i:229696;s:11:\"size_before\";i:1762494;s:10:\"size_after\";i:1532798;s:4:\"time\";d:9.219999999999998863131622783839702606201171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2097;s:11:\"size_before\";i:13844;s:10:\"size_after\";i:11747;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.120000000000000994759830064140260219573974609375;s:5:\"bytes\";i:906;s:11:\"size_before\";i:5619;s:10:\"size_after\";i:4713;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:9446;s:11:\"size_before\";i:65003;s:10:\"size_after\";i:55557;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:1327;s:11:\"size_before\";i:8582;s:10:\"size_after\";i:7255;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:609;s:11:\"size_before\";i:3331;s:10:\"size_after\";i:2722;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:4846;s:11:\"size_before\";i:31700;s:10:\"size_after\";i:26854;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:3212;s:11:\"size_before\";i:21766;s:10:\"size_after\";i:18554;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2937;s:11:\"size_before\";i:19773;s:10:\"size_after\";i:16836;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:2881;s:11:\"size_before\";i:19031;s:10:\"size_after\";i:16150;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:5294;s:11:\"size_before\";i:36728;s:10:\"size_after\";i:31434;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:5255;s:11:\"size_before\";i:33560;s:10:\"size_after\";i:28305;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:4734;s:11:\"size_before\";i:32473;s:10:\"size_after\";i:27739;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:6185;s:11:\"size_before\";i:41449;s:10:\"size_after\";i:35264;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:5894;s:11:\"size_before\";i:38125;s:10:\"size_after\";i:32231;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:553;s:11:\"size_before\";i:2981;s:10:\"size_after\";i:2428;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.11000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:8;s:11:\"size_before\";i:7255;s:10:\"size_after\";i:7247;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2481;s:11:\"size_before\";i:16378;s:10:\"size_after\";i:13897;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.1700000000000017053025658242404460906982421875;s:5:\"bytes\";i:313;s:11:\"size_before\";i:890;s:10:\"size_after\";i:577;s:4:\"time\";d:1.020000000000000017763568394002504646778106689453125;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:4968;s:11:\"size_before\";i:33764;s:10:\"size_after\";i:28796;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:11514;s:11:\"size_before\";i:72599;s:10:\"size_after\";i:61085;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:17114;s:11:\"size_before\";i:110153;s:10:\"size_after\";i:93039;s:4:\"time\";d:0.409999999999999975575093458246556110680103302001953125;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.159999999999996589394868351519107818603515625;s:5:\"bytes\";i:318;s:11:\"size_before\";i:812;s:10:\"size_after\";i:494;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:15;s:5:\"bytes\";i:3087;s:11:\"size_before\";i:20581;s:10:\"size_after\";i:17494;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:10734;s:11:\"size_before\";i:69829;s:10:\"size_after\";i:59095;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.89999999999999857891452847979962825775146484375;s:5:\"bytes\";i:317;s:11:\"size_before\";i:883;s:10:\"size_after\";i:566;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.75;s:5:\"bytes\";i:2780;s:11:\"size_before\";i:18853;s:10:\"size_after\";i:16073;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:9785;s:11:\"size_before\";i:62872;s:10:\"size_after\";i:53087;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:16622;s:11:\"size_before\";i:106601;s:10:\"size_after\";i:89979;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:319;s:11:\"size_before\";i:837;s:10:\"size_after\";i:518;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:2711;s:11:\"size_before\";i:18306;s:10:\"size_after\";i:15595;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:9384;s:11:\"size_before\";i:60163;s:10:\"size_after\";i:50779;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:15702;s:11:\"size_before\";i:100502;s:10:\"size_after\";i:84800;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.61999999999999744204615126363933086395263671875;s:5:\"bytes\";i:313;s:11:\"size_before\";i:832;s:10:\"size_after\";i:519;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:4860;s:11:\"size_before\";i:31325;s:10:\"size_after\";i:26465;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:17807;s:11:\"size_before\";i:115414;s:10:\"size_after\";i:97607;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.25999999999999801048033987171947956085205078125;s:5:\"bytes\";i:316;s:11:\"size_before\";i:950;s:10:\"size_after\";i:634;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.190000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:60;s:11:\"size_before\";i:31434;s:10:\"size_after\";i:31374;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:10695;s:11:\"size_before\";i:67255;s:10:\"size_after\";i:56560;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.11000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:93;s:11:\"size_before\";i:84800;s:10:\"size_after\";i:84707;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.9200000000000017053025658242404460906982421875;s:5:\"bytes\";i:309;s:11:\"size_before\";i:774;s:10:\"size_after\";i:465;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1549;s:11:\"size_before\";i:10322;s:10:\"size_after\";i:8773;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:15877;s:11:\"size_before\";i:104020;s:10:\"size_after\";i:88143;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.68999999999999772626324556767940521240234375;s:5:\"bytes\";i:317;s:11:\"size_before\";i:941;s:10:\"size_after\";i:624;s:4:\"time\";d:1.020000000000000017763568394002504646778106689453125;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.11000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:28;s:11:\"size_before\";i:26465;s:10:\"size_after\";i:26437;s:4:\"time\";d:1.12999999999999989341858963598497211933135986328125;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:66;s:11:\"size_before\";i:97607;s:10:\"size_after\";i:97541;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:326;s:11:\"size_before\";i:1020;s:10:\"size_after\";i:694;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.14000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:48;s:11:\"size_before\";i:35264;s:10:\"size_after\";i:35216;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:12385;s:11:\"size_before\";i:78026;s:10:\"size_after\";i:65641;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.14999999999999857891452847979962825775146484375;s:5:\"bytes\";i:314;s:11:\"size_before\";i:802;s:10:\"size_after\";i:488;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(894,229,'wp-smush-lossy','1'),(895,229,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.1685784878554930088512264774180948734283447265625;s:5:\"bytes\";i:229714;s:11:\"size_before\";i:1744410;s:10:\"size_after\";i:1514696;s:4:\"time\";d:7.28000000000000024868995751603506505489349365234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1968;s:11:\"size_before\";i:13253;s:10:\"size_after\";i:11285;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:929;s:11:\"size_before\";i:5522;s:10:\"size_after\";i:4593;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:9164;s:11:\"size_before\";i:62000;s:10:\"size_after\";i:52836;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1306;s:11:\"size_before\";i:8377;s:10:\"size_after\";i:7071;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.370000000000000994759830064140260219573974609375;s:5:\"bytes\";i:592;s:11:\"size_before\";i:3223;s:10:\"size_after\";i:2631;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:5265;s:11:\"size_before\";i:33501;s:10:\"size_after\";i:28236;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:3412;s:11:\"size_before\";i:22435;s:10:\"size_after\";i:19023;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3239;s:11:\"size_before\";i:20834;s:10:\"size_after\";i:17595;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:3139;s:11:\"size_before\";i:19987;s:10:\"size_after\";i:16848;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:5215;s:11:\"size_before\";i:35152;s:10:\"size_after\";i:29937;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:5357;s:11:\"size_before\";i:34896;s:10:\"size_after\";i:29539;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:4596;s:11:\"size_before\";i:30934;s:10:\"size_after\";i:26338;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:5809;s:11:\"size_before\";i:39699;s:10:\"size_after\";i:33890;s:4:\"time\";d:0.5;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:6275;s:11:\"size_before\";i:39903;s:10:\"size_after\";i:33628;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:539;s:11:\"size_before\";i:2939;s:10:\"size_after\";i:2400;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:6;s:11:\"size_before\";i:7071;s:10:\"size_after\";i:7065;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2461;s:11:\"size_before\";i:16229;s:10:\"size_after\";i:13768;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:326;s:11:\"size_before\";i:902;s:10:\"size_after\";i:576;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:4891;s:11:\"size_before\";i:32326;s:10:\"size_after\";i:27435;s:4:\"time\";d:1.0900000000000000799360577730112709105014801025390625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:11935;s:11:\"size_before\";i:76051;s:10:\"size_after\";i:64116;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:16700;s:11:\"size_before\";i:106528;s:10:\"size_after\";i:89828;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:317;s:11:\"size_before\";i:821;s:10:\"size_after\";i:504;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:2965;s:11:\"size_before\";i:19776;s:10:\"size_after\";i:16811;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:11114;s:11:\"size_before\";i:72038;s:10:\"size_after\";i:60924;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:315;s:11:\"size_before\";i:889;s:10:\"size_after\";i:574;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:2804;s:11:\"size_before\";i:18278;s:10:\"size_after\";i:15474;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:10057;s:11:\"size_before\";i:65907;s:10:\"size_after\";i:55850;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:16203;s:11:\"size_before\";i:103843;s:10:\"size_after\";i:87640;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.840000000000003410605131648480892181396484375;s:5:\"bytes\";i:316;s:11:\"size_before\";i:835;s:10:\"size_after\";i:519;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2661;s:11:\"size_before\";i:17625;s:10:\"size_after\";i:14964;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.4399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:9740;s:11:\"size_before\";i:63064;s:10:\"size_after\";i:53324;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:15689;s:11:\"size_before\";i:98892;s:10:\"size_after\";i:83203;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.8299999999999982946974341757595539093017578125;s:5:\"bytes\";i:317;s:11:\"size_before\";i:838;s:10:\"size_after\";i:521;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:4597;s:11:\"size_before\";i:29377;s:10:\"size_after\";i:24780;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:17315;s:11:\"size_before\";i:110471;s:10:\"size_after\";i:93156;s:4:\"time\";d:0.25;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.72999999999999687361196265555918216705322265625;s:5:\"bytes\";i:332;s:11:\"size_before\";i:956;s:10:\"size_after\";i:624;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"bytes\";i:45;s:11:\"size_before\";i:29937;s:10:\"size_after\";i:29892;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5;s:5:\"bytes\";i:10900;s:11:\"size_before\";i:70311;s:10:\"size_after\";i:59411;s:4:\"time\";d:1.189999999999999946709294817992486059665679931640625;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:69;s:11:\"size_before\";i:83203;s:10:\"size_after\";i:83134;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.22999999999999687361196265555918216705322265625;s:5:\"bytes\";i:313;s:11:\"size_before\";i:778;s:10:\"size_after\";i:465;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1503;s:11:\"size_before\";i:9965;s:10:\"size_after\";i:8462;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:15348;s:11:\"size_before\";i:99632;s:10:\"size_after\";i:84284;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:318;s:11:\"size_before\";i:921;s:10:\"size_after\";i:603;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:21;s:11:\"size_before\";i:24780;s:10:\"size_after\";i:24759;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.059999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:54;s:11:\"size_before\";i:93156;s:10:\"size_after\";i:93102;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.2000000000000028421709430404007434844970703125;s:5:\"bytes\";i:322;s:11:\"size_before\";i:1000;s:10:\"size_after\";i:678;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2300000000000000099920072216264088638126850128173828125;s:5:\"bytes\";i:78;s:11:\"size_before\";i:33890;s:10:\"size_after\";i:33812;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:12565;s:11:\"size_before\";i:80662;s:10:\"size_after\";i:68097;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:312;s:11:\"size_before\";i:803;s:10:\"size_after\";i:491;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(896,228,'wp-smush-lossy','1'),(897,228,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.520638648266565695621466147713363170623779296875;s:5:\"bytes\";i:236294;s:11:\"size_before\";i:1887236;s:10:\"size_after\";i:1650942;s:4:\"time\";d:6.3699999999999992184029906638897955417633056640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.5799999999999982946974341757595539093017578125;s:5:\"bytes\";i:2754;s:11:\"size_before\";i:16613;s:10:\"size_after\";i:13859;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.1700000000000017053025658242404460906982421875;s:5:\"bytes\";i:1290;s:11:\"size_before\";i:7099;s:10:\"size_after\";i:5809;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:9606;s:11:\"size_before\";i:69444;s:10:\"size_after\";i:59838;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1798;s:11:\"size_before\";i:10480;s:10:\"size_after\";i:8682;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.440000000000001278976924368180334568023681640625;s:5:\"bytes\";i:853;s:11:\"size_before\";i:4174;s:10:\"size_after\";i:3321;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:4810;s:11:\"size_before\";i:31933;s:10:\"size_after\";i:27123;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:3898;s:11:\"size_before\";i:25999;s:10:\"size_after\";i:22101;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:3516;s:11:\"size_before\";i:23381;s:10:\"size_after\";i:19865;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3317;s:11:\"size_before\";i:22182;s:10:\"size_after\";i:18865;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:6079;s:11:\"size_before\";i:41024;s:10:\"size_after\";i:34945;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:4721;s:11:\"size_before\";i:31653;s:10:\"size_after\";i:26932;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:5450;s:11:\"size_before\";i:36702;s:10:\"size_after\";i:31252;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:6722;s:11:\"size_before\";i:45736;s:10:\"size_after\";i:39014;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:5465;s:11:\"size_before\";i:37024;s:10:\"size_after\";i:31559;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:751;s:11:\"size_before\";i:3654;s:10:\"size_after\";i:2903;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.5500000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:48;s:11:\"size_before\";i:8682;s:10:\"size_after\";i:8634;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:3129;s:11:\"size_before\";i:19714;s:10:\"size_after\";i:16585;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.24000000000000198951966012828052043914794921875;s:5:\"bytes\";i:353;s:11:\"size_before\";i:974;s:10:\"size_after\";i:621;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:5734;s:11:\"size_before\";i:37762;s:10:\"size_after\";i:32028;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:11398;s:11:\"size_before\";i:77441;s:10:\"size_after\";i:66043;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:16702;s:11:\"size_before\";i:113724;s:10:\"size_after\";i:97022;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.9500000000000028421709430404007434844970703125;s:5:\"bytes\";i:333;s:11:\"size_before\";i:855;s:10:\"size_after\";i:522;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3685;s:11:\"size_before\";i:23639;s:10:\"size_after\";i:19954;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:10861;s:11:\"size_before\";i:76172;s:10:\"size_after\";i:65311;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.75;s:5:\"bytes\";i:345;s:11:\"size_before\";i:965;s:10:\"size_after\";i:620;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:3486;s:11:\"size_before\";i:22050;s:10:\"size_after\";i:18564;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:9911;s:11:\"size_before\";i:68271;s:10:\"size_after\";i:58360;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:16043;s:11:\"size_before\";i:111089;s:10:\"size_after\";i:95046;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.5799999999999982946974341757595539093017578125;s:5:\"bytes\";i:333;s:11:\"size_before\";i:886;s:10:\"size_after\";i:553;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3398;s:11:\"size_before\";i:21502;s:10:\"size_after\";i:18104;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:9373;s:11:\"size_before\";i:64852;s:10:\"size_after\";i:55479;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:15533;s:11:\"size_before\";i:106371;s:10:\"size_after\";i:90838;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.86999999999999744204615126363933086395263671875;s:5:\"bytes\";i:337;s:11:\"size_before\";i:890;s:10:\"size_after\";i:553;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:5146;s:11:\"size_before\";i:33561;s:10:\"size_after\";i:28415;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.2799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:16770;s:11:\"size_before\";i:117426;s:10:\"size_after\";i:100656;s:4:\"time\";d:0.25;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:357;s:11:\"size_before\";i:1059;s:10:\"size_after\";i:702;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:91;s:11:\"size_before\";i:34945;s:10:\"size_after\";i:34854;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:10124;s:11:\"size_before\";i:71014;s:10:\"size_after\";i:60890;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.179999999999999993338661852249060757458209991455078125;s:5:\"bytes\";i:162;s:11:\"size_before\";i:90838;s:10:\"size_after\";i:90676;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.25999999999999801048033987171947956085205078125;s:5:\"bytes\";i:328;s:11:\"size_before\";i:795;s:10:\"size_after\";i:467;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:2189;s:11:\"size_before\";i:12716;s:10:\"size_after\";i:10527;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:15343;s:11:\"size_before\";i:107369;s:10:\"size_after\";i:92026;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:360;s:11:\"size_before\";i:1049;s:10:\"size_after\";i:689;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1600000000000000033306690738754696212708950042724609375;s:5:\"bytes\";i:46;s:11:\"size_before\";i:28415;s:10:\"size_after\";i:28369;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.190000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:196;s:11:\"size_before\";i:100656;s:10:\"size_after\";i:100460;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.99000000000000198951966012828052043914794921875;s:5:\"bytes\";i:382;s:11:\"size_before\";i:1158;s:10:\"size_after\";i:776;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2200000000000000011102230246251565404236316680908203125;s:5:\"bytes\";i:87;s:11:\"size_before\";i:39014;s:10:\"size_after\";i:38927;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:12346;s:11:\"size_before\";i:83450;s:10:\"size_after\";i:71104;s:4:\"time\";d:0.8000000000000000444089209850062616169452667236328125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.1700000000000017053025658242404460906982421875;s:5:\"bytes\";i:335;s:11:\"size_before\";i:834;s:10:\"size_after\";i:499;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(898,227,'wp-smush-lossy','1'),(899,227,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.017280879650666491897936793975532054901123046875;s:5:\"bytes\";i:412788;s:11:\"size_before\";i:3171077;s:10:\"size_after\";i:2758289;s:4:\"time\";d:8.6100000000000012079226507921703159809112548828125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.879999999999999005240169935859739780426025390625;s:5:\"bytes\";i:3525;s:11:\"size_before\";i:20881;s:10:\"size_after\";i:17356;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.879999999999999005240169935859739780426025390625;s:5:\"bytes\";i:1349;s:11:\"size_before\";i:7543;s:10:\"size_after\";i:6194;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.010000000000001563194018672220408916473388671875;s:5:\"bytes\";i:19058;s:11:\"size_before\";i:119008;s:10:\"size_after\";i:99950;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:2045;s:11:\"size_before\";i:12043;s:10:\"size_after\";i:9998;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.489999999999998436805981327779591083526611328125;s:5:\"bytes\";i:832;s:11:\"size_before\";i:4060;s:10:\"size_after\";i:3228;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:7247;s:11:\"size_before\";i:48201;s:10:\"size_after\";i:40954;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.190000000000001278976924368180334568023681640625;s:5:\"bytes\";i:6175;s:11:\"size_before\";i:35918;s:10:\"size_after\";i:29743;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.25;s:5:\"bytes\";i:5534;s:11:\"size_before\";i:32085;s:10:\"size_after\";i:26551;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:5211;s:11:\"size_before\";i:30152;s:10:\"size_after\";i:24941;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.10000000000000142108547152020037174224853515625;s:5:\"bytes\";i:11011;s:11:\"size_before\";i:64376;s:10:\"size_after\";i:53365;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:6786;s:11:\"size_before\";i:47069;s:10:\"size_after\";i:40283;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.989999999999998436805981327779591083526611328125;s:5:\"bytes\";i:9408;s:11:\"size_before\";i:55388;s:10:\"size_after\";i:45980;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.5799999999999982946974341757595539093017578125;s:5:\"bytes\";i:12282;s:11:\"size_before\";i:74072;s:10:\"size_after\";i:61790;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:8159;s:11:\"size_before\";i:56576;s:10:\"size_after\";i:48417;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:750;s:11:\"size_before\";i:3939;s:10:\"size_after\";i:3189;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2800000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:28;s:11:\"size_before\";i:9998;s:10:\"size_after\";i:9970;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.120000000000000994759830064140260219573974609375;s:5:\"bytes\";i:4382;s:11:\"size_before\";i:25594;s:10:\"size_after\";i:21212;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.9200000000000017053025658242404460906982421875;s:5:\"bytes\";i:329;s:11:\"size_before\";i:916;s:10:\"size_after\";i:587;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:10374;s:11:\"size_before\";i:59893;s:10:\"size_after\";i:49519;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:20291;s:11:\"size_before\";i:132196;s:10:\"size_after\";i:111905;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:32852;s:11:\"size_before\";i:213350;s:10:\"size_after\";i:180498;s:4:\"time\";d:0.440000000000000002220446049250313080847263336181640625;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.4500000000000028421709430404007434844970703125;s:5:\"bytes\";i:329;s:11:\"size_before\";i:834;s:10:\"size_after\";i:505;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:6494;s:11:\"size_before\";i:38090;s:10:\"size_after\";i:31596;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.2799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:17595;s:11:\"size_before\";i:123235;s:10:\"size_after\";i:105640;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.22999999999999687361196265555918216705322265625;s:5:\"bytes\";i:329;s:11:\"size_before\";i:908;s:10:\"size_after\";i:579;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:6044;s:11:\"size_before\";i:34679;s:10:\"size_after\";i:28635;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:15564;s:11:\"size_before\";i:108227;s:10:\"size_after\";i:92663;s:4:\"time\";d:1.020000000000000017763568394002504646778106689453125;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:31447;s:11:\"size_before\";i:206002;s:10:\"size_after\";i:174555;s:4:\"time\";d:0.520000000000000017763568394002504646778106689453125;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:335;s:11:\"size_before\";i:852;s:10:\"size_after\";i:517;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.489999999999998436805981327779591083526611328125;s:5:\"bytes\";i:5772;s:11:\"size_before\";i:33009;s:10:\"size_after\";i:27237;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:14486;s:11:\"size_before\";i:101250;s:10:\"size_after\";i:86764;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:29937;s:11:\"size_before\";i:194385;s:10:\"size_after\";i:164448;s:4:\"time\";d:0.4899999999999999911182158029987476766109466552734375;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.63000000000000255795384873636066913604736328125;s:5:\"bytes\";i:326;s:11:\"size_before\";i:844;s:10:\"size_after\";i:518;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.6700000000000017053025658242404460906982421875;s:5:\"bytes\";i:9946;s:11:\"size_before\";i:59669;s:10:\"size_after\";i:49723;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:34515;s:11:\"size_before\";i:224052;s:10:\"size_after\";i:189537;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.00999999999999801048033987171947956085205078125;s:5:\"bytes\";i:333;s:11:\"size_before\";i:979;s:10:\"size_after\";i:646;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:141;s:11:\"size_before\";i:53365;s:10:\"size_after\";i:53224;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:18175;s:11:\"size_before\";i:118762;s:10:\"size_after\";i:100587;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1700000000000000122124532708767219446599483489990234375;s:5:\"bytes\";i:285;s:11:\"size_before\";i:164448;s:10:\"size_after\";i:164163;s:4:\"time\";d:0.4899999999999999911182158029987476766109466552734375;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.2000000000000028421709430404007434844970703125;s:5:\"bytes\";i:323;s:11:\"size_before\";i:784;s:10:\"size_after\";i:461;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:2543;s:11:\"size_before\";i:15086;s:10:\"size_after\";i:12543;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:26553;s:11:\"size_before\";i:190332;s:10:\"size_after\";i:163779;s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.1700000000000017053025658242404460906982421875;s:5:\"bytes\";i:328;s:11:\"size_before\";i:960;s:10:\"size_after\";i:632;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:49723;s:10:\"size_after\";i:49723;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"bytes\";i:291;s:11:\"size_before\";i:189537;s:10:\"size_after\";i:189246;s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.81000000000000227373675443232059478759765625;s:5:\"bytes\";i:335;s:11:\"size_before\";i:1021;s:10:\"size_after\";i:686;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.309999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:189;s:11:\"size_before\";i:61790;s:10:\"size_after\";i:61601;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:22220;s:11:\"size_before\";i:144185;s:10:\"size_after\";i:121965;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:325;s:11:\"size_before\";i:811;s:10:\"size_after\";i:486;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(900,226,'wp-smush-lossy','1'),(901,226,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.158616362887784134727553464472293853759765625;s:5:\"bytes\";i:297676;s:11:\"size_before\";i:2448272;s:10:\"size_after\";i:2150596;s:4:\"time\";d:7.1199999999999992184029906638897955417633056640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.5;s:5:\"bytes\";i:2809;s:11:\"size_before\";i:17021;s:10:\"size_after\";i:14212;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:1238;s:11:\"size_before\";i:6863;s:10:\"size_after\";i:5625;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5;s:5:\"bytes\";i:12775;s:11:\"size_before\";i:88117;s:10:\"size_after\";i:75342;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1811;s:11:\"size_before\";i:11037;s:10:\"size_after\";i:9226;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.739999999999998436805981327779591083526611328125;s:5:\"bytes\";i:671;s:11:\"size_before\";i:3580;s:10:\"size_after\";i:2909;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:6659;s:11:\"size_before\";i:47687;s:10:\"size_after\";i:41028;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:5238;s:11:\"size_before\";i:32802;s:10:\"size_after\";i:27564;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:4818;s:11:\"size_before\";i:30242;s:10:\"size_after\";i:25424;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:4688;s:11:\"size_before\";i:29001;s:10:\"size_after\";i:24313;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:7540;s:11:\"size_before\";i:48238;s:10:\"size_after\";i:40698;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.5;s:5:\"bytes\";i:6607;s:11:\"size_before\";i:48953;s:10:\"size_after\";i:42346;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:6994;s:11:\"size_before\";i:43233;s:10:\"size_after\";i:36239;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:8260;s:11:\"size_before\";i:53472;s:10:\"size_after\";i:45212;s:4:\"time\";d:0.460000000000000019984014443252817727625370025634765625;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:7483;s:11:\"size_before\";i:56165;s:10:\"size_after\";i:48682;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.010000000000001563194018672220408916473388671875;s:5:\"bytes\";i:666;s:11:\"size_before\";i:3328;s:10:\"size_after\";i:2662;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2200000000000000011102230246251565404236316680908203125;s:5:\"bytes\";i:20;s:11:\"size_before\";i:9226;s:10:\"size_after\";i:9206;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.8299999999999982946974341757595539093017578125;s:5:\"bytes\";i:3898;s:11:\"size_before\";i:23158;s:10:\"size_after\";i:19260;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.27000000000000312638803734444081783294677734375;s:5:\"bytes\";i:322;s:11:\"size_before\";i:864;s:10:\"size_after\";i:542;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:6741;s:11:\"size_before\";i:43628;s:10:\"size_after\";i:36887;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:15253;s:11:\"size_before\";i:109720;s:10:\"size_after\";i:94467;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:20713;s:11:\"size_before\";i:149895;s:10:\"size_after\";i:129182;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.22999999999999687361196265555918216705322265625;s:5:\"bytes\";i:317;s:11:\"size_before\";i:808;s:10:\"size_after\";i:491;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:3969;s:11:\"size_before\";i:26621;s:10:\"size_after\";i:22652;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:13993;s:11:\"size_before\";i:103967;s:10:\"size_after\";i:89974;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.2999999999999971578290569595992565155029296875;s:5:\"bytes\";i:314;s:11:\"size_before\";i:865;s:10:\"size_after\";i:551;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3986;s:11:\"size_before\";i:25033;s:10:\"size_after\";i:21047;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.5600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:12893;s:11:\"size_before\";i:95095;s:10:\"size_after\";i:82202;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:20636;s:11:\"size_before\";i:147242;s:10:\"size_after\";i:126606;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:311;s:11:\"size_before\";i:826;s:10:\"size_after\";i:515;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3825;s:11:\"size_before\";i:24149;s:10:\"size_after\";i:20324;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:12180;s:11:\"size_before\";i:90985;s:10:\"size_after\";i:78805;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:19913;s:11:\"size_before\";i:142155;s:10:\"size_after\";i:122242;s:4:\"time\";d:0.440000000000000002220446049250313080847263336181640625;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.090000000000003410605131648480892181396484375;s:5:\"bytes\";i:306;s:11:\"size_before\";i:825;s:10:\"size_after\";i:519;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:5184;s:11:\"size_before\";i:36001;s:10:\"size_after\";i:30817;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:21471;s:11:\"size_before\";i:153567;s:10:\"size_after\";i:132096;s:4:\"time\";d:0.4699999999999999733546474089962430298328399658203125;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:324;s:11:\"size_before\";i:912;s:10:\"size_after\";i:588;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.11000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:44;s:11:\"size_before\";i:40698;s:10:\"size_after\";i:40654;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:14152;s:11:\"size_before\";i:102090;s:10:\"size_after\";i:87938;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.11999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:141;s:11:\"size_before\";i:122242;s:10:\"size_after\";i:122101;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:318;s:11:\"size_before\";i:779;s:10:\"size_after\";i:461;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.370000000000000994759830064140260219573974609375;s:5:\"bytes\";i:2021;s:11:\"size_before\";i:12344;s:10:\"size_after\";i:10323;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:18797;s:11:\"size_before\";i:137440;s:10:\"size_after\";i:118643;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.0499999999999971578290569595992565155029296875;s:5:\"bytes\";i:320;s:11:\"size_before\";i:913;s:10:\"size_after\";i:593;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:32;s:11:\"size_before\";i:30817;s:10:\"size_after\";i:30785;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:97;s:11:\"size_before\";i:132096;s:10:\"size_after\";i:131999;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.50999999999999801048033987171947956085205078125;s:5:\"bytes\";i:322;s:11:\"size_before\";i:961;s:10:\"size_after\";i:639;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.11000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:48;s:11:\"size_before\";i:45212;s:10:\"size_after\";i:45164;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:16248;s:11:\"size_before\";i:116603;s:10:\"size_after\";i:100355;s:4:\"time\";d:0.429999999999999993338661852249060757458209991455078125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.93999999999999772626324556767940521240234375;s:5:\"bytes\";i:310;s:11:\"size_before\";i:796;s:10:\"size_after\";i:486;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(902,225,'wp-smush-lossy','1'),(903,225,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.526383590458468830775018432177603244781494140625;s:5:\"bytes\";i:185214;s:11:\"size_before\";i:1606870;s:10:\"size_after\";i:1421656;s:4:\"time\";d:5.64999999999999946709294817992486059665679931640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:46:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:1979;s:11:\"size_before\";i:12462;s:10:\"size_after\";i:10483;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.940000000000001278976924368180334568023681640625;s:5:\"bytes\";i:1189;s:11:\"size_before\";i:7017;s:10:\"size_after\";i:5828;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:8392;s:11:\"size_before\";i:60068;s:10:\"size_after\";i:51676;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.989999999999998436805981327779591083526611328125;s:5:\"bytes\";i:1882;s:11:\"size_before\";i:11077;s:10:\"size_after\";i:9195;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:733;s:11:\"size_before\";i:3924;s:10:\"size_after\";i:3191;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:5616;s:11:\"size_before\";i:37327;s:10:\"size_after\";i:31711;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:4513;s:11:\"size_before\";i:29606;s:10:\"size_after\";i:25093;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:4047;s:11:\"size_before\";i:26761;s:10:\"size_after\";i:22714;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:3965;s:11:\"size_before\";i:25487;s:10:\"size_after\";i:21522;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:7084;s:11:\"size_before\";i:49282;s:10:\"size_after\";i:42198;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:5284;s:11:\"size_before\";i:34593;s:10:\"size_after\";i:29309;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:8615;s:11:\"size_before\";i:61642;s:10:\"size_after\";i:53027;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:7944;s:11:\"size_before\";i:56123;s:10:\"size_after\";i:48179;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:6022;s:11:\"size_before\";i:39874;s:10:\"size_after\";i:33852;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.440000000000001278976924368180334568023681640625;s:5:\"bytes\";i:691;s:11:\"size_before\";i:3747;s:10:\"size_after\";i:3056;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.330000000000000015543122344752191565930843353271484375;s:5:\"bytes\";i:30;s:11:\"size_before\";i:9195;s:10:\"size_after\";i:9165;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:3589;s:11:\"size_before\";i:22143;s:10:\"size_after\";i:18554;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.81000000000000227373675443232059478759765625;s:5:\"bytes\";i:342;s:11:\"size_before\";i:929;s:10:\"size_after\";i:587;s:4:\"time\";d:1.04000000000000003552713678800500929355621337890625;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:6728;s:11:\"size_before\";i:46568;s:10:\"size_after\";i:39840;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:10462;s:11:\"size_before\";i:73624;s:10:\"size_after\";i:63162;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:14202;s:11:\"size_before\";i:102562;s:10:\"size_after\";i:88360;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:331;s:11:\"size_before\";i:819;s:10:\"size_after\";i:488;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:4000;s:11:\"size_before\";i:27879;s:10:\"size_after\";i:23879;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:11264;s:11:\"size_before\";i:78409;s:10:\"size_after\";i:67145;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.75999999999999801048033987171947956085205078125;s:5:\"bytes\";i:324;s:11:\"size_before\";i:906;s:10:\"size_after\";i:582;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:3760;s:11:\"size_before\";i:25831;s:10:\"size_after\";i:22071;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:10242;s:11:\"size_before\";i:71546;s:10:\"size_after\";i:61304;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:13716;s:11:\"size_before\";i:100142;s:10:\"size_after\";i:86426;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.0499999999999971578290569595992565155029296875;s:5:\"bytes\";i:316;s:11:\"size_before\";i:853;s:10:\"size_after\";i:537;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3620;s:11:\"size_before\";i:24874;s:10:\"size_after\";i:21254;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:9840;s:11:\"size_before\";i:68490;s:10:\"size_after\";i:58650;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:13316;s:11:\"size_before\";i:95994;s:10:\"size_after\";i:82678;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.50999999999999801048033987171947956085205078125;s:5:\"bytes\";i:317;s:11:\"size_before\";i:845;s:10:\"size_after\";i:528;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:5539;s:11:\"size_before\";i:39490;s:10:\"size_after\";i:33951;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:348;s:11:\"size_before\";i:1018;s:10:\"size_after\";i:670;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.190000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:79;s:11:\"size_before\";i:42198;s:10:\"size_after\";i:42119;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1700000000000000122124532708767219446599483489990234375;s:5:\"bytes\";i:98;s:11:\"size_before\";i:58650;s:10:\"size_after\";i:58552;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"bytes\";i:164;s:11:\"size_before\";i:82678;s:10:\"size_after\";i:82514;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.56000000000000227373675443232059478759765625;s:5:\"bytes\";i:325;s:11:\"size_before\";i:782;s:10:\"size_after\";i:457;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:2973;s:11:\"size_before\";i:19141;s:10:\"size_after\";i:16168;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:353;s:11:\"size_before\";i:1123;s:10:\"size_after\";i:770;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1600000000000000033306690738754696212708950042724609375;s:5:\"bytes\";i:54;s:11:\"size_before\";i:33951;s:10:\"size_after\";i:33897;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.340000000000003410605131648480892181396484375;s:5:\"bytes\";i:358;s:11:\"size_before\";i:1107;s:10:\"size_after\";i:749;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2300000000000000099920072216264088638126850128173828125;s:5:\"bytes\";i:113;s:11:\"size_before\";i:48179;s:10:\"size_after\";i:48066;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"bytes\";i:133;s:11:\"size_before\";i:67145;s:10:\"size_after\";i:67012;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.7999999999999971578290569595992565155029296875;s:5:\"bytes\";i:322;s:11:\"size_before\";i:809;s:10:\"size_after\";i:487;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(904,224,'wp-smush-lossy','1'),(905,224,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.929699129339301322261235327459871768951416015625;s:5:\"bytes\";i:207651;s:11:\"size_before\";i:1490707;s:10:\"size_after\";i:1283056;s:4:\"time\";d:6.68999999999999772626324556767940521240234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.2200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:1620;s:11:\"size_before\";i:11394;s:10:\"size_after\";i:9774;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:839;s:11:\"size_before\";i:5296;s:10:\"size_after\";i:4457;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:7715;s:11:\"size_before\";i:51073;s:10:\"size_after\";i:43358;s:4:\"time\";d:1.399999999999999911182158029987476766109466552734375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1194;s:11:\"size_before\";i:7788;s:10:\"size_after\";i:6594;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.260000000000001563194018672220408916473388671875;s:5:\"bytes\";i:573;s:11:\"size_before\";i:3138;s:10:\"size_after\";i:2565;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4794;s:11:\"size_before\";i:30598;s:10:\"size_after\";i:25804;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:2856;s:11:\"size_before\";i:19938;s:10:\"size_after\";i:17082;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:2769;s:11:\"size_before\";i:18982;s:10:\"size_after\";i:16213;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:2725;s:11:\"size_before\";i:18388;s:10:\"size_after\";i:15663;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:4048;s:11:\"size_before\";i:27688;s:10:\"size_after\";i:23640;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:5117;s:11:\"size_before\";i:32305;s:10:\"size_after\";i:27188;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.25;s:5:\"bytes\";i:3668;s:11:\"size_before\";i:25739;s:10:\"size_after\";i:22071;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:4736;s:11:\"size_before\";i:30811;s:10:\"size_after\";i:26075;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:5870;s:11:\"size_before\";i:36874;s:10:\"size_after\";i:31004;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:505;s:11:\"size_before\";i:2618;s:10:\"size_after\";i:2113;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.11000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:7;s:11:\"size_before\";i:6594;s:10:\"size_after\";i:6587;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:1986;s:11:\"size_before\";i:14246;s:10:\"size_after\";i:12260;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.659999999999996589394868351519107818603515625;s:5:\"bytes\";i:334;s:11:\"size_before\";i:911;s:10:\"size_after\";i:577;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:3705;s:11:\"size_before\";i:24858;s:10:\"size_after\";i:21153;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:11069;s:11:\"size_before\";i:67524;s:10:\"size_after\";i:56455;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:15618;s:11:\"size_before\";i:89647;s:10:\"size_after\";i:74029;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:317;s:11:\"size_before\";i:825;s:10:\"size_after\";i:508;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.39999999999999857891452847979962825775146484375;s:5:\"bytes\";i:2605;s:11:\"size_before\";i:15885;s:10:\"size_after\";i:13280;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:10456;s:11:\"size_before\";i:63700;s:10:\"size_after\";i:53244;s:4:\"time\";d:0.58999999999999996891375531049561686813831329345703125;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.27000000000000312638803734444081783294677734375;s:5:\"bytes\";i:321;s:11:\"size_before\";i:910;s:10:\"size_after\";i:589;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:2295;s:11:\"size_before\";i:14402;s:10:\"size_after\";i:12107;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:9797;s:11:\"size_before\";i:59438;s:10:\"size_after\";i:49641;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:14414;s:11:\"size_before\";i:87497;s:10:\"size_after\";i:73083;s:4:\"time\";d:0.25;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.97999999999999687361196265555918216705322265625;s:5:\"bytes\";i:318;s:11:\"size_before\";i:860;s:10:\"size_after\";i:542;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:2147;s:11:\"size_before\";i:13686;s:10:\"size_after\";i:11539;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.010000000000001563194018672220408916473388671875;s:5:\"bytes\";i:9171;s:11:\"size_before\";i:57290;s:10:\"size_after\";i:48119;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.260000000000001563194018672220408916473388671875;s:5:\"bytes\";i:14484;s:11:\"size_before\";i:83910;s:10:\"size_after\";i:69426;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:322;s:11:\"size_before\";i:852;s:10:\"size_after\";i:530;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.35000000000000142108547152020037174224853515625;s:5:\"bytes\";i:4487;s:11:\"size_before\";i:24456;s:10:\"size_after\";i:19969;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:15455;s:11:\"size_before\";i:92747;s:10:\"size_after\";i:77292;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.25999999999999801048033987171947956085205078125;s:5:\"bytes\";i:330;s:11:\"size_before\";i:936;s:10:\"size_after\";i:606;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.14000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:33;s:11:\"size_before\";i:23640;s:10:\"size_after\";i:23607;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.620000000000000994759830064140260219573974609375;s:5:\"bytes\";i:10557;s:11:\"size_before\";i:63526;s:10:\"size_after\";i:52969;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:72;s:11:\"size_before\";i:69426;s:10:\"size_after\";i:69354;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.7999999999999971578290569595992565155029296875;s:5:\"bytes\";i:317;s:11:\"size_before\";i:777;s:10:\"size_after\";i:460;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1273;s:11:\"size_before\";i:8722;s:10:\"size_after\";i:7449;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:13829;s:11:\"size_before\";i:83905;s:10:\"size_after\";i:70076;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.38000000000000255795384873636066913604736328125;s:5:\"bytes\";i:328;s:11:\"size_before\";i:954;s:10:\"size_after\";i:626;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:10;s:11:\"size_before\";i:19969;s:10:\"size_after\";i:19959;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:65;s:11:\"size_before\";i:77292;s:10:\"size_after\";i:77227;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.10000000000000142108547152020037174224853515625;s:5:\"bytes\";i:330;s:11:\"size_before\";i:997;s:10:\"size_after\";i:667;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"bytes\";i:51;s:11:\"size_before\";i:26075;s:10:\"size_after\";i:26024;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:11795;s:11:\"size_before\";i:70806;s:10:\"size_after\";i:59011;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.7999999999999971578290569595992565155029296875;s:5:\"bytes\";i:324;s:11:\"size_before\";i:814;s:10:\"size_after\";i:490;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(906,223,'wp-smush-lossy','1'),(907,223,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:15.6947764217937884012599170091561973094940185546875;s:5:\"bytes\";i:742900;s:11:\"size_before\";i:4733422;s:10:\"size_after\";i:3990522;s:4:\"time\";d:10.659999999999996589394868351519107818603515625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:6431;s:11:\"size_before\";i:31061;s:10:\"size_after\";i:24630;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:2324;s:11:\"size_before\";i:10956;s:10:\"size_after\";i:8632;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.969999999999998863131622783839702606201171875;s:5:\"bytes\";i:33318;s:11:\"size_before\";i:175632;s:10:\"size_after\";i:142314;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.780000000000001136868377216160297393798828125;s:5:\"bytes\";i:3851;s:11:\"size_before\";i:18529;s:10:\"size_after\";i:14678;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1165;s:11:\"size_before\";i:5379;s:10:\"size_after\";i:4214;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.5799999999999982946974341757595539093017578125;s:5:\"bytes\";i:14515;s:11:\"size_before\";i:82569;s:10:\"size_after\";i:68054;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.809999999999998721023075631819665431976318359375;s:5:\"bytes\";i:12246;s:11:\"size_before\";i:58860;s:10:\"size_after\";i:46614;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:11049;s:11:\"size_before\";i:53429;s:10:\"size_after\";i:42380;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.75;s:5:\"bytes\";i:10538;s:11:\"size_before\";i:50783;s:10:\"size_after\";i:40245;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.10000000000000142108547152020037174224853515625;s:5:\"bytes\";i:19338;s:11:\"size_before\";i:96204;s:10:\"size_after\";i:76866;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:13637;s:11:\"size_before\";i:82814;s:10:\"size_after\";i:69177;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:17069;s:11:\"size_before\";i:83563;s:10:\"size_after\";i:66494;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.60000000000000142108547152020037174224853515625;s:5:\"bytes\";i:21330;s:11:\"size_before\";i:108822;s:10:\"size_after\";i:87492;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:15867;s:11:\"size_before\";i:96374;s:10:\"size_after\";i:80507;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1169;s:11:\"size_before\";i:5496;s:10:\"size_after\";i:4327;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.40000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:59;s:11:\"size_before\";i:14678;s:10:\"size_after\";i:14619;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.780000000000001136868377216160297393798828125;s:5:\"bytes\";i:8506;s:11:\"size_before\";i:40938;s:10:\"size_after\";i:32432;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:337;s:11:\"size_before\";i:918;s:10:\"size_after\";i:581;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.89999999999999857891452847979962825775146484375;s:5:\"bytes\";i:17534;s:11:\"size_before\";i:88107;s:10:\"size_after\";i:70573;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.870000000000000994759830064140260219573974609375;s:5:\"bytes\";i:39666;s:11:\"size_before\";i:210195;s:10:\"size_after\";i:170529;s:4:\"time\";d:0.7600000000000000088817841970012523233890533447265625;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.620000000000000994759830064140260219573974609375;s:5:\"bytes\";i:57078;s:11:\"size_before\";i:306523;s:10:\"size_after\";i:249445;s:4:\"time\";d:0.66000000000000003108624468950438313186168670654296875;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:317;s:11:\"size_before\";i:812;s:10:\"size_after\";i:495;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.309999999999998721023075631819665431976318359375;s:5:\"bytes\";i:10544;s:11:\"size_before\";i:54602;s:10:\"size_after\";i:44058;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:31961;s:11:\"size_before\";i:193346;s:10:\"size_after\";i:161385;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:35;s:5:\"bytes\";i:315;s:11:\"size_before\";i:900;s:10:\"size_after\";i:585;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.9200000000000017053025658242404460906982421875;s:5:\"bytes\";i:9978;s:11:\"size_before\";i:50089;s:10:\"size_after\";i:40111;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:28707;s:11:\"size_before\";i:174223;s:10:\"size_after\";i:145516;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:55802;s:11:\"size_before\";i:299273;s:10:\"size_after\";i:243471;s:4:\"time\";d:0.729999999999999982236431605997495353221893310546875;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.2000000000000028421709430404007434844970703125;s:5:\"bytes\";i:314;s:11:\"size_before\";i:844;s:10:\"size_after\";i:530;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.14999999999999857891452847979962825775146484375;s:5:\"bytes\";i:9748;s:11:\"size_before\";i:48378;s:10:\"size_after\";i:38630;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:27317;s:11:\"size_before\";i:165336;s:10:\"size_after\";i:138019;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:53479;s:11:\"size_before\";i:286026;s:10:\"size_after\";i:232547;s:4:\"time\";d:0.65000000000000002220446049250313080847263336181640625;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.780000000000001136868377216160297393798828125;s:5:\"bytes\";i:317;s:11:\"size_before\";i:839;s:10:\"size_after\";i:522;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:15734;s:11:\"size_before\";i:82707;s:10:\"size_after\";i:66973;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:58548;s:11:\"size_before\";i:315600;s:10:\"size_after\";i:257052;s:4:\"time\";d:0.60999999999999998667732370449812151491641998291015625;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.6700000000000017053025658242404460906982421875;s:5:\"bytes\";i:335;s:11:\"size_before\";i:995;s:10:\"size_after\";i:660;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.330000000000000015543122344752191565930843353271484375;s:5:\"bytes\";i:257;s:11:\"size_before\";i:76866;s:10:\"size_after\";i:76609;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:36376;s:11:\"size_before\";i:193309;s:10:\"size_after\";i:156933;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.40000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:933;s:11:\"size_before\";i:232547;s:10:\"size_after\";i:231614;s:4:\"time\";d:0.560000000000000053290705182007513940334320068359375;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:308;s:11:\"size_before\";i:777;s:10:\"size_after\";i:469;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:4598;s:11:\"size_before\";i:22262;s:10:\"size_after\";i:17664;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.559999999999998721023075631819665431976318359375;s:5:\"bytes\";i:45070;s:11:\"size_before\";i:272105;s:10:\"size_after\";i:227035;s:4:\"time\";d:0.440000000000000002220446049250313080847263336181640625;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.06000000000000227373675443232059478759765625;s:5:\"bytes\";i:345;s:11:\"size_before\";i:984;s:10:\"size_after\";i:639;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.460000000000000019984014443252817727625370025634765625;s:5:\"bytes\";i:311;s:11:\"size_before\";i:66973;s:10:\"size_after\";i:66662;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.340000000000000024424906541753443889319896697998046875;s:5:\"bytes\";i:871;s:11:\"size_before\";i:257052;s:10:\"size_after\";i:256181;s:4:\"time\";d:0.440000000000000002220446049250313080847263336181640625;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.409999999999996589394868351519107818603515625;s:5:\"bytes\";i:350;s:11:\"size_before\";i:1080;s:10:\"size_after\";i:730;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.450000000000000011102230246251565404236316680908203125;s:5:\"bytes\";i:391;s:11:\"size_before\";i:87492;s:10:\"size_after\";i:87101;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:42343;s:11:\"size_before\";i:225374;s:10:\"size_after\";i:183031;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.9500000000000028421709430404007434844970703125;s:5:\"bytes\";i:304;s:11:\"size_before\";i:801;s:10:\"size_after\";i:497;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(908,222,'wp-smush-lossy','1'),(909,222,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:15.567858906173928090765912202186882495880126953125;s:5:\"bytes\";i:724587;s:11:\"size_before\";i:4654378;s:10:\"size_after\";i:3929791;s:4:\"time\";d:10.7899999999999973709918776876293122768402099609375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:6384;s:11:\"size_before\";i:31106;s:10:\"size_after\";i:24722;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.260000000000001563194018672220408916473388671875;s:5:\"bytes\";i:2329;s:11:\"size_before\";i:10957;s:10:\"size_after\";i:8628;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:33352;s:11:\"size_before\";i:175207;s:10:\"size_after\";i:141855;s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:3825;s:11:\"size_before\";i:18418;s:10:\"size_after\";i:14593;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.510000000000001563194018672220408916473388671875;s:5:\"bytes\";i:1166;s:11:\"size_before\";i:5421;s:10:\"size_after\";i:4255;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.5799999999999982946974341757595539093017578125;s:5:\"bytes\";i:14280;s:11:\"size_before\";i:81210;s:10:\"size_after\";i:66930;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:11678;s:11:\"size_before\";i:57879;s:10:\"size_after\";i:46201;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.35000000000000142108547152020037174224853515625;s:5:\"bytes\";i:10659;s:11:\"size_before\";i:52384;s:10:\"size_after\";i:41725;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:10082;s:11:\"size_before\";i:49903;s:10:\"size_after\";i:39821;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.190000000000001278976924368180334568023681640625;s:5:\"bytes\";i:19380;s:11:\"size_before\";i:95987;s:10:\"size_after\";i:76607;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.35000000000000142108547152020037174224853515625;s:5:\"bytes\";i:13396;s:11:\"size_before\";i:81950;s:10:\"size_after\";i:68554;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:17018;s:11:\"size_before\";i:83471;s:10:\"size_after\";i:66453;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:20691;s:11:\"size_before\";i:107371;s:10:\"size_after\";i:86680;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.260000000000001563194018672220408916473388671875;s:5:\"bytes\";i:15456;s:11:\"size_before\";i:95067;s:10:\"size_after\";i:79611;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1106;s:11:\"size_before\";i:5334;s:10:\"size_after\";i:4228;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.320000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:46;s:11:\"size_before\";i:14593;s:10:\"size_after\";i:14547;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.260000000000001563194018672220408916473388671875;s:5:\"bytes\";i:8207;s:11:\"size_before\";i:40509;s:10:\"size_after\";i:32302;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:328;s:11:\"size_before\";i:925;s:10:\"size_after\";i:597;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.559999999999998721023075631819665431976318359375;s:5:\"bytes\";i:16947;s:11:\"size_before\";i:86660;s:10:\"size_after\";i:69713;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.60000000000000142108547152020037174224853515625;s:5:\"bytes\";i:38108;s:11:\"size_before\";i:204911;s:10:\"size_after\";i:166803;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:56847;s:11:\"size_before\";i:303617;s:10:\"size_after\";i:246770;s:4:\"time\";d:0.57999999999999996003197111349436454474925994873046875;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.340000000000003410605131648480892181396484375;s:5:\"bytes\";i:330;s:11:\"size_before\";i:818;s:10:\"size_after\";i:488;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:9525;s:11:\"size_before\";i:51249;s:10:\"size_after\";i:41724;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:31045;s:11:\"size_before\";i:189167;s:10:\"size_after\";i:158122;s:4:\"time\";d:1.37999999999999989341858963598497211933135986328125;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:325;s:11:\"size_before\";i:900;s:10:\"size_after\";i:575;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:9155;s:11:\"size_before\";i:47427;s:10:\"size_after\";i:38272;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:27803;s:11:\"size_before\";i:170401;s:10:\"size_after\";i:142598;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:55043;s:11:\"size_before\";i:296065;s:10:\"size_after\";i:241022;s:4:\"time\";d:0.560000000000000053290705182007513940334320068359375;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:315;s:11:\"size_before\";i:844;s:10:\"size_after\";i:529;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:8932;s:11:\"size_before\";i:45709;s:10:\"size_after\";i:36777;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:26212;s:11:\"size_before\";i:161710;s:10:\"size_after\";i:135498;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:52560;s:11:\"size_before\";i:282401;s:10:\"size_after\";i:229841;s:4:\"time\";d:0.5;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.0799999999999982946974341757595539093017578125;s:5:\"bytes\";i:321;s:11:\"size_before\";i:843;s:10:\"size_after\";i:522;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.760000000000001563194018672220408916473388671875;s:5:\"bytes\";i:13112;s:11:\"size_before\";i:73820;s:10:\"size_after\";i:60708;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:58755;s:11:\"size_before\";i:314157;s:10:\"size_after\";i:255402;s:4:\"time\";d:0.5;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:345;s:11:\"size_before\";i:999;s:10:\"size_after\";i:654;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.419999999999999984456877655247808434069156646728515625;s:5:\"bytes\";i:318;s:11:\"size_before\";i:76607;s:10:\"size_after\";i:76289;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.510000000000001563194018672220408916473388671875;s:5:\"bytes\";i:34892;s:11:\"size_before\";i:188511;s:10:\"size_after\";i:153619;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.440000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:1016;s:11:\"size_before\";i:229841;s:10:\"size_after\";i:228825;s:4:\"time\";d:0.56999999999999995115018691649311222136020660400390625;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.35000000000000142108547152020037174224853515625;s:5:\"bytes\";i:318;s:11:\"size_before\";i:769;s:10:\"size_after\";i:451;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.809999999999998721023075631819665431976318359375;s:5:\"bytes\";i:4628;s:11:\"size_before\";i:22242;s:10:\"size_after\";i:17614;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.60000000000000142108547152020037174224853515625;s:5:\"bytes\";i:45045;s:11:\"size_before\";i:271349;s:10:\"size_after\";i:226304;s:4:\"time\";d:0.560000000000000053290705182007513940334320068359375;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.840000000000003410605131648480892181396484375;s:5:\"bytes\";i:334;s:11:\"size_before\";i:987;s:10:\"size_after\";i:653;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:181;s:11:\"size_before\";i:60708;s:10:\"size_after\";i:60527;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.36999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:946;s:11:\"size_before\";i:255402;s:10:\"size_after\";i:254456;s:4:\"time\";d:0.56999999999999995115018691649311222136020660400390625;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:337;s:11:\"size_before\";i:1077;s:10:\"size_after\";i:740;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.419999999999999984456877655247808434069156646728515625;s:5:\"bytes\";i:366;s:11:\"size_before\";i:86680;s:10:\"size_after\";i:86314;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.559999999999998721023075631819665431976318359375;s:5:\"bytes\";i:40827;s:11:\"size_before\";i:220018;s:10:\"size_after\";i:179191;s:4:\"time\";d:0.419999999999999984456877655247808434069156646728515625;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:316;s:11:\"size_before\";i:797;s:10:\"size_after\";i:481;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(910,221,'wp-smush-lossy','1'),(911,221,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:15.118770014254383937668535509146749973297119140625;s:5:\"bytes\";i:671173;s:11:\"size_before\";i:4439336;s:10:\"size_after\";i:3768163;s:4:\"time\";d:11.1499999999999968025576890795491635799407958984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:6129;s:11:\"size_before\";i:30186;s:10:\"size_after\";i:24057;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:2222;s:11:\"size_before\";i:10747;s:10:\"size_after\";i:8525;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.559999999999998721023075631819665431976318359375;s:5:\"bytes\";i:31036;s:11:\"size_before\";i:167262;s:10:\"size_after\";i:136226;s:4:\"time\";d:1.12999999999999989341858963598497211933135986328125;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:3711;s:11:\"size_before\";i:18085;s:10:\"size_after\";i:14374;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.39999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1154;s:11:\"size_before\";i:5393;s:10:\"size_after\";i:4239;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:12833;s:11:\"size_before\";i:76205;s:10:\"size_after\";i:63372;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.940000000000001278976924368180334568023681640625;s:5:\"bytes\";i:11134;s:11:\"size_before\";i:55849;s:10:\"size_after\";i:44715;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:9965;s:11:\"size_before\";i:50526;s:10:\"size_after\";i:40561;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:9534;s:11:\"size_before\";i:48036;s:10:\"size_after\";i:38502;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:17951;s:11:\"size_before\";i:91348;s:10:\"size_after\";i:73397;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:11966;s:11:\"size_before\";i:75859;s:10:\"size_after\";i:63893;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:15805;s:11:\"size_before\";i:80291;s:10:\"size_after\";i:64486;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.559999999999998721023075631819665431976318359375;s:5:\"bytes\";i:18906;s:11:\"size_before\";i:101885;s:10:\"size_after\";i:82979;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:14056;s:11:\"size_before\";i:88847;s:10:\"size_after\";i:74791;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.5;s:5:\"bytes\";i:1055;s:11:\"size_before\";i:5147;s:10:\"size_after\";i:4092;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2300000000000000099920072216264088638126850128173828125;s:5:\"bytes\";i:33;s:11:\"size_before\";i:14374;s:10:\"size_after\";i:14341;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:7935;s:11:\"size_before\";i:39391;s:10:\"size_after\";i:31456;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:332;s:11:\"size_before\";i:925;s:10:\"size_after\";i:593;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.89999999999999857891452847979962825775146484375;s:5:\"bytes\";i:15579;s:11:\"size_before\";i:82448;s:10:\"size_after\";i:66869;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:35006;s:11:\"size_before\";i:194272;s:10:\"size_after\";i:159266;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.190000000000001278976924368180334568023681640625;s:5:\"bytes\";i:52790;s:11:\"size_before\";i:290145;s:10:\"size_after\";i:237355;s:4:\"time\";d:0.4699999999999999733546474089962430298328399658203125;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:322;s:11:\"size_before\";i:819;s:10:\"size_after\";i:497;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.969999999999998863131622783839702606201171875;s:5:\"bytes\";i:8755;s:11:\"size_before\";i:48733;s:10:\"size_after\";i:39978;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:28779;s:11:\"size_before\";i:180278;s:10:\"size_after\";i:151499;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:332;s:11:\"size_before\";i:906;s:10:\"size_after\";i:574;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.809999999999998721023075631819665431976318359375;s:5:\"bytes\";i:8543;s:11:\"size_before\";i:45408;s:10:\"size_after\";i:36865;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:25715;s:11:\"size_before\";i:161831;s:10:\"size_after\";i:136116;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.14999999999999857891452847979962825775146484375;s:5:\"bytes\";i:51272;s:11:\"size_before\";i:282493;s:10:\"size_after\";i:231221;s:4:\"time\";d:0.560000000000000053290705182007513940334320068359375;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.24000000000000198951966012828052043914794921875;s:5:\"bytes\";i:325;s:11:\"size_before\";i:850;s:10:\"size_after\";i:525;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:8257;s:11:\"size_before\";i:43816;s:10:\"size_after\";i:35559;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:24366;s:11:\"size_before\";i:153552;s:10:\"size_after\";i:129186;s:4:\"time\";d:0.6999999999999999555910790149937383830547332763671875;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:48818;s:11:\"size_before\";i:269131;s:10:\"size_after\";i:220313;s:4:\"time\";d:0.479999999999999982236431605997495353221893310546875;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.409999999999996589394868351519107818603515625;s:5:\"bytes\";i:315;s:11:\"size_before\";i:842;s:10:\"size_after\";i:527;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:12000;s:11:\"size_before\";i:70122;s:10:\"size_after\";i:58122;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.190000000000001278976924368180334568023681640625;s:5:\"bytes\";i:54587;s:11:\"size_before\";i:300119;s:10:\"size_after\";i:245532;s:4:\"time\";d:0.88000000000000000444089209850062616169452667236328125;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.13000000000000255795384873636066913604736328125;s:5:\"bytes\";i:333;s:11:\"size_before\";i:1005;s:10:\"size_after\";i:672;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:223;s:11:\"size_before\";i:73397;s:10:\"size_after\";i:73174;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:31762;s:11:\"size_before\";i:178226;s:10:\"size_after\";i:146464;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:671;s:11:\"size_before\";i:220313;s:10:\"size_after\";i:219642;s:4:\"time\";d:0.60999999999999998667732370449812151491641998291015625;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.159999999999996589394868351519107818603515625;s:5:\"bytes\";i:308;s:11:\"size_before\";i:767;s:10:\"size_after\";i:459;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.379999999999999005240169935859739780426025390625;s:5:\"bytes\";i:4435;s:11:\"size_before\";i:21764;s:10:\"size_after\";i:17329;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:42171;s:11:\"size_before\";i:258816;s:10:\"size_after\";i:216645;s:4:\"time\";d:0.4699999999999999733546474089962430298328399658203125;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.74000000000000198951966012828052043914794921875;s:5:\"bytes\";i:345;s:11:\"size_before\";i:993;s:10:\"size_after\";i:648;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.25;s:5:\"bytes\";i:147;s:11:\"size_before\";i:58122;s:10:\"size_after\";i:57975;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.340000000000000024424906541753443889319896697998046875;s:5:\"bytes\";i:833;s:11:\"size_before\";i:245532;s:10:\"size_after\";i:244699;s:4:\"time\";d:0.59999999999999997779553950749686919152736663818359375;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:362;s:11:\"size_before\";i:1077;s:10:\"size_after\";i:715;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.320000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:269;s:11:\"size_before\";i:82979;s:10:\"size_after\";i:82710;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.89999999999999857891452847979962825775146484375;s:5:\"bytes\";i:37488;s:11:\"size_before\";i:209429;s:10:\"size_after\";i:171941;s:4:\"time\";d:0.460000000000000019984014443252817727625370025634765625;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.74000000000000198951966012828052043914794921875;s:5:\"bytes\";i:308;s:11:\"size_before\";i:795;s:10:\"size_after\";i:487;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(912,220,'wp-smush-lossy','1'),(913,220,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.166851635340687920461277826689183712005615234375;s:5:\"bytes\";i:177486;s:11:\"size_before\";i:1347976;s:10:\"size_after\";i:1170490;s:4:\"time\";d:6.239999999999998436805981327779591083526611328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1540;s:11:\"size_before\";i:11156;s:10:\"size_after\";i:9616;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:734;s:11:\"size_before\";i:4969;s:10:\"size_after\";i:4235;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:7053;s:11:\"size_before\";i:48661;s:10:\"size_after\";i:41608;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:15;s:5:\"bytes\";i:1097;s:11:\"size_before\";i:7315;s:10:\"size_after\";i:6218;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.14999999999999857891452847979962825775146484375;s:5:\"bytes\";i:556;s:11:\"size_before\";i:3064;s:10:\"size_after\";i:2508;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.39999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3922;s:11:\"size_before\";i:23920;s:10:\"size_after\";i:19998;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.2200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:2530;s:11:\"size_before\";i:17794;s:10:\"size_after\";i:15264;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.25;s:5:\"bytes\";i:2305;s:11:\"size_before\";i:16177;s:10:\"size_after\";i:13872;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:2251;s:11:\"size_before\";i:15530;s:10:\"size_after\";i:13279;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:4142;s:11:\"size_before\";i:28692;s:10:\"size_after\";i:24550;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.510000000000001563194018672220408916473388671875;s:5:\"bytes\";i:4010;s:11:\"size_before\";i:24284;s:10:\"size_after\";i:20274;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3375;s:11:\"size_before\";i:24907;s:10:\"size_after\";i:21532;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:4718;s:11:\"size_before\";i:32962;s:10:\"size_after\";i:28244;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:4605;s:11:\"size_before\";i:28259;s:10:\"size_after\";i:23654;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:18;s:5:\"bytes\";i:535;s:11:\"size_before\";i:2973;s:10:\"size_after\";i:2438;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2099999999999999922284388276239042170345783233642578125;s:5:\"bytes\";i:13;s:11:\"size_before\";i:6218;s:10:\"size_after\";i:6205;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1881;s:11:\"size_before\";i:13361;s:10:\"size_after\";i:11480;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.159999999999996589394868351519107818603515625;s:5:\"bytes\";i:321;s:11:\"size_before\";i:913;s:10:\"size_after\";i:592;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:3965;s:11:\"size_before\";i:27237;s:10:\"size_after\";i:23272;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.219999999999998863131622783839702606201171875;s:5:\"bytes\";i:8956;s:11:\"size_before\";i:55225;s:10:\"size_after\";i:46269;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:12714;s:11:\"size_before\";i:80310;s:10:\"size_after\";i:67596;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.00999999999999801048033987171947956085205078125;s:5:\"bytes\";i:316;s:11:\"size_before\";i:810;s:10:\"size_after\";i:494;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:2692;s:11:\"size_before\";i:18173;s:10:\"size_after\";i:15481;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:8574;s:11:\"size_before\";i:54180;s:10:\"size_after\";i:45606;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:310;s:11:\"size_before\";i:891;s:10:\"size_after\";i:581;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:2451;s:11:\"size_before\";i:16757;s:10:\"size_after\";i:14306;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:7791;s:11:\"size_before\";i:49147;s:10:\"size_after\";i:41356;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:12310;s:11:\"size_before\";i:78415;s:10:\"size_after\";i:66105;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.36999999999999744204615126363933086395263671875;s:5:\"bytes\";i:303;s:11:\"size_before\";i:833;s:10:\"size_after\";i:530;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:2381;s:11:\"size_before\";i:16129;s:10:\"size_after\";i:13748;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:7485;s:11:\"size_before\";i:47023;s:10:\"size_after\";i:39538;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:11754;s:11:\"size_before\";i:74767;s:10:\"size_after\";i:63013;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.24000000000000198951966012828052043914794921875;s:5:\"bytes\";i:308;s:11:\"size_before\";i:827;s:10:\"size_after\";i:519;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:3801;s:11:\"size_before\";i:25567;s:10:\"size_after\";i:21766;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:12868;s:11:\"size_before\";i:82844;s:10:\"size_after\";i:69976;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:335;s:11:\"size_before\";i:976;s:10:\"size_after\";i:641;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:63;s:11:\"size_before\";i:24550;s:10:\"size_after\";i:24487;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:8344;s:11:\"size_before\";i:51216;s:10:\"size_after\";i:42872;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.14000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:86;s:11:\"size_before\";i:63013;s:10:\"size_after\";i:62927;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.22999999999999687361196265555918216705322265625;s:5:\"bytes\";i:315;s:11:\"size_before\";i:764;s:10:\"size_after\";i:449;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1247;s:11:\"size_before\";i:8691;s:10:\"size_after\";i:7444;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:11928;s:11:\"size_before\";i:76774;s:10:\"size_after\";i:64846;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:328;s:11:\"size_before\";i:969;s:10:\"size_after\";i:641;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.11999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:27;s:11:\"size_before\";i:21766;s:10:\"size_after\";i:21739;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:69976;s:10:\"size_after\";i:69976;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:330;s:11:\"size_before\";i:1030;s:10:\"size_after\";i:700;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.289999999999999980015985556747182272374629974365234375;s:5:\"bytes\";i:82;s:11:\"size_before\";i:28244;s:10:\"size_after\";i:28162;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.14999999999999857891452847979962825775146484375;s:5:\"bytes\";i:9516;s:11:\"size_before\";i:58914;s:10:\"size_after\";i:49398;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.60000000000000142108547152020037174224853515625;s:5:\"bytes\";i:318;s:11:\"size_before\";i:803;s:10:\"size_after\";i:485;s:4:\"time\";d:1.020000000000000017763568394002504646778106689453125;}}}'),(914,219,'wp-smush-lossy','1'),(915,219,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.41131427286166655221677501685917377471923828125;s:5:\"bytes\";i:213464;s:11:\"size_before\";i:1591671;s:10:\"size_after\";i:1378207;s:4:\"time\";d:4.969999999999998863131622783839702606201171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1749;s:11:\"size_before\";i:12213;s:10:\"size_after\";i:10464;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.440000000000001278976924368180334568023681640625;s:5:\"bytes\";i:827;s:11:\"size_before\";i:5029;s:10:\"size_after\";i:4202;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:8555;s:11:\"size_before\";i:57531;s:10:\"size_after\";i:48976;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1152;s:11:\"size_before\";i:7595;s:10:\"size_after\";i:6443;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:548;s:11:\"size_before\";i:2915;s:10:\"size_after\";i:2367;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:4536;s:11:\"size_before\";i:24820;s:10:\"size_after\";i:20284;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:3076;s:11:\"size_before\";i:19884;s:10:\"size_after\";i:16808;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2817;s:11:\"size_before\";i:18111;s:10:\"size_after\";i:15294;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2708;s:11:\"size_before\";i:17035;s:10:\"size_after\";i:14327;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:4794;s:11:\"size_before\";i:32105;s:10:\"size_after\";i:27311;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.89999999999999857891452847979962825775146484375;s:5:\"bytes\";i:4723;s:11:\"size_before\";i:24988;s:10:\"size_after\";i:20265;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:4247;s:11:\"size_before\";i:28762;s:10:\"size_after\";i:24515;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:5506;s:11:\"size_before\";i:36547;s:10:\"size_after\";i:31041;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:5507;s:11:\"size_before\";i:29817;s:10:\"size_after\";i:24310;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:505;s:11:\"size_before\";i:2784;s:10:\"size_after\";i:2279;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1700000000000000122124532708767219446599483489990234375;s:5:\"bytes\";i:11;s:11:\"size_before\";i:6443;s:10:\"size_after\";i:6432;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:2236;s:11:\"size_before\";i:14781;s:10:\"size_after\";i:12545;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:313;s:11:\"size_before\";i:865;s:10:\"size_after\";i:552;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:4522;s:11:\"size_before\";i:29921;s:10:\"size_after\";i:25399;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:11248;s:11:\"size_before\";i:69504;s:10:\"size_after\";i:58256;s:4:\"time\";d:0.25;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:15504;s:11:\"size_before\";i:99847;s:10:\"size_after\";i:84343;s:4:\"time\";d:0.25;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:40;s:5:\"bytes\";i:322;s:11:\"size_before\";i:805;s:10:\"size_after\";i:483;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:2768;s:11:\"size_before\";i:18278;s:10:\"size_after\";i:15510;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:10463;s:11:\"size_before\";i:66001;s:10:\"size_after\";i:55538;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:316;s:11:\"size_before\";i:864;s:10:\"size_after\";i:548;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:2491;s:11:\"size_before\";i:16646;s:10:\"size_after\";i:14155;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:9517;s:11:\"size_before\";i:59395;s:10:\"size_after\";i:49878;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:15129;s:11:\"size_before\";i:97833;s:10:\"size_after\";i:82704;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.35000000000000142108547152020037174224853515625;s:5:\"bytes\";i:316;s:11:\"size_before\";i:824;s:10:\"size_after\";i:508;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.25;s:5:\"bytes\";i:2464;s:11:\"size_before\";i:16159;s:10:\"size_after\";i:13695;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:9012;s:11:\"size_before\";i:56003;s:10:\"size_after\";i:46991;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:14848;s:11:\"size_before\";i:94005;s:10:\"size_after\";i:79157;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.72999999999999687361196265555918216705322265625;s:5:\"bytes\";i:309;s:11:\"size_before\";i:819;s:10:\"size_after\";i:510;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:4377;s:11:\"size_before\";i:27413;s:10:\"size_after\";i:23036;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:16177;s:11:\"size_before\";i:103307;s:10:\"size_after\";i:87130;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.2000000000000028421709430404007434844970703125;s:5:\"bytes\";i:320;s:11:\"size_before\";i:909;s:10:\"size_after\";i:589;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.13000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:36;s:11:\"size_before\";i:27311;s:10:\"size_after\";i:27275;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:10300;s:11:\"size_before\";i:63456;s:10:\"size_after\";i:53156;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"bytes\";i:118;s:11:\"size_before\";i:79157;s:10:\"size_after\";i:79039;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:316;s:11:\"size_before\";i:762;s:10:\"size_after\";i:446;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1351;s:11:\"size_before\";i:9165;s:10:\"size_after\";i:7814;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:14417;s:11:\"size_before\";i:92795;s:10:\"size_after\";i:78378;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.9200000000000017053025658242404460906982421875;s:5:\"bytes\";i:315;s:11:\"size_before\";i:902;s:10:\"size_after\";i:587;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.13000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:29;s:11:\"size_before\";i:23036;s:10:\"size_after\";i:23007;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:89;s:11:\"size_before\";i:87130;s:10:\"size_after\";i:87041;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.02000000000000312638803734444081783294677734375;s:5:\"bytes\";i:330;s:11:\"size_before\";i:970;s:10:\"size_after\";i:640;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"bytes\";i:47;s:11:\"size_before\";i:31041;s:10:\"size_after\";i:30994;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:11884;s:11:\"size_before\";i:74398;s:10:\"size_after\";i:62514;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.38000000000000255795384873636066913604736328125;s:5:\"bytes\";i:319;s:11:\"size_before\";i:790;s:10:\"size_after\";i:471;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(916,218,'wp-smush-lossy','1'),(917,218,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.66025762909442420323102851398289203643798828125;s:5:\"bytes\";i:262471;s:11:\"size_before\";i:2250988;s:10:\"size_after\";i:1988517;s:4:\"time\";d:6.3499999999999996447286321199499070644378662109375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:2727;s:11:\"size_before\";i:17514;s:10:\"size_after\";i:14787;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:1307;s:11:\"size_before\";i:7345;s:10:\"size_after\";i:6038;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.1300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:10496;s:11:\"size_before\";i:79913;s:10:\"size_after\";i:69417;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:1950;s:11:\"size_before\";i:11501;s:10:\"size_after\";i:9551;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:759;s:11:\"size_before\";i:4013;s:10:\"size_after\";i:3254;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.2200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:6917;s:11:\"size_before\";i:48658;s:10:\"size_after\";i:41741;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:4731;s:11:\"size_before\";i:31516;s:10:\"size_after\";i:26785;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.2200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:4475;s:11:\"size_before\";i:29405;s:10:\"size_after\";i:24930;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:4361;s:11:\"size_before\";i:28081;s:10:\"size_after\";i:23720;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:6359;s:11:\"size_before\";i:46124;s:10:\"size_after\";i:39765;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:7304;s:11:\"size_before\";i:52446;s:10:\"size_after\";i:45142;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:5818;s:11:\"size_before\";i:41201;s:10:\"size_after\";i:35383;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:6956;s:11:\"size_before\";i:51090;s:10:\"size_after\";i:44134;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:8093;s:11:\"size_before\";i:58220;s:10:\"size_after\";i:50127;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.9200000000000017053025658242404460906982421875;s:5:\"bytes\";i:801;s:11:\"size_before\";i:4022;s:10:\"size_after\";i:3221;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:25;s:11:\"size_before\";i:9551;s:10:\"size_after\";i:9526;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:3436;s:11:\"size_before\";i:22661;s:10:\"size_after\";i:19225;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.159999999999996589394868351519107818603515625;s:5:\"bytes\";i:333;s:11:\"size_before\";i:947;s:10:\"size_after\";i:614;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:5797;s:11:\"size_before\";i:41728;s:10:\"size_after\";i:35931;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:13448;s:11:\"size_before\";i:98584;s:10:\"size_after\";i:85136;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:17117;s:11:\"size_before\";i:130061;s:10:\"size_after\";i:112944;s:4:\"time\";d:0.419999999999999984456877655247808434069156646728515625;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:329;s:11:\"size_before\";i:842;s:10:\"size_after\";i:513;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:3774;s:11:\"size_before\";i:26438;s:10:\"size_after\";i:22664;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:12331;s:11:\"size_before\";i:93657;s:10:\"size_after\";i:81326;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.43999999999999772626324556767940521240234375;s:5:\"bytes\";i:322;s:11:\"size_before\";i:935;s:10:\"size_after\";i:613;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.25;s:5:\"bytes\";i:3493;s:11:\"size_before\";i:24520;s:10:\"size_after\";i:21027;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.3100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:11573;s:11:\"size_before\";i:86924;s:10:\"size_after\";i:75351;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:16803;s:11:\"size_before\";i:127749;s:10:\"size_after\";i:110946;s:4:\"time\";d:0.25;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.6700000000000017053025658242404460906982421875;s:5:\"bytes\";i:319;s:11:\"size_before\";i:870;s:10:\"size_after\";i:551;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:3428;s:11:\"size_before\";i:23799;s:10:\"size_after\";i:20371;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.3100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:11092;s:11:\"size_before\";i:83348;s:10:\"size_after\";i:72256;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:16123;s:11:\"size_before\";i:123156;s:10:\"size_after\";i:107033;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.3299999999999982946974341757595539093017578125;s:5:\"bytes\";i:330;s:11:\"size_before\";i:861;s:10:\"size_after\";i:531;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:4894;s:11:\"size_before\";i:35759;s:10:\"size_after\";i:30865;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.1899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:17643;s:11:\"size_before\";i:133804;s:10:\"size_after\";i:116161;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.3299999999999982946974341757595539093017578125;s:5:\"bytes\";i:335;s:11:\"size_before\";i:1005;s:10:\"size_after\";i:670;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:120;s:11:\"size_before\";i:39765;s:10:\"size_after\";i:39645;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:12611;s:11:\"size_before\";i:93054;s:10:\"size_after\";i:80443;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"bytes\";i:211;s:11:\"size_before\";i:107033;s:10:\"size_after\";i:106822;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:319;s:11:\"size_before\";i:781;s:10:\"size_after\";i:462;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:2108;s:11:\"size_before\";i:13158;s:10:\"size_after\";i:11050;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:15810;s:11:\"size_before\";i:121840;s:10:\"size_after\";i:106030;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.39999999999999857891452847979962825775146484375;s:5:\"bytes\";i:330;s:11:\"size_before\";i:988;s:10:\"size_after\";i:658;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2300000000000000099920072216264088638126850128173828125;s:5:\"bytes\";i:72;s:11:\"size_before\";i:30865;s:10:\"size_after\";i:30793;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.179999999999999993338661852249060757458209991455078125;s:5:\"bytes\";i:213;s:11:\"size_before\";i:116161;s:10:\"size_after\";i:115948;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.52000000000000312638803734444081783294677734375;s:5:\"bytes\";i:357;s:11:\"size_before\";i:1065;s:10:\"size_after\";i:708;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.34999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:153;s:11:\"size_before\";i:44134;s:10:\"size_after\";i:43981;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:13847;s:11:\"size_before\";i:103081;s:10:\"size_after\";i:89234;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:321;s:11:\"size_before\";i:815;s:10:\"size_after\";i:494;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}}}'),(918,217,'wp-smush-lossy','1'),(919,217,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.521536605356534010979885351844131946563720703125;s:5:\"bytes\";i:226321;s:11:\"size_before\";i:1964330;s:10:\"size_after\";i:1738009;s:4:\"time\";d:5.59999999999999875655021241982467472553253173828125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.25;s:5:\"bytes\";i:2575;s:11:\"size_before\";i:16880;s:10:\"size_after\";i:14305;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1260;s:11:\"size_before\";i:7136;s:10:\"size_after\";i:5876;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:9339;s:11:\"size_before\";i:71737;s:10:\"size_after\";i:62398;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:1800;s:11:\"size_before\";i:11003;s:10:\"size_after\";i:9203;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.379999999999999005240169935859739780426025390625;s:5:\"bytes\";i:766;s:11:\"size_before\";i:3953;s:10:\"size_after\";i:3187;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:5901;s:11:\"size_before\";i:41028;s:10:\"size_after\";i:35127;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:4189;s:11:\"size_before\";i:28976;s:10:\"size_after\";i:24787;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:3924;s:11:\"size_before\";i:27010;s:10:\"size_after\";i:23086;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:3830;s:11:\"size_before\";i:26070;s:10:\"size_after\";i:22240;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:5663;s:11:\"size_before\";i:42296;s:10:\"size_after\";i:36633;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:6100;s:11:\"size_before\";i:43057;s:10:\"size_after\";i:36957;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:5321;s:11:\"size_before\";i:38394;s:10:\"size_after\";i:33073;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:6143;s:11:\"size_before\";i:46071;s:10:\"size_after\";i:39928;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:6799;s:11:\"size_before\";i:48172;s:10:\"size_after\";i:41373;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.10000000000000142108547152020037174224853515625;s:5:\"bytes\";i:803;s:11:\"size_before\";i:3995;s:10:\"size_after\";i:3192;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2800000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:26;s:11:\"size_before\";i:9203;s:10:\"size_after\";i:9177;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:3134;s:11:\"size_before\";i:21297;s:10:\"size_after\";i:18163;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.5799999999999982946974341757595539093017578125;s:5:\"bytes\";i:324;s:11:\"size_before\";i:937;s:10:\"size_after\";i:613;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.4399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:5094;s:11:\"size_before\";i:37915;s:10:\"size_after\";i:32821;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:10814;s:11:\"size_before\";i:82019;s:10:\"size_after\";i:71205;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:14586;s:11:\"size_before\";i:111626;s:10:\"size_after\";i:97040;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:326;s:11:\"size_before\";i:827;s:10:\"size_after\";i:501;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:3339;s:11:\"size_before\";i:24271;s:10:\"size_after\";i:20932;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:10652;s:11:\"size_before\";i:80894;s:10:\"size_after\";i:70242;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.49000000000000198951966012828052043914794921875;s:5:\"bytes\";i:317;s:11:\"size_before\";i:919;s:10:\"size_after\";i:602;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.25;s:5:\"bytes\";i:3238;s:11:\"size_before\";i:22726;s:10:\"size_after\";i:19488;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:10041;s:11:\"size_before\";i:74888;s:10:\"size_after\";i:64847;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:14222;s:11:\"size_before\";i:109652;s:10:\"size_after\";i:95430;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:325;s:11:\"size_before\";i:860;s:10:\"size_after\";i:535;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.2200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:3126;s:11:\"size_before\";i:21980;s:10:\"size_after\";i:18854;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:9629;s:11:\"size_before\";i:72217;s:10:\"size_after\";i:62588;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:13790;s:11:\"size_before\";i:105486;s:10:\"size_after\";i:91696;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.36999999999999744204615126363933086395263671875;s:5:\"bytes\";i:321;s:11:\"size_before\";i:859;s:10:\"size_after\";i:538;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:4166;s:11:\"size_before\";i:31206;s:10:\"size_after\";i:27040;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:14810;s:11:\"size_before\";i:114924;s:10:\"size_after\";i:100114;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:33;s:5:\"bytes\";i:329;s:11:\"size_before\";i:997;s:10:\"size_after\";i:668;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.289999999999999980015985556747182272374629974365234375;s:5:\"bytes\";i:105;s:11:\"size_before\";i:36633;s:10:\"size_after\";i:36528;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:10448;s:11:\"size_before\";i:77278;s:10:\"size_after\";i:66830;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.11000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:104;s:11:\"size_before\";i:91696;s:10:\"size_after\";i:91592;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.43999999999999772626324556767940521240234375;s:5:\"bytes\";i:315;s:11:\"size_before\";i:779;s:10:\"size_after\";i:464;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:2019;s:11:\"size_before\";i:12665;s:10:\"size_after\";i:10646;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:13642;s:11:\"size_before\";i:107392;s:10:\"size_after\";i:93750;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.219999999999998863131622783839702606201171875;s:5:\"bytes\";i:335;s:11:\"size_before\";i:979;s:10:\"size_after\";i:644;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.179999999999999993338661852249060757458209991455078125;s:5:\"bytes\";i:49;s:11:\"size_before\";i:27040;s:10:\"size_after\";i:26991;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.14000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:141;s:11:\"size_before\";i:100114;s:10:\"size_after\";i:99973;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:356;s:11:\"size_before\";i:1058;s:10:\"size_after\";i:702;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.270000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:109;s:11:\"size_before\";i:39928;s:10:\"size_after\";i:39819;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.1300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:11357;s:11:\"size_before\";i:86476;s:10:\"size_after\";i:75119;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.3299999999999982946974341757595539093017578125;s:5:\"bytes\";i:319;s:11:\"size_before\";i:811;s:10:\"size_after\";i:492;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(920,216,'wp-smush-lossy','1'),(921,216,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.787372160955090549805390764959156513214111328125;s:5:\"bytes\";i:261366;s:11:\"size_before\";i:2217339;s:10:\"size_after\";i:1955973;s:4:\"time\";d:8.7399999999999966604491419275291264057159423828125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:2675;s:11:\"size_before\";i:16998;s:10:\"size_after\";i:14323;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1262;s:11:\"size_before\";i:7128;s:10:\"size_after\";i:5866;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:10164;s:11:\"size_before\";i:77262;s:10:\"size_after\";i:67098;s:4:\"time\";d:0.58999999999999996891375531049561686813831329345703125;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:1849;s:11:\"size_before\";i:11189;s:10:\"size_after\";i:9340;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:762;s:11:\"size_before\";i:3940;s:10:\"size_after\";i:3178;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:7313;s:11:\"size_before\";i:51093;s:10:\"size_after\";i:43780;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:4448;s:11:\"size_before\";i:30718;s:10:\"size_after\";i:26270;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:4235;s:11:\"size_before\";i:29076;s:10:\"size_after\";i:24841;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:4059;s:11:\"size_before\";i:27922;s:10:\"size_after\";i:23863;s:4:\"time\";d:1.0700000000000000621724893790087662637233734130859375;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.7799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:5976;s:11:\"size_before\";i:43381;s:10:\"size_after\";i:37405;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:7569;s:11:\"size_before\";i:54267;s:10:\"size_after\";i:46698;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:5483;s:11:\"size_before\";i:39673;s:10:\"size_after\";i:34190;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:6376;s:11:\"size_before\";i:47770;s:10:\"size_after\";i:41394;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:8507;s:11:\"size_before\";i:61221;s:10:\"size_after\";i:52714;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:727;s:11:\"size_before\";i:3701;s:10:\"size_after\";i:2974;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:28;s:11:\"size_before\";i:9340;s:10:\"size_after\";i:9312;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3336;s:11:\"size_before\";i:22113;s:10:\"size_after\";i:18777;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:343;s:11:\"size_before\";i:939;s:10:\"size_after\";i:596;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:5389;s:11:\"size_before\";i:39341;s:10:\"size_after\";i:33952;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.5299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:13339;s:11:\"size_before\";i:98567;s:10:\"size_after\";i:85228;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:17793;s:11:\"size_before\";i:129256;s:10:\"size_after\";i:111463;s:4:\"time\";d:0.25;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.06000000000000227373675443232059478759765625;s:5:\"bytes\";i:322;s:11:\"size_before\";i:846;s:10:\"size_after\";i:524;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3351;s:11:\"size_before\";i:24910;s:10:\"size_after\";i:21559;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:12313;s:11:\"size_before\";i:92678;s:10:\"size_after\";i:80365;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.97999999999999687361196265555918216705322265625;s:5:\"bytes\";i:326;s:11:\"size_before\";i:932;s:10:\"size_after\";i:606;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:3205;s:11:\"size_before\";i:23404;s:10:\"size_after\";i:20199;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.3699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:11600;s:11:\"size_before\";i:86782;s:10:\"size_after\";i:75182;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:17381;s:11:\"size_before\";i:126678;s:10:\"size_after\";i:109297;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.18999999999999772626324556767940521240234375;s:5:\"bytes\";i:333;s:11:\"size_before\";i:872;s:10:\"size_after\";i:539;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3165;s:11:\"size_before\";i:22884;s:10:\"size_after\";i:19719;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.3100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:11126;s:11:\"size_before\";i:83585;s:10:\"size_after\";i:72459;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:16933;s:11:\"size_before\";i:122013;s:10:\"size_after\";i:105080;s:4:\"time\";d:0.419999999999999984456877655247808434069156646728515625;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.61999999999999744204615126363933086395263671875;s:5:\"bytes\";i:325;s:11:\"size_before\";i:864;s:10:\"size_after\";i:539;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.5299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:4483;s:11:\"size_before\";i:33136;s:10:\"size_after\";i:28653;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:17885;s:11:\"size_before\";i:132546;s:10:\"size_after\";i:114661;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.60000000000000142108547152020037174224853515625;s:5:\"bytes\";i:347;s:11:\"size_before\";i:1003;s:10:\"size_after\";i:656;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1700000000000000122124532708767219446599483489990234375;s:5:\"bytes\";i:65;s:11:\"size_before\";i:37405;s:10:\"size_after\";i:37340;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:12699;s:11:\"size_before\";i:92976;s:10:\"size_after\";i:80277;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.13000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:139;s:11:\"size_before\";i:105080;s:10:\"size_after\";i:104941;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:325;s:11:\"size_before\";i:781;s:10:\"size_after\";i:456;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:2031;s:11:\"size_before\";i:12724;s:10:\"size_after\";i:10693;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:15997;s:11:\"size_before\";i:119737;s:10:\"size_after\";i:103740;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:343;s:11:\"size_before\";i:1015;s:10:\"size_after\";i:672;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1600000000000000033306690738754696212708950042724609375;s:5:\"bytes\";i:46;s:11:\"size_before\";i:28653;s:10:\"size_after\";i:28607;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1700000000000000122124532708767219446599483489990234375;s:5:\"bytes\";i:193;s:11:\"size_before\";i:114661;s:10:\"size_after\";i:114468;s:4:\"time\";d:1.12000000000000010658141036401502788066864013671875;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:347;s:11:\"size_before\";i:1082;s:10:\"size_after\";i:735;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2300000000000000099920072216264088638126850128173828125;s:5:\"bytes\";i:96;s:11:\"size_before\";i:41394;s:10:\"size_after\";i:41298;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:14042;s:11:\"size_before\";i:102985;s:10:\"size_after\";i:88943;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.50999999999999801048033987171947956085205078125;s:5:\"bytes\";i:315;s:11:\"size_before\";i:818;s:10:\"size_after\";i:503;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(922,215,'wp-smush-lossy','1'),(923,215,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:15.0326276821110358383748462074436247348785400390625;s:5:\"bytes\";i:192517;s:11:\"size_before\";i:1280661;s:10:\"size_after\";i:1088144;s:4:\"time\";d:4.64999999999999946709294817992486059665679931640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1544;s:11:\"size_before\";i:10609;s:10:\"size_after\";i:9065;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.5;s:5:\"bytes\";i:792;s:11:\"size_before\";i:4800;s:10:\"size_after\";i:4008;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.60000000000000142108547152020037174224853515625;s:5:\"bytes\";i:7476;s:11:\"size_before\";i:45027;s:10:\"size_after\";i:37551;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1082;s:11:\"size_before\";i:7090;s:10:\"size_after\";i:6008;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.739999999999998436805981327779591083526611328125;s:5:\"bytes\";i:530;s:11:\"size_before\";i:2988;s:10:\"size_after\";i:2458;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:3825;s:11:\"size_before\";i:20978;s:10:\"size_after\";i:17153;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2546;s:11:\"size_before\";i:16610;s:10:\"size_after\";i:14064;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.75;s:5:\"bytes\";i:2351;s:11:\"size_before\";i:14925;s:10:\"size_after\";i:12574;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2207;s:11:\"size_before\";i:14098;s:10:\"size_after\";i:11891;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4005;s:11:\"size_before\";i:26405;s:10:\"size_after\";i:22400;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:4083;s:11:\"size_before\";i:21615;s:10:\"size_after\";i:17532;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:3484;s:11:\"size_before\";i:23179;s:10:\"size_after\";i:19695;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:4838;s:11:\"size_before\";i:29813;s:10:\"size_after\";i:24975;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:4777;s:11:\"size_before\";i:25084;s:10:\"size_after\";i:20307;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:573;s:11:\"size_before\";i:2988;s:10:\"size_after\";i:2415;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"bytes\";i:12;s:11:\"size_before\";i:6008;s:10:\"size_after\";i:5996;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1890;s:11:\"size_before\";i:12772;s:10:\"size_after\";i:10882;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.8299999999999982946974341757595539093017578125;s:5:\"bytes\";i:330;s:11:\"size_before\";i:896;s:10:\"size_after\";i:566;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:3948;s:11:\"size_before\";i:24845;s:10:\"size_after\";i:20897;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:9862;s:11:\"size_before\";i:53001;s:10:\"size_after\";i:43139;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:14650;s:11:\"size_before\";i:78561;s:10:\"size_after\";i:63911;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.2000000000000028421709430404007434844970703125;s:5:\"bytes\";i:322;s:11:\"size_before\";i:801;s:10:\"size_after\";i:479;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:2689;s:11:\"size_before\";i:17378;s:10:\"size_after\";i:14689;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:9356;s:11:\"size_before\";i:51892;s:10:\"size_after\";i:42536;s:4:\"time\";d:0.25;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.99000000000000198951966012828052043914794921875;s:5:\"bytes\";i:321;s:11:\"size_before\";i:892;s:10:\"size_after\";i:571;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:2508;s:11:\"size_before\";i:15981;s:10:\"size_after\";i:13473;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.489999999999998436805981327779591083526611328125;s:5:\"bytes\";i:8533;s:11:\"size_before\";i:46155;s:10:\"size_after\";i:37622;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:14150;s:11:\"size_before\";i:76949;s:10:\"size_after\";i:62799;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.06000000000000227373675443232059478759765625;s:5:\"bytes\";i:325;s:11:\"size_before\";i:832;s:10:\"size_after\";i:507;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:15;s:5:\"bytes\";i:2301;s:11:\"size_before\";i:15339;s:10:\"size_after\";i:13038;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.059999999999998721023075631819665431976318359375;s:5:\"bytes\";i:7889;s:11:\"size_before\";i:43678;s:10:\"size_after\";i:35789;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:13549;s:11:\"size_before\";i:73781;s:10:\"size_after\";i:60232;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:326;s:11:\"size_before\";i:832;s:10:\"size_after\";i:506;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.260000000000001563194018672220408916473388671875;s:5:\"bytes\";i:4354;s:11:\"size_before\";i:25224;s:10:\"size_after\";i:20870;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:15147;s:11:\"size_before\";i:81556;s:10:\"size_after\";i:66409;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.89999999999999857891452847979962825775146484375;s:5:\"bytes\";i:334;s:11:\"size_before\";i:957;s:10:\"size_after\";i:623;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:5;s:11:\"size_before\";i:22400;s:10:\"size_after\";i:22395;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:8920;s:11:\"size_before\";i:48411;s:10:\"size_after\";i:39491;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:44;s:11:\"size_before\";i:60232;s:10:\"size_after\";i:60188;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:319;s:11:\"size_before\";i:766;s:10:\"size_after\";i:447;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:1181;s:11:\"size_before\";i:8164;s:10:\"size_after\";i:6983;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:13336;s:11:\"size_before\";i:73631;s:10:\"size_after\";i:60295;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.50999999999999801048033987171947956085205078125;s:5:\"bytes\";i:337;s:11:\"size_before\";i:949;s:10:\"size_after\";i:612;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.11000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:23;s:11:\"size_before\";i:20870;s:10:\"size_after\";i:20847;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:50;s:11:\"size_before\";i:66409;s:10:\"size_after\";i:66359;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.36999999999999744204615126363933086395263671875;s:5:\"bytes\";i:331;s:11:\"size_before\";i:992;s:10:\"size_after\";i:661;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:21;s:11:\"size_before\";i:24975;s:10:\"size_after\";i:24954;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:10723;s:11:\"size_before\";i:57532;s:10:\"size_after\";i:46809;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.2000000000000028421709430404007434844970703125;s:5:\"bytes\";i:318;s:11:\"size_before\";i:791;s:10:\"size_after\";i:473;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(924,214,'wp-smush-lossy','1'),(925,214,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.402107415500182696632691659033298492431640625;s:5:\"bytes\";i:294165;s:11:\"size_before\";i:2194916;s:10:\"size_after\";i:1900751;s:4:\"time\";d:7.80000000000000159872115546022541821002960205078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:2455;s:11:\"size_before\";i:15211;s:10:\"size_after\";i:12756;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.989999999999998436805981327779591083526611328125;s:5:\"bytes\";i:1163;s:11:\"size_before\";i:6463;s:10:\"size_after\";i:5300;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:11478;s:11:\"size_before\";i:75022;s:10:\"size_after\";i:63544;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.25;s:5:\"bytes\";i:1759;s:11:\"size_before\";i:10196;s:10:\"size_after\";i:8437;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:713;s:11:\"size_before\";i:3557;s:10:\"size_after\";i:2844;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:6616;s:11:\"size_before\";i:42442;s:10:\"size_after\";i:35826;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.309999999999998721023075631819665431976318359375;s:5:\"bytes\";i:4660;s:11:\"size_before\";i:28566;s:10:\"size_after\";i:23906;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:4250;s:11:\"size_before\";i:26510;s:10:\"size_after\";i:22260;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:4143;s:11:\"size_before\";i:25453;s:10:\"size_after\";i:21310;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:6714;s:11:\"size_before\";i:43374;s:10:\"size_after\";i:36660;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:6832;s:11:\"size_before\";i:43649;s:10:\"size_after\";i:36817;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:5542;s:11:\"size_before\";i:36569;s:10:\"size_after\";i:31027;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:7747;s:11:\"size_before\";i:50633;s:10:\"size_after\";i:42886;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:7695;s:11:\"size_before\";i:50020;s:10:\"size_after\";i:42325;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:706;s:11:\"size_before\";i:3594;s:10:\"size_after\";i:2888;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.4699999999999999733546474089962430298328399658203125;s:5:\"bytes\";i:40;s:11:\"size_before\";i:8437;s:10:\"size_after\";i:8397;s:4:\"time\";d:1.0300000000000000266453525910037569701671600341796875;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.219999999999998863131622783839702606201171875;s:5:\"bytes\";i:3302;s:11:\"size_before\";i:20354;s:10:\"size_after\";i:17052;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.9200000000000017053025658242404460906982421875;s:5:\"bytes\";i:319;s:11:\"size_before\";i:888;s:10:\"size_after\";i:569;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:6509;s:11:\"size_before\";i:41930;s:10:\"size_after\";i:35421;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:15471;s:11:\"size_before\";i:98135;s:10:\"size_after\";i:82664;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:21075;s:11:\"size_before\";i:132034;s:10:\"size_after\";i:110959;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.2999999999999971578290569595992565155029296875;s:5:\"bytes\";i:325;s:11:\"size_before\";i:827;s:10:\"size_after\";i:502;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:4287;s:11:\"size_before\";i:27434;s:10:\"size_after\";i:23147;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:13908;s:11:\"size_before\";i:92268;s:10:\"size_after\";i:78360;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:320;s:11:\"size_before\";i:876;s:10:\"size_after\";i:556;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:4042;s:11:\"size_before\";i:25451;s:10:\"size_after\";i:21409;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:12726;s:11:\"size_before\";i:84887;s:10:\"size_after\";i:72161;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:21033;s:11:\"size_before\";i:130171;s:10:\"size_after\";i:109138;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:317;s:11:\"size_before\";i:835;s:10:\"size_after\";i:518;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:3891;s:11:\"size_before\";i:24426;s:10:\"size_after\";i:20535;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";i:15;s:5:\"bytes\";i:12189;s:11:\"size_before\";i:81259;s:10:\"size_after\";i:69070;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:20532;s:11:\"size_before\";i:126013;s:10:\"size_after\";i:105481;s:4:\"time\";d:0.520000000000000017763568394002504646778106689453125;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:315;s:11:\"size_before\";i:836;s:10:\"size_after\";i:521;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:6255;s:11:\"size_before\";i:39524;s:10:\"size_after\";i:33269;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:21498;s:11:\"size_before\";i:134631;s:10:\"size_after\";i:113133;s:4:\"time\";d:0.4899999999999999911182158029987476766109466552734375;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.81000000000000227373675443232059478759765625;s:5:\"bytes\";i:330;s:11:\"size_before\";i:976;s:10:\"size_after\";i:646;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.190000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:71;s:11:\"size_before\";i:36660;s:10:\"size_after\";i:36589;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:14377;s:11:\"size_before\";i:91577;s:10:\"size_after\";i:77200;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:50;s:11:\"size_before\";i:105481;s:10:\"size_after\";i:105431;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.2999999999999971578290569595992565155029296875;s:5:\"bytes\";i:327;s:11:\"size_before\";i:773;s:10:\"size_after\";i:446;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:1859;s:11:\"size_before\";i:11290;s:10:\"size_after\";i:9431;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:18725;s:11:\"size_before\";i:119655;s:10:\"size_after\";i:100930;s:4:\"time\";d:0.25;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.00999999999999801048033987171947956085205078125;s:5:\"bytes\";i:341;s:11:\"size_before\";i:974;s:10:\"size_after\";i:633;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2399999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:80;s:11:\"size_before\";i:33269;s:10:\"size_after\";i:33189;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.11000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:126;s:11:\"size_before\";i:113133;s:10:\"size_after\";i:113007;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.090000000000003410605131648480892181396484375;s:5:\"bytes\";i:346;s:11:\"size_before\";i:1015;s:10:\"size_after\";i:669;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2399999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:104;s:11:\"size_before\";i:42886;s:10:\"size_after\";i:42782;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:16285;s:11:\"size_before\";i:103949;s:10:\"size_after\";i:87664;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.47999999999999687361196265555918216705322265625;s:5:\"bytes\";i:317;s:11:\"size_before\";i:803;s:10:\"size_after\";i:486;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(926,213,'wp-smush-lossy','1'),(927,213,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.8877906093482099691982512013055384159088134765625;s:5:\"bytes\";i:427554;s:11:\"size_before\";i:3317512;s:10:\"size_after\";i:2889958;s:4:\"time\";d:8.5499999999999971578290569595992565155029296875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:4107;s:11:\"size_before\";i:21736;s:10:\"size_after\";i:17629;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.489999999999998436805981327779591083526611328125;s:5:\"bytes\";i:1458;s:11:\"size_before\";i:7482;s:10:\"size_after\";i:6024;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"ug_big\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.309999999999998721023075631819665431976318359375;s:5:\"bytes\";i:20724;s:11:\"size_before\";i:127089;s:10:\"size_after\";i:106365;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:2206;s:11:\"size_before\";i:12103;s:10:\"size_after\";i:9897;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:777;s:11:\"size_before\";i:3926;s:10:\"size_after\";i:3149;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:7693;s:11:\"size_before\";i:52180;s:10:\"size_after\";i:44487;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:6683;s:11:\"size_before\";i:37310;s:10:\"size_after\";i:30627;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:5996;s:11:\"size_before\";i:33347;s:10:\"size_after\";i:27351;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.89999999999999857891452847979962825775146484375;s:5:\"bytes\";i:5661;s:11:\"size_before\";i:31631;s:10:\"size_after\";i:25970;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:11759;s:11:\"size_before\";i:67260;s:10:\"size_after\";i:55501;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:7355;s:11:\"size_before\";i:53633;s:10:\"size_after\";i:46278;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:10820;s:11:\"size_before\";i:59053;s:10:\"size_after\";i:48233;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:12791;s:11:\"size_before\";i:76875;s:10:\"size_after\";i:64084;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:8481;s:11:\"size_before\";i:61760;s:10:\"size_after\";i:53279;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.739999999999998436805981327779591083526611328125;s:5:\"bytes\";i:862;s:11:\"size_before\";i:4366;s:10:\"size_after\";i:3504;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.179999999999999993338661852249060757458209991455078125;s:5:\"bytes\";i:18;s:11:\"size_before\";i:9897;s:10:\"size_after\";i:9879;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:4746;s:11:\"size_before\";i:26335;s:10:\"size_after\";i:21589;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.219999999999998863131622783839702606201171875;s:5:\"bytes\";i:326;s:11:\"size_before\";i:900;s:10:\"size_after\";i:574;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:10961;s:11:\"size_before\";i:62789;s:10:\"size_after\";i:51828;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:20318;s:11:\"size_before\";i:136412;s:10:\"size_after\";i:116094;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:23:\"revolution-bloglarge-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:33710;s:11:\"size_before\";i:222770;s:10:\"size_after\";i:189060;s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.5;s:5:\"bytes\";i:326;s:11:\"size_before\";i:805;s:10:\"size_after\";i:479;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.75;s:5:\"bytes\";i:6681;s:11:\"size_before\";i:39880;s:10:\"size_after\";i:33199;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:17406;s:11:\"size_before\";i:127469;s:10:\"size_after\";i:110063;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.340000000000003410605131648480892181396484375;s:5:\"bytes\";i:329;s:11:\"size_before\";i:881;s:10:\"size_after\";i:552;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.260000000000001563194018672220408916473388671875;s:5:\"bytes\";i:6252;s:11:\"size_before\";i:36229;s:10:\"size_after\";i:29977;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:15500;s:11:\"size_before\";i:112846;s:10:\"size_after\";i:97346;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:32602;s:11:\"size_before\";i:215140;s:10:\"size_after\";i:182538;s:4:\"time\";d:0.450000000000000011102230246251565404236316680908203125;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:322;s:11:\"size_before\";i:828;s:10:\"size_after\";i:506;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.75;s:5:\"bytes\";i:6191;s:11:\"size_before\";i:34883;s:10:\"size_after\";i:28692;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:14618;s:11:\"size_before\";i:106586;s:10:\"size_after\";i:91968;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:30702;s:11:\"size_before\";i:202515;s:10:\"size_after\";i:171813;s:4:\"time\";d:0.63000000000000000444089209850062616169452667236328125;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.969999999999998863131622783839702606201171875;s:5:\"bytes\";i:325;s:11:\"size_before\";i:834;s:10:\"size_after\";i:509;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:9229;s:11:\"size_before\";i:60899;s:10:\"size_after\";i:51670;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:35723;s:11:\"size_before\";i:234137;s:10:\"size_after\";i:198414;s:4:\"time\";d:0.66000000000000003108624468950438313186168670654296875;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:335;s:11:\"size_before\";i:965;s:10:\"size_after\";i:630;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2300000000000000099920072216264088638126850128173828125;s:5:\"bytes\";i:126;s:11:\"size_before\";i:55501;s:10:\"size_after\";i:55375;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:18516;s:11:\"size_before\";i:123848;s:10:\"size_after\";i:105332;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:29:\"revolution-squaresmallwide-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:170;s:11:\"size_before\";i:171813;s:10:\"size_after\";i:171643;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:315;s:11:\"size_before\";i:765;s:10:\"size_after\";i:450;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2902;s:11:\"size_before\";i:15552;s:10:\"size_after\";i:12650;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:28094;s:11:\"size_before\";i:201169;s:10:\"size_after\";i:173075;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.780000000000001136868377216160297393798828125;s:5:\"bytes\";i:349;s:11:\"size_before\";i:949;s:10:\"size_after\";i:600;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:42;s:11:\"size_before\";i:51670;s:10:\"size_after\";i:51628;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:109;s:11:\"size_before\";i:198414;s:10:\"size_after\";i:198305;s:4:\"time\";d:0.450000000000000011102230246251565404236316680908203125;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.2999999999999971578290569595992565155029296875;s:5:\"bytes\";i:343;s:11:\"size_before\";i:1030;s:10:\"size_after\";i:687;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.190000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:121;s:11:\"size_before\";i:64084;s:10:\"size_after\";i:63963;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:22162;s:11:\"size_before\";i:148174;s:10:\"size_after\";i:126012;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:312;s:11:\"size_before\";i:792;s:10:\"size_after\";i:480;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(928,209,'wp-smush-lossy','1'),(929,209,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:63.8754510223172502492161584086716175079345703125;s:5:\"bytes\";i:23899;s:11:\"size_before\";i:37415;s:10:\"size_after\";i:13516;s:4:\"time\";d:1.2900000000000002575717417130363173782825469970703125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:74.9599999999999937472239253111183643341064453125;s:5:\"bytes\";i:13718;s:11:\"size_before\";i:18300;s:10:\"size_after\";i:4582;s:4:\"time\";d:1.04000000000000003552713678800500929355621337890625;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:70.1700000000000017053025658242404460906982421875;s:5:\"bytes\";i:5542;s:11:\"size_before\";i:7898;s:10:\"size_after\";i:2356;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:48.1700000000000017053025658242404460906982421875;s:5:\"bytes\";i:633;s:11:\"size_before\";i:1314;s:10:\"size_after\";i:681;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:234;s:11:\"size_before\";i:744;s:10:\"size_after\";i:510;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:48.6700000000000017053025658242404460906982421875;s:5:\"bytes\";i:602;s:11:\"size_before\";i:1237;s:10:\"size_after\";i:635;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.99000000000000198951966012828052043914794921875;s:5:\"bytes\";i:464;s:11:\"size_before\";i:1132;s:10:\"size_after\";i:668;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.780000000000001136868377216160297393798828125;s:5:\"bytes\";i:325;s:11:\"size_before\";i:1056;s:10:\"size_after\";i:731;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:54.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:992;s:11:\"size_before\";i:1823;s:10:\"size_after\";i:831;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:127;s:11:\"size_before\";i:569;s:10:\"size_after\";i:442;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:681;s:10:\"size_after\";i:681;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:55.3299999999999982946974341757595539093017578125;s:5:\"bytes\";i:1101;s:11:\"size_before\";i:1990;s:10:\"size_after\";i:889;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.989999999999998436805981327779591083526611328125;s:5:\"bytes\";i:161;s:11:\"size_before\";i:671;s:10:\"size_after\";i:510;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(930,206,'wp-smush-lossy','1'),(931,206,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.0436207449553052128976560197770595550537109375;s:5:\"bytes\";i:63448;s:11:\"size_before\";i:788799;s:10:\"size_after\";i:725351;s:4:\"time\";d:2.839999999999999857891452847979962825775146484375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:42:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1674;s:11:\"size_before\";i:11615;s:10:\"size_after\";i:9941;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:906;s:11:\"size_before\";i:5923;s:10:\"size_after\";i:5017;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:5704;s:11:\"size_before\";i:44369;s:10:\"size_after\";i:38665;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:1231;s:11:\"size_before\";i:8506;s:10:\"size_after\";i:7275;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:617;s:11:\"size_before\";i:3582;s:10:\"size_after\";i:2965;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4071;s:11:\"size_before\";i:30832;s:10:\"size_after\";i:26761;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.8100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:2621;s:11:\"size_before\";i:20454;s:10:\"size_after\";i:17833;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";i:13;s:5:\"bytes\";i:2508;s:11:\"size_before\";i:19296;s:10:\"size_after\";i:16788;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2459;s:11:\"size_before\";i:18850;s:10:\"size_after\";i:16391;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4210;s:11:\"size_before\";i:31890;s:10:\"size_after\";i:27680;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:3866;s:11:\"size_before\";i:30669;s:10:\"size_after\";i:26803;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2231;s:11:\"size_before\";i:16328;s:10:\"size_after\";i:14097;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.82999999999999996003197111349436454474925994873046875;s:5:\"bytes\";i:230;s:11:\"size_before\";i:27680;s:10:\"size_after\";i:27450;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:4382;s:11:\"size_before\";i:35339;s:10:\"size_after\";i:30957;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:547;s:11:\"size_before\";i:3089;s:10:\"size_after\";i:2542;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.2199999999999999733546474089962430298328399658203125;s:5:\"bytes\";i:89;s:11:\"size_before\";i:7275;s:10:\"size_after\";i:7186;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.2200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:2037;s:11:\"size_before\";i:15407;s:10:\"size_after\";i:13370;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.9500000000000028421709430404007434844970703125;s:5:\"bytes\";i:331;s:11:\"size_before\";i:947;s:10:\"size_after\";i:616;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:3878;s:11:\"size_before\";i:28427;s:10:\"size_after\";i:24549;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.35000000000000142108547152020037174224853515625;s:5:\"bytes\";i:313;s:11:\"size_before\";i:838;s:10:\"size_after\";i:525;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:2307;s:11:\"size_before\";i:17324;s:10:\"size_after\";i:15017;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:6852;s:11:\"size_before\";i:53545;s:10:\"size_after\";i:46693;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.38000000000000255795384873636066913604736328125;s:5:\"bytes\";i:329;s:11:\"size_before\";i:930;s:10:\"size_after\";i:601;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.9499999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:143;s:11:\"size_before\";i:15017;s:10:\"size_after\";i:14874;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.67000000000000003996802888650563545525074005126953125;s:5:\"bytes\";i:313;s:11:\"size_before\";i:46693;s:10:\"size_after\";i:46380;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:315;s:11:\"size_before\";i:864;s:10:\"size_after\";i:549;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.5300000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:79;s:11:\"size_before\";i:14874;s:10:\"size_after\";i:14795;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.35999999999999998667732370449812151491641998291015625;s:5:\"bytes\";i:166;s:11:\"size_before\";i:46380;s:10:\"size_after\";i:46214;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.5;s:5:\"bytes\";i:315;s:11:\"size_before\";i:863;s:10:\"size_after\";i:548;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:39;s:11:\"size_before\";i:14795;s:10:\"size_after\";i:14756;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.13000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:59;s:11:\"size_before\";i:46214;s:10:\"size_after\";i:46155;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.1700000000000017053025658242404460906982421875;s:5:\"bytes\";i:341;s:11:\"size_before\";i:1028;s:10:\"size_after\";i:687;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.65000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:179;s:11:\"size_before\";i:27450;s:10:\"size_after\";i:27271;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:319;s:11:\"size_before\";i:792;s:10:\"size_after\";i:473;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:889;s:11:\"size_before\";i:6117;s:10:\"size_after\";i:5228;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:5779;s:11:\"size_before\";i:43652;s:10:\"size_after\";i:37873;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:320;s:11:\"size_before\";i:850;s:10:\"size_after\";i:530;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0899999999999999966693309261245303787291049957275390625;s:5:\"bytes\";i:14;s:11:\"size_before\";i:14756;s:10:\"size_after\";i:14742;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:47;s:11:\"size_before\";i:46155;s:10:\"size_after\";i:46108;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.219999999999998863131622783839702606201171875;s:5:\"bytes\";i:375;s:11:\"size_before\";i:1096;s:10:\"size_after\";i:721;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1600000000000000033306690738754696212708950042724609375;s:5:\"bytes\";i:44;s:11:\"size_before\";i:27271;s:10:\"size_after\";i:27227;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.0499999999999971578290569595992565155029296875;s:5:\"bytes\";i:319;s:11:\"size_before\";i:817;s:10:\"size_after\";i:498;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),(932,205,'wp-smush-lossy','1'),(933,205,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.16518234311377710810120333917438983917236328125;s:5:\"bytes\";i:102831;s:11:\"size_before\";i:1259384;s:10:\"size_after\";i:1156553;s:4:\"time\";d:4.30999999999999960920149533194489777088165283203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:42:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:2242;s:11:\"size_before\";i:14956;s:10:\"size_after\";i:12714;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1280;s:11:\"size_before\";i:8012;s:10:\"size_after\";i:6732;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.2200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:9355;s:11:\"size_before\";i:70758;s:10:\"size_after\";i:61403;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1948;s:11:\"size_before\";i:12487;s:10:\"size_after\";i:10539;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:806;s:11:\"size_before\";i:4408;s:10:\"size_after\";i:3602;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:6488;s:11:\"size_before\";i:47644;s:10:\"size_after\";i:41156;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:4778;s:11:\"size_before\";i:33743;s:10:\"size_after\";i:28965;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5;s:5:\"bytes\";i:4549;s:11:\"size_before\";i:31379;s:10:\"size_after\";i:26830;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:4415;s:11:\"size_before\";i:30115;s:10:\"size_after\";i:25700;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:6832;s:11:\"size_before\";i:49832;s:10:\"size_after\";i:43000;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.2200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:6209;s:11:\"size_before\";i:46973;s:10:\"size_after\";i:40764;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:3277;s:11:\"size_before\";i:22321;s:10:\"size_after\";i:19044;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:411;s:11:\"size_before\";i:43000;s:10:\"size_after\";i:42589;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:7318;s:11:\"size_before\";i:55659;s:10:\"size_after\";i:48341;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:658;s:11:\"size_before\";i:4120;s:10:\"size_after\";i:3462;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.4499999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:153;s:11:\"size_before\";i:10539;s:10:\"size_after\";i:10386;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:3511;s:11:\"size_before\";i:24402;s:10:\"size_after\";i:20891;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.74000000000000198951966012828052043914794921875;s:5:\"bytes\";i:320;s:11:\"size_before\";i:921;s:10:\"size_after\";i:601;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:5859;s:11:\"size_before\";i:42784;s:10:\"size_after\";i:36925;s:4:\"time\";d:0.5100000000000000088817841970012523233890533447265625;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.25999999999999801048033987171947956085205078125;s:5:\"bytes\";i:313;s:11:\"size_before\";i:818;s:10:\"size_after\";i:505;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:3443;s:11:\"size_before\";i:25958;s:10:\"size_after\";i:22515;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.5600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:12938;s:11:\"size_before\";i:95397;s:10:\"size_after\";i:82459;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.75;s:5:\"bytes\";i:319;s:11:\"size_before\";i:918;s:10:\"size_after\";i:599;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.9499999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:213;s:11:\"size_before\";i:22515;s:10:\"size_after\";i:22302;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.1399999999999999023003738329862244427204132080078125;s:5:\"bytes\";i:939;s:11:\"size_before\";i:82459;s:10:\"size_after\";i:81520;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:304;s:11:\"size_before\";i:857;s:10:\"size_after\";i:553;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.729999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:163;s:11:\"size_before\";i:22302;s:10:\"size_after\";i:22139;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.75;s:5:\"bytes\";i:608;s:11:\"size_before\";i:81520;s:10:\"size_after\";i:80912;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.74000000000000198951966012828052043914794921875;s:5:\"bytes\";i:313;s:11:\"size_before\";i:852;s:10:\"size_after\";i:539;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.25;s:5:\"bytes\";i:56;s:11:\"size_before\";i:22139;s:10:\"size_after\";i:22083;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.289999999999999980015985556747182272374629974365234375;s:5:\"bytes\";i:236;s:11:\"size_before\";i:80912;s:10:\"size_after\";i:80676;s:4:\"time\";d:0.25;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.8299999999999982946974341757595539093017578125;s:5:\"bytes\";i:343;s:11:\"size_before\";i:1014;s:10:\"size_after\";i:671;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.7600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:325;s:11:\"size_before\";i:42589;s:10:\"size_after\";i:42264;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.50999999999999801048033987171947956085205078125;s:5:\"bytes\";i:307;s:11:\"size_before\";i:777;s:10:\"size_after\";i:470;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:1102;s:11:\"size_before\";i:7061;s:10:\"size_after\";i:5959;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:9149;s:11:\"size_before\";i:69492;s:10:\"size_after\";i:60343;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:38;s:5:\"bytes\";i:312;s:11:\"size_before\";i:821;s:10:\"size_after\";i:509;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2099999999999999922284388276239042170345783233642578125;s:5:\"bytes\";i:47;s:11:\"size_before\";i:22083;s:10:\"size_after\";i:22036;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2200000000000000011102230246251565404236316680908203125;s:5:\"bytes\";i:176;s:11:\"size_before\";i:80676;s:10:\"size_after\";i:80500;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.239999999999998436805981327779591083526611328125;s:5:\"bytes\";i:343;s:11:\"size_before\";i:1098;s:10:\"size_after\";i:755;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.40000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:168;s:11:\"size_before\";i:42264;s:10:\"size_after\";i:42096;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.7000000000000028421709430404007434844970703125;s:5:\"bytes\";i:305;s:11:\"size_before\";i:809;s:10:\"size_after\";i:504;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(934,202,'wp-smush-lossy','1'),(935,202,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.786440593067521120929086464457213878631591796875;s:5:\"bytes\";i:98231;s:11:\"size_before\";i:1117984;s:10:\"size_after\";i:1019753;s:4:\"time\";d:5.05999999999999960920149533194489777088165283203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:42:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.629999999999999005240169935859739780426025390625;s:5:\"bytes\";i:2402;s:11:\"size_before\";i:14448;s:10:\"size_after\";i:12046;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.489999999999998436805981327779591083526611328125;s:5:\"bytes\";i:1244;s:11:\"size_before\";i:7114;s:10:\"size_after\";i:5870;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:9438;s:11:\"size_before\";i:64727;s:10:\"size_after\";i:55289;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:17;s:5:\"bytes\";i:1874;s:11:\"size_before\";i:11022;s:10:\"size_after\";i:9148;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:750;s:11:\"size_before\";i:3981;s:10:\"size_after\";i:3231;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:6551;s:11:\"size_before\";i:43098;s:10:\"size_after\";i:36547;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:4341;s:11:\"size_before\";i:28869;s:10:\"size_after\";i:24528;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:4101;s:11:\"size_before\";i:26998;s:10:\"size_after\";i:22897;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.2799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:3999;s:11:\"size_before\";i:26169;s:10:\"size_after\";i:22170;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:6822;s:11:\"size_before\";i:46393;s:10:\"size_after\";i:39571;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:6147;s:11:\"size_before\";i:41689;s:10:\"size_after\";i:35542;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:3431;s:11:\"size_before\";i:21227;s:10:\"size_after\";i:17796;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.190000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:75;s:11:\"size_before\";i:39571;s:10:\"size_after\";i:39496;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.75;s:5:\"bytes\";i:7345;s:11:\"size_before\";i:49804;s:10:\"size_after\";i:42459;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:781;s:11:\"size_before\";i:3959;s:10:\"size_after\";i:3178;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0899999999999999966693309261245303787291049957275390625;s:5:\"bytes\";i:8;s:11:\"size_before\";i:9148;s:10:\"size_after\";i:9140;s:4:\"time\";d:1.04000000000000003552713678800500929355621337890625;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:3295;s:11:\"size_before\";i:21247;s:10:\"size_after\";i:17952;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:335;s:11:\"size_before\";i:923;s:10:\"size_after\";i:588;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:6059;s:11:\"size_before\";i:40304;s:10:\"size_after\";i:34245;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.61999999999999744204615126363933086395263671875;s:5:\"bytes\";i:324;s:11:\"size_before\";i:839;s:10:\"size_after\";i:515;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:3644;s:11:\"size_before\";i:24101;s:10:\"size_after\";i:20457;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:11862;s:11:\"size_before\";i:80350;s:10:\"size_after\";i:68488;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.75;s:5:\"bytes\";i:326;s:11:\"size_before\";i:912;s:10:\"size_after\";i:586;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1700000000000000122124532708767219446599483489990234375;s:5:\"bytes\";i:35;s:11:\"size_before\";i:20457;s:10:\"size_after\";i:20422;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:70;s:11:\"size_before\";i:68488;s:10:\"size_after\";i:68418;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:333;s:11:\"size_before\";i:860;s:10:\"size_after\";i:527;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:9;s:11:\"size_before\";i:20422;s:10:\"size_after\";i:20413;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.059999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:39;s:11:\"size_before\";i:68418;s:10:\"size_after\";i:68379;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:335;s:11:\"size_before\";i:862;s:10:\"size_after\";i:527;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:3;s:11:\"size_before\";i:20413;s:10:\"size_after\";i:20410;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:9;s:11:\"size_before\";i:68379;s:10:\"size_after\";i:68370;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:347;s:11:\"size_before\";i:1009;s:10:\"size_after\";i:662;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.059999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:24;s:11:\"size_before\";i:39496;s:10:\"size_after\";i:39472;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.7000000000000028421709430404007434844970703125;s:5:\"bytes\";i:315;s:11:\"size_before\";i:774;s:10:\"size_after\";i:459;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.780000000000001136868377216160297393798828125;s:5:\"bytes\";i:1243;s:11:\"size_before\";i:6991;s:10:\"size_after\";i:5748;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:9319;s:11:\"size_before\";i:63567;s:10:\"size_after\";i:54248;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:325;s:11:\"size_before\";i:846;s:10:\"size_after\";i:521;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:4;s:11:\"size_before\";i:20410;s:10:\"size_after\";i:20406;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:68370;s:10:\"size_after\";i:68370;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.940000000000001278976924368180334568023681640625;s:5:\"bytes\";i:336;s:11:\"size_before\";i:1052;s:10:\"size_after\";i:716;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:19;s:11:\"size_before\";i:39472;s:10:\"size_after\";i:39453;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.75999999999999801048033987171947956085205078125;s:5:\"bytes\";i:312;s:11:\"size_before\";i:805;s:10:\"size_after\";i:493;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(936,173,'wp-smush-lossy','1'),(937,173,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.42309563553182982786893262527883052825927734375;s:5:\"bytes\";i:42497;s:11:\"size_before\";i:372027;s:10:\"size_after\";i:329530;s:4:\"time\";d:2.97999999999999953814722175593487918376922607421875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:35:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.440000000000001278976924368180334568023681640625;s:5:\"bytes\";i:1836;s:11:\"size_before\";i:10529;s:10:\"size_after\";i:8693;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:817;s:11:\"size_before\";i:4651;s:10:\"size_after\";i:3834;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.510000000000001563194018672220408916473388671875;s:5:\"bytes\";i:1277;s:11:\"size_before\";i:7295;s:10:\"size_after\";i:6018;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.0799999999999982946974341757595539093017578125;s:5:\"bytes\";i:495;s:11:\"size_before\";i:2738;s:10:\"size_after\";i:2243;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:4389;s:11:\"size_before\";i:29484;s:10:\"size_after\";i:25095;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2607;s:11:\"size_before\";i:18429;s:10:\"size_after\";i:15822;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:2487;s:11:\"size_before\";i:17233;s:10:\"size_after\";i:14746;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2442;s:11:\"size_before\";i:16728;s:10:\"size_after\";i:14286;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";i:15;s:5:\"bytes\";i:3356;s:11:\"size_before\";i:22380;s:10:\"size_after\";i:19024;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:4116;s:11:\"size_before\";i:27476;s:10:\"size_after\";i:23360;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:2378;s:11:\"size_before\";i:14827;s:10:\"size_after\";i:12449;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:13;s:11:\"size_before\";i:19024;s:10:\"size_after\";i:19011;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:4650;s:11:\"size_before\";i:31040;s:10:\"size_after\";i:26390;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.780000000000001136868377216160297393798828125;s:5:\"bytes\";i:595;s:11:\"size_before\";i:2863;s:10:\"size_after\";i:2268;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"bytes\";i:12;s:11:\"size_before\";i:6018;s:10:\"size_after\";i:6006;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2033;s:11:\"size_before\";i:13640;s:10:\"size_after\";i:11607;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.81000000000000227373675443232059478759765625;s:5:\"bytes\";i:332;s:11:\"size_before\";i:878;s:10:\"size_after\";i:546;s:4:\"time\";d:1.04000000000000003552713678800500929355621337890625;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:3004;s:11:\"size_before\";i:19532;s:10:\"size_after\";i:16528;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.63000000000000255795384873636066913604736328125;s:5:\"bytes\";i:321;s:11:\"size_before\";i:790;s:10:\"size_after\";i:469;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:1929;s:11:\"size_before\";i:12908;s:10:\"size_after\";i:10979;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.93999999999999772626324556767940521240234375;s:5:\"bytes\";i:321;s:11:\"size_before\";i:869;s:10:\"size_after\";i:548;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0899999999999999966693309261245303787291049957275390625;s:5:\"bytes\";i:10;s:11:\"size_before\";i:10979;s:10:\"size_after\";i:10969;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.24000000000000198951966012828052043914794921875;s:5:\"bytes\";i:312;s:11:\"size_before\";i:816;s:10:\"size_after\";i:504;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10969;s:10:\"size_after\";i:10969;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.2000000000000028421709430404007434844970703125;s:5:\"bytes\";i:309;s:11:\"size_before\";i:809;s:10:\"size_after\";i:500;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10969;s:10:\"size_after\";i:10969;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.840000000000003410605131648480892181396484375;s:5:\"bytes\";i:333;s:11:\"size_before\";i:929;s:10:\"size_after\";i:596;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:8;s:11:\"size_before\";i:19011;s:10:\"size_after\";i:19003;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.27000000000000312638803734444081783294677734375;s:5:\"bytes\";i:312;s:11:\"size_before\";i:756;s:10:\"size_after\";i:444;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:827;s:11:\"size_before\";i:4895;s:10:\"size_after\";i:4068;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:315;s:11:\"size_before\";i:819;s:10:\"size_after\";i:504;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10969;s:10:\"size_after\";i:10969;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:343;s:11:\"size_before\";i:986;s:10:\"size_after\";i:643;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19003;s:10:\"size_after\";i:19003;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.50999999999999801048033987171947956085205078125;s:5:\"bytes\";i:318;s:11:\"size_before\";i:785;s:10:\"size_after\";i:467;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(938,171,'wp-smush-lossy','1'),(939,171,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.446991480209685931868079933337867259979248046875;s:5:\"bytes\";i:25411;s:11:\"size_before\";i:300829;s:10:\"size_after\";i:275418;s:4:\"time\";d:1.59000000000000074606987254810519516468048095703125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:32:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2039;s:11:\"size_before\";i:12822;s:10:\"size_after\";i:10783;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1126;s:11:\"size_before\";i:6378;s:10:\"size_after\";i:5252;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1557;s:11:\"size_before\";i:9719;s:10:\"size_after\";i:8162;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:691;s:11:\"size_before\";i:3619;s:10:\"size_after\";i:2928;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.629999999999999005240169935859739780426025390625;s:5:\"bytes\";i:3694;s:11:\"size_before\";i:22213;s:10:\"size_after\";i:18519;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"bytes\";i:28;s:11:\"size_before\";i:18519;s:10:\"size_after\";i:18491;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:7;s:11:\"size_before\";i:18491;s:10:\"size_after\";i:18484;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18484;s:10:\"size_after\";i:18484;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:2851;s:11:\"size_before\";i:18613;s:10:\"size_after\";i:15762;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18484;s:10:\"size_after\";i:18484;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.059999999999998721023075631819665431976318359375;s:5:\"bytes\";i:661;s:11:\"size_before\";i:3468;s:10:\"size_after\";i:2807;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"bytes\";i:16;s:11:\"size_before\";i:8162;s:10:\"size_after\";i:8146;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.989999999999998436805981327779591083526611328125;s:5:\"bytes\";i:3095;s:11:\"size_before\";i:18221;s:10:\"size_after\";i:15126;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.14999999999999857891452847979962825775146484375;s:5:\"bytes\";i:321;s:11:\"size_before\";i:888;s:10:\"size_after\";i:567;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:3241;s:11:\"size_before\";i:19453;s:10:\"size_after\";i:16212;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.25999999999999801048033987171947956085205078125;s:5:\"bytes\";i:327;s:11:\"size_before\";i:833;s:10:\"size_after\";i:506;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1991;s:11:\"size_before\";i:12015;s:10:\"size_after\";i:10024;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.63000000000000255795384873636066913604736328125;s:5:\"bytes\";i:322;s:11:\"size_before\";i:879;s:10:\"size_after\";i:557;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2800000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:28;s:11:\"size_before\";i:10024;s:10:\"size_after\";i:9996;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:318;s:11:\"size_before\";i:833;s:10:\"size_after\";i:515;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9996;s:10:\"size_after\";i:9996;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:326;s:11:\"size_before\";i:842;s:10:\"size_after\";i:516;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9996;s:10:\"size_after\";i:9996;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.9500000000000028421709430404007434844970703125;s:5:\"bytes\";i:331;s:11:\"size_before\";i:975;s:10:\"size_after\";i:644;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18484;s:10:\"size_after\";i:18484;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:319;s:11:\"size_before\";i:776;s:10:\"size_after\";i:457;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.60000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1139;s:11:\"size_before\";i:6470;s:10:\"size_after\";i:5331;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.409999999999996589394868351519107818603515625;s:5:\"bytes\";i:323;s:11:\"size_before\";i:841;s:10:\"size_after\";i:518;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9996;s:10:\"size_after\";i:9996;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.659999999999996589394868351519107818603515625;s:5:\"bytes\";i:338;s:11:\"size_before\";i:1035;s:10:\"size_after\";i:697;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18484;s:10:\"size_after\";i:18484;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:322;s:11:\"size_before\";i:816;s:10:\"size_after\";i:494;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(940,152,'wp-smush-lossy','1'),(941,152,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.6891367261946772515557313454337418079376220703125;s:5:\"bytes\";i:86112;s:11:\"size_before\";i:736684;s:10:\"size_after\";i:650572;s:4:\"time\";d:2.42999999999999882760448599583469331264495849609375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:35:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.9200000000000017053025658242404460906982421875;s:5:\"bytes\";i:3080;s:11:\"size_before\";i:17185;s:10:\"size_after\";i:14105;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.559999999999998721023075631819665431976318359375;s:5:\"bytes\";i:1442;s:11:\"size_before\";i:8214;s:10:\"size_after\";i:6772;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.760000000000001563194018672220408916473388671875;s:5:\"bytes\";i:2592;s:11:\"size_before\";i:13820;s:10:\"size_after\";i:11228;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:895;s:11:\"size_before\";i:4451;s:10:\"size_after\";i:3556;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:8753;s:11:\"size_before\";i:59138;s:10:\"size_after\";i:50385;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:5389;s:11:\"size_before\";i:36568;s:10:\"size_after\";i:31179;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:5227;s:11:\"size_before\";i:34083;s:10:\"size_after\";i:28856;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:5057;s:11:\"size_before\";i:33062;s:10:\"size_after\";i:28005;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:6908;s:11:\"size_before\";i:45107;s:10:\"size_after\";i:38199;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:10793;s:11:\"size_before\";i:67526;s:10:\"size_after\";i:56733;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.35000000000000142108547152020037174224853515625;s:5:\"bytes\";i:4559;s:11:\"size_before\";i:26284;s:10:\"size_after\";i:21725;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.179999999999999993338661852249060757458209991455078125;s:5:\"bytes\";i:68;s:11:\"size_before\";i:38199;s:10:\"size_after\";i:38131;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:11927;s:11:\"size_before\";i:75935;s:10:\"size_after\";i:64008;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:874;s:11:\"size_before\";i:4306;s:10:\"size_after\";i:3432;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:29;s:11:\"size_before\";i:11228;s:10:\"size_after\";i:11199;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:4123;s:11:\"size_before\";i:26719;s:10:\"size_after\";i:22596;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:331;s:11:\"size_before\";i:942;s:10:\"size_after\";i:611;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:5928;s:11:\"size_before\";i:39069;s:10:\"size_after\";i:33141;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.10000000000000142108547152020037174224853515625;s:5:\"bytes\";i:317;s:11:\"size_before\";i:832;s:10:\"size_after\";i:515;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:3618;s:11:\"size_before\";i:23541;s:10:\"size_after\";i:19923;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:328;s:11:\"size_before\";i:923;s:10:\"size_after\";i:595;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.25;s:5:\"bytes\";i:49;s:11:\"size_before\";i:19923;s:10:\"size_after\";i:19874;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.340000000000003410605131648480892181396484375;s:5:\"bytes\";i:320;s:11:\"size_before\";i:857;s:10:\"size_after\";i:537;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1600000000000000033306690738754696212708950042724609375;s:5:\"bytes\";i:32;s:11:\"size_before\";i:19874;s:10:\"size_after\";i:19842;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.89999999999999857891452847979962825775146484375;s:5:\"bytes\";i:317;s:11:\"size_before\";i:859;s:10:\"size_after\";i:542;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:10;s:11:\"size_before\";i:19842;s:10:\"size_after\";i:19832;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.61999999999999744204615126363933086395263671875;s:5:\"bytes\";i:347;s:11:\"size_before\";i:1032;s:10:\"size_after\";i:685;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2099999999999999922284388276239042170345783233642578125;s:5:\"bytes\";i:79;s:11:\"size_before\";i:38131;s:10:\"size_after\";i:38052;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.52000000000000312638803734444081783294677734375;s:5:\"bytes\";i:311;s:11:\"size_before\";i:787;s:10:\"size_after\";i:476;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1429;s:11:\"size_before\";i:7650;s:10:\"size_after\";i:6221;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.4500000000000028421709430404007434844970703125;s:5:\"bytes\";i:312;s:11:\"size_before\";i:833;s:10:\"size_after\";i:521;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:10;s:11:\"size_before\";i:19832;s:10:\"size_after\";i:19822;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:341;s:11:\"size_before\";i:1068;s:10:\"size_after\";i:727;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2;s:11:\"size_before\";i:38052;s:10:\"size_after\";i:38050;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:315;s:11:\"size_before\";i:812;s:10:\"size_after\";i:497;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(942,151,'wp-smush-lossy','1'),(943,151,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.843952873286848870293397339992225170135498046875;s:5:\"bytes\";i:45551;s:11:\"size_before\";i:420059;s:10:\"size_after\";i:374508;s:4:\"time\";d:1.520000000000000905941988094127736985683441162109375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:35:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1464;s:11:\"size_before\";i:9977;s:10:\"size_after\";i:8513;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:972;s:11:\"size_before\";i:5950;s:10:\"size_after\";i:4978;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1449;s:11:\"size_before\";i:9249;s:10:\"size_after\";i:7800;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.260000000000001563194018672220408916473388671875;s:5:\"bytes\";i:689;s:11:\"size_before\";i:3578;s:10:\"size_after\";i:2889;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:4098;s:11:\"size_before\";i:28064;s:10:\"size_after\";i:23966;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3196;s:11:\"size_before\";i:21903;s:10:\"size_after\";i:18707;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2863;s:11:\"size_before\";i:19978;s:10:\"size_after\";i:17115;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.2799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:2722;s:11:\"size_before\";i:19064;s:10:\"size_after\";i:16342;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3935;s:11:\"size_before\";i:26517;s:10:\"size_after\";i:22582;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:4253;s:11:\"size_before\";i:28919;s:10:\"size_after\";i:24666;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:2008;s:11:\"size_before\";i:14079;s:10:\"size_after\";i:12071;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.13000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:29;s:11:\"size_before\";i:22582;s:10:\"size_after\";i:22553;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:4916;s:11:\"size_before\";i:33362;s:10:\"size_after\";i:28446;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:610;s:11:\"size_before\";i:3363;s:10:\"size_after\";i:2753;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.270000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:21;s:11:\"size_before\";i:7800;s:10:\"size_after\";i:7779;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2395;s:11:\"size_before\";i:16611;s:10:\"size_after\";i:14216;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.3299999999999982946974341757595539093017578125;s:5:\"bytes\";i:323;s:11:\"size_before\";i:941;s:10:\"size_after\";i:618;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:3476;s:11:\"size_before\";i:23633;s:10:\"size_after\";i:20157;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:325;s:11:\"size_before\";i:849;s:10:\"size_after\";i:524;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2264;s:11:\"size_before\";i:15041;s:10:\"size_after\";i:12777;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.090000000000003410605131648480892181396484375;s:5:\"bytes\";i:326;s:11:\"size_before\";i:929;s:10:\"size_after\";i:603;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1600000000000000033306690738754696212708950042724609375;s:5:\"bytes\";i:21;s:11:\"size_before\";i:12777;s:10:\"size_after\";i:12756;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.50999999999999801048033987171947956085205078125;s:5:\"bytes\";i:326;s:11:\"size_before\";i:869;s:10:\"size_after\";i:543;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.059999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:8;s:11:\"size_before\";i:12756;s:10:\"size_after\";i:12748;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.31000000000000227373675443232059478759765625;s:5:\"bytes\";i:313;s:11:\"size_before\";i:862;s:10:\"size_after\";i:549;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:3;s:11:\"size_before\";i:12748;s:10:\"size_after\";i:12745;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.02000000000000312638803734444081783294677734375;s:5:\"bytes\";i:347;s:11:\"size_before\";i:1020;s:10:\"size_after\";i:673;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1600000000000000033306690738754696212708950042724609375;s:5:\"bytes\";i:37;s:11:\"size_before\";i:22553;s:10:\"size_after\";i:22516;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.77000000000000312638803734444081783294677734375;s:5:\"bytes\";i:313;s:11:\"size_before\";i:787;s:10:\"size_after\";i:474;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:856;s:11:\"size_before\";i:5281;s:10:\"size_after\";i:4425;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:314;s:11:\"size_before\";i:848;s:10:\"size_after\";i:534;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:2;s:11:\"size_before\";i:12745;s:10:\"size_after\";i:12743;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.659999999999996589394868351519107818603515625;s:5:\"bytes\";i:355;s:11:\"size_before\";i:1087;s:10:\"size_after\";i:732;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:3;s:11:\"size_before\";i:22516;s:10:\"size_after\";i:22513;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:319;s:11:\"size_before\";i:821;s:10:\"size_after\";i:502;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(944,79,'wp-smush-lossy','1'),(945,79,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.477460988519968765331213944591581821441650390625;s:5:\"bytes\";i:48773;s:11:\"size_before\";i:465504;s:10:\"size_after\";i:416731;s:4:\"time\";d:2.79999999999999982236431605997495353221893310546875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:50:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:716;s:11:\"size_before\";i:3809;s:10:\"size_after\";i:3093;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.870000000000000994759830064140260219573974609375;s:5:\"bytes\";i:3460;s:11:\"size_before\";i:20513;s:10:\"size_after\";i:17053;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.510000000000001563194018672220408916473388671875;s:5:\"bytes\";i:591;s:11:\"size_before\";i:2747;s:10:\"size_after\";i:2156;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:2119;s:11:\"size_before\";i:13275;s:10:\"size_after\";i:11156;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:757;s:11:\"size_before\";i:3799;s:10:\"size_after\";i:3042;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:450;s:11:\"size_before\";i:1842;s:10:\"size_after\";i:1392;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.89999999999999857891452847979962825775146484375;s:5:\"bytes\";i:2808;s:11:\"size_before\";i:14857;s:10:\"size_after\";i:12049;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:1800;s:11:\"size_before\";i:8980;s:10:\"size_after\";i:7180;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1690;s:11:\"size_before\";i:8352;s:10:\"size_after\";i:6662;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.559999999999998721023075631819665431976318359375;s:5:\"bytes\";i:1585;s:11:\"size_before\";i:8103;s:10:\"size_after\";i:6518;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7180;s:10:\"size_after\";i:7180;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3150;s:11:\"size_before\";i:16941;s:10:\"size_after\";i:13791;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.739999999999998436805981327779591083526611328125;s:5:\"bytes\";i:898;s:11:\"size_before\";i:5062;s:10:\"size_after\";i:4164;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7180;s:10:\"size_after\";i:7180;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3479;s:11:\"size_before\";i:18608;s:10:\"size_after\";i:15129;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.940000000000001278976924368180334568023681640625;s:5:\"bytes\";i:416;s:11:\"size_before\";i:1604;s:10:\"size_after\";i:1188;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.13000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:4;s:11:\"size_before\";i:3042;s:10:\"size_after\";i:3038;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:1310;s:11:\"size_before\";i:6564;s:10:\"size_after\";i:5254;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:315;s:11:\"size_before\";i:793;s:10:\"size_after\";i:478;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.60000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1596;s:11:\"size_before\";i:7746;s:10:\"size_after\";i:6150;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.10000000000000142108547152020037174224853515625;s:5:\"bytes\";i:5667;s:11:\"size_before\";i:31304;s:10:\"size_after\";i:25637;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.99000000000000198951966012828052043914794921875;s:5:\"bytes\";i:314;s:11:\"size_before\";i:766;s:10:\"size_after\";i:452;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:992;s:11:\"size_before\";i:4970;s:10:\"size_after\";i:3978;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.14000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:21;s:11:\"size_before\";i:15129;s:10:\"size_after\";i:15108;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-square-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.690000000000001278976924368180334568023681640625;s:5:\"bytes\";i:5102;s:11:\"size_before\";i:27300;s:10:\"size_after\";i:22198;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.24000000000000198951966012828052043914794921875;s:5:\"bytes\";i:327;s:11:\"size_before\";i:793;s:10:\"size_after\";i:466;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.25;s:5:\"bytes\";i:10;s:11:\"size_before\";i:3978;s:10:\"size_after\";i:3968;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1;s:11:\"size_before\";i:15108;s:10:\"size_after\";i:15107;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"bytes\";i:33;s:11:\"size_before\";i:22198;s:10:\"size_after\";i:22165;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.4500000000000028421709430404007434844970703125;s:5:\"bytes\";i:315;s:11:\"size_before\";i:760;s:10:\"size_after\";i:445;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3968;s:10:\"size_after\";i:3968;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15107;s:10:\"size_after\";i:15107;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:1;s:11:\"size_before\";i:22165;s:10:\"size_after\";i:22164;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.0499999999999971578290569595992565155029296875;s:5:\"bytes\";i:312;s:11:\"size_before\";i:760;s:10:\"size_after\";i:448;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3968;s:10:\"size_after\";i:3968;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15107;s:10:\"size_after\";i:15107;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:29:\"revolution-squaresmalltall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2;s:11:\"size_before\";i:22164;s:10:\"size_after\";i:22162;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.86999999999999744204615126363933086395263671875;s:5:\"bytes\";i:316;s:11:\"size_before\";i:813;s:10:\"size_after\";i:497;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7180;s:10:\"size_after\";i:7180;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:314;s:11:\"size_before\";i:740;s:10:\"size_after\";i:426;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.5;s:5:\"bytes\";i:436;s:11:\"size_before\";i:2127;s:10:\"size_after\";i:1691;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.489999999999998436805981327779591083526611328125;s:5:\"bytes\";i:2184;s:11:\"size_before\";i:13243;s:10:\"size_after\";i:11059;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-masonry-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.969999999999998863131622783839702606201171875;s:5:\"bytes\";i:4332;s:11:\"size_before\";i:24112;s:10:\"size_after\";i:19780;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:43.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:323;s:11:\"size_before\";i:740;s:10:\"size_after\";i:417;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3968;s:10:\"size_after\";i:3968;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15107;s:10:\"size_after\";i:15107;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:18:\"revolution-tall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22162;s:10:\"size_after\";i:22162;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.38000000000000255795384873636066913604736328125;s:5:\"bytes\";i:311;s:11:\"size_before\";i:832;s:10:\"size_after\";i:521;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7180;s:10:\"size_after\";i:7180;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.68999999999999772626324556767940521240234375;s:5:\"bytes\";i:316;s:11:\"size_before\";i:758;s:10:\"size_after\";i:442;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(946,66,'wp-smush-lossy','1'),(947,66,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.5622119815668202846836720709688961505889892578125;s:5:\"bytes\";i:72874;s:11:\"size_before\";i:762104;s:10:\"size_after\";i:689230;s:4:\"time\";d:5.2499999999999982236431605997495353221893310546875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:50:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.2799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:960;s:11:\"size_before\";i:6282;s:10:\"size_after\";i:5322;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:5335;s:11:\"size_before\";i:34270;s:10:\"size_after\";i:28935;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.879999999999999005240169935859739780426025390625;s:5:\"bytes\";i:665;s:11:\"size_before\";i:3939;s:10:\"size_after\";i:3274;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:3357;s:11:\"size_before\";i:22672;s:10:\"size_after\";i:19315;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:853;s:11:\"size_before\";i:5538;s:10:\"size_after\";i:4685;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.60000000000000142108547152020037174224853515625;s:5:\"bytes\";i:511;s:11:\"size_before\";i:2480;s:10:\"size_after\";i:1969;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:2929;s:11:\"size_before\";i:19404;s:10:\"size_after\";i:16475;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1973;s:11:\"size_before\";i:12655;s:10:\"size_after\";i:10682;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:1823;s:11:\"size_before\";i:12206;s:10:\"size_after\";i:10383;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1656;s:11:\"size_before\";i:12028;s:10:\"size_after\";i:10372;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.120000000000000994759830064140260219573974609375;s:5:\"bytes\";i:3024;s:11:\"size_before\";i:15820;s:10:\"size_after\";i:12796;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:3260;s:11:\"size_before\";i:21392;s:10:\"size_after\";i:18132;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:1243;s:11:\"size_before\";i:8549;s:10:\"size_after\";i:7306;s:4:\"time\";d:1.04000000000000003552713678800500929355621337890625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12796;s:10:\"size_after\";i:12796;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:3535;s:11:\"size_before\";i:23172;s:10:\"size_after\";i:19637;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:447;s:11:\"size_before\";i:1852;s:10:\"size_after\";i:1405;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"bytes\";i:7;s:11:\"size_before\";i:4685;s:10:\"size_after\";i:4678;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1430;s:11:\"size_before\";i:9706;s:10:\"size_after\";i:8276;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.25;s:5:\"bytes\";i:314;s:11:\"size_before\";i:821;s:10:\"size_after\";i:507;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2608;s:11:\"size_before\";i:13688;s:10:\"size_after\";i:11080;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:8872;s:11:\"size_before\";i:51325;s:10:\"size_after\";i:42453;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.14999999999999857891452847979962825775146484375;s:5:\"bytes\";i:312;s:11:\"size_before\";i:777;s:10:\"size_after\";i:465;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.690000000000001278976924368180334568023681640625;s:5:\"bytes\";i:1634;s:11:\"size_before\";i:8298;s:10:\"size_after\";i:6664;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.5799999999999982946974341757595539093017578125;s:5:\"bytes\";i:5348;s:11:\"size_before\";i:32265;s:10:\"size_after\";i:26917;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:20:\"revolution-square-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.239999999999998436805981327779591083526611328125;s:5:\"bytes\";i:7732;s:11:\"size_before\";i:44846;s:10:\"size_after\";i:37114;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.5499999999999971578290569595992565155029296875;s:5:\"bytes\";i:320;s:11:\"size_before\";i:830;s:10:\"size_after\";i:510;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.11000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:7;s:11:\"size_before\";i:6664;s:10:\"size_after\";i:6657;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:4;s:11:\"size_before\";i:26917;s:10:\"size_after\";i:26913;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.059999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:22;s:11:\"size_before\";i:37114;s:10:\"size_after\";i:37092;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.36999999999999744204615126363933086395263671875;s:5:\"bytes\";i:311;s:11:\"size_before\";i:790;s:10:\"size_after\";i:479;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6657;s:10:\"size_after\";i:6657;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26913;s:10:\"size_after\";i:26913;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:15;s:11:\"size_before\";i:37092;s:10:\"size_after\";i:37077;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.0499999999999971578290569595992565155029296875;s:5:\"bytes\";i:314;s:11:\"size_before\";i:784;s:10:\"size_after\";i:470;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6657;s:10:\"size_after\";i:6657;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26913;s:10:\"size_after\";i:26913;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:29:\"revolution-squaresmalltall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37077;s:10:\"size_after\";i:37077;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.14999999999999857891452847979962825775146484375;s:5:\"bytes\";i:315;s:11:\"size_before\";i:848;s:10:\"size_after\";i:533;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12796;s:10:\"size_after\";i:12796;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.74000000000000198951966012828052043914794921875;s:5:\"bytes\";i:311;s:11:\"size_before\";i:745;s:10:\"size_after\";i:434;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:586;s:11:\"size_before\";i:3407;s:10:\"size_after\";i:2821;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:3366;s:11:\"size_before\";i:22495;s:10:\"size_after\";i:19129;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:21:\"revolution-masonry-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:6528;s:11:\"size_before\";i:40108;s:10:\"size_after\";i:33580;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.22999999999999687361196265555918216705322265625;s:5:\"bytes\";i:315;s:11:\"size_before\";i:746;s:10:\"size_after\";i:431;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6657;s:10:\"size_after\";i:6657;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26913;s:10:\"size_after\";i:26913;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:18:\"revolution-tall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37077;s:10:\"size_after\";i:37077;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.02000000000000312638803734444081783294677734375;s:5:\"bytes\";i:313;s:11:\"size_before\";i:869;s:10:\"size_after\";i:556;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12796;s:10:\"size_after\";i:12796;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.27000000000000312638803734444081783294677734375;s:5:\"bytes\";i:319;s:11:\"size_before\";i:773;s:10:\"size_after\";i:454;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(948,64,'wp-smush-lossy','1'),(949,64,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.385461071747332795212059863843023777008056640625;s:5:\"bytes\";i:22921;s:11:\"size_before\";i:310353;s:10:\"size_after\";i:287432;s:4:\"time\";d:1.580000000000000515143483426072634756565093994140625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:32:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1915;s:11:\"size_before\";i:13827;s:10:\"size_after\";i:11912;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1106;s:11:\"size_before\";i:6889;s:10:\"size_after\";i:5783;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:14;s:5:\"bytes\";i:1432;s:11:\"size_before\";i:10230;s:10:\"size_after\";i:8798;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:18;s:5:\"bytes\";i:725;s:11:\"size_before\";i:4027;s:10:\"size_after\";i:3302;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2952;s:11:\"size_before\";i:22364;s:10:\"size_after\";i:19412;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.92000000000000003996802888650563545525074005126953125;s:5:\"bytes\";i:179;s:11:\"size_before\";i:19412;s:10:\"size_after\";i:19233;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.61999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:119;s:11:\"size_before\";i:19233;s:10:\"size_after\";i:19114;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.190000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:37;s:11:\"size_before\";i:19114;s:10:\"size_after\";i:19077;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2408;s:11:\"size_before\";i:19531;s:10:\"size_after\";i:17123;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2099999999999999922284388276239042170345783233642578125;s:5:\"bytes\";i:41;s:11:\"size_before\";i:19077;s:10:\"size_after\";i:19036;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.219999999999998863131622783839702606201171875;s:5:\"bytes\";i:524;s:11:\"size_before\";i:3043;s:10:\"size_after\";i:2519;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.88000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:77;s:11:\"size_before\";i:8798;s:10:\"size_after\";i:8721;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.3699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:2452;s:11:\"size_before\";i:18336;s:10:\"size_after\";i:15884;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:337;s:11:\"size_before\";i:957;s:10:\"size_after\";i:620;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:2714;s:11:\"size_before\";i:19678;s:10:\"size_after\";i:16964;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.25999999999999801048033987171947956085205078125;s:5:\"bytes\";i:329;s:11:\"size_before\";i:860;s:10:\"size_after\";i:531;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1650;s:11:\"size_before\";i:11919;s:10:\"size_after\";i:10269;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.5499999999999971578290569595992565155029296875;s:5:\"bytes\";i:331;s:11:\"size_before\";i:931;s:10:\"size_after\";i:600;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.0300000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:106;s:11:\"size_before\";i:10269;s:10:\"size_after\";i:10163;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.159999999999996589394868351519107818603515625;s:5:\"bytes\";i:320;s:11:\"size_before\";i:885;s:10:\"size_after\";i:565;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.440000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:45;s:11:\"size_before\";i:10163;s:10:\"size_after\";i:10118;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:325;s:11:\"size_before\";i:875;s:10:\"size_after\";i:550;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0899999999999999966693309261245303787291049957275390625;s:5:\"bytes\";i:9;s:11:\"size_before\";i:10118;s:10:\"size_after\";i:10109;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.2999999999999971578290569595992565155029296875;s:5:\"bytes\";i:331;s:11:\"size_before\";i:994;s:10:\"size_after\";i:663;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19036;s:10:\"size_after\";i:19036;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.11999999999999744204615126363933086395263671875;s:5:\"bytes\";i:311;s:11:\"size_before\";i:795;s:10:\"size_after\";i:484;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1167;s:11:\"size_before\";i:7110;s:10:\"size_after\";i:5943;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:323;s:11:\"size_before\";i:868;s:10:\"size_after\";i:545;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.14000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:14;s:11:\"size_before\";i:10109;s:10:\"size_after\";i:10095;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:331;s:11:\"size_before\";i:1036;s:10:\"size_after\";i:705;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19036;s:10:\"size_after\";i:19036;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.3299999999999982946974341757595539093017578125;s:5:\"bytes\";i:311;s:11:\"size_before\";i:833;s:10:\"size_after\";i:522;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(950,63,'wp-smush-lossy','1'),(951,63,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.861163546077580832616149564273655414581298828125;s:5:\"bytes\";i:23113;s:11:\"size_before\";i:294015;s:10:\"size_after\";i:270902;s:4:\"time\";d:1.4900000000000004352074256530613638460636138916015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:32:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1831;s:11:\"size_before\";i:12426;s:10:\"size_after\";i:10595;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1048;s:11:\"size_before\";i:6380;s:10:\"size_after\";i:5332;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:1449;s:11:\"size_before\";i:9579;s:10:\"size_after\";i:8130;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:671;s:11:\"size_before\";i:3655;s:10:\"size_after\";i:2984;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:3099;s:11:\"size_before\";i:21161;s:10:\"size_after\";i:18062;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2300000000000000099920072216264088638126850128173828125;s:5:\"bytes\";i:42;s:11:\"size_before\";i:18062;s:10:\"size_after\";i:18020;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1700000000000000122124532708767219446599483489990234375;s:5:\"bytes\";i:30;s:11:\"size_before\";i:18020;s:10:\"size_after\";i:17990;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2;s:11:\"size_before\";i:17990;s:10:\"size_after\";i:17988;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.2799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:2564;s:11:\"size_before\";i:17961;s:10:\"size_after\";i:15397;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:4;s:11:\"size_before\";i:17988;s:10:\"size_after\";i:17984;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:655;s:11:\"size_before\";i:3546;s:10:\"size_after\";i:2891;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:21;s:11:\"size_before\";i:8130;s:10:\"size_after\";i:8109;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2594;s:11:\"size_before\";i:17466;s:10:\"size_after\";i:14872;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.340000000000003410605131648480892181396484375;s:5:\"bytes\";i:334;s:11:\"size_before\";i:945;s:10:\"size_after\";i:611;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:2846;s:11:\"size_before\";i:18533;s:10:\"size_after\";i:15687;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:319;s:11:\"size_before\";i:827;s:10:\"size_after\";i:508;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1882;s:11:\"size_before\";i:11940;s:10:\"size_after\";i:10058;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.00999999999999801048033987171947956085205078125;s:5:\"bytes\";i:321;s:11:\"size_before\";i:917;s:10:\"size_after\";i:596;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.309999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:31;s:11:\"size_before\";i:10058;s:10:\"size_after\";i:10027;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.38000000000000255795384873636066913604736328125;s:5:\"bytes\";i:317;s:11:\"size_before\";i:848;s:10:\"size_after\";i:531;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:7;s:11:\"size_before\";i:10027;s:10:\"size_after\";i:10020;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.25;s:5:\"bytes\";i:314;s:11:\"size_before\";i:843;s:10:\"size_after\";i:529;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10020;s:10:\"size_after\";i:10020;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.39999999999999857891452847979962825775146484375;s:5:\"bytes\";i:335;s:11:\"size_before\";i:1003;s:10:\"size_after\";i:668;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.059999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:11;s:11:\"size_before\";i:17984;s:10:\"size_after\";i:17973;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.36999999999999744204615126363933086395263671875;s:5:\"bytes\";i:326;s:11:\"size_before\";i:788;s:10:\"size_after\";i:462;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1064;s:11:\"size_before\";i:6195;s:10:\"size_after\";i:5131;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:325;s:11:\"size_before\";i:849;s:10:\"size_after\";i:524;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10020;s:10:\"size_after\";i:10020;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.0799999999999982946974341757595539093017578125;s:5:\"bytes\";i:351;s:11:\"size_before\";i:1061;s:10:\"size_after\";i:710;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17973;s:10:\"size_after\";i:17973;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.02000000000000312638803734444081783294677734375;s:5:\"bytes\";i:320;s:11:\"size_before\";i:820;s:10:\"size_after\";i:500;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(952,62,'wp-smush-lossy','1'),(953,62,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.19523113362572086515456248889677226543426513671875;s:5:\"bytes\";i:25396;s:11:\"size_before\";i:352956;s:10:\"size_after\";i:327560;s:4:\"time\";d:2.6099999999999994315658113919198513031005859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:32:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2115;s:11:\"size_before\";i:15218;s:10:\"size_after\";i:13103;s:4:\"time\";d:1.12000000000000010658141036401502788066864013671875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1282;s:11:\"size_before\";i:8023;s:10:\"size_after\";i:6741;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:1659;s:11:\"size_before\";i:12162;s:10:\"size_after\";i:10503;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:751;s:11:\"size_before\";i:4406;s:10:\"size_after\";i:3655;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.5299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:3128;s:11:\"size_before\";i:24958;s:10:\"size_after\";i:21830;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.3200000000000000621724893790087662637233734130859375;s:5:\"bytes\";i:288;s:11:\"size_before\";i:21830;s:10:\"size_after\";i:21542;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.84999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:183;s:11:\"size_before\";i:21542;s:10:\"size_after\";i:21359;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.5;s:5:\"bytes\";i:106;s:11:\"size_before\";i:21359;s:10:\"size_after\";i:21253;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:2699;s:11:\"size_before\";i:21604;s:10:\"size_after\";i:18905;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.289999999999999980015985556747182272374629974365234375;s:5:\"bytes\";i:61;s:11:\"size_before\";i:21253;s:10:\"size_after\";i:21192;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:672;s:11:\"size_before\";i:4019;s:10:\"size_after\";i:3347;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.5300000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:161;s:11:\"size_before\";i:10503;s:10:\"size_after\";i:10342;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.75;s:5:\"bytes\";i:2695;s:11:\"size_before\";i:21131;s:10:\"size_after\";i:18436;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.0499999999999971578290569595992565155029296875;s:5:\"bytes\";i:317;s:11:\"size_before\";i:931;s:10:\"size_after\";i:614;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:2801;s:11:\"size_before\";i:22217;s:10:\"size_after\";i:19416;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:310;s:11:\"size_before\";i:826;s:10:\"size_after\";i:516;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.4399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:1951;s:11:\"size_before\";i:14515;s:10:\"size_after\";i:12564;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.590000000000003410605131648480892181396484375;s:5:\"bytes\";i:322;s:11:\"size_before\";i:931;s:10:\"size_after\";i:609;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.4299999999999999378275106209912337362766265869140625;s:5:\"bytes\";i:180;s:11:\"size_before\";i:12564;s:10:\"size_after\";i:12384;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.36999999999999744204615126363933086395263671875;s:5:\"bytes\";i:315;s:11:\"size_before\";i:866;s:10:\"size_after\";i:551;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.1999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:148;s:11:\"size_before\";i:12384;s:10:\"size_after\";i:12236;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.74000000000000198951966012828052043914794921875;s:5:\"bytes\";i:316;s:11:\"size_before\";i:860;s:10:\"size_after\";i:544;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.520000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:64;s:11:\"size_before\";i:12236;s:10:\"size_after\";i:12172;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.56000000000000227373675443232059478759765625;s:5:\"bytes\";i:336;s:11:\"size_before\";i:1032;s:10:\"size_after\";i:696;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.11000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:24;s:11:\"size_before\";i:21192;s:10:\"size_after\";i:21168;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:313;s:11:\"size_before\";i:779;s:10:\"size_after\";i:466;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1181;s:11:\"size_before\";i:7530;s:10:\"size_after\";i:6349;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.38000000000000255795384873636066913604736328125;s:5:\"bytes\";i:317;s:11:\"size_before\";i:848;s:10:\"size_after\";i:531;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.25;s:5:\"bytes\";i:30;s:11:\"size_before\";i:12172;s:10:\"size_after\";i:12142;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.870000000000000994759830064140260219573974609375;s:5:\"bytes\";i:334;s:11:\"size_before\";i:1082;s:10:\"size_after\";i:748;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.13000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:27;s:11:\"size_before\";i:21168;s:10:\"size_after\";i:21141;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:310;s:11:\"size_before\";i:815;s:10:\"size_after\";i:505;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(954,61,'wp-smush-lossy','1'),(955,61,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.910252725247108429584841360338032245635986328125;s:5:\"bytes\";i:45929;s:11:\"size_before\";i:420971;s:10:\"size_after\";i:375042;s:4:\"time\";d:2.090000000000000301980662698042578995227813720703125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:35:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1753;s:11:\"size_before\";i:11624;s:10:\"size_after\";i:9871;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.190000000000001278976924368180334568023681640625;s:5:\"bytes\";i:965;s:11:\"size_before\";i:5962;s:10:\"size_after\";i:4997;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1438;s:11:\"size_before\";i:9230;s:10:\"size_after\";i:7792;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:682;s:11:\"size_before\";i:3577;s:10:\"size_after\";i:2895;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:4349;s:11:\"size_before\";i:29261;s:10:\"size_after\";i:24912;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3191;s:11:\"size_before\";i:21866;s:10:\"size_after\";i:18675;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2879;s:11:\"size_before\";i:19981;s:10:\"size_after\";i:17102;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:2687;s:11:\"size_before\";i:19035;s:10:\"size_after\";i:16348;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:3905;s:11:\"size_before\";i:26513;s:10:\"size_after\";i:22608;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:3966;s:11:\"size_before\";i:26873;s:10:\"size_after\";i:22907;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:2359;s:11:\"size_before\";i:16036;s:10:\"size_after\";i:13677;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.179999999999999993338661852249060757458209991455078125;s:5:\"bytes\";i:41;s:11:\"size_before\";i:22608;s:10:\"size_after\";i:22567;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:4670;s:11:\"size_before\";i:31036;s:10:\"size_after\";i:26366;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.190000000000001278976924368180334568023681640625;s:5:\"bytes\";i:610;s:11:\"size_before\";i:3353;s:10:\"size_after\";i:2743;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"bytes\";i:12;s:11:\"size_before\";i:7792;s:10:\"size_after\";i:7780;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2374;s:11:\"size_before\";i:16606;s:10:\"size_after\";i:14232;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.75;s:5:\"bytes\";i:328;s:11:\"size_before\";i:944;s:10:\"size_after\";i:616;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3529;s:11:\"size_before\";i:23650;s:10:\"size_after\";i:20121;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:327;s:11:\"size_before\";i:847;s:10:\"size_after\";i:520;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2267;s:11:\"size_before\";i:15032;s:10:\"size_after\";i:12765;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.159999999999996589394868351519107818603515625;s:5:\"bytes\";i:327;s:11:\"size_before\";i:930;s:10:\"size_after\";i:603;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.270000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:35;s:11:\"size_before\";i:12765;s:10:\"size_after\";i:12730;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.39999999999999857891452847979962825775146484375;s:5:\"bytes\";i:325;s:11:\"size_before\";i:869;s:10:\"size_after\";i:544;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:13;s:11:\"size_before\";i:12730;s:10:\"size_after\";i:12717;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.38000000000000255795384873636066913604736328125;s:5:\"bytes\";i:314;s:11:\"size_before\";i:863;s:10:\"size_after\";i:549;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12717;s:10:\"size_after\";i:12717;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.02000000000000312638803734444081783294677734375;s:5:\"bytes\";i:347;s:11:\"size_before\";i:1020;s:10:\"size_after\";i:673;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:16;s:11:\"size_before\";i:22567;s:10:\"size_after\";i:22551;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.13000000000000255795384873636066913604736328125;s:5:\"bytes\";i:313;s:11:\"size_before\";i:780;s:10:\"size_after\";i:467;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:912;s:11:\"size_before\";i:5867;s:10:\"size_after\";i:4955;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:326;s:11:\"size_before\";i:862;s:10:\"size_after\";i:536;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12717;s:10:\"size_after\";i:12717;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:353;s:11:\"size_before\";i:1087;s:10:\"size_after\";i:734;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:5;s:11:\"size_before\";i:22551;s:10:\"size_after\";i:22546;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:311;s:11:\"size_before\";i:820;s:10:\"size_after\";i:509;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(956,56,'wp-smush-lossy','1'),(957,56,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.786972043462856873929922585375607013702392578125;s:5:\"bytes\";i:98535;s:11:\"size_before\";i:770589;s:10:\"size_after\";i:672054;s:4:\"time\";d:3.369999999999999662492200513952411711215972900390625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:35:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.620000000000000994759830064140260219573974609375;s:5:\"bytes\";i:3896;s:11:\"size_before\";i:20929;s:10:\"size_after\";i:17033;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.75;s:5:\"bytes\";i:1545;s:11:\"size_before\";i:8242;s:10:\"size_after\";i:6697;s:4:\"time\";d:1.0500000000000000444089209850062616169452667236328125;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.760000000000001563194018672220408916473388671875;s:5:\"bytes\";i:2620;s:11:\"size_before\";i:13968;s:10:\"size_after\";i:11348;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.219999999999998863131622783839702606201171875;s:5:\"bytes\";i:855;s:11:\"size_before\";i:4448;s:10:\"size_after\";i:3593;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.989999999999998436805981327779591083526611328125;s:5:\"bytes\";i:11976;s:11:\"size_before\";i:66575;s:10:\"size_after\";i:54599;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:5872;s:11:\"size_before\";i:37797;s:10:\"size_after\";i:31925;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:5614;s:11:\"size_before\";i:35141;s:10:\"size_after\";i:29527;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:5646;s:11:\"size_before\";i:34372;s:10:\"size_after\";i:28726;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:8408;s:11:\"size_before\";i:48612;s:10:\"size_after\";i:40204;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:11232;s:11:\"size_before\";i:62281;s:10:\"size_after\";i:51049;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.1700000000000017053025658242404460906982421875;s:5:\"bytes\";i:5200;s:11:\"size_before\";i:30290;s:10:\"size_after\";i:25090;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.289999999999999980015985556747182272374629974365234375;s:5:\"bytes\";i:117;s:11:\"size_before\";i:40204;s:10:\"size_after\";i:40087;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.10000000000000142108547152020037174224853515625;s:5:\"bytes\";i:12784;s:11:\"size_before\";i:70645;s:10:\"size_after\";i:57861;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.14999999999999857891452847979962825775146484375;s:5:\"bytes\";i:935;s:11:\"size_before\";i:4641;s:10:\"size_after\";i:3706;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.4899999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:56;s:11:\"size_before\";i:11348;s:10:\"size_after\";i:11292;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.25;s:5:\"bytes\";i:4443;s:11:\"size_before\";i:27338;s:10:\"size_after\";i:22895;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.25999999999999801048033987171947956085205078125;s:5:\"bytes\";i:329;s:11:\"size_before\";i:933;s:10:\"size_after\";i:604;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.60000000000000142108547152020037174224853515625;s:5:\"bytes\";i:7407;s:11:\"size_before\";i:42090;s:10:\"size_after\";i:34683;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:324;s:11:\"size_before\";i:837;s:10:\"size_after\";i:513;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:4833;s:11:\"size_before\";i:26718;s:10:\"size_after\";i:21885;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:36;s:5:\"bytes\";i:333;s:11:\"size_before\";i:925;s:10:\"size_after\";i:592;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.340000000000000024424906541753443889319896697998046875;s:5:\"bytes\";i:74;s:11:\"size_before\";i:21885;s:10:\"size_after\";i:21811;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.06000000000000227373675443232059478759765625;s:5:\"bytes\";i:318;s:11:\"size_before\";i:858;s:10:\"size_after\";i:540;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1700000000000000122124532708767219446599483489990234375;s:5:\"bytes\";i:37;s:11:\"size_before\";i:21811;s:10:\"size_after\";i:21774;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:321;s:11:\"size_before\";i:866;s:10:\"size_after\";i:545;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.11999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:27;s:11:\"size_before\";i:21774;s:10:\"size_after\";i:21747;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.909999999999996589394868351519107818603515625;s:5:\"bytes\";i:338;s:11:\"size_before\";i:1027;s:10:\"size_after\";i:689;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2200000000000000011102230246251565404236316680908203125;s:5:\"bytes\";i:89;s:11:\"size_before\";i:40087;s:10:\"size_after\";i:39998;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:312;s:11:\"size_before\";i:783;s:10:\"size_after\";i:471;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1598;s:11:\"size_before\";i:8670;s:10:\"size_after\";i:7072;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.50999999999999801048033987171947956085205078125;s:5:\"bytes\";i:317;s:11:\"size_before\";i:845;s:10:\"size_after\";i:528;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:8;s:11:\"size_before\";i:21747;s:10:\"size_after\";i:21739;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.780000000000001136868377216160297393798828125;s:5:\"bytes\";i:358;s:11:\"size_before\";i:1092;s:10:\"size_after\";i:734;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:39998;s:10:\"size_after\";i:39998;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.5499999999999971578290569595992565155029296875;s:5:\"bytes\";i:313;s:11:\"size_before\";i:812;s:10:\"size_after\";i:499;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(958,52,'wp-smush-lossy','1'),(959,52,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.2245461686683203339498504647053778171539306640625;s:5:\"bytes\";i:165508;s:11:\"size_before\";i:1163538;s:10:\"size_after\";i:998030;s:4:\"time\";d:6.92999999999999971578290569595992565155029296875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:52:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:1088;s:11:\"size_before\";i:6677;s:10:\"size_after\";i:5589;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.879999999999999005240169935859739780426025390625;s:5:\"bytes\";i:8841;s:11:\"size_before\";i:46836;s:10:\"size_after\";i:37995;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:660;s:11:\"size_before\";i:3504;s:10:\"size_after\";i:2844;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:5229;s:11:\"size_before\";i:28979;s:10:\"size_after\";i:23750;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:838;s:11:\"size_before\";i:5070;s:10:\"size_after\";i:4232;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.379999999999999005240169935859739780426025390625;s:5:\"bytes\";i:475;s:11:\"size_before\";i:2222;s:10:\"size_after\";i:1747;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"revolution-bloglarge\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.89999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3895;s:11:\"size_before\";i:21755;s:10:\"size_after\";i:17860;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:17:\"revolution-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:2306;s:11:\"size_before\";i:12559;s:10:\"size_after\";i:10253;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-rectangle\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.739999999999998436805981327779591083526611328125;s:5:\"bytes\";i:2170;s:11:\"size_before\";i:12234;s:10:\"size_after\";i:10064;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:22:\"revolution-squaresmall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:2124;s:11:\"size_before\";i:12016;s:10:\"size_after\";i:9892;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:26:\"revolution-squaresmalltall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:3152;s:11:\"size_before\";i:16045;s:10:\"size_after\";i:12893;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:26:\"revolution-squaresmallwide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:4353;s:11:\"size_before\";i:24452;s:10:\"size_after\";i:20099;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:18:\"revolution-masonry\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1617;s:11:\"size_before\";i:9502;s:10:\"size_after\";i:7885;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:15:\"revolution-tall\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.260000000000001563194018672220408916473388671875;s:5:\"bytes\";i:3505;s:11:\"size_before\";i:18201;s:10:\"size_after\";i:14696;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:15:\"revolution-wide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:4810;s:11:\"size_before\";i:26671;s:10:\"size_after\";i:21861;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:440;s:11:\"size_before\";i:2252;s:10:\"size_after\";i:1812;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.38000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:16;s:11:\"size_before\";i:4232;s:10:\"size_after\";i:4216;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1624;s:11:\"size_before\";i:9187;s:10:\"size_after\";i:7563;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.24000000000000198951966012828052043914794921875;s:5:\"bytes\";i:318;s:11:\"size_before\";i:854;s:10:\"size_after\";i:536;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.39999999999999857891452847979962825775146484375;s:5:\"bytes\";i:2983;s:11:\"size_before\";i:15373;s:10:\"size_after\";i:12390;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:23:\"revolution-bloglarge-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:13181;s:11:\"size_before\";i:67685;s:10:\"size_after\";i:54504;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:318;s:11:\"size_before\";i:813;s:10:\"size_after\";i:495;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:1779;s:11:\"size_before\";i:11813;s:10:\"size_after\";i:10034;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-square-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.760000000000001563194018672220408916473388671875;s:5:\"bytes\";i:7856;s:11:\"size_before\";i:37843;s:10:\"size_after\";i:29987;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:20:\"revolution-square-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:13306;s:11:\"size_before\";i:69262;s:10:\"size_after\";i:55956;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.36999999999999744204615126363933086395263671875;s:5:\"bytes\";i:312;s:11:\"size_before\";i:835;s:10:\"size_after\";i:523;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:1722;s:11:\"size_before\";i:10785;s:10:\"size_after\";i:9063;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:23:\"revolution-rectangle-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:7359;s:11:\"size_before\";i:36673;s:10:\"size_after\";i:29314;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:23:\"revolution-rectangle-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.67000000000000003996802888650563545525074005126953125;s:5:\"bytes\";i:373;s:11:\"size_before\";i:55956;s:10:\"size_after\";i:55583;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:324;s:11:\"size_before\";i:813;s:10:\"size_after\";i:489;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:1615;s:11:\"size_before\";i:10271;s:10:\"size_after\";i:8656;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:25:\"revolution-squaresmall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:7111;s:11:\"size_before\";i:35650;s:10:\"size_after\";i:28539;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:25:\"revolution-squaresmall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.409999999999999975575093458246556110680103302001953125;s:5:\"bytes\";i:228;s:11:\"size_before\";i:55583;s:10:\"size_after\";i:55355;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.6700000000000017053025658242404460906982421875;s:5:\"bytes\";i:319;s:11:\"size_before\";i:825;s:10:\"size_after\";i:506;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1936;s:11:\"size_before\";i:13107;s:10:\"size_after\";i:11171;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:29:\"revolution-squaresmalltall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:8276;s:11:\"size_before\";i:41227;s:10:\"size_after\";i:32951;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:29:\"revolution-squaresmalltall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1600000000000000033306690738754696212708950042724609375;s:5:\"bytes\";i:86;s:11:\"size_before\";i:55355;s:10:\"size_after\";i:55269;s:4:\"time\";d:0.7800000000000000266453525910037569701671600341796875;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.60000000000000142108547152020037174224853515625;s:5:\"bytes\";i:314;s:11:\"size_before\";i:858;s:10:\"size_after\";i:544;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmallwide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.190000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:25;s:11:\"size_before\";i:12893;s:10:\"size_after\";i:12868;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:29:\"revolution-squaresmallwide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.760000000000001563194018672220408916473388671875;s:5:\"bytes\";i:14437;s:11:\"size_before\";i:76955;s:10:\"size_after\";i:62518;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.0799999999999982946974341757595539093017578125;s:5:\"bytes\";i:324;s:11:\"size_before\";i:770;s:10:\"size_after\";i:446;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.14999999999999857891452847979962825775146484375;s:5:\"bytes\";i:666;s:11:\"size_before\";i:3670;s:10:\"size_after\";i:3004;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-masonry-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.9200000000000017053025658242404460906982421875;s:5:\"bytes\";i:5153;s:11:\"size_before\";i:28763;s:10:\"size_after\";i:23610;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:21:\"revolution-masonry-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:11071;s:11:\"size_before\";i:56470;s:10:\"size_after\";i:45399;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.60999999999999998667732370449812151491641998291015625;s:5:\"bytes\";i:3;s:11:\"size_before\";i:495;s:10:\"size_after\";i:492;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11171;s:10:\"size_after\";i:11171;s:4:\"time\";d:1.0700000000000000621724893790087662637233734130859375;}s:18:\"revolution-tall-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.57999999999999996003197111349436454474925994873046875;s:5:\"bytes\";i:192;s:11:\"size_before\";i:32951;s:10:\"size_after\";i:32759;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:18:\"revolution-tall-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:46;s:11:\"size_before\";i:55269;s:10:\"size_after\";i:55223;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.72999999999999687361196265555918216705322265625;s:5:\"bytes\";i:314;s:11:\"size_before\";i:904;s:10:\"size_after\";i:590;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"revolution-wide-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2200000000000000011102230246251565404236316680908203125;s:5:\"bytes\";i:33;s:11:\"size_before\";i:14696;s:10:\"size_after\";i:14663;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:18:\"revolution-wide-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:16066;s:11:\"size_before\";i:83761;s:10:\"size_after\";i:67695;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.13000000000000255795384873636066913604736328125;s:5:\"bytes\";i:319;s:11:\"size_before\";i:795;s:10:\"size_after\";i:476;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(960,8,'wp-smush-lossy','1'),(961,8,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:64.286344375144977902891696430742740631103515625;s:5:\"bytes\";i:196767;s:11:\"size_before\";i:306079;s:10:\"size_after\";i:109312;s:4:\"time\";d:2.339999999999999857891452847979962825775146484375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:24:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:71.2300000000000039790393202565610408782958984375;s:5:\"bytes\";i:36335;s:11:\"size_before\";i:51010;s:10:\"size_after\";i:14675;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:71.6700000000000017053025658242404460906982421875;s:5:\"bytes\";i:17147;s:11:\"size_before\";i:23924;s:10:\"size_after\";i:6777;s:4:\"time\";d:1.0900000000000000799360577730112709105014801025390625;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:75.090000000000003410605131648480892181396484375;s:5:\"bytes\";i:20579;s:11:\"size_before\";i:27406;s:10:\"size_after\";i:6827;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"revolution-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:70.150000000000005684341886080801486968994140625;s:5:\"bytes\";i:9082;s:11:\"size_before\";i:12946;s:10:\"size_after\";i:3864;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:26:\"revolution-thumbnail-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:68.0400000000000062527760746888816356658935546875;s:5:\"bytes\";i:3952;s:11:\"size_before\";i:5808;s:10:\"size_after\";i:1856;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"revolution-thumbnail-x2\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6827;s:10:\"size_after\";i:6827;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"revolution-thumbnail-x3\";O:8:\"stdClass\":5:{s:7:\"percent\";d:75.81000000000000227373675443232059478759765625;s:5:\"bytes\";i:32763;s:11:\"size_before\";i:43217;s:10:\"size_after\";i:10454;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:25:\"revolution-thumbnail-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:47.43999999999999772626324556767940521240234375;s:5:\"bytes\";i:584;s:11:\"size_before\";i:1231;s:10:\"size_after\";i:647;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-bloglarge-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:75.31000000000000227373675443232059478759765625;s:5:\"bytes\";i:34621;s:11:\"size_before\";i:45969;s:10:\"size_after\";i:11348;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:25:\"revolution-bloglarge-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.780000000000001136868377216160297393798828125;s:5:\"bytes\";i:258;s:11:\"size_before\";i:787;s:10:\"size_after\";i:529;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"revolution-square-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:73.900000000000005684341886080801486968994140625;s:5:\"bytes\";i:19130;s:11:\"size_before\";i:25885;s:10:\"size_after\";i:6755;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:22:\"revolution-square-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:475;s:11:\"size_before\";i:1172;s:10:\"size_after\";i:697;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:26:\"revolution-rectangle-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6755;s:10:\"size_after\";i:6755;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:25:\"revolution-rectangle-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:43.7999999999999971578290569595992565155029296875;s:5:\"bytes\";i:484;s:11:\"size_before\";i:1105;s:10:\"size_after\";i:621;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"revolution-squaresmall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6755;s:10:\"size_after\";i:6755;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:27:\"revolution-squaresmall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:436;s:11:\"size_before\";i:1046;s:10:\"size_after\";i:610;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:32:\"revolution-squaresmalltall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6755;s:10:\"size_after\";i:6755;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:31:\"revolution-squaresmalltall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:51.7000000000000028421709430404007434844970703125;s:5:\"bytes\";i:746;s:11:\"size_before\";i:1443;s:10:\"size_after\";i:697;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:31:\"revolution-squaresmallwide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.11999999999999744204615126363933086395263671875;s:5:\"bytes\";i:204;s:11:\"size_before\";i:616;s:10:\"size_after\";i:412;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:24:\"revolution-masonry-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:72.5400000000000062527760746888816356658935546875;s:5:\"bytes\";i:18446;s:11:\"size_before\";i:25430;s:10:\"size_after\";i:6984;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:23:\"revolution-masonry-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:324;s:11:\"size_before\";i:841;s:10:\"size_after\";i:517;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"revolution-tall-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6755;s:10:\"size_after\";i:6755;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"revolution-tall-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:56.02000000000000312638803734444081783294677734375;s:5:\"bytes\";i:930;s:11:\"size_before\";i:1660;s:10:\"size_after\";i:730;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"revolution-wide-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:271;s:11:\"size_before\";i:736;s:10:\"size_after\";i:465;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=339 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 (1,1,'2019-12-30 17:37:02','2019-12-30 17:37:02','<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->','Hello world!','','trash','open','open','','hello-world__trashed','','','2020-02-26 21:25:08','2020-02-26 21:25:08','',0,'https://www.fffpetsitting.com/?p=1',0,'post','',1),(3,1,'2019-12-30 17:37:02','2019-12-30 17:37:02','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Privacy Policy</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column el_id=\"main-content\"][vc_column_text]Last modified: February 7, 2020\r\n\r\n<strong>Introduction</strong>\r\n\r\nANGEL’S PAW, LLC, sometimes doing business as Fur, Fins and Feathers (<strong>\"Company\"</strong> or<strong> \"We\"</strong>) respects your privacy and is committed to protecting it through our compliance with this policy.\r\n\r\nThis policy describes the types of information we may collect from you or that you may provide when you visit the website located at www.fffpetsitting.com or any mobile application or social media site operated by the Company (collectively, our \"<strong>Website</strong>\") and our practices for collecting, using, maintaining, protecting, and disclosing that information.\r\n\r\nThis policy applies to information we collect:\r\n<ul>\r\n <li>On this Website.</li>\r\n <li>In email, text, and other electronic messages between you and this Website.</li>\r\n <li>Through mobile and desktop applications you download from this Website, which provide dedicated non-browser-based interaction between you and this Website, if any.</li>\r\n <li>When you interact with our advertising and applications on third-party websites, applications and services, such as our Facebook page.</li>\r\n</ul>\r\nIt does not apply to information collected by:\r\n<ul>\r\n <li>us offline or through any other means, including on any other website operated by the Company or any third party (including our affiliates and subsidiaries), except as otherwise expressly set forth herein;</li>\r\n</ul>\r\nPlease read this policy carefully to understand our policies and practices regarding your information and how we will treat it. <strong>IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS PRIVACY POLICY, DO NOT USE OUR WEBSITE.</strong> By accessing or using this Website, you agree to this Privacy Policy. This policy may change from time to time (see Changes to Our Privacy Policy). Your continued use of this Website after we make changes is deemed to be acceptance of those changes, so please check the policy regularly for updates.\r\n\r\n<strong>Individuals Under the Age of 18</strong>\r\n\r\nOur Website is not intended for individuals under 18 years of age. No one under age 18 may provide any information, personal or otherwise, to or on the Website. We do not knowingly collect personal information from children under 18. If you are under 18, do not use or provide any information on this Website or on or through any of its features/register on the Website, make any purchases through the Website, use any of the interactive or public comment features of this Website or provide any information about yourself to us, including your name, address, telephone number, email address, or any screen name or user name you may use. If we learn that we have collected or received personal information from an individual under 18 years of age without verification of parental consent, we will delete that information; provided, however, that we shall not and do not have any obligation to confirm that all of our members comply with this provision nor shall we incur any liability for any errors or omissions with respect to this provision. If you believe we might have any information from or about an individual under 18, please contact us at: info@fffpetsitting.com.\r\n\r\n<strong>Information We Collect About You and How We Collect It</strong>\r\n\r\nWe may collect several types of information from and about users of our Website, including information:\r\n<ul>\r\n <li>by which you may be personally identified, such as name, postal address, e-mail address, telephone number or ANY OTHER INFORMATION THE WEBSITE COLLECTS THAT IS DEFINED AS PERSONAL OR PERSONALLY IDENTIFIABLE INFORMATION UNDER ANY APPLICABLE LAW (\"<strong>personal information</strong>\");</li>\r\n <li>that is about you but individually does not identify you, such as your opinions, comments and criticism relating to the Company’s operations and/or business; and/or</li>\r\n <li>about your Internet connection, the equipment you use to access our Website and usage details.</li>\r\n <li>about how you use our Website, your viewing habits, the pages you visit, the amount of time that you are on the site and other related analytics.</li>\r\n</ul>\r\nWe collect this information:\r\n<ul>\r\n <li>Directly from you when you provide it to us.</li>\r\n <li>Automatically as you navigate through the site. Information collected automatically may include usage details, IP addresses, and information collected through cookies, web beacons, and other tracking technologies.</li>\r\n <li>From third parties, for example, our business partners.</li>\r\n</ul>\r\n<strong>Information You Provide to Us.</strong> The information we collect on or through our Website may include:\r\n<ul>\r\n <li>Information that you provide by filling in forms on our Website. This includes information provided at the time of registering to use our Website, if you registered, subscribing to any services that we may offer, posting material, or requesting further services. We may also ask you for information when you report a problem with our Website.</li>\r\n <li>Records and copies of your correspondence (including email addresses), if you contact us.</li>\r\n <li>Your responses to surveys that we might ask you to complete for research purposes.</li>\r\n <li>Your search queries on the Website.</li>\r\n</ul>\r\nYou also may provide information to be published or displayed (hereinafter, \"<strong>posted</strong>\") on public areas of the Website, or transmitted to other users of the Website or third parties (collectively, \"<strong>User Contributions</strong>\"). Your User Contributions are posted on and transmitted to others at your own risk. Although we may limit access to certain pages, in our discretion, please be aware that no security measures are perfect or impenetrable. Additionally, we cannot control the actions of other users of the Website with whom you may choose to share your User Contributions. Therefore, we cannot and do not guarantee that your User Contributions will not be viewed by unauthorized persons.\r\n\r\n<strong>Information We Collect Through Automatic Data Collection Technologies.</strong> As you navigate through and interact with our Website, we may use automatic data collection technologies to collect certain information about your equipment, browsing actions, and patterns, including:\r\n<ul>\r\n <li>Details of your visits to our Website, including traffic data, location data, logs, and other communication data and the resources that you access and use on the Website.</li>\r\n <li>Information about your computer and Internet connection, including your IP address, operating system, and browser type.</li>\r\n</ul>\r\nThe information we collect automatically is statistical data and may include personal information and we may maintain it or associate it with personal information we collect in other ways or receive from third parties. It helps us to improve our Website and to deliver a better and more personalized service, including by enabling us to:\r\n<ul>\r\n <li>Estimate our audience size and usage patterns.</li>\r\n <li>Store information about your preferences, allowing us to customize our Website according to your individual interests.</li>\r\n <li>Speed up your searches.</li>\r\n <li>Recognize you when you return to our Website.</li>\r\n</ul>\r\nThe technologies we use for this automatic data collection may include:\r\n<ul>\r\n <li><strong>Cookies (or browser cookies).</strong> A cookie is a small file placed on the hard drive of your computer. You may refuse to accept browser cookies by activating the appropriate setting on your browser. However, if you select this setting you may be unable to access certain parts of our Website. Unless you have adjusted your browser setting so that it will refuse cookies, our system will issue cookies when you direct your browser to our Website.</li>\r\n <li><strong>Flash Cookies.</strong> Certain features of our Website may use local stored objects (or Flash cookies) to collect and store information about your preferences and navigation to, from, and on our Website. Flash cookies are not managed by the same browser settings as are used for browser cookies. For information about managing your privacy and security settings for Flash cookies, see Choices About How We Use and Disclose Your Information.</li>\r\n <li><strong>Web Beacons.</strong> Pages of our Website and our e-mails may contain small electronic files known as web beacons (also referred to as clear gifs, pixel tags, and single-pixel gifs) that permit the Company, for example, to count users who have visited those pages or opened an email and for other related website statistics (for example, recording the popularity of certain website content and verifying system and server integrity).</li>\r\n</ul>\r\n<strong>Third-Party Use of Cookies and Other Tracking Technologies.</strong>\r\n\r\nSome content or applications, including advertisements, on the Website are served by third-parties, including advertisers, ad networks and servers, content providers, and application providers. These third parties may use cookies alone or in conjunction with web beacons or other tracking technologies to collect information about you when you use our Website. The information they collect may be associated with your personal information or they may collect information, including personal information, about your online activities over time and across different websites and other online services. They may use this information to provide you with interest-based (behavioral) advertising or other targeted content.\r\n\r\nWe do not control these third parties\' tracking technologies or how they may be used. If you have any questions about an advertisement or other targeted content, you should contact the responsible provider directly. For information about how you can opt out of receiving targeted advertising from many providers, see the Choices About How We Use and Disclose Your Information Section, below.\r\n\r\n<strong>How We Use Your Information</strong>\r\n\r\nWe use information that we collect about you or that you provide to us, including any personal information:\r\n<ul>\r\n <li>To present our Website and its contents to you.</li>\r\n <li>To provide you with information, products, or services that you request from us.</li>\r\n <li>To fulfill any other purpose for which you provide it.</li>\r\n <li>To provide you with notices about your account, including expiration and renewal notices (as applicable).</li>\r\n <li>To carry out our obligations and enforce our rights arising from any contracts entered into between you and us, including for billing and collection.</li>\r\n <li>To notify you about changes to our Website or any products or services we offer or provide though it.</li>\r\n <li>To allow you to participate in interactive features on our Website, as they are developed.</li>\r\n <li>In any other way we may describe when you provide the information.</li>\r\n <li>For any other purpose with your consent.</li>\r\n</ul>\r\nWe may also use your information to contact you about updates with respect to our business and services.\r\n\r\nWe may use the information we have collected from you to enable us to display advertisements to our advertisers\' target audiences. Even though we do not disclose your personal information for these purposes without your consent, if you click on or otherwise interact with an advertisement, the advertiser may assume that you meet its target criteria.\r\n\r\n<strong>Disclosure of Your Information</strong>\r\n\r\nWe may disclose aggregated information about our users, and information that does not identify any individual, without restriction.\r\n\r\nWe may disclose personal information that we collect or you provide as described in this Privacy Policy:\r\n<ul>\r\n <li>To our subsidiaries and affiliates; or</li>\r\n <li>To contractors, service providers, and other third parties we use to support our business and who are bound by contractual obligations to keep personal information confidential and use it only for the purposes for which we disclose it to them; or</li>\r\n <li>To fulfill the purpose for which you provide it. For example, if you give us an email address to use the \"email a friend\" feature of our Website, we will transmit the contents of that email and your email address to the recipients; or</li>\r\n <li>For any other purpose disclosed by us when you provide the information; or</li>\r\n <li>With your consent.</li>\r\n</ul>\r\nWe may also disclose your personal information:\r\n<ul>\r\n <li>To comply with any court order, law, or legal process, including to respond to any government or regulatory request.</li>\r\n <li>To enforce or apply our <a href=\"https://www.fffpetsitting.com/terms-of-use/\">Terms of Use</a> and other agreements, including for billing and collection purposes.</li>\r\n <li>If we believe disclosure is necessary or appropriate to protect the rights, property, or safety of the Company, our customers, or others. This includes exchanging information with other companies and organizations for the purposes of fraud protection and credit risk reduction.</li>\r\n</ul>\r\n<strong>Choices About How We Use and Disclose Your Information</strong>\r\n\r\nWe strive to provide you with choices regarding the personal information you provide to us. We have created mechanisms to provide you with the following control over your information:\r\n<ul>\r\n <li><strong>Tracking Technologies and Advertising.</strong> You can set your browser to refuse all or some browser cookies, or to alert you when cookies are being sent. To learn how you can manage your Flash cookie settings, visit the Flash player settings page on Adobe\'s website. If you disable or refuse cookies, please note that some parts of this site may then be inaccessible or not function properly.</li>\r\n <li><strong>Disclosure of Your Information for Third-Party Advertising.</strong> If you do not want us to share your personal information with unaffiliated or non-agent third parties for promotional purposes, you can opt-out by sending us an email request to opt out at: info@fffpetsitting.com</li>\r\n <li><strong>Promotional Offers from the Company.</strong> If you do not wish to have your email address/contact information used by the Company to promote our own or third parties\' products or services, you can opt-out by sending us an email stating your request to info@fffpetsitting.com. If we have sent you a promotional email, you may send us a return email asking to be omitted from future email distributions.</li>\r\n <li><strong>Targeted Advertising.</strong> If you do not want us to use information that we collect or that you provide to us to deliver advertisements according to our advertisers\' target-audience preferences, you can opt-out by sending us an email stating your request to info@fffpetsitting.com.</li>\r\n</ul>\r\nWe do not control third parties\' collection or use of your information to serve interest-based advertising. However, these third parties may provide you with ways to choose not to have your information collected or used in this way. You can opt out of receiving targeted ads from members of the Network Advertising Initiative (\"<strong>NAI</strong>\") on the NAI\'s website.\r\n\r\n<strong>Accessing and Correcting Your Information</strong>\r\n\r\nYou may also send us an email at info@fffpetsitting.com to request access to, correct or delete any personal information that you have provided to us. We cannot delete your personal information except by also deleting your user account. We may not accommodate a request to change information if we believe the change would violate any law or legal requirement or cause the information to be incorrect.\r\n\r\nIf you delete your User Contributions from the Website, copies of your User Contributions may remain viewable in cached and archived pages, or might have been copied or stored by other Website users. Proper access and use of information provided on the Website, including User Contributions, is governed by our Terms of Use located at: <a href=\"/terms-of-use\">www.fffpetsitting.com/terms-of-use</a>.\r\n\r\nIt is a breach of Our Terms of Use to use Our Website if you are a European Union resident or business and you shall cease any and all such further use immediately. However, in the event that you are an EU resident or business and have nevertheless used Our Website or have registered for or purchased our services, you have the right to make a complaint at any time to the Information Commissioner’s Office (ICO), the UK supervising authority for data protection issues (<a href=\"http://www.ico.org.uk\">www.ico.org.uk</a>). We would, however, appreciate the chance to deal with your concerns before you approach the ICO so please contact us in the first instance.\r\n\r\n<strong>Your California Privacy Rights</strong>\r\n\r\nCalifornia Civil Code Section § 1798.83 permits users of our Website that are California residents to request certain information regarding our disclosure of personal information to third parties for their direct marketing purposes. To make such a request, please send an email to info@fffpetsitting.com.\r\n\r\n<strong>Data Security</strong>\r\n\r\nWe have implemented measures designed to secure your personal information from accidental loss and from unauthorized access, use, alteration, and disclosure. All information you provide to us is stored on our secure servers behind firewalls. Any information collected by way of payment transactions will be encrypted using SSL technology.\r\n\r\nThe safety and security of your information also depends on you. Where we have given you (or where you have chosen) a password for access to certain parts of our Website, you are responsible for keeping this password confidential. We ask you not to share your password with anyone. We urge you to be careful about giving out information in public areas of the Website like message boards. The information you share in public areas may be viewed by any user of the Website.\r\n\r\nUnfortunately, the transmission of information via the Internet is not completely secure. Although we do our best to protect your personal information, we cannot guarantee the security of your personal information transmitted to our Website. Any transmission of personal information is at your own risk. We are not responsible for circumvention of any privacy settings or security measures contained on the Website.\r\n\r\n<strong>Changes to Our Privacy Policy</strong>\r\n\r\nIt is our policy to post any changes we make to our Privacy Policy on this page. If we make material changes to how we treat our users\' personal information, we will make commercially reasonable efforts to notify you through a notice on the Website home page. The date the Privacy Policy was last revised is identified at the top of the page. You are responsible for regularly visiting this Privacy Policy to check for any changes.[/vc_column_text][/vc_column][/vc_row]','Privacy Policy','','publish','closed','open','','privacy-policy','','','2020-02-26 21:25:22','2020-02-26 21:25:22','',0,'https://www.fffpetsitting.com/?page_id=3',0,'page','',0),(5,1,'2019-12-30 21:13:01','2019-12-30 21:13:01','','Media','','private','closed','closed','','media','','','2019-12-30 21:13:01','2019-12-30 21:13:01','',0,'https://www.fffpetsitting.com/?option-tree=media',0,'option-tree','',0),(6,1,'2020-01-02 20:47:14','2020-01-02 20:47:14','[vc_row thb_full_width=\"true\" el_id=\"hero\" css=\".vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">The Leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland!</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and dependable service to your pets for over 30 years.</h2>\r\n[/vc_column_text][vc_btn title=\"Our Company\" el_id=\"stroke-btn\" link=\"url:%2Fabout-us%2F|title:About%20Us||\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row el_id=\"section-1\"][vc_column width=\"1/2\"][thb_image image=\"56\" img_link=\"url:https%3A%2F%2Fwww.fffpetsitting.com%2Fdog-walking%2F|title:House%20Sitting||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/dog-walking/\">Mid-Day Dog Walking</a></h3>\r\nOur enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][thb_image image=\"173\" img_link=\"url:https%3A%2F%2Fwww.fffpetsitting.com%2Fpet-sitting%2F|title:House%20Sitting||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/pet-sitting/\">Pet Sitting</a></h3>\r\nWhether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-2\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Our Professional Pet Care Services Available In:</h2>\r\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Potomac, Rockville, Silver Spring and Wheaton</p>\r\n<p style=\"text-align: center;\">More Locations Coming Soon!</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-3\"][vc_column width=\"1/3\"][thb_image image=\"171\" img_link=\"url:%2Fhouse-sitting%2F|title:House%20Sitting||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/house-sitting/\">House Sitting or Bed & Breakfast</a></h3>\r\nLet us pamper your pet in a warm setting of one of our caring pet sitter’s home or you can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"64\" img_link=\"url:%2Ftraining%2F|title:Training||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/training/\">Training</a></h3>\r\nOur pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"63\" img_link=\"url:%2Fphotography%2F|title:Photography||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/photography/\">Photography</a></h3>\r\nLet us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][/vc_column][/vc_row][vc_row thb_full_width=\"true\" content_placement=\"middle\" el_id=\"section-4\" css=\".vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Clients who use our services are paired with pet caregivers who are professional, trustworthy and of integrity.</h2>\r\n<p style=\"text-align: center;\">Our highly experienced dog walkers and pet sitters are bonded and insured. In addition, we require background checks to provide an extra layer of safety for our clients and their precious pets.</p>\r\n<p style=\"text-align: center;\">Check Our Social Media for Current Specials!</p>\r\n[/vc_column_text][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home','','publish','closed','closed','','home','','','2020-02-26 22:01:56','2020-02-26 22:01:56','',0,'https://www.fffpetsitting.com/?page_id=6',0,'page','',0),(7,1,'2020-01-02 20:47:14','2020-01-02 20:47:14','','Home','','inherit','closed','closed','','6-revision-v1','','','2020-01-02 20:47:14','2020-01-02 20:47:14','',6,'https://www.fffpetsitting.com/2020/01/02/6-revision-v1/',0,'revision','',0),(8,1,'2020-01-02 20:48:20','2020-01-02 20:48:20','','logo','','inherit','open','closed','','logo','','','2020-01-02 20:48:20','2020-01-02 20:48:20','',5,'https://www.fffpetsitting.com/wp-content/uploads/logo.png',0,'attachment','image/png',0),(9,1,'2020-01-02 21:23:06','2020-01-02 21:23:06','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Mid-Day Dog Walking</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Maybe it’s difficult for you to get away from the office at lunchtime to take your dog out for a walk.</h2>\r\nEven if you work from home, you might need extra assistance. There are myriad reasons why people just like you need a reliable and trustworthy mid-day dog walker. We provide that extra companionship your dog needs during the day. Our dog walkers will take your furry friend outside when you need us.\r\n\r\nDuring the walk, we give your dog the time to act like a dog — the time to sniff, walk and explore. This quality time also lets our dog walkers observe your dog’s behavior and build a relationship of trust and friendship. With our service, we not only take your dog for a walk rain or shine, we also provide a detailed pet report including photo of how it went so that you don’t miss their face during the day![/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Benefits</h3>\r\nThe benefits of mid-day dog walks are numerous for your beloved pet. Some are apparent, like the much-needed potty break. Others are not as obvious, like improved socialization, pet behavior and health. Plus, consistent mid-day dog walks provide your pet with a regular routine to look forward to.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Meet & Greet</h3>\r\nDuring our intake meeting, we gather all of the important details when it comes to caring for your pet. Our dog walker visits you in your home to meet you and your pet. We establish the dates and times we are needed and discuss paperwork, like completing our pet profile. At this time, you provide a copy of your pet’s veterinarian record and any other personality or behavioral traits we should know about your dog. We’ll also review all of your instructions. The visit includes a tour of your home so we can find the necessities, like leashes, bags, food, favorite toys, etc. During this time, we also have fun getting to know your pet in their environment.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Rates</h3>\r\nWe offer 30-minute walks Monday through Friday between 10 a.m. – 3 p.m. This service is provided as a discount. Our fees are based on a minimum commitment of 12 weeks with no fewer than 15 visits per month in order to maintain the discounted rate. Otherwise, if you don’t need us as often, you will be billed at the pet sit rates. This package rate is $19 per walk for one dog; $21 per walk for two to three dogs; and $28 per walk for four or more dogs. A one-time fee of $15 is charged for all new clients for the intake meeting; the fee for second meetings for existing clients is $7.50.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Policy</h3>\r\nMid-day dog walking observes the standard pet-sitting policies with the following payment modifications:\r\n\r\nPayment for services is due upon receipt of semi-monthly billing on the 15th and last day of the month. Credits for cancellations will be applied on the following month’s invoice. Additional service requests during the week or on weekends will be billed at the pet sit rate and billed separately.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>New Clients</h3>\r\nWe will make our best effort to walk your dog at the requested times. Noon is a very common request for mid-day walks, so please be flexible with us and give us at least a two-hour window for walking your dog. Conditions such as holidays, traffic, weather and difficult sits, may cause delays.\r\n\r\nWe request a 24-hour advance cancellation notice, but will accept emergency cancellations by 6:00 a.m. the day of service. Any cancellations after this time will continue to be billed.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>“I just want to say how totally dependent my dogs and I are on Fur, Fins and Feathers and how completely responsible they are so I never have a worry. My family has been using this company for many, many years and we never had any serious problems in the care of our dogs. I trust our dogs and our home to them absolutely. And the dogs love our FF&F dog walkers.” </em>\r\n\r\n— Evan[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Mid-Day Dog Walking</h3>\r\nOur enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:https%3A%2F%2Fwww.fffpetsitting.com%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Pet Sitting</h3>\r\nWhether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:https%3A%2F%2Fwww.fffpetsitting.com%2Fpet-sitting%2F|title:Pet%20Sitting||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>House Sitting</h3>\r\nYou can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:https%3A%2F%2Fwww.fffpetsitting.com%2Fhouse-sitting%2F|title:House%20Sitting||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Bed & Breakfast</h3>\r\nOur Bed & Breakfast service gives your pet that at-home feel while you are away.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:https%3A%2F%2Fwww.fffpetsitting.com%2Fbed-breakfast%2F|title:Pet%20Sitting||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Dog Walking','','publish','closed','closed','','dog-walking','','','2020-02-26 21:59:10','2020-02-26 21:59:10','',0,'https://www.fffpetsitting.com/?page_id=9',0,'page','',0),(10,1,'2020-01-02 21:23:06','2020-01-02 21:23:06','','Dog Walking','','inherit','closed','closed','','9-revision-v1','','','2020-01-02 21:23:06','2020-01-02 21:23:06','',9,'https://www.fffpetsitting.com/9-revision-v1/',0,'revision','',0),(11,1,'2020-01-02 21:23:25','2020-01-02 21:23:25','<p>[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]</p>\r\n<h1>Pet Sitting</h1>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]</p>\r\n<h2>Planning to be away and can’t bring your beloved pet? Have a special occasion or business travel? Or are you moving and need your pet to be cared for while you prepare?</h2>\r\n<p>In situations like these, pet sitting may be the best option for you and your pet. This is different than our <a href=\"https://www.fffpetsitting.com/house-sitting/\">house-sitting</a> or <a href=\"https://www.fffpetsitting.com/dog-walking/\">mid-day dog walking services</a>. Our pet caregiver will visit for 30 minutes up to three times per day, dependent on your pet’s needs. Prior to scheduling, we consult with you to figure out what’s best for your pet. We want to make sure that they stay on their normal eating, play and exercise routines. Our pet caregivers are pet lovers, too, and will provide the care and companionship needed while you are away. We also provide detailed pet reports and photos to keep you informed of your pet’s daily care.</p>\r\n<p>We also know the unexpected can happen and we want to be there for you and your pet. We offer pet sitting for emergency situations so you have one less thing to worry about![/vc_column_text][vc_separator][vc_column_text]</p>\r\n<h3>Benefits</h3>\r\n<p>Our pet-sitting services give you the flexibility to use our pet care when you need it. There are no long-term commitments, and we build the agenda around your pet and their daily schedule.[/vc_column_text][vc_separator][vc_column_text]</p>\r\n<h3>Meet & Greet</h3>\r\n<p>During our intake meeting, we gather all of the important details when it comes to caring for your pet. Our pet sitter visits with you in your home to meet you and your pet. We establish the dates and times we are needed and discuss paperwork, like completing our pet profile. At this time, you provide a copy of your pet’s veterinarian record and any other personality or behavioral traits we should know about your pet. We also review all of your instructions. This visit includes a tour of your home to show us the necessities, like leashes, food, kitty litter location, favorite toys, etc. During this time, we also have fun getting to know your pet in their environment.[/vc_column_text][vc_separator][vc_column_text]</p>\r\n<h3>Rates</h3>\r\n<p>We offer pet sitting for one or more pets for 30-minute visits. For one pet, the rate is $21 per visit; for two to three pets, the rate is $23 per visit; and for four or more pets, the rate is $30 per visit. For emergencies, our rate is $75 for the first visit, then it will defer to our regular rates. (If you are not already a client, we must have current veterinarian records and the pet must be current on their shots). A one-time fee of $15 is charged for all new clients for the intake meeting; the fee for second meetings for existing clients is $7.50.[/vc_column_text][vc_separator][vc_column_text]</p>\r\n<h3>Policy</h3>\r\n<p>Special rates for pet sitting exotic birds and pets: $30 for 1 pet; $45 for two to three pets; and $55 for four or more pets.</p>\r\n<p>Pet transportation: Pickup and transport to vet, groomer, kennel or emergency situations, etc., billed at $20 per hour.</p>\r\n<p>Medication and shots: Call office for specific needs and fees.</p>\r\n<p>We request a minimum 24-hour advance cancellation notice.</p>\r\n<p>All holiday bookings will incur a 10 percent surcharge for services.</p>\r\n<p>Cancellations for the holidays are accepted one week prior to the start date of service without the client being charged. Otherwise, clients are charged a $30 fee.</p>\r\n<p>Inclement weather policy is important to observe. If you need a copy, please call the office.</p>\r\n<p>Pet sitter gratuities are always appreciated. Please make arrangement with your sitter.</p>\r\n<p><strong>Keys:</strong> There is a charge of $8.50 if you want a sitter to pick up and return your keys in person or you can schedule a day and time to pick up at our office. You must present our receptionist with a state photo I.D. before you receive keys. Keys will not be mailed.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>“I am home and all is well with Luna. Thank you for taking good care of her.” </em></p>\r\n<p>— L.B.[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\r\n<h3>Pet Sitting</h3>\r\n<p>Whether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\r\n<h3>Mid-Day Dog Walking</h3>\r\n<p>Our enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:%2Fdog-walking%2F|title:Dog%20Walking||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\r\n<h3>House Sitting</h3>\r\n<p>You can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:%2Fhouse-sitting%2F|title:Dog%20Walking||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\r\n<h3>Bed & Breakfast</h3>\r\n<p>Our Bed & Breakfast service gives your pet that at-home feel while you are away.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:%2Fbed-breakfast%2F|title:Dog%20Walking||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\r\n','Pet Sitting','','publish','closed','closed','','pet-sitting','','','2020-02-26 21:58:41','2020-02-26 21:58:41','',0,'https://www.fffpetsitting.com/?page_id=11',0,'page','',0),(12,1,'2020-01-02 21:23:25','2020-01-02 21:23:25','','Pet Sitting','','inherit','closed','closed','','11-revision-v1','','','2020-01-02 21:23:25','2020-01-02 21:23:25','',11,'https://www.fffpetsitting.com/11-revision-v1/',0,'revision','',0),(13,1,'2020-01-02 21:23:41','2020-01-02 21:23:41','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>House Sitting</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Need a pet caregiver for an extended period of time? Let us take care of your pets in their own environment.</h2>\r\nWhether you are going away on a quick weekend excursion or for a well-deserved vacation, our house sitters can provide the care that you expect and that your pet deserves. With our house-sitting service, your pet will be taken care of in the morning, afternoon, evening and overnight in the comfort of their own home and community. This service is similar to our <strong><a href=\"https://www.fffpetsitting.com/pet-sitting/\">pet-sitting service</a></strong>, but with the addition of overnight care. After a detailed consultation, we tailor our service to fit with your and your pet’s unique needs.\r\n\r\nIn addition to making your pet feel well-loved and safe, we want your home to feel that way, too. During the hours we are away from your home, we will do small things to make your home look occupied, like turning on different lights or opening and shutting blinds before leaving. Our house sitters create activity, like leaving on a television or radio between visits to serve as a companion to your pet. This practice helps ease anxieties and can mimic the everyday situation your pet thrives in. And, we provide detailed pet reports and photos so you know how your pet is doing daily.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Benefits</h3>\r\nThe most obvious benefit of our house-sitting service is that your pet gets to stay at home. This is especially important for pets who may be skittish or shy and enjoy the comfort of their own surroundings. And, it’s a good fit for birds, fish and other furry friends who can’t easily be moved and need more care than with our pet-sitting service.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Meet & Greet</h3>\r\nDuring our intake meeting, we gather all of the important details when it comes to caring for your pet. Our pet sitter visits you in your home to meet you and your pet. We establish the dates and times we are needed and discuss paperwork, like completing our pet profile. At this time, you provide a copy of your pet’s veterinarian record and any other personality or behavioral traits we should know about your pet. We’ll also review all of your instructions. This will include a tour of your home to show us the necessities, like leashes, food, kitty litter location, favorite toys, etc. During this time, we also have fun getting to know your pet in their environment.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Rates</h3>\r\nThe rates for house sitting — or overnight stays in a client’s home — are $77 for one pet; $85 for two to four pets; and $105 for five or more pets. House-sitting service may not include 24 solid hours of care. We provide 30 minutes of care between 6 a.m. – 8 a.m., 10 a.m. – 3 p.m., 6 p.m. – 8 p.m. and overnight. A one-time fee of $15 is charged for all new clients for the intake meeting; and the fee for second meetings for existing clients is $7.50.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Policy</h3>\r\nSpecial rates for pet sitting exotic birds and pets: $30 for 1 pet; $45 for two to three pets; and $55 for four or more pets.\r\n\r\nPet transportation: Pickup and transport to vet, groomer, kennel or emergency situations, etc., billed at $20 per hour.\r\n\r\nMedication and shots: Call office for specific needs and fees.\r\n\r\nWe request a minimum 24-hour advance cancellation notice.\r\n\r\nAll holiday bookings will incur a 10 percent surcharge for services.\r\n\r\nCancellations for the holidays are accepted one week prior to the start date of service without the client being charged. Otherwise, clients are charged a $30 fee.\r\n\r\nInclement weather policy is important to observe. If you need a copy, please call the office.\r\n\r\nPet sitter gratuities are always appreciated. Please make arrangement with your sitter.\r\n\r\n<strong>Keys:</strong> There is a charge of $8.50 if you want a sitter to pick up and return your keys in person or you can schedule a day and time to pick up at our office. You must present our receptionist with a state photo I.D. before you receive keys. Keys will not be mailed.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>“You are amazing! Thank you. We really appreciate the visit reports by text — perfect!” </em>\r\n\r\n— C.A.[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>House Sitting</h3>\r\nYou can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Bed & Breakfast</h3>\r\nOur Bed & Breakfast service gives your pet that at-home feel while you are away.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fbed-breakfast%2F|title:Bed%20%26%20Breakfast||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Mid-Day Dog Walking</h3>\r\nOur enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fdog-walking%2F|title:Bed%20%26%20Breakfast||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Pet Sitting</h3>\r\nWhether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fpet-sitting%2F|title:Bed%20%26%20Breakfast||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','House Sitting','','publish','closed','closed','','house-sitting','','','2020-02-26 21:25:22','2020-02-26 21:25:22','',0,'https://www.fffpetsitting.com/?page_id=13',0,'page','',0),(14,1,'2020-01-02 21:23:41','2020-01-02 21:23:41','','House Sitting','','inherit','closed','closed','','13-revision-v1','','','2020-01-02 21:23:41','2020-01-02 21:23:41','',13,'https://www.fffpetsitting.com/13-revision-v1/',0,'revision','',0),(15,1,'2020-01-02 21:23:56','2020-01-02 21:23:56','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Dog Training</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Fur, Fins & Feathers offers obedience and behavioral dog training. Each one-hour, private session focuses on the needs of your dog.</h2>\r\nOur trainer has 24 years of experience raising and training dogs. She tends each dog with patience, kindness, positivity and love knowing that the levels of obedience training differ among each breed and pet owner’s needs. Our trainer’s goal is to provide you thorough guidance to improve your dog’s behavior and help you build a stronger relationship with your pet.[/vc_column_text][vc_single_image image=\"205\" img_size=\"full\"][vc_column_text]\r\n<h3>Training Sessions & Rates</h3>\r\nTraining sessions are designed to your dog’s specific issues and needs. Through positive training techniques there is no need for prongs, choke or electric collars — just love and consistency to achieve the goals of the client.\r\n\r\nWe offer basic obedience training, behavioral training and socialization training. We offer six- to 12-week session packages. Each session is 45 to 60 minutes long and conducted with 10-minute training intervals. The cost per session is $50. A one-time fee of $20 is charged for all new clients for the intake meeting; the fee for second meetings for existing clients is $10.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Meet & Greet</h3>\r\nDuring our intake meeting, we gather all of the important details when it comes to training your pet. Our trainer visits you in your home to meet you and your pet. We establish the dates and times we are needed and discuss paperwork, like completing our pet profile. At this time, you provide a copy of your pet’s veterinarian record and any other personality or behavioral traits we should know about your dog. We also have fun getting to know your pet in their environment.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Benefits</h3>\r\nOur trainer will conduct one-on-one dog training that is customized specifically for your pets breed and temperament. Each owner receives time spent with the trainer to learn how to execute and maintain the training commands and information about understanding their pet’s body language. This personalized training will help increase your pet’s social and emotional skills. It also helps you and your pet achieve a higher quality of life together.[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Dog Training</h3>\r\nOur pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Pet Photography</h3>\r\nLet us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:%2Fphotography%2F|title:Dog%20Walking||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Mid-Day Dog Walking</h3>\r\nOur enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:%2Fdog-walking%2F|title:Dog%20Walking||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>House Sitting</h3>\r\nYou can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:%2Fhouse-sitting%2F|title:Dog%20Walking||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Training','','publish','closed','closed','','training','','','2020-02-26 22:01:04','2020-02-26 22:01:04','',0,'https://www.fffpetsitting.com/?page_id=15',0,'page','',0),(16,1,'2020-01-02 21:23:56','2020-01-02 21:23:56','','Training','','inherit','closed','closed','','15-revision-v1','','','2020-01-02 21:23:56','2020-01-02 21:23:56','',15,'https://www.fffpetsitting.com/15-revision-v1/',0,'revision','',0),(17,1,'2020-01-02 21:24:12','2020-01-02 21:24:12','<p>[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]</p>\r\n<h1>Pet Photography</h1>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]</p>\r\n<h2>The mood and personality of your pet captured by a fellow pet lover is priceless. That is why Fur, Fins & Feathers offers pet photography.</h2>\r\n<p>We were inspired to offer this service based on the positive feedback clients gave on the photos sent with their pet reports. Our passion is to portray your pet’s character through photographs.</p>\r\n<p>We offer two packages: Natural Environment and Special Occasions. For the Natural Environment shoots, our photographer will observe your pet and wait for opportunities to take organic photos. These photos are not staged, but rather capture your pet being a pet in a familiar location.</p>\r\n<p>But, we also know how fun it is to get dressed up and capture the memories for special occasions, like a holiday or birthday. Our Special Occasions package is more formal and includes staged costume or posed photos. These photographs are taken in the comfort of your pet’s home or a designated place of your choosing.[/vc_column_text][vc_single_image image=\"206\" img_size=\"full\"][vc_column_text]</p>\r\n<h3>Rates</h3>\r\n<p>The rate for the Natural Environment package is $150 for a one-hour session. This includes five to seven digital images. Each additional pet is $25 extra.</p>\r\n<p>The rate for the Special Occasion package is $250 for a one- to two-hour session. This includes two outfit changes and five to seven digital images. Each additional pet is $50 extra.</p>\r\n<p>The rate for the Special Occasion Family package $350 for a one- to two-hour session. This includes your pet and members of your immediate family and three digital images. Each additional pet is $50 extra.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>Not your typical photographer! All photos by Ayshia</em>[/vc_column_text][vc_column_text][unitegallery photography][/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\r\n<h3>Pet Photography</h3>\r\n<p>Let us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:https%3A%2F%2Fwww.fffpetsitting.com%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\r\n<h3>Dog Training</h3>\r\n<p>Our pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:https%3A%2F%2Fwww.fffpetsitting.com%2Ftraining%2F|title:Training||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\r\n<h3>Mid-Day Dog Walking</h3>\r\n<p>Our enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:https%3A%2F%2Fwww.fffpetsitting.com%2Ftraining%2F|title:Training||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\r\n<h3>Pet Sitting</h3>\r\n<p>Whether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:https%3A%2F%2Fwww.fffpetsitting.com%2Ftraining%2F|title:Training||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\r\n','Photography','','publish','closed','closed','','photography','','','2020-02-26 21:55:34','2020-02-26 21:55:34','',0,'https://www.fffpetsitting.com/?page_id=17',0,'page','',0),(18,1,'2020-01-02 21:24:12','2020-01-02 21:24:12','','Photography','','inherit','closed','closed','','17-revision-v1','','','2020-01-02 21:24:12','2020-01-02 21:24:12','',17,'https://www.fffpetsitting.com/17-revision-v1/',0,'revision','',0),(19,1,'2020-01-02 21:25:03','2020-01-02 21:25:03','<p>[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]</p>\r\n<h1>Bed & Breakfast</h1>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]</p>\r\n<h2>We want to treat your pet like family. Our Bed & Breakfast service gives your pet that at-home feel while you are away.</h2>\r\n<p>Our pet sitters host your pet in their own home, bringing the elements of comfort to your pet. We want your pet to have the care they need when you are away. No more kennels for your pup or kitty!</p>\r\n<p>To make your pet’s stay even homier, you bring their favorite belongings, like bedding and toys, as well as the needed food and supplies. They will even have free range of the pet sitter’s home. We want to keep their environment — as well as their bellies — comfortable!</p>\r\n<p>We also provide detailed pet reports and photos to keep you informed of your pet’s daily care. This pet report captures playtime, walks, potty breaks, overall behavior, etc. And, we send pictures throughout the day so you can see their loveable face.</p>\r\n<p>If needed, we can administer shots or medication as needed for an additional fee. Our goal is to make your pet feel at home while providing you with the comfort of knowing they’re being well taken care of.</p>\r\n<p>Depending on when your pet stays at our Bed & Breakfast, he or she could be the only guest. Keep in mind that our pet sitters can take up to three pets at a time. For the best outcome with Bed & Breakfast care, your pet should have a passive temperament, get along with other pets and be up-to-date with their veterinarian records.[/vc_column_text][vc_separator][vc_column_text]</p>\r\n<h3>Benefits</h3>\r\n<p>The benefits of Bed & Breakfast care are a loving home for your pet, free range of movement inside the home and being treated like one of our own. They can enjoy the comforts of home while having companionship and care.[/vc_column_text][vc_separator][vc_column_text]</p>\r\n<h3>Meet & Greet</h3>\r\n<p>During our intake meeting, we gather all of the important details when it comes to caring for your pet. Our pet sitter visits you in your home to meet you and your pet. We establish the dates and times we are needed and discuss paperwork, like completing our pet profile. At this time, you provide a copy of your pet’s veterinarian record and any other personality or behavioral traits we should know about your pet. We’ll also review all of your instructions. During this time, we also have fun getting to know your pet in their environment.[/vc_column_text][vc_separator][vc_column_text]</p>\r\n<h3>Rates</h3>\r\n<p>The rates for our Bed & Breakfast service — when pets are hosted in the pet sitter’s home — are $77 for one pet; $85 for two to four pets; and $105 for five or more pets. This service may not include 24 solid hours of care. We provide 30 minutes of care between 6 a.m. – 8 a.m., 10 a.m. – 3 p.m., 6 p.m. – 8 p.m. and overnight. A one-time fee of $15 is charged for all new clients for the intake meeting; and the fee for second meetings for existing clients is $7.50.[/vc_column_text][vc_separator][vc_column_text]</p>\r\n<h3>Policy</h3>\r\n<p>Special rates for pet sitting exotic birds and pets: $30 for 1 pet; $45 for two to three pets; and $55 for four or more pets.</p>\r\n<p>Pet transportation: Pickup and transport to vet, groomer, kennel or emergency situations, etc., billed at $20 per hour.</p>\r\n<p>Medication and shots: Call office for specific needs and fees.</p>\r\n<p>We request a minimum 24-hour advance cancellation notice.</p>\r\n<p>All holiday bookings will incur a 10 percent surcharge for services.</p>\r\n<p>Cancellations for the holidays are accepted one week prior to the start date of service without the client being charged. Otherwise, clients are charged a $30 fee.</p>\r\n<p>Inclement weather policy is important to observe. If you need a copy, please call the office.</p>\r\n<p>Pet sitter gratuities are always appreciated. Please make arrangement with your sitter.</p>\r\n<p><strong>Keys:</strong> There is a charge of $8.50 if you want a sitter to pick up and return your keys in person or you can schedule a day and time to pick up at our office. You must present our receptionist with a state photo I.D. before you receive keys. Keys will not be mailed.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>“Thank you so much for the updates. I am so glad you are bonding with my babies! It makes me feel so relieved to know that you are such a good caretaker!” </em></p>\r\n<p>— Tania[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\r\n<h3>Bed & Breakfast</h3>\r\n<p>Our Bed & Breakfast service gives your pet that at-home feel while you are away.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:https%3A%2F%2Fwww.fffpetsitting.com%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\r\n<h3>House Sitting</h3>\r\n<p>You can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:https%3A%2F%2Fwww.fffpetsitting.com%2Fhouse-sitting%2F|title:House%20Sitting||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\r\n<h3>Mid-Day Dog Walking</h3>\r\n<p>Our enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:https%3A%2F%2Fwww.fffpetsitting.com%2Fhouse-sitting%2F|title:House%20Sitting||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\r\n<h3>Pet Sitting</h3>\r\n<p>Whether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:https%3A%2F%2Fwww.fffpetsitting.com%2Fhouse-sitting%2F|title:House%20Sitting||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\r\n','Bed & Breakfast','','publish','closed','closed','','bed-breakfast','','','2020-02-26 21:56:29','2020-02-26 21:56:29','',0,'https://www.fffpetsitting.com/?page_id=19',0,'page','',0),(20,1,'2020-01-02 21:25:03','2020-01-02 21:25:03','','Bed & Breakfast','','inherit','closed','closed','','19-revision-v1','','','2020-01-02 21:25:03','2020-01-02 21:25:03','',19,'https://www.fffpetsitting.com/19-revision-v1/',0,'revision','',0),(21,1,'2020-01-02 21:25:44','2020-01-02 21:25:44','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Get in Touch</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Please complete this form if you have questions, comments or complaints about our services and rates.</h2>\r\nIf you want to request services, please <a href=\"https://www.fffpetsitting.com/schedule-a-service/\">schedule a service</a>. As always, feel free to call us at: 301-840-1989. We’d love to hear from you![/vc_column_text][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Employment</h3>\r\nDo You Love Animals and Enjoy Working with Them? We Are Looking to Hire Professional Pet Care Lovers to Join Our Team![/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:https%3A%2F%2Fwww.fffpetsitting.com%2Femployment%2F|title:Employment||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Contact','','publish','closed','closed','','contact','','','2020-02-26 21:57:08','2020-02-26 21:57:08','',0,'https://www.fffpetsitting.com/?page_id=21',0,'page','',0),(22,1,'2020-01-02 21:25:44','2020-01-02 21:25:44','','Contact','','inherit','closed','closed','','21-revision-v1','','','2020-01-02 21:25:44','2020-01-02 21:25:44','',21,'https://www.fffpetsitting.com/21-revision-v1/',0,'revision','',0),(23,1,'2020-01-02 21:30:10','2020-01-02 21:30:10','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>About Us</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>We Provide the Care Your Pet Deserves and the Service You Can Count On!</h2>\r\nEstablished in 1989, Fur, Fins & Feathers is the oldest and largest dog walking and pet sitting service in Montgomery County, Maryland. We are a friendly, flexible, responsive and caring business providing outstanding pet care and services to our community.\r\n\r\nWhat sets us apart is that we have simply thought of everything to make our pet care a seamless experience for you. Services are highly personalized and procedures are streamlined with your convenience in mind.[/vc_column_text][vc_single_image image=\"202\" img_size=\"full\"][vc_column_text]\r\n<h3>Our Customized Services</h3>\r\nOver the past three decades, Fur, Fins & Feathers has expanded its services to meet our clients’ needs. We now offer the following customized services:\r\n<ul>\r\n <li>Mid-day Dog Walking</li>\r\n <li>House Sitting</li>\r\n <li>Pet Sitting</li>\r\n <li>Dog Training</li>\r\n <li>Pet Photography</li>\r\n <li>Bed & Breakfast</li>\r\n</ul>\r\nYou’ll experience our core values and professionalism from the start — from the initial point of contact to the questionnaire that contains detailed written instructions for your pet to the text you’ll receive after every visit so you can rest assured that all is well. Each of our clients meet their pet caregiver ahead of services to ensure confidence and to review pet care instructions.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Furry and Not-So-Furry BFFs</h3>\r\nWe are proud to offer services for all kinds of pets — the furry, feathered and scaled! We have worked with clients who have a range of pets, including dogs, cats, rabbits, ferrets, guinea pigs, birds, fish, snakes and more — even sugar gliders! We treat all pets like they are our own BFFs.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Trusted Pet Caregivers</h3>\r\nWe understand you want the person who cares for your pet and enters your home to be prompt, trustworthy and responsible. That’s why we only hire caregivers who share our core values of integrity, respect, teamwork and enthusiasm. We are also very flexible to ensure your pet is taken care of in the same way you would.\r\n\r\nMoreover, our dog walkers and pet sitters are carefully vetted through an interview process, reference check and statewide background check. Our high satisfaction ratings are the direct result of our outstanding sitters and office staff — who pet sit, too![/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Service Area</h3>\r\nWe are proud to serve our Montgomery County clients and their pets for over 30 years! We service the following areas: Bethesda, Chevy Chase, Gaithersburg, Germantown, Kensington, Potomac, Rockville, Silver Spring and Wheaton. More locations coming soon![/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Passion for Animals Guides Our Mission</h3>\r\nOur mission is to provide our clients with pet caregivers who are professional, trustworthy and of integrity while providing a fun and safe environment for their pets. With a genuine love for animals, we are committed to each of our clients in giving them individualized pet care services based on their pet’s needs. Our highly experienced dog walkers and pet sitters are carefully vetted, bonded and insured to provide an extra layer of safety for both our clients and their pets.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>“Fur, Fins & Feathers has been taking care of all three of my dogs for a number of years and I am totally pleased. This is a company you can trust. They are friendly, caring and always there when you need them.” </em>\r\n\r\n— Jerry[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Mid-Day Dog Walking</h3>\r\nOur enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:https%3A%2F%2Fwww.fffpetsitting.com%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Pet Sitting</h3>\r\nWhether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:https%3A%2F%2Fwww.fffpetsitting.com%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>House Sitting</h3>\r\nYou can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:https%3A%2F%2Fwww.fffpetsitting.com%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Bed & Breakfast</h3>\r\nOur Bed & Breakfast service gives your pet that at-home feel while you are away.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:https%3A%2F%2Fwww.fffpetsitting.com%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','publish','closed','closed','','about-us','','','2020-02-26 22:00:28','2020-02-26 22:00:28','',0,'https://www.fffpetsitting.com/?page_id=23',0,'page','',0),(24,1,'2020-01-02 21:30:10','2020-01-02 21:30:10','','About Us','','inherit','closed','closed','','23-revision-v1','','','2020-01-02 21:30:10','2020-01-02 21:30:10','',23,'https://www.fffpetsitting.com/23-revision-v1/',0,'revision','',0),(25,1,'2020-01-02 21:30:23','2020-01-02 21:30:23','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Rates</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Dog Walking</h2>\r\n[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"Number of Dogs\r\n1\r\n2-3\r\n4+\" column_2_content=\"Price/visit\r\n$19.00\r\n$21.00\r\n$28.00\" extra_class=\"rate-row\"][vc_empty_space height=\"40px\"][vc_column_text]\r\n<h2>Pet Sitting</h2>\r\n[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"Number of Pets\r\n1\r\n2-3\r\n4+\" column_2_content=\"Price/visit\r\n$21.00\r\n$23.00\r\n$30.00\" extra_class=\"rate-row\"][vc_empty_space height=\"40px\"][vc_column_text]\r\n<h2>House Sitting / Bed & Breakfast</h2>\r\n[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"Number of Pets\r\n1\r\n2-4\r\n5+\" column_2_content=\"Price/day\r\n$77.00\r\n$85.00\r\n$105.00\" extra_class=\"rate-row\"][vc_empty_space height=\"40px\"][vc_column_text]\r\n<h2>Dog Training</h2>\r\n[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"6-12 week sessions\" column_2_content=\"45-60 min - $50.00\" extra_class=\"rate-row\"][vc_empty_space height=\"40px\"][vc_column_text]\r\n<h2>Pet Photography</h2>\r\n[/vc_column_text][vc_column_text]<strong>Natural Environment Package</strong>[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"1-hour session\r\nAdditional Pet\" column_2_content=\"$150.00\r\n$25.00\" extra_class=\"rate-row\"][vc_empty_space height=\"40px\"][vc_column_text]<strong>Special Occasion Package</strong>[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"1-2 hour session\r\nAdditional Pet\" column_2_content=\"$250.00\r\n$50.00\" extra_class=\"rate-row\"][vc_empty_space height=\"40px\"][vc_column_text]<strong>Pet & Family Package</strong>[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"1-2 hour session\r\nAdditional Pet\" column_2_content=\"$350.00\r\n$50.00\" extra_class=\"rate-row\"][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Contact Us</h3>\r\nNeed more information or have comments or concerns, we’d love to hear from you!\r\n\r\n301-840-1989[/vc_column_text][vc_btn title=\"Get in touch\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:https%3A%2F%2Fwww.fffpetsitting.com%2Fcontact%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Rates','','publish','closed','closed','','rates','','','2020-02-26 21:59:28','2020-02-26 21:59:28','',0,'https://www.fffpetsitting.com/?page_id=25',0,'page','',0),(26,1,'2020-01-02 21:30:23','2020-01-02 21:30:23','','Rates','','inherit','closed','closed','','25-revision-v1','','','2020-01-02 21:30:23','2020-01-02 21:30:23','',25,'https://www.fffpetsitting.com/25-revision-v1/',0,'revision','',0),(27,1,'2020-01-02 21:30:36','2020-01-02 21:30:36','<p>[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]</p>\r\n<h1>Employment</h1>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]</p>\r\n<h2>Online Application</h2>\r\n<p>[/vc_column_text][gravityform id=\"3\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\r\n<h3>Contact Us</h3>\r\n<p>Need more information or have comments or concerns, we’d love to hear from you!</p>\r\n<p>301-840-1989[/vc_column_text][vc_btn title=\"Get in touch\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:%2Fcontact%2F|title:Contact||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\r\n','Employment','','publish','closed','closed','','employment','','','2020-02-26 21:55:57','2020-02-26 21:55:57','',0,'https://www.fffpetsitting.com/?page_id=27',0,'page','',0),(28,1,'2020-01-02 21:30:36','2020-01-02 21:30:36','','Employment','','inherit','closed','closed','','27-revision-v1','','','2020-01-02 21:30:36','2020-01-02 21:30:36','',27,'https://www.fffpetsitting.com/27-revision-v1/',0,'revision','',0),(29,1,'2020-01-02 21:30:51','2020-01-02 21:30:51','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Terms of Use</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column el_id=\"main-content\"][vc_column_text]\r\n<h2>FFFPETSITTING.COM – TERMS OF USE</h2>\r\nLAST UPDATED: January 1, 2020\r\n\r\n \r\n\r\n<strong><u>Acceptance of Terms of Use.</u></strong>\r\n\r\n \r\n\r\nPLEASE READ THE TERMS OF USE CAREFULLY BEFORE YOU BEGIN TO USE THIS OR ANY OTHER ANGEL’S PAW, LLC (dba Fur, Fins & Feathers) WEBSITE OR MOBILE APPLICATION (OR ANY CONTENT, PRODUCT, SERVICE, OR FEATURE AVAILABLE THROUGH THE WEBSITE OR MOBILE APPLICATION) (COLLECTIVELY, THE (“WEBSITE”). BY USING, VIEWING, OR IN ANY WAY ACCESSING THE WEBSITE, YOU ARE AGREEING TO ABIDE BY AND TO FULLY COMPLY WITH THE TERMS AND CONDITIONS SET FORTH HEREIN AND BY ALL TERMS, POLICIES AND GUIDELINES INCORPORATED HEREIN BY REFERENCE, AS WELL AS ANY ADDITIONAL TERMS AND RESTRICTIONS PRESENTED IN RELATION TO SPECIFIC CONTENT OR A SPECIFIC PRODUCT, SERVICE OR FEATURE OR WHICH ANY OTHER POLICY OF ANGELSPAW WHICH IS INCORPORATED HEREIN BY REFERENCE (COLLECTIVELY, THE “WEBSITE TERMS” OR “TERMS OF USE”). <strong>IF YOU DO NOT AGREE TO ALL OF THE TERMS AND CONDITIONS SET FORTH HEREIN, DO NOT USE, VIEW OR IN ANY WAY ACCESS THE WEBSITE.</strong>\r\n\r\n \r\n\r\nThese terms of use are entered into by and between You and Fur, Fins & Feathers, a Maryland limited liability company (”<strong>Company</strong>”, “<strong>we</strong>”, or “<strong>us</strong>”). The following Website Terms govern your access to and use of the Website, including any content, functionality, and services offered on or through the Website, whether as a guest or a registered member of the Website.\r\n\r\n \r\n\r\nThis Website is offered and available to users who are at least eighteen (18) years of age or older and reside in the United States or any of its territories or possessions. By using this Website, you represent and warrant that you are of legal age to form a binding contract with the Company and meet all of the foregoing eligibility requirements. If you do not meet all of these requirements, you must not access or use the Website.\r\n\r\n \r\n\r\n<strong><u>Privacy Policy</u></strong>\r\n\r\n<strong><u> </u></strong>\r\n\r\nWe are committed to protecting your privacy. Please refer to our Privacy Policy for information regarding how we collect, use and disclose personal information. The Privacy Policy can be found here: <a href=\"https://www.fffpetsitting.com/privacy-policy/\">www.fffpetsitting.com/privacy-policy</a>\r\n\r\n \r\n\r\n<strong><u>Changes to the Terms of Use</u></strong>\r\n\r\n \r\n\r\nWe may revise and update these Terms of Use from time to time in our sole discretion. All changes are effective immediately when we post them, and apply to all access to and use of the Website thereafter.\r\n\r\n \r\n\r\nYour continued use of the Website following the posting of revised Terms of Use means that you accept and agree to the changes. You are expected to check this page regularly, so you are aware of any changes, as they are binding on you.\r\n\r\n\r\n\r\n<strong><u>Accessing the Website and Account Security</u></strong>\r\n\r\n \r\n\r\nWe reserve the right to withdraw or amend this Website, and any service or material we provide on the Website, in our sole discretion without notice. We will not be liable if for any reason all or any part of the Website is unavailable at any time or for any period. From time to time, we may restrict access to some parts of the Website, or the entire Website, to users, including registered users.\r\n\r\n \r\n\r\nYou are responsible for:\r\n\r\n \r\n<ul>\r\n <li>Making all arrangements necessary for you to have access to the Internet and the Website.</li>\r\n <li>Ensuring that all persons who access the Website through your Internet connection are aware of these Terms of Use and comply with them.</li>\r\n</ul>\r\n \r\n\r\nTo access the Website or some of the resources it offers, you may be asked to provide certain registration details or other information. It is a condition of your use of the Website that all the information you provide on the Website is correct, current, and complete. You agree that all information you provide to register with this Website or otherwise, including but not limited to through the use of any interactive features on the Website, is governed by our <a href=\"https://www.fffpetsitting.com/privacy-policy/\">Privacy Policy</a> and you consent to all actions we take with respect to your information consistent with our Privacy Policy.\r\n\r\n \r\n\r\nIf you choose, or are provided with, a user name, password, or any other piece of information as part of our security procedures, you must treat such information as confidential, and you must not disclose it to any other person or entity. You also acknowledge that your account is personal to you and agree not to provide any other person with access to this Website or portions of it using your user name, password, or other security information. You agree to notify us immediately of any unauthorized access to or use of your user name or password or any other breach of security. You also agree to ensure that you exit from your account at the end of each session. You should use particular caution when accessing your account from a public or shared computer so that others are not able to view or record your password or other personal information.\r\n\r\n \r\n\r\nWe have the right to disable any user name, password, or other identifier, whether chosen by you or provided by us, at any time in our sole discretion for any or no reason, including if, in our opinion, you have violated any provision of these Terms of Use.\r\n\r\n\r\n\r\n<strong><u>Intellectual Property Rights</u></strong>\r\n\r\n \r\n\r\nThe Website and its entire contents, features, and functionality (including but not limited to all trade dress, marks, logos, names and other brand identifying images, information, software, text, displays, images, video, and audio, and the design, selection, and arrangement thereof) are owned by the Company, its licensors, or other providers (collectively, the “Content”) of such material and are protected by United States and international copyright, trademark, patent, trade secret, and other intellectual property or proprietary rights laws.\r\n\r\n \r\n\r\nThese Terms of Use permit you to use the Website for your personal, non-commercial use only. You must not download, transfer, reproduce, distribute, modify, create derivative works of, publicly display, publicly perform, republish, download, store, or transmit any of the material on our Website unless expressly authorized to do so, in writing, by us. Specifically, you are prohibited from: (a) downloading, copying or re-transmitting any and all of the Website or the Content without, or in violation of, a written license or agreement with us; (b) using any data mining, robots or similar data gathering or extraction methods; (c) manipulating or otherwise displaying the Website and/or Content by using framing or similar navigational technology; (d) registering, subscribing or attempting to register, subscribe or unsubscribe any party for any of the Company’s products or services if you are not expressly authorized by such party to do so; (e) reverse engineering, altering or modifying any part of the Website or the Content; (f) circumventing, disabling or otherwise interfering with security-related features of the Website or any system resources, services or networks connected to or accessible through the Website; (g) selling, licensing, leasing or in any way commercializing the Website or Content without specific written authorization from us; and/or (h) using the Website or Content other than for its intended purpose. Such unauthorized use may also violate applicable laws including, without limitation, copyright and trademark laws, the laws of privacy and publicity, and applicable communications regulations and statues. You hereby represent and warrant that you will comply with all applicable laws and regulations, including, without limitation, those relating to Internet data, e-mail, privacy, and the transmission of technical data exported from the United States or the country in which you reside, except as follows:\r\n\r\n \r\n<ul>\r\n <li>Your computer may temporarily store copies of such materials in RAM incidental to your accessing and viewing those materials.</li>\r\n <li>You may store files that are automatically cached by your Web browser for display enhancement purposes.</li>\r\n <li>You may print one copy of a reasonable number of pages of the Website for your own personal, non-commercial use and not for further reproduction, publication, or distribution.</li>\r\n <li>If we provide desktop, mobile, or other applications for download, you may download a single copy to your computer or mobile device solely for your own personal, non-commercial use, provided you agree to be bound by our end user license agreement for such applications.</li>\r\n <li>If we provide social media features with certain content, you may take such actions as are enabled by such features, pursuant to these Website Terms and any other applicable terms and conditions of such third-party social media sites.</li>\r\n</ul>\r\n \r\n\r\nYou must not:\r\n\r\n \r\n<ul>\r\n <li>Modify copies of any materials from this site.</li>\r\n <li>Use any illustrations, photographs, video or audio sequences, or any graphics separately from the accompanying text.</li>\r\n <li>Delete or alter any copyright, trademark, or other proprietary rights notices from copies of materials from</li>\r\n</ul>\r\nthis site.\r\n\r\n \r\n\r\nIf you print, copy, modify, download, or otherwise use or provide any other person with access to any part of the Website in breach of the Terms of Use, your right to use the Website shall cease immediately and you must, at our option, return or destroy any copies of the materials you have made. No right, title, or interest in or to the Website or any content on the Website is transferred to you, and all rights not expressly granted are reserved by the Company. Any use of the Website not expressly permitted by these Terms of Use is a breach of these Terms of Use and may violate copyright, trademark, and other laws.\r\n\r\n \r\n\r\n<strong><u>Copyright Infringement Policy-- Take Down Notice</u></strong>\r\n\r\n<strong><u> </u></strong>\r\n\r\nIn accordance with the Digital Millennium Copyright Act (“DMCA”) and other applicable laws, we have adopted a policy of terminating, in appropriate circumstances and in our sole discretion, account holders who infringing, in any way, the Company’s intellectual property rights or the rights of any third party.\r\n\r\n \r\n\r\nIf you believe that any material on the Website infringes upon any copyright that you own or control, you may file a notification of such infringement with our Designated Agent as set forth below:\r\n\r\n \r\n\r\nCopyright Agent:\r\n\r\n \r\n\r\nAyshia Reed\r\n\r\n1 Research Court, Ste. 450\r\n\r\nRockville, MD 20850\r\n\r\nPhone: 301-840-1989\r\n\r\nE-mail: <a href=\"mailto:info@fffpetsitting.com\">info@fffpetsitting.com</a>\r\n\r\n \r\n\r\n<strong><u>Trademarks</u></strong>\r\n\r\n \r\n\r\nThe Company name, logos and other identifying marks and all related names, logos, product and service names, designs, and slogans are trademarks of the Company or its affiliates or licensors (collectively, the “Company Marks”). You must not use any of the Company Marks without the prior written permission of the Company. Further, you may not use meta tags or any other “hidden text” utilizing any of the Company’s Marks or any other name, trademark or product or service name of the Company without our prior written consent. Additionally, the look and feel of the Website, including all page headers, custom graphics, button icons and scripts, are protected as service marks, trademarks and/or trade dress of the Company and shall not be copied imitated or used, in whole or in part, without our prior written permission. All other names, logos, product and service names, designs, and slogans on this Website are the trademarks of their respective owners and shall not be used except with the express permission of such mark owner.\r\n\r\n \r\n\r\n<strong><u>Other Services</u></strong>\r\n\r\n<strong><u> </u></strong>\r\n\r\nFur, Fins & Feathers provides a host of services for which customers can engage Fur, Fins & Feathers through this Website, such as dog training, pet photography, pet house sitting and bed and breakfast services. With respect to any services provided by Fur, Fins & Feathers, Fur, Fins & Feathers shall incur no liability as a result of providing any such services, except in the instance of gross negligence and/or willful misconduct on the part of Fur, Fins & Feathers. To the extent liability is found by a court of law, the total liability incurred by Fur, Fins & Feathers shall not exceed that amount paid under any applicable contract or such services by customer. In the event that pet picture services are provided by Fur, Fins & Feathers, Fur, Fins & Feathers shall grant ownership of such pictures to customer; provided, however, that Fur, Fins & Feathers shall enjoy an irrevocable, perpetual, non-exclusive license to use any and all such pictures taken for purposes of its own marketing and advertisement. To the extent that any injury, damage, harm or loss is incurred by Fur, Fins & Feathers as a result of any action or inaction by customer, customer hereby covenants and agrees to hold Fur, Fins & Feathers harmless and indemnify and defend Fur, Fins & Feathers from same. To the extent that customer causes injury, damage, loss or harm to Fur, Fins & Feathers directly, as a result of the provision of services to it by Fur, Fins & Feathers, customer shall reimburse Fur, Fins & Feathers for any and all such harm, damage, loss and injury. Any and all other terms and conditions relating to the provision of any such services shall be more fully set forth in a written agreement between Fur, Fins & Feathers and customer.\r\n\r\n\r\n\r\n<strong><u>Prohibited Uses</u></strong>\r\n\r\n \r\n\r\nYou may use the Website only for lawful purposes and in accordance with these Terms of Use. You agree not to use the Website:\r\n\r\n \r\n<ul>\r\n <li>In any way that violates any applicable federal, state, local, or international law or regulation (including, without limitation, any laws regarding the export of data or software to and from the US or other countries).</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>For the purpose of exploiting, harming, or attempting to exploit or harm any individual, including, but not limited to minors, in any way by exposing them to inappropriate content, asking for personally identifiable information, or otherwise.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>To send, knowingly receive, upload, download, use, or re-use any material that does not comply with the Content Standards set out in these Terms of Use.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>To transmit, or procure the sending of, any advertising or promotional material, without our prior written consent, including any “junk mail”, “chain letter”, “spam”, or any other similar solicitation.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>To impersonate or attempt to impersonate the Company, a Company employee, another user, or any other person or entity (including, without limitation, by using email addresses associated with any of the foregoing).</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>To engage in any other conduct that restricts or inhibits anyone’s use or enjoyment of the Website, or which, as determined by us, may harm the Company or users of the Website or expose them to liability.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>To publicize without authorization, defame, embarrass, harass or terrorize any individual or entity.</li>\r\n</ul>\r\n \r\n\r\nAdditionally, you agree not to:\r\n\r\n \r\n<ul>\r\n <li>Use the Website in any manner that could disable, overburden, damage, or impair the site or interfere with any other party’s use of the Website, including their ability to engage in real time activities through the Website.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Use any robot, spider, or other automatic device, process, or means to access the Website for any purpose, including monitoring or copying any of the material on the Website.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Use any manual process to monitor or copy any of the material on the Website or for any other unauthorized purpose without our prior written consent.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Use any device, software, or routine that interferes with the proper working of the Website.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Introduce any viruses, Trojan horses, worms, logic bombs, or other material that is malicious or technologically harmful on, in or through the Website or any of the Company’s servers.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Attempt to gain unauthorized access to, interfere with, damage, or disrupt any parts of the Website, the server on which the Website is stored, or any server, computer, or database connected to the Website.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Attack the Website via a denial-of-service attack or a distributed denial-of-service attack.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Otherwise attempt to interfere with the proper working of the Website.</li>\r\n</ul>\r\n\r\n\r\n<strong><u>User Contributions</u></strong>\r\n\r\n \r\n\r\nThe Website may contain message boards, chat rooms, personal web pages or profiles, forums, bulletin boards, and other interactive features (collectively, “<strong>Interactive Services</strong>”) that allow users to post, submit, publish, display, or transmit to other users or other persons (hereinafter, “<strong>post</strong>”) content or materials (collectively, “<strong>User Contributions</strong>”) on or through the Website.\r\n\r\n \r\n\r\nAny User Contribution that you post to the site will be considered non-confidential, non-proprietary and a public communication. By providing any User Contribution on the Website, you grant us, our affiliates and service providers, and each of their and our respective licensees, successors, and assigns the right to use, reproduce, modify, make derivative works of, perform, display, distribute, and otherwise disclose to third parties any such material for any purpose.\r\n\r\n \r\n\r\nYou hereby represent and warrant, covenant and agree that:\r\n\r\n \r\n<ul>\r\n <li>You own or control all rights in and to the User Contributions and have the right to grant the perpetual, irrevocable, royalty-free, world-wide license granted above to us and our affiliates and service providers, and each of their and our respective licensees, successors, and assigns.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>No portion of any such User Contribution infringes upon or violates any other party’s rights, including, but not limited to intellectual property, publicity and/or privacy rights and that no such User Contribution will include: (a) any message, comment, data, information, text music, sound, photos, graphics, code or other material that is unlawful, libelous, defamatory, obscene, pornographic, harmful to minors, indecent, lewd, suggestive, harassing, threatening, abusive, inflammatory, fraudulent or otherwise objectionable; (b) instructions or encouragement for the commission of a criminal offense, a violation of anyone’s rights or an act which would create liability under or which would violate any local, state, national or international law; or (c) private information of any third party, including, without limitation, addresses, phone numbers, email addresses, social security numbers and/or credit card numbers.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>All of your User Contributions do and will comply with these Terms of Use.</li>\r\n</ul>\r\n \r\n\r\nYou understand and acknowledge that you are solely responsible for any and all User Contributions you submit or contribute, and you, not the Company, have full responsibility for such content, including its legality, reliability, accuracy, and appropriateness.\r\n\r\n \r\n\r\nWe are not responsible or liable, in any way, to any third party for the content or accuracy of any User Contributions posted by you or any other user of the Website. Although the Company has no obligation to screen, edit or monitor any of the User Contribution posted in any Interactive Service, the Company reserves the right and has absolute discretion to remove, screen, and/or edit any User Contribution posted and/or stored on the Website at any time and for any reason without notice. Any use of any Interactive Service or other portions of the Website in violation of the foregoing violates these Website Terms and may result in, among other things, termination or suspension or your ability to use the Interactive Services and/or the Website, in the Company’s sole discretion and judgment.\r\n\r\n \r\n\r\nFurther, you hereby acknowledge and agree that the Company may access, use and/or disclose any information about you and/or your use of this Website, including, but not limited to, any User Contribution to comply with the law or any legal process, to protect and defend the rights or property of the Company, and/or to protect the safety of the Company, its employees, customers or the public.\r\n\r\n \r\n\r\nIn the event that you post a User Contribution on the Website, you acknowledge, covenant and agree that you grant to the Company a non-exclusive, royalty-free, perpetual, irrevocable and fully sublicensable right to use, reproduce, modify, adapt, publish, translate, make derivative works from, distribute, perform and display such User Contribution(s) through the world in any media.\r\n\r\n \r\n\r\n<strong><u>Registration and Membership</u></strong>\r\n\r\n<strong> </strong>\r\n\r\nYou may be required to register your information with the Website, either as part of securing a Website Membership or in connection with your use of the Website. In such case, you agree to: (a) provide accurate, current and complete information about yourself as may be prompted by any registration forms on the Website (“Registration Information”); (b) maintain and promptly update the Registration Information you provide to the Company, to ensure its continued accuracy and completeness; (c) maintain the security of your username and password; (d) notify the Company immediately of any unauthorized use of your account or other breach of security; (e) accept all responsibility for any and all activities that occur under your account, including, but not limited to, all applicable taxes and any applicable third-party fees; and (f) accept all risks of unauthorized access to the Registration Data and any other information that you provide to the Company.\r\n\r\n\r\n\r\n<strong><u>Monitoring and Enforcement; Termination</u></strong>\r\n\r\n \r\n\r\nWe have the right to:\r\n\r\n \r\n<ul>\r\n <li>Remove or refuse to post any User Contributions for any or no reason in our sole discretion.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Take any action with respect to any User Contribution that we deem necessary or appropriate in our sole discretion, including if we believe that such User Contribution violates these Website Terms, including the Content Standards, infringes any intellectual property right or other right of any person or entity, threatens the personal safety of users of the Website or the public, or could create liability for the Company.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Disclose your identity or other information about you to any third party who claims that material posted by you violates their rights, including their intellectual property rights or their right to privacy.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Take appropriate legal action, including without limitation, referral to law enforcement, for any illegal or unauthorized use of the Website.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Terminate or suspend your access to all or part of the Website for any violation of these Terms of</li>\r\n</ul>\r\nWithout limiting the foregoing, we have the right to cooperate fully with any law enforcement authorities or court order requesting or directing us to disclose the identity or other information of anyone posting any materials on or through the Website. YOU WAIVE AND HOLD HARMLESS THE COMPANY AND ITS AFFILIATES, LICENSEES, AND SERVICE PROVIDERS FROM ANY CLAIMS RESULTING FROM ANY ACTION TAKEN BY THE COMPANY/ANY OF THE FOREGOING PARTIES DURING, OR TAKEN AS A CONSEQUENCE OF, INVESTIGATIONS BY EITHER THE COMPANY OR LAW ENFORCEMENT AUTHORITIES.\r\n\r\n \r\n\r\nHowever, we do not undertake to review all material before it is posted on the Website, and cannot ensure prompt removal of objectionable material after it has been posted. Accordingly, we assume no liability for any action or inaction regarding transmissions, communications, or content provided by any user or third party. We have no liability or responsibility to anyone for performance or nonperformance of the activities described in this section.\r\n\r\n\r\n\r\n<strong><u>Content Standards</u></strong>\r\n\r\n \r\n\r\nThese content standards apply to any and all User Contributions and use of Interactive Services. User Contributions must in their entirety comply with all applicable federal, state, local, and international laws and regulations. Without limiting the foregoing, User Contributions must not:\r\n\r\n \r\n<ul>\r\n <li>Contain any material that is defamatory, obscene, indecent, abusive, offensive, harassing, violent, hateful, inflammatory, or otherwise objectionable.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Promote sexually explicit or pornographic material, violence, or discrimination based on race, sex, religion, nationality, disability, sexual orientation, or age.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Infringe any patent, trademark, trade secret, copyright, or other intellectual property or other rights of any other person.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Violate the legal rights (including the rights of publicity and privacy) of others or contain any material that could give rise to any civil or criminal liability under applicable laws or regulations or that otherwise may be in conflict with these Terms of Use and our Privacy Policy found here: <a href=\"https://www.fffpetsitting.com/privacy-policy/\">Privacy Policy</a></li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Be likely to deceive any person.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Promote any illegal activity, or advocate, promote, or assist any unlawful act.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Cause annoyance, inconvenience, or needless anxiety or be likely to upset, embarrass, alarm, or annoy any other person.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Impersonate any person, or misrepresent your identity or affiliation with any person or organization.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Involve commercial activities or sales, such as contests, sweepstakes, and other sales promotions, barter, or advertising.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Give the impression that they emanate from or are endorsed by us or any other person or entity, if this is not the case.</li>\r\n</ul>\r\n\r\n\r\n<strong><u>Reliance on Information Posted</u></strong>\r\n\r\n \r\n\r\nThe information presented on or through the Website is made available solely for general information purposes. We do not warrant the accuracy, completeness, or usefulness of this information. Any reliance you place on such information is strictly at your own risk. We disclaim all liability and responsibility arising from any reliance placed on such materials by you or any other visitor to the Website, or by anyone who may be informed of any of its contents.\r\n\r\n \r\n\r\nThis Website may include content provided by third parties, including materials provided by other users, bloggers, and third-party licensors, syndicators, aggregators, and/or reporting services. All statements and/or opinions expressed in these materials, and all articles and responses to questions and other content, other than the content provided by the Company, are solely the opinions and the responsibility of the person or entity providing those materials. These materials do not necessarily reflect the opinion of the Company. We are not responsible, or liable to you or any third party, for the content or accuracy of any materials provided by any third parties.\r\n\r\n\r\n\r\n<strong><u>Changes to the Website</u></strong>\r\n\r\n \r\n\r\nWe may update the content on this Website from time to time, but its content is not necessarily complete or up-to-date. Any of the material on the Website may be out of date at any given time, and we are under no obligation to update such material.\r\n\r\n\r\n\r\n<strong><u>Information About You and Your Visits to the Website</u></strong>\r\n\r\n \r\n\r\nAll information we collect on this Website is subject to our <a href=\"https://www.fffpetsitting.com/privacy-policy/\">Privacy Policy</a>. By using the Website, you consent to all actions taken by us with respect to your information in compliance with the Privacy Policy.\r\n\r\n \r\n\r\n<strong><u>Links from the Website</u></strong>\r\n\r\n \r\n\r\nIf the Website contains links to other sites and resources provided by third parties, these links are provided for your convenience only. This includes links contained in advertisements, including banner advertisements and sponsored links. We have no control over the contents of those sites or resources, and accept no responsibility for them or for any loss or damage that may arise from your use of them. If you decide to access any of the third-party websites linked to this Website, you do so entirely at your own risk and subject to the terms and conditions of use for such websites.\r\n\r\n\r\n\r\n<strong><u>Geographic Restrictions</u></strong>\r\n\r\n \r\n\r\nThe owner of the Website is based in the state of Maryland in the United States. We provide this Website for use only by persons located in the United States. We make no claims that the Website or any of its content is accessible or appropriate outside of the United States. Access to the Website may not be legal by certain persons or in certain countries. If you access the Website from outside the United States, you do so on your own initiative and are responsible for compliance with local laws. <strong>IF YOU ARE A EUROPEAN UNION RESIDENT OR BUSINESS YOU ARE STRICTLY PROHIBITED FROM USING THIS WEBSITE AND/OR SUBSCRIBING AND/OR PURCHASING GOODS AND/OR SERVICES FROM US.</strong>\r\n\r\n\r\n\r\n<strong><u>Disclaimer of Warranties</u></strong>\r\n\r\n \r\n\r\nYou understand that we cannot and do not guarantee or warrant that files available for downloading from the Internet or the Website will be free of viruses or other destructive code. You are responsible for implementing sufficient procedures and checkpoints to satisfy your particular requirements for anti-virus protection and accuracy of data input and output, and for maintaining a means external to our site for any reconstruction of any lost data. TO THE FULLEST EXTENT PROVIDED BY LAW, WE WILL NOT BE LIABLE FOR ANY LOSS OR DAMAGE CAUSED BY A DISTRIBUTED DENIAL-OF-SERVICE ATTACK, VIRUSES, OR OTHER TECHNOLOGICALLY HARMFUL MATERIAL THAT MAY INFECT YOUR COMPUTER EQUIPMENT, COMPUTER PROGRAMS, DATA, OR OTHER PROPRIETARY MATERIAL DUE TO YOUR USE OF THE WEBSITE OR ANY SERVICES OR ITEMS OBTAINED THROUGH THE WEBSITE OR TO YOUR DOWNLOADING OF ANY MATERIAL POSTED ON IT, OR ON ANY WEBSITE LINKED TO IT.\r\n\r\n \r\n\r\nYOUR USE OF THE WEBSITE, ITS CONTENT, AND ANY SERVICES OR ITEMS OBTAINED THROUGH THE WEBSITE IS AT YOUR OWN RISK. THE WEBSITE, ITS CONTENT, AND ANY SERVICES OR ITEMS OBTAINED THROUGH THE WEBSITE ARE PROVIDED ON AN “AS IS” AND “AS AVAILABLE” BASIS, WITHOUT ANY WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED. NEITHER THE COMPANY NOR ANY PERSON ASSOCIATED WITH THE COMPANY MAKES ANY WARRANTY OR REPRESENTATION WITH RESPECT TO THE COMPLETENESS, SECURITY, RELIABILITY, QUALITY, ACCURACY, OR AVAILABILITY OF THE WEBSITE. WITHOUT LIMITING THE FOREGOING, NEITHER THE COMPANY NOR ANYONE ASSOCIATED WITH THE COMPANY REPRESENTS OR WARRANTS THAT THE WEBSITE, ITS CONTENT, OR ANY SERVICES OR ITEMS OBTAINED THROUGH THE WEBSITE WILL BE ACCURATE, RELIABLE, ERROR-FREE, OR UNINTERRUPTED, THAT DEFECTS WILL BE CORRECTED, THAT OUR SITE OR THE SERVER THAT MAKES IT AVAILABLE ARE FREE OF VIRUSES OR OTHER HARMFUL COMPONENTS, OR THAT THE WEBSITE OR ANY SERVICES OR ITEMS OBTAINED THROUGH THE WEBSITE WILL OTHERWISE MEET YOUR NEEDS OR EXPECTATIONS.\r\n\r\n \r\n\r\nTO THE FULLEST EXTENT PROVIDED BY LAW, THE COMPANY HEREBY DISCLAIMS ALL WARRANTIES OF ANY KIND, WHETHER EXPRESS OR IMPLIED, STATUTORY, OR OTHERWISE, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, NON-INFRINGEMENT, AND FITNESS FOR PARTICULAR PURPOSE.\r\n\r\n \r\n\r\nTHE FOREGOING DOES NOT AFFECT ANY WARRANTIES THAT CANNOT BE EXCLUDED OR LIMITED UNDER APPLICABLE LAW.\r\n\r\n\r\n\r\n<strong><u>Limitation on Liability</u></strong>\r\n\r\n \r\n\r\nTO THE FULLEST EXTENT PROVIDED BY LAW, IN NO EVENT WILL THE COMPANY, ITS AFFILIATES, OR THEIR LICENSORS, SERVICE PROVIDERS, EMPLOYEES, AGENTS, OFFICERS, OR DIRECTORS BE LIABLE FOR DAMAGES OF ANY KIND, UNDER ANY LEGAL THEORY, ARISING OUT OF OR IN CONNECTION WITH YOUR USE, OR INABILITY TO USE, THE WEBSITE, ANY WEBSITES LINKED TO IT, ANY CONTENT ON THE WEBSITE OR SUCH OTHER WEBSITES, INCLUDING ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, CONSEQUENTIAL, OR PUNITIVE DAMAGES, INCLUDING BUT NOT LIMITED TO, PERSONAL INJURY, PAIN AND SUFFERING, EMOTIONAL DISTRESS, LOSS OF REVENUE, LOSS OF PROFITS, LOSS OF BUSINESS OR ANTICIPATED SAVINGS, LOSS OF USE, LOSS OF GOODWILL, LOSS OF DATA, AND WHETHER CAUSED BY TORT (INCLUDING NEGLIGENCE), BREACH OF CONTRACT, OR OTHERWISE, EVEN IF FORESEEABLE.\r\n\r\n \r\n\r\nTHE FOREGOING DOES NOT AFFECT ANY LIABILITY THAT CANNOT BE EXCLUDED OR LIMITED UNDER APPLICABLE LAW. HOWEVER, IN THE EVENT THE COMPANY IS DEEMED LIABILE FOR ANY DAMAGE TO YOU, HEREUNDER, SUCH LIABILITY SHALL NOT EXCEED THE AMOUNT OF ANY COMPENSATION THAT YOU PAY TO THE COMPANY BY WAY OF LICENSING, PURCHASING AND/OR MEMBERSHIP.\r\n\r\n \r\n\r\n<strong><u>Indemnification</u></strong>\r\n\r\n \r\n\r\nYou agree to defend, indemnify, and hold harmless the Company, its affiliates, licensors, and service providers, and its and their respective officers, directors, employees, contractors, agents, licensors, suppliers, successors, and assigns from and against any claims, liabilities, damages, judgments, awards, losses, costs, expenses, or fees (including reasonable attorneys’ fees) arising out of or relating to your violation of these Website Terms or your use of the Website, including, but not limited to, your User Contributions, any use of the Website’s content, services, and products other than as expressly authorized in these Website Terms or your use of any information obtained from the Website.\r\n\r\n\r\n\r\n<strong><u>Governing Law and Jurisdiction</u></strong>\r\n\r\n \r\n\r\nAll matters relating to the Website and these Terms of Use and any dispute or claim arising therefrom or related thereto (in each case, including non-contractual disputes or claims), shall be governed by and construed in accordance with the internal laws of the State of Maryland without giving effect to any choice or conflict of law provision or rule (whether of the State of Maryland or any other jurisdiction).\r\n\r\n \r\n\r\nAny legal suit, action, or proceeding arising out of, or related to, these Website Terms or the Website shall be instituted exclusively in the federal courts of the United States or the courts of the State of Maryland in each case located in the County of Montgomery although we retain the right to bring any suit, action, or proceeding against you for breach of these Terms of Use in your country of residence or any other relevant country. You waive any and all objections to the exercise of jurisdiction over you by such courts and to venue in such courts.\r\n\r\n \r\n\r\n<strong><u>Arbitration</u></strong>\r\n\r\n \r\n\r\nAt Company’s sole discretion, it may require You to submit any disputes arising from the use of these Website Terms or the Website, including disputes arising from or concerning their interpretation, violation, invalidity, non-performance, or termination, to final and binding arbitration under the Rules of Arbitration of the American Arbitration Association applying Maryland law.\r\n\r\n\r\n\r\n<strong><u>Limitation on Time to File Claims</u></strong>\r\n\r\n \r\n\r\nANY CAUSE OF ACTION OR CLAIM YOU MAY HAVE ARISING OUT OF OR RELATING TO THESE WEBSITE TERMS OR THE WEBSITE MUST BE COMMENCED WITHIN ONE (1) YEAR AFTER THE CAUSE OF ACTION ACCRUES, OTHERWISE, SUCH CAUSE OF ACTION OR CLAIM IS PERMANENTLY BARRED.\r\n\r\n\r\n\r\n<strong><u>Waiver and Severability</u></strong>\r\n\r\n \r\n\r\nNo waiver by the Company of any term or condition set out in these Terms of Use shall be deemed a further or continuing waiver of such term or condition or a waiver of any other term or condition, and any failure of the Company to assert a right or provision under these Website Terms shall not constitute a waiver of such right or provision.\r\n\r\n \r\n\r\nIf any provision of these Website Terms is held by a court or other tribunal of competent jurisdiction to be invalid, illegal, or unenforceable for any reason, such provision shall be eliminated or limited to the minimum extent such that the remaining provisions of the Website Terms will continue in full force and effect.\r\n\r\n\r\n\r\n<strong><u>Entire Agreement</u></strong>\r\n\r\n \r\n\r\nThe Terms of Use, Privacy Policy and all other formal policies set forth on the Website constitute the sole and entire agreement between you and the Company regarding the Website and supersede all prior and contemporaneous understandings, agreements, representations, and warranties, both written and oral, regarding the Website.\r\n\r\n\r\n\r\n<strong><u>Your Comments and Concerns</u></strong>\r\n\r\n \r\n\r\nThis website is operated by Fur, Fins & Feathers, LLC, which is located at 1 Research Court, Suite 450, Rockville, Maryland 20850. You may reach the Company with any comments or questions by electronic mail at: info@fffpetsitting.com or by telephone at: 301-840-1989.\r\n\r\n \r\n\r\nAll notices of copyright infringement claims should be sent to the copyright agent designated in our Copyright Policy in the manner and by the means set out therein.\r\n\r\n \r\n\r\nAll other feedback, comments, requests for technical support, and other communications relating to the Website should be directed to us by electronic mail at: info@fffpetsitting.com.[/vc_column_text][/vc_column][/vc_row]','Terms of Use','','publish','closed','closed','','terms-of-use','','','2020-02-26 21:25:22','2020-02-26 21:25:22','',0,'https://www.fffpetsitting.com/?page_id=29',0,'page','',0),(30,1,'2020-01-02 21:30:51','2020-01-02 21:30:51','','Terms of Service','','inherit','closed','closed','','29-revision-v1','','','2020-01-02 21:30:51','2020-01-02 21:30:51','',29,'https://www.fffpetsitting.com/29-revision-v1/',0,'revision','',0),(31,1,'2020-01-02 21:34:44','2020-01-02 21:34:44',' ','','','publish','closed','closed','','31','','','2020-01-02 21:34:49','2020-01-02 21:34:49','',0,'https://www.fffpetsitting.com/?p=31',1,'nav_menu_item','',0),(32,1,'2020-01-02 21:34:44','2020-01-02 21:34:44',' ','','','publish','closed','closed','','32','','','2020-01-02 21:34:49','2020-01-02 21:34:49','',0,'https://www.fffpetsitting.com/?p=32',8,'nav_menu_item','',0),(33,1,'2020-01-02 21:34:44','2020-01-02 21:34:44',' ','','','publish','closed','closed','','33','','','2020-01-02 21:34:49','2020-01-02 21:34:49','',0,'https://www.fffpetsitting.com/?p=33',7,'nav_menu_item','',0),(34,1,'2020-01-02 21:34:44','2020-01-02 21:34:44',' ','','','publish','closed','closed','','34','','','2020-01-02 21:34:49','2020-01-02 21:34:49','',0,'https://www.fffpetsitting.com/?p=34',6,'nav_menu_item','',0),(35,1,'2020-01-02 21:34:44','2020-01-02 21:34:44',' ','','','publish','closed','closed','','35','','','2020-01-02 21:34:49','2020-01-02 21:34:49','',0,'https://www.fffpetsitting.com/?p=35',5,'nav_menu_item','',0),(36,1,'2020-01-02 21:34:44','2020-01-02 21:34:44',' ','','','publish','closed','closed','','36','','','2020-01-02 21:34:49','2020-01-02 21:34:49','',0,'https://www.fffpetsitting.com/?p=36',4,'nav_menu_item','',0),(37,1,'2020-01-02 21:34:44','2020-01-02 21:34:44',' ','','','publish','closed','closed','','37','','','2020-01-02 21:34:49','2020-01-02 21:34:49','',0,'https://www.fffpetsitting.com/?p=37',3,'nav_menu_item','',0),(38,1,'2020-01-02 21:34:44','2020-01-02 21:34:44',' ','','','publish','closed','closed','','38','','','2020-01-02 21:34:49','2020-01-02 21:34:49','',0,'https://www.fffpetsitting.com/?p=38',2,'nav_menu_item','',0),(39,1,'2020-01-02 21:35:43','2020-01-02 21:35:43','<!-- wp:heading -->\r\n<h2>Who we are</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Our website address is: https://www.fffpetsitting.com.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading -->\r\n<h2>What personal data we collect and why we collect it</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Comments</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<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>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Media</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Contact forms</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Cookies</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<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>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select \"Remember Me\", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<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>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Embedded content from other websites</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<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>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Analytics</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading -->\r\n<h2>Who we share your data with</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading -->\r\n<h2>How long we retain your data</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<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>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading -->\r\n<h2>What rights you have over your data</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading -->\r\n<h2>Where we send your data</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Visitor comments may be checked through an automated spam detection service.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading -->\r\n<h2>Your contact information</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading -->\r\n<h2>Additional information</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>How we protect your data</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>What data breach procedures we have in place</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>What third parties we receive data from</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>What automated decision making and/or profiling we do with user data</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Industry regulatory disclosure requirements</h3>\r\n<!-- /wp:heading -->','Privacy Policy','','inherit','closed','closed','','3-revision-v1','','','2020-01-02 21:35:43','2020-01-02 21:35:43','',3,'https://www.fffpetsitting.com/3-revision-v1/',0,'revision','',0),(41,1,'2020-01-02 21:36:16','2020-01-02 21:36:16',' ','','','publish','closed','closed','','41','','','2020-01-02 21:36:36','2020-01-02 21:36:36','',0,'https://www.fffpetsitting.com/?p=41',3,'nav_menu_item','',0),(42,1,'2020-01-02 21:36:16','2020-01-02 21:36:16',' ','','','publish','closed','closed','','42','','','2020-01-02 21:36:36','2020-01-02 21:36:36','',0,'https://www.fffpetsitting.com/?p=42',2,'nav_menu_item','',0),(43,1,'2020-01-02 21:36:16','2020-01-02 21:36:16',' ','','','publish','closed','closed','','43','','','2020-01-02 21:36:36','2020-01-02 21:36:36','',0,'https://www.fffpetsitting.com/?p=43',1,'nav_menu_item','',0),(44,1,'2020-01-02 21:36:36','2020-01-02 21:36:36',' ','','','publish','closed','closed','','44','','','2020-01-02 21:36:36','2020-01-02 21:36:36','',0,'https://www.fffpetsitting.com/?p=44',4,'nav_menu_item','',0),(45,1,'2020-02-26 21:52:34','2020-02-26 21:52:34','<p>[vc_row thb_full_width=\"true\" el_id=\"hero\" css=\".vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]</p>\n<h1 style=\"text-align: center;\">The Leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland!</h1>\n<h2 style=\"text-align: center;\">Providing loving care and dependable service to your pets for over 30 years.</h2>\n<p>[/vc_column_text][vc_btn title=\"Our Company\" el_id=\"stroke-btn\" link=\"url:%2Fabout-us%2F|title:About%20Us||\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row el_id=\"section-1\"][vc_column width=\"1/2\"][thb_image image=\"56\" img_link=\"url:%2Fhouse-sitting%2F|title:House%20Sitting||\"][/thb_image][vc_column_text]</p>\n<h3><a href=\"https://www.fffpetsitting.com/dog-walking/\">Mid-Day Dog Walking</a></h3>\n<p>Our enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][thb_image image=\"173\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fhouse-sitting%2F|title:House%20Sitting||\"][/thb_image][vc_column_text]</p>\n<h3><a href=\"https://www.fffpetsitting.com/pet-sitting/\">Pet Sitting</a></h3>\n<p>Whether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-2\"][vc_column][vc_column_text]</p>\n<h2 style=\"text-align: center;\">Our Professional Pet Care Services Available In:</h2>\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Potomac, Rockville, Silver Spring and Wheaton</p>\n<p style=\"text-align: center;\">More Locations Coming Soon!</p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-3\"][vc_column width=\"1/3\"][thb_image image=\"171\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fhouse-sitting%2F|title:House%20Sitting||\"][/thb_image][vc_column_text]</p>\n<h3><a href=\"https://www.fffpetsitting.com/house-sitting/\">House Sitting or Bed & Breakfast</a></h3>\n<p>Let us pamper your pet in a warm setting of one of our caring pet sitter’s home or you can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"64\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Ftraining%2F|title:Training||\"][/thb_image][vc_column_text]</p>\n<h3><a href=\"https://www.fffpetsitting.com/training/\">Training</a></h3>\n<p>Our pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"63\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fphotography%2F|title:Photography||\"][/thb_image][vc_column_text]</p>\n<h3><a href=\"https://www.fffpetsitting.com/photography/\">Photography</a></h3>\n<p>Let us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][/vc_column][/vc_row][vc_row thb_full_width=\"true\" content_placement=\"middle\" el_id=\"section-4\" css=\".vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]</p>\n<h2 style=\"text-align: center;\">Clients who use our services are paired with pet caregivers who are professional, trustworthy and of integrity.</h2>\n<p style=\"text-align: center;\">Our highly experienced dog walkers and pet sitters are bonded and insured. In addition, we require background checks to provide an extra layer of safety for our clients and their precious pets.</p>\n<p style=\"text-align: center;\">Check Our Social Media for Current Specials!</p>\n<p>[/vc_column_text][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]</p>\n','Home','','inherit','closed','closed','','6-autosave-v1','','','2020-02-26 21:52:34','2020-02-26 21:52:34','',6,'https://www.fffpetsitting.com/6-autosave-v1/',0,'revision','',0),(46,1,'2020-01-02 21:39:14','2020-01-02 21:39:14','[vc_row el_id=\"hero\"][vc_column][vc_column_text]\r\n<h1 style=\"text-align: center;\">The largest leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland for over 25 years.</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and experience to pet owners in our community and would like to service you and your beloved pets too.</h2>\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','6-revision-v1','','','2020-01-02 21:39:14','2020-01-02 21:39:14','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(47,1,'2020-01-02 21:43:02','2020-01-02 21:43:02','[vc_row el_id=\"hero\"][vc_column][vc_column_text]\r\n<h1 style=\"text-align: center;\">The largest leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland for over 25 years.</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and experience to pet owners in our community and would like to service you and your beloved pets too.</h2>\r\n[/vc_column_text][vc_btn title=\"View our Services\" el_id=\"stroke-btn\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','6-revision-v1','','','2020-01-02 21:43:02','2020-01-02 21:43:02','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(48,1,'2020-01-02 21:45:57','2020-01-02 21:45:57','[vc_row el_id=\"hero\"][vc_column][vc_column_text]\r\n<h1 style=\"text-align: center;\">The largest leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland for over 25 years.</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and experience to pet owners in our community and would like to service you and your beloved pets too.</h2>\r\n[/vc_column_text][vc_btn title=\"View our Services\" el_id=\"stroke-btn\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][thb_fancybox style=\"fancy-style3\"][/thb_fancybox][/vc_column][vc_column width=\"1/2\"][thb_fancybox style=\"fancy-style3\"][/thb_fancybox][/vc_column][/vc_row]','Home','','inherit','closed','closed','','6-revision-v1','','','2020-01-02 21:45:57','2020-01-02 21:45:57','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(49,1,'2020-01-02 21:48:32','2020-01-02 21:48:32','[vc_row el_id=\"hero\"][vc_column][vc_column_text]\r\n<h1 style=\"text-align: center;\">The largest leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland for over 25 years.</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and experience to pet owners in our community and would like to service you and your beloved pets too.</h2>\r\n[/vc_column_text][vc_btn title=\"View our Services\" el_id=\"stroke-btn\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][thb_fancybox style=\"fancy-style3\"][/thb_fancybox][/vc_column][vc_column width=\"1/2\"][thb_fancybox style=\"fancy-style3\"][/thb_fancybox][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Providing professional Pet Care services to the following areas:</h2>\r\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Montgomery Village, North Potomac, Olney, Rockville, Silver Spring, Wheaton</p>\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','6-revision-v1','','','2020-01-02 21:48:32','2020-01-02 21:48:32','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(50,1,'2020-01-02 21:51:16','2020-01-02 21:51:16','[vc_row el_id=\"hero\"][vc_column][vc_column_text]\r\n<h1 style=\"text-align: center;\">The largest leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland for over 25 years.</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and experience to pet owners in our community and would like to service you and your beloved pets too.</h2>\r\n[/vc_column_text][vc_btn title=\"View our Services\" el_id=\"stroke-btn\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][thb_fancybox style=\"fancy-style3\"][/thb_fancybox][/vc_column][vc_column width=\"1/2\"][thb_fancybox style=\"fancy-style3\"][/thb_fancybox][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Providing professional Pet Care services to the following areas:</h2>\r\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Montgomery Village, North Potomac, Olney, Rockville, Silver Spring, Wheaton</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][thb_image][/thb_image][vc_column_text]\r\n<h3>House Sitting</h3>\r\nWhen you hire us for house sitting services, you will get an experienced pet lover to take care of your pet in your home.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image][/thb_image][vc_column_text]\r\n<h3>House Sitting</h3>\r\nWhen you hire us for house sitting services, you will get an experienced pet lover to take care of your pet in your home.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image][/thb_image][vc_column_text]\r\n<h3>House Sitting</h3>\r\nWhen you hire us for house sitting services, you will get an experienced pet lover to take care of your pet in your home.\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','6-revision-v1','','','2020-01-02 21:51:16','2020-01-02 21:51:16','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(51,1,'2020-01-02 21:52:30','2020-01-02 21:52:30','[vc_row el_id=\"hero\"][vc_column][vc_column_text]\r\n<h1 style=\"text-align: center;\">The largest leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland for over 25 years.</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and experience to pet owners in our community and would like to service you and your beloved pets too.</h2>\r\n[/vc_column_text][vc_btn title=\"View our Services\" el_id=\"stroke-btn\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][thb_fancybox style=\"fancy-style3\"][/thb_fancybox][/vc_column][vc_column width=\"1/2\"][thb_fancybox style=\"fancy-style3\"][/thb_fancybox][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Providing professional Pet Care services to the following areas:</h2>\r\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Montgomery Village, North Potomac, Olney, Rockville, Silver Spring, Wheaton</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][thb_image][/thb_image][vc_column_text]\r\n<h3>House Sitting</h3>\r\nWhen you hire us for house sitting services, you will get an experienced pet lover to take care of your pet in your home.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image][/thb_image][vc_column_text]\r\n<h3>House Sitting</h3>\r\nWhen you hire us for house sitting services, you will get an experienced pet lover to take care of your pet in your home.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image][/thb_image][vc_column_text]\r\n<h3>House Sitting</h3>\r\nWhen you hire us for house sitting services, you will get an experienced pet lover to take care of your pet in your home.\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Our Mission is to provide our clients with caregivers who are professional, trustworthy and of integrity.</h2>\r\n<p style=\"text-align: center;\">Our highly experienced Dog Walkers and Pet Sitters are all bonded and insured. In addition, background checks are required in order to ensure the Safety of our clients and their pets.\r\n\r\n[/vc_column_text][vc_btn title=\"Schedule a Service\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','6-revision-v1','','','2020-01-02 21:52:30','2020-01-02 21:52:30','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(52,1,'2020-01-03 15:55:18','2020-01-03 15:55:18','','hero','','inherit','open','closed','','hero','','','2020-01-03 15:55:18','2020-01-03 15:55:18','',0,'https://www.fffpetsitting.com/wp-content/uploads/hero.jpg',0,'attachment','image/jpeg',0),(53,1,'2020-01-03 15:59:51','2020-01-03 15:59:51','<p>[vc_row thb_full_width=\"true\" el_id=\"hero\" css=\".vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text]</p>\r\n<h1 style=\"text-align: center;\">The largest leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland for over 25 years.</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and experience to pet owners in our community and would like to service you and your beloved pets too.</h2>\r\n<p>[/vc_column_text][vc_btn title=\"View our Services\" el_id=\"stroke-btn\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][thb_fancybox style=\"fancy-style3\"][/thb_fancybox][/vc_column][vc_column width=\"1/2\"][thb_fancybox style=\"fancy-style3\"][/thb_fancybox][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<h2 style=\"text-align: center;\">Providing professional Pet Care services to the following areas:</h2>\r\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Montgomery Village, North Potomac, Olney, Rockville, Silver Spring, Wheaton</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][thb_image][/thb_image][vc_column_text]</p>\r\n<h3>House Sitting</h3>\r\n<p>When you hire us for house sitting services, you will get an experienced pet lover to take care of your pet in your home.</p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image][/thb_image][vc_column_text]</p>\r\n<h3>House Sitting</h3>\r\n<p>When you hire us for house sitting services, you will get an experienced pet lover to take care of your pet in your home.</p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image][/thb_image][vc_column_text]</p>\r\n<h3>House Sitting</h3>\r\n<p>When you hire us for house sitting services, you will get an experienced pet lover to take care of your pet in your home.</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<h2 style=\"text-align: center;\">Our Mission is to provide our clients with caregivers who are professional, trustworthy and of integrity.</h2>\r\n<p style=\"text-align: center;\">Our highly experienced Dog Walkers and Pet Sitters are all bonded and insured. In addition, background checks are required in order to ensure the Safety of our clients and their pets.</p>\r\n<p>[/vc_column_text][vc_btn title=\"Schedule a Service\"][/vc_column][/vc_row]</p>\r\n','Home','','inherit','closed','closed','','6-revision-v1','','','2020-01-03 15:59:51','2020-01-03 15:59:51','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(54,1,'2020-01-03 16:13:11','2020-01-03 16:13:11','<p>[vc_row thb_full_width=\"true\" el_id=\"hero\" css=\".vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<h1 style=\"text-align: center;\">The largest leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland for over 25 years.</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and experience to pet owners in our community and would like to service you and your beloved pets too.</h2>\r\n<p>[/vc_column_text][vc_btn title=\"View our Services\" el_id=\"stroke-btn\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][thb_fancybox style=\"fancy-style3\"][/thb_fancybox][/vc_column][vc_column width=\"1/2\"][thb_fancybox style=\"fancy-style3\"][/thb_fancybox][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<h2 style=\"text-align: center;\">Providing professional Pet Care services to the following areas:</h2>\r\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Montgomery Village, North Potomac, Olney, Rockville, Silver Spring, Wheaton</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][thb_image][/thb_image][vc_column_text]</p>\r\n<h3>House Sitting</h3>\r\n<p>When you hire us for house sitting services, you will get an experienced pet lover to take care of your pet in your home.</p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image][/thb_image][vc_column_text]</p>\r\n<h3>House Sitting</h3>\r\n<p>When you hire us for house sitting services, you will get an experienced pet lover to take care of your pet in your home.</p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image][/thb_image][vc_column_text]</p>\r\n<h3>House Sitting</h3>\r\n<p>When you hire us for house sitting services, you will get an experienced pet lover to take care of your pet in your home.</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<h2 style=\"text-align: center;\">Our Mission is to provide our clients with caregivers who are professional, trustworthy and of integrity.</h2>\r\n<p style=\"text-align: center;\">Our highly experienced Dog Walkers and Pet Sitters are all bonded and insured. In addition, background checks are required in order to ensure the Safety of our clients and their pets.</p>\r\n<p>[/vc_column_text][vc_btn title=\"Schedule a Service\"][/vc_column][/vc_row]</p>\r\n','Home','','inherit','closed','closed','','6-revision-v1','','','2020-01-03 16:13:11','2020-01-03 16:13:11','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(55,1,'2020-01-03 16:23:26','2020-01-03 16:23:26','<p>[vc_row thb_full_width=\"true\" el_id=\"hero\" css=\".vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<h1 style=\"text-align: center;\">The largest leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland for over 25 years.</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and experience to pet owners in our community and would like to service you and your beloved pets too.</h2>\r\n<p>[/vc_column_text][vc_btn title=\"View our Services\" el_id=\"stroke-btn\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row el_id=\"section-1\"][vc_column width=\"1/2\"][thb_fancybox style=\"fancy-style3\"][/thb_fancybox][/vc_column][vc_column width=\"1/2\"][thb_fancybox style=\"fancy-style3\"][/thb_fancybox][/vc_column][/vc_row][vc_row el_id=\"section-2\"][vc_column][vc_column_text]</p>\r\n<h2 style=\"text-align: center;\">Providing professional Pet Care services to the following areas:</h2>\r\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Montgomery Village, North Potomac, Olney, Rockville, Silver Spring, Wheaton</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-3\"][vc_column width=\"1/3\"][thb_image][/thb_image][vc_column_text]</p>\r\n<h3>House Sitting</h3>\r\n<p>When you hire us for house sitting services, you will get an experienced pet lover to take care of your pet in your home.</p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image][/thb_image][vc_column_text]</p>\r\n<h3>House Sitting</h3>\r\n<p>When you hire us for house sitting services, you will get an experienced pet lover to take care of your pet in your home.</p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image][/thb_image][vc_column_text]</p>\r\n<h3>House Sitting</h3>\r\n<p>When you hire us for house sitting services, you will get an experienced pet lover to take care of your pet in your home.</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-4\"][vc_column][vc_column_text]</p>\r\n<h2 style=\"text-align: center;\">Our Mission is to provide our clients with caregivers who are professional, trustworthy and of integrity.</h2>\r\n<p style=\"text-align: center;\">Our highly experienced Dog Walkers and Pet Sitters are all bonded and insured. In addition, background checks are required in order to ensure the Safety of our clients and their pets.</p>\r\n<p>[/vc_column_text][vc_btn title=\"Schedule a Service\"][/vc_column][/vc_row]</p>\r\n','Home','','inherit','closed','closed','','6-revision-v1','','','2020-01-03 16:23:26','2020-01-03 16:23:26','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(56,1,'2020-01-03 16:31:08','2020-01-03 16:31:08','','hp-block-1','','inherit','open','closed','','hp-block-1','','','2020-01-03 16:31:08','2020-01-03 16:31:08','',6,'https://www.fffpetsitting.com/wp-content/uploads/hp-block-1.jpg',0,'attachment','image/jpeg',0),(57,1,'2020-01-03 16:31:22','2020-01-03 16:31:22','[vc_row thb_full_width=\"true\" el_id=\"hero\" css=\".vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">The largest leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland for over 25 years.</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and experience to pet owners in our community and would like to service you and your beloved pets too.</h2>\r\n[/vc_column_text][vc_btn title=\"View our Services\" el_id=\"stroke-btn\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row el_id=\"section-1\"][vc_column width=\"1/2\"][thb_fancybox style=\"fancy-style3\" icon=\"arrows_circle_right.svg\" thb_text_alignment=\"thb-center\" animation=\"animation fade-in\" image=\"56\"][/thb_fancybox][/vc_column][vc_column width=\"1/2\"][thb_fancybox style=\"fancy-style3\"][/thb_fancybox][/vc_column][/vc_row][vc_row el_id=\"section-2\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Providing professional Pet Care services to the following areas:</h2>\r\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Montgomery Village, North Potomac, Olney, Rockville, Silver Spring, Wheaton</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-3\"][vc_column width=\"1/3\"][thb_image][/thb_image][vc_column_text]\r\n<h3>House Sitting</h3>\r\nWhen you hire us for house sitting services, you will get an experienced pet lover to take care of your pet in your home.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image][/thb_image][vc_column_text]\r\n<h3>House Sitting</h3>\r\nWhen you hire us for house sitting services, you will get an experienced pet lover to take care of your pet in your home.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image][/thb_image][vc_column_text]\r\n<h3>House Sitting</h3>\r\nWhen you hire us for house sitting services, you will get an experienced pet lover to take care of your pet in your home.\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-4\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Our Mission is to provide our clients with caregivers who are professional, trustworthy and of integrity.</h2>\r\n<p style=\"text-align: center;\">Our highly experienced Dog Walkers and Pet Sitters are all bonded and insured. In addition, background checks are required in order to ensure the Safety of our clients and their pets.\r\n\r\n[/vc_column_text][vc_btn title=\"Schedule a Service\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','6-revision-v1','','','2020-01-03 16:31:22','2020-01-03 16:31:22','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(58,1,'2020-01-03 16:32:13','2020-01-03 16:32:13','[vc_row thb_full_width=\"true\" el_id=\"hero\" css=\".vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">The largest leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland for over 25 years.</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and experience to pet owners in our community and would like to service you and your beloved pets too.</h2>\r\n[/vc_column_text][vc_btn title=\"View our Services\" el_id=\"stroke-btn\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row el_id=\"section-1\"][vc_column width=\"1/2\"][thb_fancybox style=\"fancy-style3\" icon=\"arrows_circle_right.svg\" thb_text_alignment=\"thb-center\" animation=\"animation fade-in\" image=\"56\"]\r\n<h2>Dog Walking</h2>\r\n[/thb_fancybox][/vc_column][vc_column width=\"1/2\"][thb_fancybox style=\"fancy-style3\"][/thb_fancybox][/vc_column][/vc_row][vc_row el_id=\"section-2\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Providing professional Pet Care services to the following areas:</h2>\r\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Montgomery Village, North Potomac, Olney, Rockville, Silver Spring, Wheaton</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-3\"][vc_column width=\"1/3\"][thb_image][/thb_image][vc_column_text]\r\n<h3>House Sitting</h3>\r\nWhen you hire us for house sitting services, you will get an experienced pet lover to take care of your pet in your home.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image][/thb_image][vc_column_text]\r\n<h3>House Sitting</h3>\r\nWhen you hire us for house sitting services, you will get an experienced pet lover to take care of your pet in your home.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image][/thb_image][vc_column_text]\r\n<h3>House Sitting</h3>\r\nWhen you hire us for house sitting services, you will get an experienced pet lover to take care of your pet in your home.\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-4\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Our Mission is to provide our clients with caregivers who are professional, trustworthy and of integrity.</h2>\r\n<p style=\"text-align: center;\">Our highly experienced Dog Walkers and Pet Sitters are all bonded and insured. In addition, background checks are required in order to ensure the Safety of our clients and their pets.\r\n\r\n[/vc_column_text][vc_btn title=\"Schedule a Service\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','6-revision-v1','','','2020-01-03 16:32:13','2020-01-03 16:32:13','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(59,1,'2020-01-03 16:36:15','2020-01-03 16:36:15','[vc_row thb_full_width=\"true\" el_id=\"hero\" css=\".vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">The largest leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland for over 25 years.</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and experience to pet owners in our community and would like to service you and your beloved pets too.</h2>\r\n[/vc_column_text][vc_btn title=\"View our Services\" el_id=\"stroke-btn\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row el_id=\"section-1\"][vc_column width=\"1/2\"][thb_fancybox icon=\"arrows_circle_right.svg\" thb_text_alignment=\"thb-center\" animation=\"animation fade-in\" image=\"56\"]\r\n<h2>Dog Walking</h2>\r\n[/thb_fancybox][/vc_column][vc_column width=\"1/2\"][thb_fancybox style=\"fancy-style3\"][/thb_fancybox][/vc_column][/vc_row][vc_row el_id=\"section-2\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Providing professional Pet Care services to the following areas:</h2>\r\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Montgomery Village, North Potomac, Olney, Rockville, Silver Spring, Wheaton</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-3\"][vc_column width=\"1/3\"][thb_image][/thb_image][vc_column_text]\r\n<h3>House Sitting</h3>\r\nWhen you hire us for house sitting services, you will get an experienced pet lover to take care of your pet in your home.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image][/thb_image][vc_column_text]\r\n<h3>House Sitting</h3>\r\nWhen you hire us for house sitting services, you will get an experienced pet lover to take care of your pet in your home.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image][/thb_image][vc_column_text]\r\n<h3>House Sitting</h3>\r\nWhen you hire us for house sitting services, you will get an experienced pet lover to take care of your pet in your home.\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-4\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Our Mission is to provide our clients with caregivers who are professional, trustworthy and of integrity.</h2>\r\n<p style=\"text-align: center;\">Our highly experienced Dog Walkers and Pet Sitters are all bonded and insured. In addition, background checks are required in order to ensure the Safety of our clients and their pets.\r\n\r\n[/vc_column_text][vc_btn title=\"Schedule a Service\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','6-revision-v1','','','2020-01-03 16:36:15','2020-01-03 16:36:15','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(60,1,'2020-01-03 16:52:26','2020-01-03 16:52:26','[vc_row thb_full_width=\"true\" el_id=\"hero\" css=\".vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">The largest leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland for over 25 years.</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and experience to pet owners in our community and would like to service you and your beloved pets too.</h2>\r\n[/vc_column_text][vc_btn title=\"View our Services\" el_id=\"stroke-btn\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row el_id=\"section-1\"][vc_column width=\"1/2\"][thb_fancybox icon=\"arrows_circle_left.svg\" thb_text_alignment=\"thb-center\" animation=\"animation fade-in\" image=\"56\"]\r\n<h2>Dog Walking</h2>\r\n[/thb_fancybox][/vc_column][vc_column width=\"1/2\"][thb_fancybox style=\"fancy-style3\"][/thb_fancybox][/vc_column][/vc_row][vc_row el_id=\"section-2\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Providing professional Pet Care services to the following areas:</h2>\r\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Montgomery Village, North Potomac, Olney, Rockville, Silver Spring, Wheaton</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-3\"][vc_column width=\"1/3\"][thb_image][/thb_image][vc_column_text]\r\n<h3>House Sitting</h3>\r\nWhen you hire us for house sitting services, you will get an experienced pet lover to take care of your pet in your home.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image][/thb_image][vc_column_text]\r\n<h3>House Sitting</h3>\r\nWhen you hire us for house sitting services, you will get an experienced pet lover to take care of your pet in your home.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image][/thb_image][vc_column_text]\r\n<h3>House Sitting</h3>\r\nWhen you hire us for house sitting services, you will get an experienced pet lover to take care of your pet in your home.\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-4\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Our Mission is to provide our clients with caregivers who are professional, trustworthy and of integrity.</h2>\r\n<p style=\"text-align: center;\">Our highly experienced Dog Walkers and Pet Sitters are all bonded and insured. In addition, background checks are required in order to ensure the Safety of our clients and their pets.\r\n\r\n[/vc_column_text][vc_btn title=\"Schedule a Service\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','6-revision-v1','','','2020-01-03 16:52:26','2020-01-03 16:52:26','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(61,1,'2020-01-03 19:55:47','2020-01-03 19:55:47','','hp-block-2','','inherit','open','closed','','hp-block-2','','','2020-01-03 19:55:47','2020-01-03 19:55:47','',0,'https://www.fffpetsitting.com/wp-content/uploads/hp-block-2.jpg',0,'attachment','image/jpeg',0),(62,1,'2020-01-03 19:55:58','2020-01-03 19:55:58','','house-sitting','','inherit','open','closed','','house-sitting-2','','','2020-01-03 19:55:58','2020-01-03 19:55:58','',0,'https://www.fffpetsitting.com/wp-content/uploads/house-sitting.jpg',0,'attachment','image/jpeg',0),(63,1,'2020-01-03 19:56:00','2020-01-03 19:56:00','','photography','','inherit','open','closed','','photography-2','','','2020-01-03 19:56:00','2020-01-03 19:56:00','',0,'https://www.fffpetsitting.com/wp-content/uploads/photography.jpg',0,'attachment','image/jpeg',0),(64,1,'2020-01-03 19:56:02','2020-01-03 19:56:02','','training','','inherit','open','closed','','training-2','','','2020-01-03 19:56:02','2020-01-03 19:56:02','',0,'https://www.fffpetsitting.com/wp-content/uploads/training.jpg',0,'attachment','image/jpeg',0),(65,1,'2020-01-03 19:57:03','2020-01-03 19:57:03','[vc_row thb_full_width=\"true\" el_id=\"hero\" css=\".vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">The largest leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland for over 25 years.</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and experience to pet owners in our community and would like to service you and your beloved pets too.</h2>\r\n[/vc_column_text][vc_btn title=\"View our Services\" el_id=\"stroke-btn\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row el_id=\"section-1\"][vc_column width=\"1/2\"][thb_fancybox icon=\"arrows_circle_left.svg\" thb_text_alignment=\"thb-center\" animation=\"animation fade-in\" image=\"56\"]\r\n<h2>Dog Walking</h2>\r\n[/thb_fancybox][/vc_column][vc_column width=\"1/2\"][thb_fancybox style=\"fancy-style3\"][/thb_fancybox][/vc_column][/vc_row][vc_row el_id=\"section-2\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Providing professional Pet Care services to the following areas:</h2>\r\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Montgomery Village, North Potomac, Olney, Rockville, Silver Spring, Wheaton</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-3\"][vc_column width=\"1/3\"][thb_image image=\"62\"][/thb_image][vc_column_text]\r\n<h3>House Sitting</h3>\r\nWhen you hire us for house sitting services, you will get an experienced pet lover to take care of your pet in your home.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"64\"][/thb_image][vc_column_text]\r\n<h3>House Sitting</h3>\r\nWhen you hire us for house sitting services, you will get an experienced pet lover to take care of your pet in your home.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"63\"][/thb_image][vc_column_text]\r\n<h3>House Sitting</h3>\r\nWhen you hire us for house sitting services, you will get an experienced pet lover to take care of your pet in your home.\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-4\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Our Mission is to provide our clients with caregivers who are professional, trustworthy and of integrity.</h2>\r\n<p style=\"text-align: center;\">Our highly experienced Dog Walkers and Pet Sitters are all bonded and insured. In addition, background checks are required in order to ensure the Safety of our clients and their pets.\r\n\r\n[/vc_column_text][vc_btn title=\"Schedule a Service\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','6-revision-v1','','','2020-01-03 19:57:03','2020-01-03 19:57:03','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(66,1,'2020-01-03 19:58:32','2020-01-03 19:58:32','','hp-bottom','','inherit','open','closed','','hp-bottom','','','2020-01-03 19:58:32','2020-01-03 19:58:32','',6,'https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg',0,'attachment','image/jpeg',0),(67,1,'2020-01-03 19:58:47','2020-01-03 19:58:47','[vc_row thb_full_width=\"true\" el_id=\"hero\" css=\".vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">The largest leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland for over 25 years.</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and experience to pet owners in our community and would like to service you and your beloved pets too.</h2>\r\n[/vc_column_text][vc_btn title=\"View our Services\" el_id=\"stroke-btn\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row el_id=\"section-1\"][vc_column width=\"1/2\"][thb_fancybox icon=\"arrows_circle_left.svg\" thb_text_alignment=\"thb-center\" animation=\"animation fade-in\" image=\"56\"]\r\n<h2>Dog Walking</h2>\r\n[/thb_fancybox][/vc_column][vc_column width=\"1/2\"][thb_fancybox style=\"fancy-style3\"][/thb_fancybox][/vc_column][/vc_row][vc_row el_id=\"section-2\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Providing professional Pet Care services to the following areas:</h2>\r\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Montgomery Village, North Potomac, Olney, Rockville, Silver Spring, Wheaton</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-3\"][vc_column width=\"1/3\"][thb_image image=\"62\"][/thb_image][vc_column_text]\r\n<h3>House Sitting</h3>\r\nWhen you hire us for house sitting services, you will get an experienced pet lover to take care of your pet in your home.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"64\"][/thb_image][vc_column_text]\r\n<h3>House Sitting</h3>\r\nWhen you hire us for house sitting services, you will get an experienced pet lover to take care of your pet in your home.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"63\"][/thb_image][vc_column_text]\r\n<h3>House Sitting</h3>\r\nWhen you hire us for house sitting services, you will get an experienced pet lover to take care of your pet in your home.\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row thb_full_width=\"true\" el_id=\"section-4\" css=\".vc_custom_1578081524564{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Our Mission is to provide our clients with caregivers who are professional, trustworthy and of integrity.</h2>\r\n<p style=\"text-align: center;\">Our highly experienced Dog Walkers and Pet Sitters are all bonded and insured. In addition, background checks are required in order to ensure the Safety of our clients and their pets.\r\n\r\n[/vc_column_text][vc_btn title=\"Schedule a Service\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','6-revision-v1','','','2020-01-03 19:58:47','2020-01-03 19:58:47','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(68,1,'2020-01-03 20:17:24','2020-01-03 20:17:24','[vc_row thb_full_width=\"true\" el_id=\"hero\" css=\".vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">The largest leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland for over 25 years.</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and experience to pet owners in our community and would like to service you and your beloved pets too.</h2>\r\n[/vc_column_text][vc_btn title=\"View our Services\" el_id=\"stroke-btn\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row el_id=\"section-1\"][vc_column width=\"1/2\"][thb_fancybox icon=\"arrows_circle_left.svg\" thb_text_alignment=\"thb-center\" animation=\"animation fade-in\" image=\"56\"]\r\n<h2>Dog Walking</h2>\r\n[/thb_fancybox][/vc_column][vc_column width=\"1/2\"][thb_fancybox style=\"fancy-style3\"][/thb_fancybox][/vc_column][/vc_row][vc_row el_id=\"section-2\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Providing professional Pet Care services to the following areas:</h2>\r\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Montgomery Village, North Potomac, Olney, Rockville, Silver Spring, Wheaton</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-3\"][vc_column width=\"1/3\"][thb_image image=\"62\"][/thb_image][vc_column_text]\r\n<h3>House Sitting</h3>\r\nWhen you hire us for house sitting services, you will get an experienced pet lover to take care of your pet in your home.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"64\"][/thb_image][vc_column_text]\r\n<h3>House Sitting</h3>\r\nWhen you hire us for house sitting services, you will get an experienced pet lover to take care of your pet in your home.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"63\"][/thb_image][vc_column_text]\r\n<h3>House Sitting</h3>\r\nWhen you hire us for house sitting services, you will get an experienced pet lover to take care of your pet in your home.\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row thb_full_width=\"true\" full_height=\"yes\" el_id=\"section-4\" css=\".vc_custom_1578082641432{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Our Mission is to provide our clients with caregivers who are professional, trustworthy and of integrity.</h2>\r\n<p style=\"text-align: center;\">Our highly experienced Dog Walkers and Pet Sitters are all bonded and insured. In addition, background checks are required in order to ensure the Safety of our clients and their pets.\r\n\r\n[/vc_column_text][vc_btn title=\"Schedule a Service\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','6-revision-v1','','','2020-01-03 20:17:24','2020-01-03 20:17:24','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(69,1,'2020-01-03 20:18:10','2020-01-03 20:18:10','[vc_row thb_full_width=\"true\" el_id=\"hero\" css=\".vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">The largest leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland for over 25 years.</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and experience to pet owners in our community and would like to service you and your beloved pets too.</h2>\r\n[/vc_column_text][vc_btn title=\"View our Services\" el_id=\"stroke-btn\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row el_id=\"section-1\"][vc_column width=\"1/2\"][thb_fancybox icon=\"arrows_circle_left.svg\" thb_text_alignment=\"thb-center\" animation=\"animation fade-in\" image=\"56\"]\r\n<h2>Dog Walking</h2>\r\n[/thb_fancybox][/vc_column][vc_column width=\"1/2\"][thb_fancybox style=\"fancy-style3\"][/thb_fancybox][/vc_column][/vc_row][vc_row el_id=\"section-2\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Providing professional Pet Care services to the following areas:</h2>\r\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Montgomery Village, North Potomac, Olney, Rockville, Silver Spring, Wheaton</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-3\"][vc_column width=\"1/3\"][thb_image image=\"62\"][/thb_image][vc_column_text]\r\n<h3>House Sitting</h3>\r\nWhen you hire us for house sitting services, you will get an experienced pet lover to take care of your pet in your home.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"64\"][/thb_image][vc_column_text]\r\n<h3>House Sitting</h3>\r\nWhen you hire us for house sitting services, you will get an experienced pet lover to take care of your pet in your home.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"63\"][/thb_image][vc_column_text]\r\n<h3>House Sitting</h3>\r\nWhen you hire us for house sitting services, you will get an experienced pet lover to take care of your pet in your home.\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row thb_full_width=\"true\" content_placement=\"middle\" el_id=\"section-4\" css=\".vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Our Mission is to provide our clients with caregivers who are professional, trustworthy and of integrity.</h2>\r\n<p style=\"text-align: center;\">Our highly experienced Dog Walkers and Pet Sitters are all bonded and insured. In addition, background checks are required in order to ensure the Safety of our clients and their pets.\r\n\r\n[/vc_column_text][vc_btn title=\"Schedule a Service\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','6-revision-v1','','','2020-01-03 20:18:10','2020-01-03 20:18:10','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(70,1,'2020-01-03 20:19:40','2020-01-03 20:19:40','[vc_row thb_full_width=\"true\" el_id=\"hero\" css=\".vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">The largest leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland for over 25 years.</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and experience to pet owners in our community and would like to service you and your beloved pets too.</h2>\r\n[/vc_column_text][vc_btn title=\"View our Services\" el_id=\"stroke-btn\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row el_id=\"section-1\"][vc_column width=\"1/2\"][thb_fancybox icon=\"arrows_circle_left.svg\" thb_text_alignment=\"thb-center\" animation=\"animation fade-in\" image=\"56\"]\r\n<h2>Dog Walking</h2>\r\n[/thb_fancybox][/vc_column][vc_column width=\"1/2\"][thb_fancybox style=\"fancy-style3\"][/thb_fancybox][/vc_column][/vc_row][vc_row el_id=\"section-2\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Providing professional Pet Care services to the following areas:</h2>\r\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Montgomery Village, North Potomac, Olney, Rockville, Silver Spring, Wheaton</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-3\"][vc_column width=\"1/3\"][thb_image image=\"62\"][/thb_image][vc_column_text]\r\n<h3>House Sitting</h3>\r\nWhen you hire us for house sitting services, you will get an experienced pet lover to take care of your pet in your home.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"64\"][/thb_image][vc_column_text]\r\n<h3>House Sitting</h3>\r\nWhen you hire us for house sitting services, you will get an experienced pet lover to take care of your pet in your home.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"63\"][/thb_image][vc_column_text]\r\n<h3>House Sitting</h3>\r\nWhen you hire us for house sitting services, you will get an experienced pet lover to take care of your pet in your home.\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row thb_full_width=\"true\" content_placement=\"middle\" el_id=\"section-4\" css=\".vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Our Mission is to provide our clients with caregivers who are professional, trustworthy and of integrity.</h2>\r\n<p style=\"text-align: center;\">Our highly experienced Dog Walkers and Pet Sitters are all bonded and insured. In addition, background checks are required in order to ensure the Safety of our clients and their pets.\r\n\r\n[/vc_column_text][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','6-revision-v1','','','2020-01-03 20:19:40','2020-01-03 20:19:40','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(71,1,'2020-01-03 20:55:27','2020-01-03 20:55:27','[vc_row thb_full_width=\"true\" el_id=\"hero\" css=\".vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">The largest leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland for over 25 years.</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and experience to pet owners in our community and would like to service you and your beloved pets too.</h2>\r\n[/vc_column_text][vc_btn title=\"View our Services\" el_id=\"stroke-btn\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row el_id=\"section-1\"][vc_column width=\"1/2\"][thb_fancybox icon=\"arrows_circle_left.svg\" thb_text_alignment=\"thb-center\" animation=\"animation fade-in\" image=\"56\"]\r\n<h2>Dog Walking</h2>\r\n[/thb_fancybox][/vc_column][vc_column width=\"1/2\"][thb_fancybox style=\"fancy-style3\"][/thb_fancybox][/vc_column][/vc_row][vc_row el_id=\"section-2\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Providing professional Pet Care services to the following areas:</h2>\r\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Montgomery Village, North Potomac, Olney, Rockville, Silver Spring, Wheaton</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-3\"][vc_column width=\"1/3\"][thb_image image=\"62\"][/thb_image][vc_column_text]\r\n<h3>House Sitting</h3>\r\nWhen you hire us for house sitting services, you will get an experienced pet lover to take care of your pet in your home.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"64\"][/thb_image][vc_column_text]\r\n<h3>Training</h3>\r\nWhen you hire us for house sitting services, you will get an experienced pet lover to take care of your pet in your home.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"63\"][/thb_image][vc_column_text]\r\n<h3>Photography</h3>\r\nWhen you hire us for house sitting services, you will get an experienced pet lover to take care of your pet in your home.[/vc_column_text][/vc_column][/vc_row][vc_row thb_full_width=\"true\" content_placement=\"middle\" el_id=\"section-4\" css=\".vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Our Mission is to provide our clients with caregivers who are professional, trustworthy and of integrity.</h2>\r\n<p style=\"text-align: center;\">Our highly experienced Dog Walkers and Pet Sitters are all bonded and insured. In addition, background checks are required in order to ensure the Safety of our clients and their pets.\r\n\r\n[/vc_column_text][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','6-revision-v1','','','2020-01-03 20:55:27','2020-01-03 20:55:27','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(72,1,'2020-02-18 17:14:19','2020-02-18 17:14:19','<p>[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]</p>\n<h1>About Us</h1>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]</p>\n<h2>We Provide the Care Your Pet Deserves and the Service You Can Count On!</h2>\n<p>Established in 1989, Fur, Fins & Feathers is the oldest and largest dog walking and pet sitting service in Montgomery County, Maryland. We are a friendly, flexible, responsive and caring business providing outstanding pet care and services to our community.</p>\n<p>What sets us apart is that we have simply thought of everything to make our pet care a seamless experience for you. Services are highly personalized and procedures are streamlined with your convenience in mind.[/vc_column_text][vc_separator][vc_column_text]</p>\n<h3>Our Customized Services</h3>\n<p>Over the past three decades, Fur, Fins & Feathers has expanded its services to meet our clients’ needs. We now offer the following customized services:</p>\n<ul>\n<li>Mid-day Dog Walking</li>\n<li>House Sitting</li>\n<li>Pet Sitting</li>\n<li>Dog Training</li>\n<li>Pet Photography</li>\n<li>Bed & Breakfast</li>\n</ul>\n<p>You’ll experience our core values and professionalism from the start — from the initial point of contact to the questionnaire that contains detailed written instructions for your pet to the text you’ll receive after every visit so you can rest assured that all is well. Each of our clients meet their pet caregiver ahead of services to ensure confidence and to review pet care instructions.[/vc_column_text][vc_separator][vc_column_text]</p>\n<h3>Our Furry and Not-So-Furry BFFs</h3>\n<p>We are proud to offer services for all kinds of pets — the furry, feathered and scaled! We have worked with clients who have a range of pets, including dogs, cats, rabbits, ferrets, guinea pigs, birds, fish, snakes and more — even sugar gliders! We treat all pets like they are our own BFFs.[/vc_column_text][vc_separator][vc_column_text]</p>\n<h3>Our Trusted Pet Caregivers</h3>\n<p>We understand you want the person who cares for your pet and enters your home to be prompt, trustworthy and responsible. That’s why we only hire caregivers who share our core values of integrity, respect, teamwork and enthusiasm. We are also very flexible to ensure your pet is taken care of in the same way you would.</p>\n<p>Moreover, our dog walkers and pet sitters are carefully vetted through an interview process, reference check and statewide background check. Our high satisfaction ratings are the direct result of our outstanding sitters and office staff — who pet sit, too![/vc_column_text][vc_separator][vc_column_text]</p>\n<h3>Our Service Area</h3>\n<p>We are proud to serve our Montgomery County clients and their pets for over 30 years! We service the following areas: Bethesda, Chevy Chase, Gaithersburg, Germantown, Kensington, Potomac, Rockville, Silver Spring and Wheaton. More locations coming soon![/vc_column_text][vc_separator][vc_column_text]</p>\n<h3>Our Passion for Animals Guides Our Mission</h3>\n<p>Our mission is to provide our clients with pet caregivers who are professional, trustworthy and of integrity while providing a fun and safe environment for their pets. With a genuine love for animals, we are committed to each of our clients in giving them individualized pet care services based on their pet’s needs. Our highly experienced dog walkers and pet sitters are carefully vetted, bonded and insured to provide an extra layer of safety for both our clients and their pets.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>“Fur, Fins & Feathers has been taking care of all three of my dogs for a number of years and I am totally pleased. This is a company you can trust. They are friendly, caring and always there when you need them.” </em></p>\n<p>— Jerry[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\n<h3>Mid-Day Dog Walking</h3>\n<p>Our enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\n<h3>Pet Sitting</h3>\n<p>Whether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\n<h3>House Sitting</h3>\n<p>You can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\n<h3>Bed & Breakfast</h3>\n<p>Our Bed & Breakfast service gives your pet that at-home feel while you are away.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\n','About Us','','inherit','closed','closed','','23-autosave-v1','','','2020-02-18 17:14:19','2020-02-18 17:14:19','',23,'https://www.fffpetsitting.com/23-autosave-v1/',0,'revision','',0),(73,1,'2020-02-05 17:49:14','2020-02-05 17:49:14','[vc_row el_id=\"interior-banner\"][vc_column][vc_column_text]\r\n<h1>Page Title</h1>\r\n[/vc_column_text][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','23-revision-v1','','','2020-02-05 17:49:14','2020-02-05 17:49:14','',23,'https://www.fffpetsitting.com/23-revision-v1/',0,'revision','',0),(74,1,'2020-02-05 19:33:38','2020-02-05 19:33:38','[vc_row el_id=\"interior-banner\"][vc_column][vc_column_text]\r\n<h1>Page Title</h1>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"2/3\" el_id=\"main-content\"][/vc_column][vc_column width=\"1/3\" el_id=\"sidebar\"][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','23-revision-v1','','','2020-02-05 19:33:38','2020-02-05 19:33:38','',23,'https://www.fffpetsitting.com/23-revision-v1/',0,'revision','',0),(75,1,'2020-02-05 19:39:25','2020-02-05 19:39:25','[vc_row el_id=\"interior-banner\"][vc_column][vc_column_text]\r\n<h1>Page Title</h1>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"2/3\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Headline</h2>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/3\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','23-revision-v1','','','2020-02-05 19:39:25','2020-02-05 19:39:25','',23,'https://www.fffpetsitting.com/23-revision-v1/',0,'revision','',0),(76,1,'2020-02-05 19:48:56','2020-02-05 19:48:56','[vc_row el_id=\"interior-banner\"][vc_column][vc_column_text]\r\n<h1>Page Title</h1>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"2/3\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Headline</h2>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][thb_image][/thb_image][/vc_column][vc_column width=\"1/3\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','23-revision-v1','','','2020-02-05 19:48:56','2020-02-05 19:48:56','',23,'https://www.fffpetsitting.com/23-revision-v1/',0,'revision','',0),(77,1,'2020-02-05 20:14:20','2020-02-05 20:14:20','[vc_row el_id=\"interior-banner\"][vc_column][vc_column_text]\r\n<h1>Page Title</h1>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"2/3\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Headline</h2>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][thb_image][/thb_image][/vc_column][vc_column width=\"1/3\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','23-revision-v1','','','2020-02-05 20:14:20','2020-02-05 20:14:20','',23,'https://www.fffpetsitting.com/23-revision-v1/',0,'revision','',0),(79,1,'2020-02-06 15:57:13','2020-02-06 15:57:13','','interior-banner','','inherit','open','closed','','interior-banner','','','2020-02-06 15:57:13','2020-02-06 15:57:13','',23,'https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg',0,'attachment','image/jpeg',0),(80,1,'2020-02-06 15:57:48','2020-02-06 15:57:48','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581004664381{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;}\"][vc_column][vc_column_text]\r\n<h1>Page Title</h1>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"2/3\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Headline</h2>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][thb_image][/thb_image][/vc_column][vc_column width=\"1/3\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','23-revision-v1','','','2020-02-06 15:57:48','2020-02-06 15:57:48','',23,'https://www.fffpetsitting.com/23-revision-v1/',0,'revision','',0),(81,1,'2020-02-06 15:59:22','2020-02-06 15:59:22','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581004759897{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;}\"][vc_column][vc_column_text]\r\n<h1>Page Title</h1>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"2/3\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Headline</h2>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][thb_image][/thb_image][/vc_column][vc_column width=\"1/3\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','23-revision-v1','','','2020-02-06 15:59:22','2020-02-06 15:59:22','',23,'https://www.fffpetsitting.com/23-revision-v1/',0,'revision','',0),(82,1,'2020-02-06 16:00:07','2020-02-06 16:00:07','[vc_row el_id=\"interior-banner\" css=\".vc_custom_1581004797338{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;}\"][vc_column][vc_column_text]\r\n<h1>Page Title</h1>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"2/3\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Headline</h2>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][thb_image][/thb_image][/vc_column][vc_column width=\"1/3\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','23-revision-v1','','','2020-02-06 16:00:07','2020-02-06 16:00:07','',23,'https://www.fffpetsitting.com/23-revision-v1/',0,'revision','',0),(83,1,'2020-02-06 16:03:21','2020-02-06 16:03:21','[vc_row el_id=\"interior-banner\" css=\".vc_custom_1581004997065{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text]\r\n<h1>Page Title</h1>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"2/3\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Headline</h2>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][thb_image][/thb_image][/vc_column][vc_column width=\"1/3\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','23-revision-v1','','','2020-02-06 16:03:21','2020-02-06 16:03:21','',23,'https://www.fffpetsitting.com/23-revision-v1/',0,'revision','',0),(84,1,'2020-02-06 16:19:07','2020-02-06 16:19:07','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text]\r\n<h1>Page Title</h1>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"2/3\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Headline</h2>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][thb_image][/thb_image][/vc_column][vc_column width=\"1/3\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','23-revision-v1','','','2020-02-06 16:19:07','2020-02-06 16:19:07','',23,'https://www.fffpetsitting.com/23-revision-v1/',0,'revision','',0),(85,1,'2020-02-06 21:32:42','2020-02-06 21:32:42','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Page Title</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"2/3\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Headline</h2>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][thb_image][/thb_image][/vc_column][vc_column width=\"1/3\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','23-revision-v1','','','2020-02-06 21:32:42','2020-02-06 21:32:42','',23,'https://www.fffpetsitting.com/23-revision-v1/',0,'revision','',0),(86,1,'2020-02-06 21:37:06','2020-02-06 21:37:06','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Page Title</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"2/3\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Headline</h2>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][thb_image][/thb_image][/vc_column][vc_column width=\"1/3\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','23-revision-v1','','','2020-02-06 21:37:06','2020-02-06 21:37:06','',23,'https://www.fffpetsitting.com/23-revision-v1/',0,'revision','',0),(87,1,'2020-02-06 21:38:51','2020-02-06 21:38:51','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Page Title</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"sidebar\"][vc_column_text]\r\n<h2>Headline</h2>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][thb_image][/thb_image][/vc_column][vc_column width=\"1/4\" el_id=\"main-content\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','23-revision-v1','','','2020-02-06 21:38:51','2020-02-06 21:38:51','',23,'https://www.fffpetsitting.com/23-revision-v1/',0,'revision','',0),(88,1,'2020-02-06 21:39:44','2020-02-06 21:39:44','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Page Title</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Headline</h2>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][thb_image][/thb_image][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','23-revision-v1','','','2020-02-06 21:39:44','2020-02-06 21:39:44','',23,'https://www.fffpetsitting.com/23-revision-v1/',0,'revision','',0),(89,1,'2020-02-06 21:45:59','2020-02-06 21:45:59','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>About Us</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>We Provide the Care Your Pet Deserves and the Service You Can Count On!</h2>\r\nEstablished in 1989, Fur, Fins & Feathers is the oldest and largest dog walking and pet sitting service in Montgomery County, Maryland. We are a friendly, flexible, responsive and caring business providing outstanding pet care and services to our community.\r\n\r\nWhat sets us apart is that we have simply thought of everything to make our pet care a seamless experience for you. Services are highly personalized and procedures are streamlined with your convenience in mind.[/vc_column_text][thb_image][/thb_image][vc_column_text]\r\n<h3>Our Customized Services</h3>\r\nOver the past three decades, Fur, Fins & Feathers has expanded its services to meet our clients’ needs. We now offer the following customized services:\r\n<ul>\r\n <li>Mid-day Dog Walking</li>\r\n <li>House Sitting</li>\r\n <li>Pet Sitting</li>\r\n <li>Dog Training</li>\r\n <li>Pet Photography</li>\r\n <li>Bed & Breakfast</li>\r\n</ul>\r\nYou’ll experience our core values and professionalism from the start — from the initial point of contact to the questionnaire that contains detailed written instructions for your pet to the text you’ll receive after every visit so you can rest assured that all is well. Each of our clients meet their pet caregiver ahead of services to ensure confidence and to review pet care instructions.[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','23-revision-v1','','','2020-02-06 21:45:59','2020-02-06 21:45:59','',23,'https://www.fffpetsitting.com/23-revision-v1/',0,'revision','',0),(90,1,'2020-02-07 14:13:31','2020-02-07 14:13:31','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>About Us</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>We Provide the Care Your Pet Deserves and the Service You Can Count On!</h2>\r\nEstablished in 1989, Fur, Fins & Feathers is the oldest and largest dog walking and pet sitting service in Montgomery County, Maryland. We are a friendly, flexible, responsive and caring business providing outstanding pet care and services to our community.\r\n\r\nWhat sets us apart is that we have simply thought of everything to make our pet care a seamless experience for you. Services are highly personalized and procedures are streamlined with your convenience in mind.[/vc_column_text][thb_image][/thb_image][vc_column_text]\r\n<h3>Our Customized Services</h3>\r\nOver the past three decades, Fur, Fins & Feathers has expanded its services to meet our clients’ needs. We now offer the following customized services:\r\n<ul>\r\n <li>Mid-day Dog Walking</li>\r\n <li>House Sitting</li>\r\n <li>Pet Sitting</li>\r\n <li>Dog Training</li>\r\n <li>Pet Photography</li>\r\n <li>Bed & Breakfast</li>\r\n</ul>\r\nYou’ll experience our core values and professionalism from the start — from the initial point of contact to the questionnaire that contains detailed written instructions for your pet to the text you’ll receive after every visit so you can rest assured that all is well. Each of our clients meet their pet caregiver ahead of services to ensure confidence and to review pet care instructions.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Customized Services</h3>\r\nOver the past three decades, Fur, Fins & Feathers has expanded its services to meet our clients’ needs. We now offer the following customized services:\r\n<ul>\r\n <li>Mid-day Dog Walking</li>\r\n <li>House Sitting</li>\r\n <li>Pet Sitting</li>\r\n <li>Dog Training</li>\r\n <li>Pet Photography</li>\r\n <li>Bed & Breakfast</li>\r\n</ul>\r\nYou’ll experience our core values and professionalism from the start — from the initial point of contact to the questionnaire that contains detailed written instructions for your pet to the text you’ll receive after every visit so you can rest assured that all is well. Each of our clients meet their pet caregiver ahead of services to ensure confidence and to review pet care instructions.[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','23-revision-v1','','','2020-02-07 14:13:31','2020-02-07 14:13:31','',23,'https://www.fffpetsitting.com/23-revision-v1/',0,'revision','',0),(91,1,'2020-02-07 14:56:36','2020-02-07 14:56:36','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>About Us</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>We Provide the Care Your Pet Deserves and the Service You Can Count On!</h2>\r\nEstablished in 1989, Fur, Fins & Feathers is the oldest and largest dog walking and pet sitting service in Montgomery County, Maryland. We are a friendly, flexible, responsive and caring business providing outstanding pet care and services to our community.\r\n\r\nWhat sets us apart is that we have simply thought of everything to make our pet care a seamless experience for you. Services are highly personalized and procedures are streamlined with your convenience in mind.[/vc_column_text][thb_image][/thb_image][vc_column_text]\r\n<h3>Our Customized Services</h3>\r\nOver the past three decades, Fur, Fins & Feathers has expanded its services to meet our clients’ needs. We now offer the following customized services:\r\n<ul>\r\n <li>Mid-day Dog Walking</li>\r\n <li>House Sitting</li>\r\n <li>Pet Sitting</li>\r\n <li>Dog Training</li>\r\n <li>Pet Photography</li>\r\n <li>Bed & Breakfast</li>\r\n</ul>\r\nYou’ll experience our core values and professionalism from the start — from the initial point of contact to the questionnaire that contains detailed written instructions for your pet to the text you’ll receive after every visit so you can rest assured that all is well. Each of our clients meet their pet caregiver ahead of services to ensure confidence and to review pet care instructions.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Furry and Not-So-Furry BFFs</h3>\r\nWe are proud to offer services for all kinds of pets — the furry, feathered and scaled! We have worked with clients who have a range of pets, including dogs, cats, rabbits, ferrets, guinea pigs, birds, fish, snakes and more — even sugar gliders! We treat all pets like they are our own BFFs.[/vc_column_text][vc_column_text]\r\n<h3>Our Trusted Pet Caregivers</h3>\r\nWe understand you want the person who cares for your pet and enters your home to be prompt, trustworthy and responsible. That’s why we only hire caregivers who share our core values of integrity, respect, teamwork and enthusiasm. We are also very flexible to ensure your pet is taken care of in the same way you would.\r\n\r\nMoreover, our dog walkers and pet sitters are carefully vetted through an interview process, reference check and statewide background check. Our high satisfaction ratings are the direct result of our outstanding sitters and office staff — who pet sit, too![/vc_column_text][vc_column_text]\r\n<h3>Our Service Area</h3>\r\nWe are proud to serve our Montgomery County clients and their pets for over 30 years! We service the following areas: Bethesda, Chevy Chase, Gaithersburg, Germantown, Kensington, Montgomery Village, Potomac, Rockville, Silver Spring and Wheaton. More locations coming soon![/vc_column_text][vc_column_text]\r\n<h3>Our Passion for Animals Guides Our Mission</h3>\r\nOur mission is to provide our clients with pet caregivers who are professional, trustworthy and of integrity while providing a fun and safe environment for their pets. With a genuine love for animals, we are committed to each of our clients in giving them individualized pet care services based on their pet’s needs. Our highly experienced dog walkers and pet sitters are carefully vetted, bonded and insured to provide an extra layer of safety for both our clients and their pets.[/vc_column_text][vc_column_text el_class=\"testimonial-row\"]<em>“Fur, Fins & Feathers has been taking care of all three of my dogs for a number of years and I am totally pleased. This is a company you can trust. They are friendly, caring and always there when you need them.” </em>\r\n\r\n— Jerry[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','23-revision-v1','','','2020-02-07 14:56:36','2020-02-07 14:56:36','',23,'https://www.fffpetsitting.com/23-revision-v1/',0,'revision','',0),(92,1,'2020-02-07 16:41:21','2020-02-07 16:41:21','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>About Us</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>We Provide the Care Your Pet Deserves and the Service You Can Count On!</h2>\r\nEstablished in 1989, Fur, Fins & Feathers is the oldest and largest dog walking and pet sitting service in Montgomery County, Maryland. We are a friendly, flexible, responsive and caring business providing outstanding pet care and services to our community.\r\n\r\nWhat sets us apart is that we have simply thought of everything to make our pet care a seamless experience for you. Services are highly personalized and procedures are streamlined with your convenience in mind.[/vc_column_text][thb_image][/thb_image][vc_column_text]\r\n<h3>Our Customized Services</h3>\r\nOver the past three decades, Fur, Fins & Feathers has expanded its services to meet our clients’ needs. We now offer the following customized services:\r\n<ul>\r\n <li>Mid-day Dog Walking</li>\r\n <li>House Sitting</li>\r\n <li>Pet Sitting</li>\r\n <li>Dog Training</li>\r\n <li>Pet Photography</li>\r\n <li>Bed & Breakfast</li>\r\n</ul>\r\nYou’ll experience our core values and professionalism from the start — from the initial point of contact to the questionnaire that contains detailed written instructions for your pet to the text you’ll receive after every visit so you can rest assured that all is well. Each of our clients meet their pet caregiver ahead of services to ensure confidence and to review pet care instructions.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Furry and Not-So-Furry BFFs</h3>\r\nWe are proud to offer services for all kinds of pets — the furry, feathered and scaled! We have worked with clients who have a range of pets, including dogs, cats, rabbits, ferrets, guinea pigs, birds, fish, snakes and more — even sugar gliders! We treat all pets like they are our own BFFs.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Trusted Pet Caregivers</h3>\r\nWe understand you want the person who cares for your pet and enters your home to be prompt, trustworthy and responsible. That’s why we only hire caregivers who share our core values of integrity, respect, teamwork and enthusiasm. We are also very flexible to ensure your pet is taken care of in the same way you would.\r\n\r\nMoreover, our dog walkers and pet sitters are carefully vetted through an interview process, reference check and statewide background check. Our high satisfaction ratings are the direct result of our outstanding sitters and office staff — who pet sit, too![/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Service Area</h3>\r\nWe are proud to serve our Montgomery County clients and their pets for over 30 years! We service the following areas: Bethesda, Chevy Chase, Gaithersburg, Germantown, Kensington, Montgomery Village, Potomac, Rockville, Silver Spring and Wheaton. More locations coming soon![/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Passion for Animals Guides Our Mission</h3>\r\nOur mission is to provide our clients with pet caregivers who are professional, trustworthy and of integrity while providing a fun and safe environment for their pets. With a genuine love for animals, we are committed to each of our clients in giving them individualized pet care services based on their pet’s needs. Our highly experienced dog walkers and pet sitters are carefully vetted, bonded and insured to provide an extra layer of safety for both our clients and their pets.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>“Fur, Fins & Feathers has been taking care of all three of my dogs for a number of years and I am totally pleased. This is a company you can trust. They are friendly, caring and always there when you need them.” </em>\r\n\r\n— Jerry[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','23-revision-v1','','','2020-02-07 16:41:21','2020-02-07 16:41:21','',23,'https://www.fffpetsitting.com/23-revision-v1/',0,'revision','',0),(93,1,'2020-02-07 16:45:19','2020-02-07 16:45:19','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>About Us</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>We Provide the Care Your Pet Deserves and the Service You Can Count On!</h2>\r\nEstablished in 1989, Fur, Fins & Feathers is the oldest and largest dog walking and pet sitting service in Montgomery County, Maryland. We are a friendly, flexible, responsive and caring business providing outstanding pet care and services to our community.\r\n\r\nWhat sets us apart is that we have simply thought of everything to make our pet care a seamless experience for you. Services are highly personalized and procedures are streamlined with your convenience in mind.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Customized Services</h3>\r\nOver the past three decades, Fur, Fins & Feathers has expanded its services to meet our clients’ needs. We now offer the following customized services:\r\n<ul>\r\n <li>Mid-day Dog Walking</li>\r\n <li>House Sitting</li>\r\n <li>Pet Sitting</li>\r\n <li>Dog Training</li>\r\n <li>Pet Photography</li>\r\n <li>Bed & Breakfast</li>\r\n</ul>\r\nYou’ll experience our core values and professionalism from the start — from the initial point of contact to the questionnaire that contains detailed written instructions for your pet to the text you’ll receive after every visit so you can rest assured that all is well. Each of our clients meet their pet caregiver ahead of services to ensure confidence and to review pet care instructions.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Furry and Not-So-Furry BFFs</h3>\r\nWe are proud to offer services for all kinds of pets — the furry, feathered and scaled! We have worked with clients who have a range of pets, including dogs, cats, rabbits, ferrets, guinea pigs, birds, fish, snakes and more — even sugar gliders! We treat all pets like they are our own BFFs.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Trusted Pet Caregivers</h3>\r\nWe understand you want the person who cares for your pet and enters your home to be prompt, trustworthy and responsible. That’s why we only hire caregivers who share our core values of integrity, respect, teamwork and enthusiasm. We are also very flexible to ensure your pet is taken care of in the same way you would.\r\n\r\nMoreover, our dog walkers and pet sitters are carefully vetted through an interview process, reference check and statewide background check. Our high satisfaction ratings are the direct result of our outstanding sitters and office staff — who pet sit, too![/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Service Area</h3>\r\nWe are proud to serve our Montgomery County clients and their pets for over 30 years! We service the following areas: Bethesda, Chevy Chase, Gaithersburg, Germantown, Kensington, Montgomery Village, Potomac, Rockville, Silver Spring and Wheaton. More locations coming soon![/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Passion for Animals Guides Our Mission</h3>\r\nOur mission is to provide our clients with pet caregivers who are professional, trustworthy and of integrity while providing a fun and safe environment for their pets. With a genuine love for animals, we are committed to each of our clients in giving them individualized pet care services based on their pet’s needs. Our highly experienced dog walkers and pet sitters are carefully vetted, bonded and insured to provide an extra layer of safety for both our clients and their pets.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>“Fur, Fins & Feathers has been taking care of all three of my dogs for a number of years and I am totally pleased. This is a company you can trust. They are friendly, caring and always there when you need them.” </em>\r\n\r\n— Jerry[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','23-revision-v1','','','2020-02-07 16:45:19','2020-02-07 16:45:19','',23,'https://www.fffpetsitting.com/23-revision-v1/',0,'revision','',0),(94,1,'2020-02-07 16:54:29','2020-02-07 16:54:29','[vc_row thb_full_width=\"true\" el_id=\"hero\" css=\".vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">The Leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland!</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and dependable service to your pets for over 30 years.</h2>\r\n[/vc_column_text][vc_btn title=\"View our Services\" el_id=\"stroke-btn\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row el_id=\"section-1\"][vc_column width=\"1/2\"][thb_fancybox icon=\"arrows_circle_left.svg\" thb_text_alignment=\"thb-center\" animation=\"animation fade-in\" image=\"56\"]\r\n<h2>Dog Walking</h2>\r\n[/thb_fancybox][/vc_column][vc_column width=\"1/2\"][thb_fancybox style=\"fancy-style3\"][/thb_fancybox][/vc_column][/vc_row][vc_row el_id=\"section-2\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Our Professional Pet Care Services Available In:</h2>\r\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Montgomery Village, North Potomac, Rockville, Silver Spring and Wheaton</p>\r\n<p style=\"text-align: center;\">More Locations Coming Soon!</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-3\"][vc_column width=\"1/3\"][thb_image image=\"62\"][/thb_image][vc_column_text]\r\n<h3>House Sitting</h3>\r\nYou can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"64\"][/thb_image][vc_column_text]\r\n<h3>Training</h3>\r\nOur pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"63\"][/thb_image][vc_column_text]\r\n<h3>Photography</h3>\r\nLet us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][/vc_column][/vc_row][vc_row thb_full_width=\"true\" content_placement=\"middle\" el_id=\"section-4\" css=\".vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Clients who use our services are paired with pet caregivers who are professional, trustworthy and of integrity.</h2>\r\n<p style=\"text-align: center;\">Our highly experienced dog walkers and pet sitters are bonded and insured. In addition, we require background checks to provide an extra layer of safety for our clients and their precious pets.</p>\r\n<p style=\"text-align: center;\">Check Our Social Media for Current Specials!</p>\r\n[/vc_column_text][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','6-revision-v1','','','2020-02-07 16:54:29','2020-02-07 16:54:29','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(95,1,'2020-02-07 16:56:13','2020-02-07 16:56:13','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Schedule a Service</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Our Secure System makes Booking a Service Safe and Simple.</h2>\r\nThank you for your interest and the opportunity to provide pet care services to you and your lovable pet(s).[/vc_column_text][gravityform id=\"2\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Contact Us</h3>\r\nNeed more information or have comments or concerns, we’d love to hear from you!\r\n\r\n301-840-1989[/vc_column_text][vc_btn title=\"Get in touch\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:%2Fcontact%2F|title:Contact||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Schedule a Service','','publish','closed','closed','','schedule-a-service','','','2020-02-26 21:59:55','2020-02-26 21:59:55','',0,'https://www.fffpetsitting.com/?page_id=95',0,'page','',0),(96,1,'2020-02-07 16:56:13','2020-02-07 16:56:13','','Schedule a Service','','inherit','closed','closed','','95-revision-v1','','','2020-02-07 16:56:13','2020-02-07 16:56:13','',95,'https://www.fffpetsitting.com/95-revision-v1/',0,'revision','',0),(97,1,'2020-02-07 16:56:25','2020-02-07 16:56:25','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Page Title</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Headline</h2>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][thb_image][/thb_image][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Schedule a Service','','inherit','closed','closed','','95-revision-v1','','','2020-02-07 16:56:25','2020-02-07 16:56:25','',95,'https://www.fffpetsitting.com/95-revision-v1/',0,'revision','',0),(98,1,'2020-02-07 16:57:36','2020-02-07 16:57:36','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>About Us</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>We Provide the Care Your Pet Deserves and the Service You Can Count On!</h2>\r\nEstablished in 1989, Fur, Fins & Feathers is the oldest and largest dog walking and pet sitting service in Montgomery County, Maryland. We are a friendly, flexible, responsive and caring business providing outstanding pet care and services to our community.\r\n\r\nWhat sets us apart is that we have simply thought of everything to make our pet care a seamless experience for you. Services are highly personalized and procedures are streamlined with your convenience in mind.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Customized Services</h3>\r\nOver the past three decades, Fur, Fins & Feathers has expanded its services to meet our clients’ needs. We now offer the following customized services:\r\n<ul>\r\n <li>Mid-day Dog Walking</li>\r\n <li>House Sitting</li>\r\n <li>Pet Sitting</li>\r\n <li>Dog Training</li>\r\n <li>Pet Photography</li>\r\n <li>Bed & Breakfast</li>\r\n</ul>\r\nYou’ll experience our core values and professionalism from the start — from the initial point of contact to the questionnaire that contains detailed written instructions for your pet to the text you’ll receive after every visit so you can rest assured that all is well. Each of our clients meet their pet caregiver ahead of services to ensure confidence and to review pet care instructions.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Furry and Not-So-Furry BFFs</h3>\r\nWe are proud to offer services for all kinds of pets — the furry, feathered and scaled! We have worked with clients who have a range of pets, including dogs, cats, rabbits, ferrets, guinea pigs, birds, fish, snakes and more — even sugar gliders! We treat all pets like they are our own BFFs.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Trusted Pet Caregivers</h3>\r\nWe understand you want the person who cares for your pet and enters your home to be prompt, trustworthy and responsible. That’s why we only hire caregivers who share our core values of integrity, respect, teamwork and enthusiasm. We are also very flexible to ensure your pet is taken care of in the same way you would.\r\n\r\nMoreover, our dog walkers and pet sitters are carefully vetted through an interview process, reference check and statewide background check. Our high satisfaction ratings are the direct result of our outstanding sitters and office staff — who pet sit, too![/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Service Area</h3>\r\nWe are proud to serve our Montgomery County clients and their pets for over 30 years! We service the following areas: Bethesda, Chevy Chase, Gaithersburg, Germantown, Kensington, Montgomery Village, Potomac, Rockville, Silver Spring and Wheaton. More locations coming soon![/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Passion for Animals Guides Our Mission</h3>\r\nOur mission is to provide our clients with pet caregivers who are professional, trustworthy and of integrity while providing a fun and safe environment for their pets. With a genuine love for animals, we are committed to each of our clients in giving them individualized pet care services based on their pet’s needs. Our highly experienced dog walkers and pet sitters are carefully vetted, bonded and insured to provide an extra layer of safety for both our clients and their pets.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>“Fur, Fins & Feathers has been taking care of all three of my dogs for a number of years and I am totally pleased. This is a company you can trust. They are friendly, caring and always there when you need them.” </em>\r\n\r\n— Jerry[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Dog Walking</h3>\r\nOur enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Pet Sitting</h3>\r\nWhether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','23-revision-v1','','','2020-02-07 16:57:36','2020-02-07 16:57:36','',23,'https://www.fffpetsitting.com/23-revision-v1/',0,'revision','',0),(100,1,'2020-02-07 17:03:53','2020-02-07 17:03:53','<p>[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]</p>\r\n<h1>Privacy Policy</h1>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]</p>\r\n<p>Last modified: February 7, 2020</p>\r\n<p>Introduction</p>\r\n<p>ANGEL’S PAW, LLC, sometimes doing business as Fur, Fins and Feathers (<strong>\"Company\"</strong> or<strong> \"We\"</strong>) respects your privacy and is committed to protecting it through our compliance with this policy.</p>\r\n<p>This policy describes the types of information we may collect from you or that you may provide when you visit the website located at www.fffpetsitting.com or any mobile application or social media site operated by the Company (collectively, our \"<strong>Website</strong>\") and our practices for collecting, using, maintaining, protecting, and disclosing that information.</p>\r\n<p>This policy applies to information we collect:</p>\r\n<ul>\r\n<li>On this Website.</li>\r\n<li>In email, text, and other electronic messages between you and this Website.</li>\r\n<li>Through mobile and desktop applications you download from this Website, which provide dedicated non-browser-based interaction between you and this Website, if any.</li>\r\n<li>When you interact with our advertising and applications on third-party websites, applications and services, such as our Facebook page.</li>\r\n</ul>\r\n<p> </p>\r\n<p>It does not apply to information collected by:</p>\r\n<ul>\r\n<li>us offline or through any other means, including on any other website operated by the Company or any third party (including our affiliates and subsidiaries), except as otherwise expressly set forth herein;</li>\r\n</ul>\r\n<p>Please read this policy carefully to understand our policies and practices regarding your information and how we will treat it. <strong>IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS PRIVACY POLICY, DO NOT USE OUR WEBSITE.</strong> By accessing or using this Website, you agree to this Privacy Policy. This policy may change from time to time (see Changes to Our Privacy Policy). Your continued use of this Website after we make changes is deemed to be acceptance of those changes, so please check the policy regularly for updates.</p>\r\n<p>Individuals Under the Age of 18</p>\r\n<p>Our Website is not intended for individuals under 18 years of age. No one under age 18 may provide any information, personal or otherwise, to or on the Website. We do not knowingly collect personal information from children under 18. If you are under 18, do not use or provide any information on this Website or on or through any of its features/register on the Website, make any purchases through the Website, use any of the interactive or public comment features of this Website or provide any information about yourself to us, including your name, address, telephone number, email address, or any screen name or user name you may use. If we learn that we have collected or received personal information from an individual under 18 years of age without verification of parental consent, we will delete that information; provided, however, that we shall not and do not have any obligation to confirm that all of our members comply with this provision nor shall we incur any liability for any errors or omissions with respect to this provision. If you believe we might have any information from or about an individual under 18, please contact us at: info@fffpetsitting.com.</p>\r\n<p>Information We Collect About You and How We Collect It</p>\r\n<p>We may collect several types of information from and about users of our Website, including information:</p>\r\n<ul>\r\n<li>by which you may be personally identified, such as name, postal address, e-mail address, telephone number or ANY OTHER INFORMATION THE WEBSITE COLLECTS THAT IS DEFINED AS PERSONAL OR PERSONALLY IDENTIFIABLE INFORMATION UNDER ANY APPLICABLE LAW (\"<strong>personal information</strong>\");</li>\r\n<li>that is about you but individually does not identify you, such as your opinions, comments and criticism relating to the Company’s operations and/or business; and/or</li>\r\n<li>about your Internet connection, the equipment you use to access our Website and usage details.</li>\r\n<li>about how you use our Website, your viewing habits, the pages you visit, the amount of time that you are on the site and other related analytics.</li>\r\n</ul>\r\n<p>We collect this information:</p>\r\n<ul>\r\n<li>Directly from you when you provide it to us.</li>\r\n<li>Automatically as you navigate through the site. Information collected automatically may include usage details, IP addresses, and information collected through cookies, web beacons, and other tracking technologies.</li>\r\n<li>From third parties, for example, our business partners.</li>\r\n</ul>\r\n<p> </p>\r\n<p>Information You Provide to Us. The information we collect on or through our Website may include:</p>\r\n<ul>\r\n<li>Information that you provide by filling in forms on our Website. This includes information provided at the time of registering to use our Website, if you registered, subscribing to any services that we may offer, posting material, or requesting further services. We may also ask you for information when you report a problem with our Website.</li>\r\n<li>Records and copies of your correspondence (including email addresses), if you contact us.</li>\r\n<li>Your responses to surveys that we might ask you to complete for research purposes.</li>\r\n<li>Your search queries on the Website.</li>\r\n</ul>\r\n<p>You also may provide information to be published or displayed (hereinafter, \"<strong>posted</strong>\") on public areas of the Website, or transmitted to other users of the Website or third parties (collectively, \"<strong>User Contributions</strong>\"). Your User Contributions are posted on and transmitted to others at your own risk. Although we may limit access to certain pages, in our discretion, please be aware that no security measures are perfect or impenetrable. Additionally, we cannot control the actions of other users of the Website with whom you may choose to share your User Contributions. Therefore, we cannot and do not guarantee that your User Contributions will not be viewed by unauthorized persons.</p>\r\n<p>Information We Collect Through Automatic Data Collection Technologies. As you navigate through and interact with our Website, we may use automatic data collection technologies to collect certain information about your equipment, browsing actions, and patterns, including:</p>\r\n<ul>\r\n<li>Details of your visits to our Website, including traffic data, location data, logs, and other communication data and the resources that you access and use on the Website.</li>\r\n<li>Information about your computer and Internet connection, including your IP address, operating system, and browser type.</li>\r\n</ul>\r\n<p>The information we collect automatically is statistical data and may include personal information and we may maintain it or associate it with personal information we collect in other ways or receive from third parties. It helps us to improve our Website and to deliver a better and more personalized service, including by enabling us to:</p>\r\n<ul>\r\n<li>Estimate our audience size and usage patterns.</li>\r\n<li>Store information about your preferences, allowing us to customize our Website according to your individual interests.</li>\r\n<li>Speed up your searches.</li>\r\n<li>Recognize you when you return to our Website.</li>\r\n</ul>\r\n<p>The technologies we use for this automatic data collection may include:</p>\r\n<p> </p>\r\n<ul>\r\n<li><strong>Cookies (or browser cookies).</strong> A cookie is a small file placed on the hard drive of your computer. You may refuse to accept browser cookies by activating the appropriate setting on your browser. However, if you select this setting you may be unable to access certain parts of our Website. Unless you have adjusted your browser setting so that it will refuse cookies, our system will issue cookies when you direct your browser to our Website.</li>\r\n<li><strong>Flash Cookies.</strong> Certain features of our Website may use local stored objects (or Flash cookies) to collect and store information about your preferences and navigation to, from, and on our Website. Flash cookies are not managed by the same browser settings as are used for browser cookies. For information about managing your privacy and security settings for Flash cookies, see Choices About How We Use and Disclose Your Information.</li>\r\n<li><strong>Web Beacons.</strong> Pages of our Website and our e-mails may contain small electronic files known as web beacons (also referred to as clear gifs, pixel tags, and single-pixel gifs) that permit the Company, for example, to count users who have visited those pages or opened an email and for other related website statistics (for example, recording the popularity of certain website content and verifying system and server integrity).</li>\r\n</ul>\r\n<p> </p>\r\n<p>Third-Party Use of Cookies and Other Tracking Technologies.</p>\r\n<p> </p>\r\n<p>Some content or applications, including advertisements, on the Website are served by third-parties, including advertisers, ad networks and servers, content providers, and application providers. These third parties may use cookies alone or in conjunction with web beacons or other tracking technologies to collect information about you when you use our Website. The information they collect may be associated with your personal information or they may collect information, including personal information, about your online activities over time and across different websites and other online services. They may use this information to provide you with interest-based (behavioral) advertising or other targeted content.</p>\r\n<p>We do not control these third parties\' tracking technologies or how they may be used. If you have any questions about an advertisement or other targeted content, you should contact the responsible provider directly. For information about how you can opt out of receiving targeted advertising from many providers, see the Choices About How We Use and Disclose Your Information Section, below.</p>\r\n<p>How We Use Your Information</p>\r\n<p>We use information that we collect about you or that you provide to us, including any personal information:</p>\r\n<ul>\r\n<li>To present our Website and its contents to you.</li>\r\n<li>To provide you with information, products, or services that you request from us.</li>\r\n<li>To fulfill any other purpose for which you provide it.</li>\r\n<li>To provide you with notices about your account, including expiration and renewal notices (as applicable).</li>\r\n<li>To carry out our obligations and enforce our rights arising from any contracts entered into between you and us, including for billing and collection.</li>\r\n<li>To notify you about changes to our Website or any products or services we offer or provide though it.</li>\r\n<li>To allow you to participate in interactive features on our Website, as they are developed.</li>\r\n<li>In any other way we may describe when you provide the information.</li>\r\n<li>For any other purpose with your consent.</li>\r\n</ul>\r\n<p>We may also use your information to contact you about updates with respect to our business and services.</p>\r\n<p>We may use the information we have collected from you to enable us to display advertisements to our advertisers\' target audiences. Even though we do not disclose your personal information for these purposes without your consent, if you click on or otherwise interact with an advertisement, the advertiser may assume that you meet its target criteria.</p>\r\n<p>Disclosure of Your Information</p>\r\n<p>We may disclose aggregated information about our users, and information that does not identify any individual, without restriction.</p>\r\n<p>We may disclose personal information that we collect or you provide as described in this Privacy Policy:</p>\r\n<ul>\r\n<li>To our subsidiaries and affiliates; or</li>\r\n<li>To contractors, service providers, and other third parties we use to support our business and who are bound by contractual obligations to keep personal information confidential and use it only for the purposes for which we disclose it to them; or</li>\r\n<li>To fulfill the purpose for which you provide it. For example, if you give us an email address to use the \"email a friend\" feature of our Website, we will transmit the contents of that email and your email address to the recipients; or</li>\r\n<li>For any other purpose disclosed by us when you provide the information; or</li>\r\n<li>With your consent.</li>\r\n</ul>\r\n<p> </p>\r\n<p>We may also disclose your personal information:</p>\r\n<ul>\r\n<li>To comply with any court order, law, or legal process, including to respond to any government or regulatory request.</li>\r\n<li>To enforce or apply our Terms of Use [INSERT AS LINK TO WEBSITE\'S TERMS OF USE] and other agreements, including for billing and collection purposes.</li>\r\n<li>If we believe disclosure is necessary or appropriate to protect the rights, property, or safety of the Company, our customers, or others. This includes exchanging information with other companies and organizations for the purposes of fraud protection and credit risk reduction.</li>\r\n</ul>\r\n<p>Choices About How We Use and Disclose Your Information</p>\r\n<p>We strive to provide you with choices regarding the personal information you provide to us. We have created mechanisms to provide you with the following control over your information:</p>\r\n<ul>\r\n<li><strong>Tracking Technologies and Advertising.</strong> You can set your browser to refuse all or some browser cookies, or to alert you when cookies are being sent. To learn how you can manage your Flash cookie settings, visit the Flash player settings page on Adobe\'s website. If you disable or refuse cookies, please note that some parts of this site may then be inaccessible or not function properly.</li>\r\n<li><strong>Disclosure of Your Information for Third-Party Advertising.</strong> If you do not want us to share your personal information with unaffiliated or non-agent third parties for promotional purposes, you can opt-out by sending us an email request to opt out at: info@fffpetsitting.com</li>\r\n<li><strong>Promotional Offers from the Company.</strong> If you do not wish to have your email address/contact information used by the Company to promote our own or third parties\' products or services, you can opt-out by sending us an email stating your request to info@fffpetsitting.com. If we have sent you a promotional email, you may send us a return email asking to be omitted from future email distributions.</li>\r\n<li><strong>Targeted Advertising.</strong> If you do not want us to use information that we collect or that you provide to us to deliver advertisements according to our advertisers\' target-audience preferences, you can opt-out by sending us an email stating your request to info@fffpetsitting.com.</li>\r\n</ul>\r\n<p>We do not control third parties\' collection or use of your information to serve interest-based advertising. However, these third parties may provide you with ways to choose not to have your information collected or used in this way. You can opt out of receiving targeted ads from members of the Network Advertising Initiative (\"<strong>NAI</strong>\") on the NAI\'s website.</p>\r\n<p>Accessing and Correcting Your Information</p>\r\n<p> You may also send us an email at info@fffpetsitting.com to request access to, correct or delete any personal information that you have provided to us. We cannot delete your personal information except by also deleting your user account. We may not accommodate a request to change information if we believe the change would violate any law or legal requirement or cause the information to be incorrect.</p>\r\n<p>If you delete your User Contributions from the Website, copies of your User Contributions may remain viewable in cached and archived pages, or might have been copied or stored by other Website users. Proper access and use of information provided on the Website, including User Contributions, is governed by our Terms of Use located at: [INSERT AS LINK TO WEBSITE\'S TERMS OF USE].</p>\r\n<p>It is a breach of Our Terms of Use to use Our Website if you are a European Union resident or business and you shall cease any and all such further use immediately. However, in the event that you are an EU resident or business and have nevertheless used Our Website or have registered for or purchased our services, you have the right to make a complaint at any time to the Information Commissioner’s Office (ICO), the UK supervising authority for data protection issues (<a href=\"http://www.ico.org.uk\">www.ico.org.uk</a>). We would, however, appreciate the chance to deal with your concerns before you approach the ICO so please contact us in the first instance.</p>\r\n<p> </p>\r\n<p>Your California Privacy Rights</p>\r\n<p>California Civil Code Section § 1798.83 permits users of our Website that are California residents to request certain information regarding our disclosure of personal information to third parties for their direct marketing purposes. To make such a request, please send an email to info@fffpetsitting.com.</p>\r\n<p>Data Security</p>\r\n<p>We have implemented measures designed to secure your personal information from accidental loss and from unauthorized access, use, alteration, and disclosure. All information you provide to us is stored on our secure servers behind firewalls. Any information collected by way of payment transactions will be encrypted using SSL technology.</p>\r\n<p>The safety and security of your information also depends on you. Where we have given you (or where you have chosen) a password for access to certain parts of our Website, you are responsible for keeping this password confidential. We ask you not to share your password with anyone. We urge you to be careful about giving out information in public areas of the Website like message boards. The information you share in public areas may be viewed by any user of the Website.</p>\r\n<p>Unfortunately, the transmission of information via the Internet is not completely secure. Although we do our best to protect your personal information, we cannot guarantee the security of your personal information transmitted to our Website. Any transmission of personal information is at your own risk. We are not responsible for circumvention of any privacy settings or security measures contained on the Website.</p>\r\n<p>Changes to Our Privacy Policy</p>\r\n<p>It is our policy to post any changes we make to our Privacy Policy on this page. If we make material changes to how we treat our users\' personal information, we will make commercially reasonable efforts to notify you through a notice on the Website home page. The date the Privacy Policy was last revised is identified at the top of the page. You are responsible for regularly visiting this Privacy Policy to check for any changes.</p>\r\n<p>[/vc_column_text][thb_image][/thb_image][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\r\n<h3>Service Title</h3>\r\n<p>I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\r\n<h3>Service Title</h3>\r\n<p>I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>','Privacy Policy','','inherit','closed','closed','','3-revision-v1','','','2020-02-07 17:03:53','2020-02-07 17:03:53','',3,'https://www.fffpetsitting.com/3-revision-v1/',0,'revision','',0),(101,1,'2020-02-07 17:09:44','2020-02-07 17:09:44','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Privacy Policy</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]Last modified: February 7, 2020\r\n\r\n<strong>Introduction</strong>\r\n\r\nANGEL’S PAW, LLC, sometimes doing business as Fur, Fins and Feathers (<strong>\"Company\"</strong> or<strong> \"We\"</strong>) respects your privacy and is committed to protecting it through our compliance with this policy.\r\n\r\nThis policy describes the types of information we may collect from you or that you may provide when you visit the website located at www.fffpetsitting.com or any mobile application or social media site operated by the Company (collectively, our \"<strong>Website</strong>\") and our practices for collecting, using, maintaining, protecting, and disclosing that information.\r\n\r\nThis policy applies to information we collect:\r\n<ul>\r\n <li>On this Website.</li>\r\n <li>In email, text, and other electronic messages between you and this Website.</li>\r\n <li>Through mobile and desktop applications you download from this Website, which provide dedicated non-browser-based interaction between you and this Website, if any.</li>\r\n <li>When you interact with our advertising and applications on third-party websites, applications and services, such as our Facebook page.</li>\r\n</ul>\r\n \r\n\r\nIt does not apply to information collected by:\r\n<ul>\r\n <li>us offline or through any other means, including on any other website operated by the Company or any third party (including our affiliates and subsidiaries), except as otherwise expressly set forth herein;</li>\r\n</ul>\r\nPlease read this policy carefully to understand our policies and practices regarding your information and how we will treat it. <strong>IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS PRIVACY POLICY, DO NOT USE OUR WEBSITE.</strong> By accessing or using this Website, you agree to this Privacy Policy. This policy may change from time to time (see Changes to Our Privacy Policy). Your continued use of this Website after we make changes is deemed to be acceptance of those changes, so please check the policy regularly for updates.\r\n\r\n<strong>Individuals Under the Age of 18</strong>\r\n\r\nOur Website is not intended for individuals under 18 years of age. No one under age 18 may provide any information, personal or otherwise, to or on the Website. We do not knowingly collect personal information from children under 18. If you are under 18, do not use or provide any information on this Website or on or through any of its features/register on the Website, make any purchases through the Website, use any of the interactive or public comment features of this Website or provide any information about yourself to us, including your name, address, telephone number, email address, or any screen name or user name you may use. If we learn that we have collected or received personal information from an individual under 18 years of age without verification of parental consent, we will delete that information; provided, however, that we shall not and do not have any obligation to confirm that all of our members comply with this provision nor shall we incur any liability for any errors or omissions with respect to this provision. If you believe we might have any information from or about an individual under 18, please contact us at: info@fffpetsitting.com.\r\n\r\n<strong>Information We Collect About You and How We Collect It</strong>\r\n\r\nWe may collect several types of information from and about users of our Website, including information:\r\n<ul>\r\n <li>by which you may be personally identified, such as name, postal address, e-mail address, telephone number or ANY OTHER INFORMATION THE WEBSITE COLLECTS THAT IS DEFINED AS PERSONAL OR PERSONALLY IDENTIFIABLE INFORMATION UNDER ANY APPLICABLE LAW (\"<strong>personal information</strong>\");</li>\r\n <li>that is about you but individually does not identify you, such as your opinions, comments and criticism relating to the Company’s operations and/or business; and/or</li>\r\n <li>about your Internet connection, the equipment you use to access our Website and usage details.</li>\r\n <li>about how you use our Website, your viewing habits, the pages you visit, the amount of time that you are on the site and other related analytics.</li>\r\n</ul>\r\nWe collect this information:\r\n<ul>\r\n <li>Directly from you when you provide it to us.</li>\r\n <li>Automatically as you navigate through the site. Information collected automatically may include usage details, IP addresses, and information collected through cookies, web beacons, and other tracking technologies.</li>\r\n <li>From third parties, for example, our business partners.</li>\r\n</ul>\r\n \r\n\r\n<strong>Information You Provide to Us.</strong> The information we collect on or through our Website may include:\r\n<ul>\r\n <li>Information that you provide by filling in forms on our Website. This includes information provided at the time of registering to use our Website, if you registered, subscribing to any services that we may offer, posting material, or requesting further services. We may also ask you for information when you report a problem with our Website.</li>\r\n <li>Records and copies of your correspondence (including email addresses), if you contact us.</li>\r\n <li>Your responses to surveys that we might ask you to complete for research purposes.</li>\r\n <li>Your search queries on the Website.</li>\r\n</ul>\r\nYou also may provide information to be published or displayed (hereinafter, \"<strong>posted</strong>\") on public areas of the Website, or transmitted to other users of the Website or third parties (collectively, \"<strong>User Contributions</strong>\"). Your User Contributions are posted on and transmitted to others at your own risk. Although we may limit access to certain pages, in our discretion, please be aware that no security measures are perfect or impenetrable. Additionally, we cannot control the actions of other users of the Website with whom you may choose to share your User Contributions. Therefore, we cannot and do not guarantee that your User Contributions will not be viewed by unauthorized persons.\r\n\r\n<strong>Information We Collect Through Automatic Data Collection Technologies.</strong> As you navigate through and interact with our Website, we may use automatic data collection technologies to collect certain information about your equipment, browsing actions, and patterns, including:\r\n<ul>\r\n <li>Details of your visits to our Website, including traffic data, location data, logs, and other communication data and the resources that you access and use on the Website.</li>\r\n <li>Information about your computer and Internet connection, including your IP address, operating system, and browser type.</li>\r\n</ul>\r\nThe information we collect automatically is statistical data and may include personal information and we may maintain it or associate it with personal information we collect in other ways or receive from third parties. It helps us to improve our Website and to deliver a better and more personalized service, including by enabling us to:\r\n<ul>\r\n <li>Estimate our audience size and usage patterns.</li>\r\n <li>Store information about your preferences, allowing us to customize our Website according to your individual interests.</li>\r\n <li>Speed up your searches.</li>\r\n <li>Recognize you when you return to our Website.</li>\r\n</ul>\r\nThe technologies we use for this automatic data collection may include:\r\n<ul>\r\n <li><strong>Cookies (or browser cookies).</strong> A cookie is a small file placed on the hard drive of your computer. You may refuse to accept browser cookies by activating the appropriate setting on your browser. However, if you select this setting you may be unable to access certain parts of our Website. Unless you have adjusted your browser setting so that it will refuse cookies, our system will issue cookies when you direct your browser to our Website.</li>\r\n <li><strong>Flash Cookies.</strong> Certain features of our Website may use local stored objects (or Flash cookies) to collect and store information about your preferences and navigation to, from, and on our Website. Flash cookies are not managed by the same browser settings as are used for browser cookies. For information about managing your privacy and security settings for Flash cookies, see Choices About How We Use and Disclose Your Information.</li>\r\n <li><strong>Web Beacons.</strong> Pages of our Website and our e-mails may contain small electronic files known as web beacons (also referred to as clear gifs, pixel tags, and single-pixel gifs) that permit the Company, for example, to count users who have visited those pages or opened an email and for other related website statistics (for example, recording the popularity of certain website content and verifying system and server integrity).</li>\r\n</ul>\r\n \r\n\r\n<strong>Third-Party Use of Cookies and Other Tracking Technologies.</strong>\r\n\r\nSome content or applications, including advertisements, on the Website are served by third-parties, including advertisers, ad networks and servers, content providers, and application providers. These third parties may use cookies alone or in conjunction with web beacons or other tracking technologies to collect information about you when you use our Website. The information they collect may be associated with your personal information or they may collect information, including personal information, about your online activities over time and across different websites and other online services. They may use this information to provide you with interest-based (behavioral) advertising or other targeted content.\r\n\r\nWe do not control these third parties\' tracking technologies or how they may be used. If you have any questions about an advertisement or other targeted content, you should contact the responsible provider directly. For information about how you can opt out of receiving targeted advertising from many providers, see the Choices About How We Use and Disclose Your Information Section, below.\r\n\r\n<strong>How We Use Your Information</strong>\r\n\r\nWe use information that we collect about you or that you provide to us, including any personal information:\r\n<ul>\r\n <li>To present our Website and its contents to you.</li>\r\n <li>To provide you with information, products, or services that you request from us.</li>\r\n <li>To fulfill any other purpose for which you provide it.</li>\r\n <li>To provide you with notices about your account, including expiration and renewal notices (as applicable).</li>\r\n <li>To carry out our obligations and enforce our rights arising from any contracts entered into between you and us, including for billing and collection.</li>\r\n <li>To notify you about changes to our Website or any products or services we offer or provide though it.</li>\r\n <li>To allow you to participate in interactive features on our Website, as they are developed.</li>\r\n <li>In any other way we may describe when you provide the information.</li>\r\n <li>For any other purpose with your consent.</li>\r\n</ul>\r\nWe may also use your information to contact you about updates with respect to our business and services.\r\n\r\nWe may use the information we have collected from you to enable us to display advertisements to our advertisers\' target audiences. Even though we do not disclose your personal information for these purposes without your consent, if you click on or otherwise interact with an advertisement, the advertiser may assume that you meet its target criteria.\r\n\r\n<strong>Disclosure of Your Information</strong>\r\n\r\nWe may disclose aggregated information about our users, and information that does not identify any individual, without restriction.\r\n\r\nWe may disclose personal information that we collect or you provide as described in this Privacy Policy:\r\n<ul>\r\n <li>To our subsidiaries and affiliates; or</li>\r\n <li>To contractors, service providers, and other third parties we use to support our business and who are bound by contractual obligations to keep personal information confidential and use it only for the purposes for which we disclose it to them; or</li>\r\n <li>To fulfill the purpose for which you provide it. For example, if you give us an email address to use the \"email a friend\" feature of our Website, we will transmit the contents of that email and your email address to the recipients; or</li>\r\n <li>For any other purpose disclosed by us when you provide the information; or</li>\r\n <li>With your consent.</li>\r\n</ul>\r\n \r\n\r\nWe may also disclose your personal information:\r\n<ul>\r\n <li>To comply with any court order, law, or legal process, including to respond to any government or regulatory request.</li>\r\n <li>To enforce or apply our Terms of Use [INSERT AS LINK TO WEBSITE\'S TERMS OF USE] and other agreements, including for billing and collection purposes.</li>\r\n <li>If we believe disclosure is necessary or appropriate to protect the rights, property, or safety of the Company, our customers, or others. This includes exchanging information with other companies and organizations for the purposes of fraud protection and credit risk reduction.</li>\r\n</ul>\r\n<strong>Choices About How We Use and Disclose Your Information</strong>\r\n\r\nWe strive to provide you with choices regarding the personal information you provide to us. We have created mechanisms to provide you with the following control over your information:\r\n<ul>\r\n <li><strong>Tracking Technologies and Advertising.</strong> You can set your browser to refuse all or some browser cookies, or to alert you when cookies are being sent. To learn how you can manage your Flash cookie settings, visit the Flash player settings page on Adobe\'s website. If you disable or refuse cookies, please note that some parts of this site may then be inaccessible or not function properly.</li>\r\n <li><strong>Disclosure of Your Information for Third-Party Advertising.</strong> If you do not want us to share your personal information with unaffiliated or non-agent third parties for promotional purposes, you can opt-out by sending us an email request to opt out at: info@fffpetsitting.com</li>\r\n <li><strong>Promotional Offers from the Company.</strong> If you do not wish to have your email address/contact information used by the Company to promote our own or third parties\' products or services, you can opt-out by sending us an email stating your request to info@fffpetsitting.com. If we have sent you a promotional email, you may send us a return email asking to be omitted from future email distributions.</li>\r\n <li><strong>Targeted Advertising.</strong> If you do not want us to use information that we collect or that you provide to us to deliver advertisements according to our advertisers\' target-audience preferences, you can opt-out by sending us an email stating your request to info@fffpetsitting.com.</li>\r\n</ul>\r\nWe do not control third parties\' collection or use of your information to serve interest-based advertising. However, these third parties may provide you with ways to choose not to have your information collected or used in this way. You can opt out of receiving targeted ads from members of the Network Advertising Initiative (\"<strong>NAI</strong>\") on the NAI\'s website.\r\n\r\n<strong>Accessing and Correcting Your Information</strong>\r\n\r\nYou may also send us an email at info@fffpetsitting.com to request access to, correct or delete any personal information that you have provided to us. We cannot delete your personal information except by also deleting your user account. We may not accommodate a request to change information if we believe the change would violate any law or legal requirement or cause the information to be incorrect.\r\n\r\nIf you delete your User Contributions from the Website, copies of your User Contributions may remain viewable in cached and archived pages, or might have been copied or stored by other Website users. Proper access and use of information provided on the Website, including User Contributions, is governed by our Terms of Use located at: <a href=\"/terms-of-use\">www.fffpetsitting.com/terms-of-use</a>.\r\n\r\nIt is a breach of Our Terms of Use to use Our Website if you are a European Union resident or business and you shall cease any and all such further use immediately. However, in the event that you are an EU resident or business and have nevertheless used Our Website or have registered for or purchased our services, you have the right to make a complaint at any time to the Information Commissioner’s Office (ICO), the UK supervising authority for data protection issues (<a href=\"http://www.ico.org.uk\">www.ico.org.uk</a>). We would, however, appreciate the chance to deal with your concerns before you approach the ICO so please contact us in the first instance.\r\n\r\n \r\n\r\n<strong>Your California Privacy Rights</strong>\r\n\r\nCalifornia Civil Code Section § 1798.83 permits users of our Website that are California residents to request certain information regarding our disclosure of personal information to third parties for their direct marketing purposes. To make such a request, please send an email to info@fffpetsitting.com.\r\n\r\n<strong>Data Security</strong>\r\n\r\nWe have implemented measures designed to secure your personal information from accidental loss and from unauthorized access, use, alteration, and disclosure. All information you provide to us is stored on our secure servers behind firewalls. Any information collected by way of payment transactions will be encrypted using SSL technology.\r\n\r\nThe safety and security of your information also depends on you. Where we have given you (or where you have chosen) a password for access to certain parts of our Website, you are responsible for keeping this password confidential. We ask you not to share your password with anyone. We urge you to be careful about giving out information in public areas of the Website like message boards. The information you share in public areas may be viewed by any user of the Website.\r\n\r\nUnfortunately, the transmission of information via the Internet is not completely secure. Although we do our best to protect your personal information, we cannot guarantee the security of your personal information transmitted to our Website. Any transmission of personal information is at your own risk. We are not responsible for circumvention of any privacy settings or security measures contained on the Website.\r\n\r\n<strong>Changes to Our Privacy Policy</strong>\r\n\r\nIt is our policy to post any changes we make to our Privacy Policy on this page. If we make material changes to how we treat our users\' personal information, we will make commercially reasonable efforts to notify you through a notice on the Website home page. The date the Privacy Policy was last revised is identified at the top of the page. You are responsible for regularly visiting this Privacy Policy to check for any changes.[/vc_column_text][thb_image][/thb_image][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Privacy Policy','','inherit','closed','closed','','3-revision-v1','','','2020-02-07 17:09:44','2020-02-07 17:09:44','',3,'https://www.fffpetsitting.com/3-revision-v1/',0,'revision','',0),(102,1,'2020-02-07 17:10:53','2020-02-07 17:10:53','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Page Title</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Headline</h2>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][thb_image][/thb_image][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Terms of Use','','inherit','closed','closed','','29-revision-v1','','','2020-02-07 17:10:53','2020-02-07 17:10:53','',29,'https://www.fffpetsitting.com/29-revision-v1/',0,'revision','',0),(103,1,'2020-02-07 17:31:40','2020-02-07 17:31:40','<p>[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]</p>\n<h1>Terms of Use</h1>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]</p>\n<h2>FFFPETSITTING.COM – TERMS OF USE</h2>\n<p>LAST UPDATED: January 1, 2020</p>\n<p> </p>\n<p><strong><u>Acceptance of Terms of Use.</u></strong></p>\n<p> </p>\n<p>PLEASE READ THE TERMS OF USE CAREFULLY BEFORE YOU BEGIN TO USE THIS OR ANY OTHER ANGEL’S PAW, LLC (dba Fur, Fins & Feathers) WEBSITE OR MOBILE APPLICATION (OR ANY CONTENT, PRODUCT, SERVICE, OR FEATURE AVAILABLE THROUGH THE WEBSITE OR MOBILE APPLICATION) (COLLECTIVELY, THE (“WEBSITE”). BY USING, VIEWING, OR IN ANY WAY ACCESSING THE WEBSITE, YOU ARE AGREEING TO ABIDE BY AND TO FULLY COMPLY WITH THE TERMS AND CONDITIONS SET FORTH HEREIN AND BY ALL TERMS, POLICIES AND GUIDELINES INCORPORATED HEREIN BY REFERENCE, AS WELL AS ANY ADDITIONAL TERMS AND RESTRICTIONS PRESENTED IN RELATION TO SPECIFIC CONTENT OR A SPECIFIC PRODUCT, SERVICE OR FEATURE OR WHICH ANY OTHER POLICY OF ANGELSPAW WHICH IS INCORPORATED HEREIN BY REFERENCE (COLLECTIVELY, THE “WEBSITE TERMS” OR “TERMS OF USE”). <strong>IF YOU DO NOT AGREE TO ALL OF THE TERMS AND CONDITIONS SET FORTH HEREIN, DO NOT USE, VIEW OR IN ANY WAY ACCESS THE WEBSITE.</strong></p>\n<p> </p>\n<p>These terms of use are entered into by and between You and Fur, Fins & Feathers, a Maryland limited liability company (”<strong>Company</strong>”, “<strong>we</strong>”, or “<strong>us</strong>”). The following Website Terms govern your access to and use of the Website, including any content, functionality, and services offered on or through the Website, whether as a guest or a registered member of the Website.</p>\n<p> </p>\n<p>This Website is offered and available to users who are at least eighteen (18) years of age or older and reside in the United States or any of its territories or possessions. By using this Website, you represent and warrant that you are of legal age to form a binding contract with the Company and meet all of the foregoing eligibility requirements. If you do not meet all of these requirements, you must not access or use the Website.</p>\n<p> </p>\n<p><strong><u>Privacy Policy</u></strong></p>\n<p><strong><u> </u></strong></p>\n<p>We are committed to protecting your privacy. Please refer to our Privacy Policy for information regarding how we collect, use and disclose personal information. The Privacy Policy can be found here: <a href=\"https://www.fffpetsitting.com/privacy-policy/\">www.fffpetsitting.com/privacy-policy</a></p>\n<p> </p>\n<p><strong><u>Changes to the Terms of Use</u></strong></p>\n<p> </p>\n<p>We may revise and update these Terms of Use from time to time in our sole discretion. All changes are effective immediately when we post them, and apply to all access to and use of the Website thereafter.</p>\n<p> </p>\n<p>Your continued use of the Website following the posting of revised Terms of Use means that you accept and agree to the changes. You are expected to check this page regularly, so you are aware of any changes, as they are binding on you.</p>\n<p></p>\n<p><strong><u>Accessing the Website and Account Security</u></strong></p>\n<p> </p>\n<p>We reserve the right to withdraw or amend this Website, and any service or material we provide on the Website, in our sole discretion without notice. We will not be liable if for any reason all or any part of the Website is unavailable at any time or for any period. From time to time, we may restrict access to some parts of the Website, or the entire Website, to users, including registered users.</p>\n<p> </p>\n<p>You are responsible for:</p>\n<p> </p>\n<ul>\n<li>Making all arrangements necessary for you to have access to the Internet and the Website.</li>\n<li>Ensuring that all persons who access the Website through your Internet connection are aware of these Terms of Use and comply with them.</li>\n</ul>\n<p> </p>\n<p>To access the Website or some of the resources it offers, you may be asked to provide certain registration details or other information. It is a condition of your use of the Website that all the information you provide on the Website is correct, current, and complete. You agree that all information you provide to register with this Website or otherwise, including but not limited to through the use of any interactive features on the Website, is governed by our Privacy Policy and you consent to all actions we take with respect to your information consistent with our Privacy Policy.</p>\n<p> </p>\n<p>If you choose, or are provided with, a user name, password, or any other piece of information as part of our security procedures, you must treat such information as confidential, and you must not disclose it to any other person or entity. You also acknowledge that your account is personal to you and agree not to provide any other person with access to this Website or portions of it using your user name, password, or other security information. You agree to notify us immediately of any unauthorized access to or use of your user name or password or any other breach of security. You also agree to ensure that you exit from your account at the end of each session. You should use particular caution when accessing your account from a public or shared computer so that others are not able to view or record your password or other personal information.</p>\n<p> </p>\n<p>We have the right to disable any user name, password, or other identifier, whether chosen by you or provided by us, at any time in our sole discretion for any or no reason, including if, in our opinion, you have violated any provision of these Terms of Use.</p>\n<p></p>\n<p><strong><u>Intellectual Property Rights</u></strong></p>\n<p> </p>\n<p>The Website and its entire contents, features, and functionality (including but not limited to all trade dress, marks, logos, names and other brand identifying images, information, software, text, displays, images, video, and audio, and the design, selection, and arrangement thereof) are owned by the Company, its licensors, or other providers (collectively, the “Content”) of such material and are protected by United States and international copyright, trademark, patent, trade secret, and other intellectual property or proprietary rights laws.</p>\n<p> </p>\n<p>These Terms of Use permit you to use the Website for your personal, non-commercial use only. You must not download, transfer, reproduce, distribute, modify, create derivative works of, publicly display, publicly perform, republish, download, store, or transmit any of the material on our Website unless expressly authorized to do so, in writing, by us. Specifically, you are prohibited from: (a) downloading, copying or re-transmitting any and all of the Website or the Content without, or in violation of, a written license or agreement with us; (b) using any data mining, robots or similar data gathering or extraction methods; (c) manipulating or otherwise displaying the Website and/or Content by using framing or similar navigational technology; (d) registering, subscribing or attempting to register, subscribe or unsubscribe any party for any of the Company’s products or services if you are not expressly authorized by such party to do so; (e) reverse engineering, altering or modifying any part of the Website or the Content; (f) circumventing, disabling or otherwise interfering with security-related features of the Website or any system resources, services or networks connected to or accessible through the Website; (g) selling, licensing, leasing or in any way commercializing the Website or Content without specific written authorization from us; and/or (h) using the Website or Content other than for its intended purpose. Such unauthorized use may also violate applicable laws including, without limitation, copyright and trademark laws, the laws of privacy and publicity, and applicable communications regulations and statues. You hereby represent and warrant that you will comply with all applicable laws and regulations, including, without limitation, those relating to Internet data, e-mail, privacy, and the transmission of technical data exported from the United States or the country in which you reside, except as follows:</p>\n<p> </p>\n<ul>\n<li>Your computer may temporarily store copies of such materials in RAM incidental to your accessing and viewing those materials.</li>\n<li>You may store files that are automatically cached by your Web browser for display enhancement purposes.</li>\n<li>You may print one copy of a reasonable number of pages of the Website for your own personal, non-commercial use and not for further reproduction, publication, or distribution.</li>\n<li>If we provide desktop, mobile, or other applications for download, you may download a single copy to your computer or mobile device solely for your own personal, non-commercial use, provided you agree to be bound by our end user license agreement for such applications.</li>\n<li>If we provide social media features with certain content, you may take such actions as are enabled by such features, pursuant to these Website Terms and any other applicable terms and conditions of such third-party social media sites.</li>\n</ul>\n<p> </p>\n<p>You must not:</p>\n<p> </p>\n<ul>\n<li>Modify copies of any materials from this site.</li>\n<li>Use any illustrations, photographs, video or audio sequences, or any graphics separately from the accompanying text.</li>\n<li>Delete or alter any copyright, trademark, or other proprietary rights notices from copies of materials from</li>\n</ul>\n<p>this site.</p>\n<p> </p>\n<p>If you print, copy, modify, download, or otherwise use or provide any other person with access to any part of the Website in breach of the Terms of Use, your right to use the Website shall cease immediately and you must, at our option, return or destroy any copies of the materials you have made. No right, title, or interest in or to the Website or any content on the Website is transferred to you, and all rights not expressly granted are reserved by the Company. Any use of the Website not expressly permitted by these Terms of Use is a breach of these Terms of Use and may violate copyright, trademark, and other laws.</p>\n<p> </p>\n<p><strong><u>Copyright Infringement Policy-- Take Down Notice</u></strong></p>\n<p><strong><u> </u></strong></p>\n<p>In accordance with the Digital Millennium Copyright Act (“DMCA”) and other applicable laws, we have adopted a policy of terminating, in appropriate circumstances and in our sole discretion, account holders who infringing, in any way, the Company’s intellectual property rights or the rights of any third party.</p>\n<p> </p>\n<p>If you believe that any material on the Website infringes upon any copyright that you own or control, you may file a notification of such infringement with our Designated Agent as set forth below:</p>\n<p> </p>\n<p>Copyright Agent:</p>\n<p> </p>\n<p>Ayshia Reed</p>\n<p>1 Research Court, Ste. 450</p>\n<p>Rockville, MD 20850</p>\n<p>Phone: 301-840-1989</p>\n<p>E-mail: <a href=\"mailto:info@fffpetsitting.com\">info@fffpetsitting.com</a></p>\n<p> </p>\n<p><strong><u>Trademarks</u></strong></p>\n<p> </p>\n<p>The Company name, logos and other identifying marks and all related names, logos, product and service names, designs, and slogans are trademarks of the Company or its affiliates or licensors (collectively, the “Company Marks”). You must not use any of the Company Marks without the prior written permission of the Company. Further, you may not use meta tags or any other “hidden text” utilizing any of the Company’s Marks or any other name, trademark or product or service name of the Company without our prior written consent. Additionally, the look and feel of the Website, including all page headers, custom graphics, button icons and scripts, are protected as service marks, trademarks and/or trade dress of the Company and shall not be copied imitated or used, in whole or in part, without our prior written permission. All other names, logos, product and service names, designs, and slogans on this Website are the trademarks of their respective owners and shall not be used except with the express permission of such mark owner.</p>\n<p> </p>\n<p><strong><u>Other Services</u></strong></p>\n<p><strong><u> </u></strong></p>\n<p>Fur, Fins & Feathers provides a host of services for which customers can engage Fur, Fins & Feathers through this Website, such as dog training, pet photography, pet house sitting and bed and breakfast services. With respect to any services provided by Fur, Fins & Feathers, Fur, Fins & Feathers shall incur no liability as a result of providing any such services, except in the instance of gross negligence and/or willful misconduct on the part of Fur, Fins & Feathers. To the extent liability is found by a court of law, the total liability incurred by Fur, Fins & Feathers shall not exceed that amount paid under any applicable contract or such services by customer. In the event that pet picture services are provided by Fur, Fins & Feathers, Fur, Fins & Feathers shall grant ownership of such pictures to customer; provided, however, that Fur, Fins & Feathers shall enjoy an irrevocable, perpetual, non-exclusive license to use any and all such pictures taken for purposes of its own marketing and advertisement. To the extent that any injury, damage, harm or loss is incurred by Fur, Fins & Feathers as a result of any action or inaction by customer, customer hereby covenants and agrees to hold Fur, Fins & Feathers harmless and indemnify and defend Fur, Fins & Feathers from same. To the extent that customer causes injury, damage, loss or harm to Fur, Fins & Feathers directly, as a result of the provision of services to it by Fur, Fins & Feathers, customer shall reimburse Fur, Fins & Feathers for any and all such harm, damage, loss and injury. Any and all other terms and conditions relating to the provision of any such services shall be more fully set forth in a written agreement between Fur, Fins & Feathers and customer.</p>\n<p> </p>\n<p></p>\n<p><strong><u>Prohibited Uses</u></strong></p>\n<p> </p>\n<p>You may use the Website only for lawful purposes and in accordance with these Terms of Use. You agree not to use the Website:</p>\n<p> </p>\n<ul>\n<li>In any way that violates any applicable federal, state, local, or international law or regulation (including, without limitation, any laws regarding the export of data or software to and from the US or other countries).</li>\n</ul>\n<p> </p>\n<ul>\n<li>For the purpose of exploiting, harming, or attempting to exploit or harm any individual, including, but not limited to minors, in any way by exposing them to inappropriate content, asking for personally identifiable information, or otherwise.</li>\n</ul>\n<p> </p>\n<ul>\n<li>To send, knowingly receive, upload, download, use, or re-use any material that does not comply with the Content Standards set out in these Terms of Use.</li>\n</ul>\n<p> </p>\n<ul>\n<li>To transmit, or procure the sending of, any advertising or promotional material, without our prior written consent, including any “junk mail”, “chain letter”, “spam”, or any other similar solicitation.</li>\n</ul>\n<p> </p>\n<ul>\n<li>To impersonate or attempt to impersonate the Company, a Company employee, another user, or any other person or entity (including, without limitation, by using email addresses associated with any of the foregoing).</li>\n</ul>\n<p> </p>\n<ul>\n<li>To engage in any other conduct that restricts or inhibits anyone’s use or enjoyment of the Website, or which, as determined by us, may harm the Company or users of the Website or expose them to liability.</li>\n</ul>\n<p> </p>\n<ul>\n<li>To publicize without authorization, defame, embarrass, harass or terrorize any individual or entity.</li>\n</ul>\n<p> </p>\n<p>Additionally, you agree not to:</p>\n<p> </p>\n<ul>\n<li>Use the Website in any manner that could disable, overburden, damage, or impair the site or interfere with any other party’s use of the Website, including their ability to engage in real time activities through the Website.</li>\n</ul>\n<p> </p>\n<ul>\n<li>Use any robot, spider, or other automatic device, process, or means to access the Website for any purpose, including monitoring or copying any of the material on the Website.</li>\n</ul>\n<p> </p>\n<ul>\n<li>Use any manual process to monitor or copy any of the material on the Website or for any other unauthorized purpose without our prior written consent.</li>\n</ul>\n<p> </p>\n<ul>\n<li>Use any device, software, or routine that interferes with the proper working of the Website.</li>\n</ul>\n<p> </p>\n<ul>\n<li>Introduce any viruses, Trojan horses, worms, logic bombs, or other material that is malicious or technologically harmful on, in or through the Website or any of the Company’s servers.</li>\n</ul>\n<p> </p>\n<ul>\n<li>Attempt to gain unauthorized access to, interfere with, damage, or disrupt any parts of the Website, the server on which the Website is stored, or any server, computer, or database connected to the Website.</li>\n</ul>\n<p> </p>\n<ul>\n<li>Attack the Website via a denial-of-service attack or a distributed denial-of-service attack.</li>\n</ul>\n<p> </p>\n<ul>\n<li>Otherwise attempt to interfere with the proper working of the Website.</li>\n</ul>\n<p></p>\n<p><strong><u>User Contributions</u></strong></p>\n<p> </p>\n<p>The Website may contain message boards, chat rooms, personal web pages or profiles, forums, bulletin boards, and other interactive features (collectively, “<strong>Interactive Services</strong>”) that allow users to post, submit, publish, display, or transmit to other users or other persons (hereinafter, “<strong>post</strong>”) content or materials (collectively, “<strong>User Contributions</strong>”) on or through the Website.</p>\n<p> </p>\n<p>Any User Contribution that you post to the site will be considered non-confidential, non-proprietary and a public communication. By providing any User Contribution on the Website, you grant us, our affiliates and service providers, and each of their and our respective licensees, successors, and assigns the right to use, reproduce, modify, make derivative works of, perform, display, distribute, and otherwise disclose to third parties any such material for any purpose.</p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p>You hereby represent and warrant, covenant and agree that:</p>\n<p> </p>\n<ul>\n<li>You own or control all rights in and to the User Contributions and have the right to grant the perpetual, irrevocable, royalty-free, world-wide license granted above to us and our affiliates and service providers, and each of their and our respective licensees, successors, and assigns.</li>\n</ul>\n<p> </p>\n<ul>\n<li>No portion of any such User Contribution infringes upon or violates any other party’s rights, including, but not limited to intellectual property, publicity and/or privacy rights and that no such User Contribution will include: (a) any message, comment, data, information, text music, sound, photos, graphics, code or other material that is unlawful, libelous, defamatory, obscene, pornographic, harmful to minors, indecent, lewd, suggestive, harassing, threatening, abusive, inflammatory, fraudulent or otherwise objectionable; (b) instructions or encouragement for the commission of a criminal offense, a violation of anyone’s rights or an act which would create liability under or which would violate any local, state, national or international law; or (c) private information of any third party, including, without limitation, addresses, phone numbers, email addresses, social security numbers and/or credit card numbers.</li>\n</ul>\n<p> </p>\n<ul>\n<li>All of your User Contributions do and will comply with these Terms of Use.</li>\n</ul>\n<p> </p>\n<p>You understand and acknowledge that you are solely responsible for any and all User Contributions you submit or contribute, and you, not the Company, have full responsibility for such content, including its legality, reliability, accuracy, and appropriateness.</p>\n<p> </p>\n<p>We are not responsible or liable, in any way, to any third party for the content or accuracy of any User Contributions posted by you or any other user of the Website. Although the Company has no obligation to screen, edit or monitor any of the User Contribution posted in any Interactive Service, the Company reserves the right and has absolute discretion to remove, screen, and/or edit any User Contribution posted and/or stored on the Website at any time and for any reason without notice. Any use of any Interactive Service or other portions of the Website in violation of the foregoing violates these Website Terms and may result in, among other things, termination or suspension or your ability to use the Interactive Services and/or the Website, in the Company’s sole discretion and judgment.</p>\n<p> </p>\n<p>Further, you hereby acknowledge and agree that the Company may access, use and/or disclose any information about you and/or your use of this Website, including, but not limited to, any User Contribution to comply with the law or any legal process, to protect and defend the rights or property of the Company, and/or to protect the safety of the Company, its employees, customers or the public.</p>\n<p> </p>\n<p>In the event that you post a User Contribution on the Website, you acknowledge, covenant and agree that you grant to the Company a non-exclusive, royalty-free, perpetual, irrevocable and fully sublicensable right to use, reproduce, modify, adapt, publish, translate, make derivative works from, distribute, perform and display such User Contribution(s) through the world in any media.</p>\n<p> </p>\n<p><strong><u>Registration and Membership</u></strong></p>\n<p><strong> </strong></p>\n<p>You may be required to register your information with the Website, either as part of securing a Website Membership or in connection with your use of the Website. In such case, you agree to: (a) provide accurate, current and complete information about yourself as may be prompted by any registration forms on the Website (“Registration Information”); (b) maintain and promptly update the Registration Information you provide to the Company, to ensure its continued accuracy and completeness; (c) maintain the security of your username and password; (d) notify the Company immediately of any unauthorized use of your account or other breach of security; (e) accept all responsibility for any and all activities that occur under your account, including, but not limited to, all applicable taxes and any applicable third-party fees; and (f) accept all risks of unauthorized access to the Registration Data and any other information that you provide to the Company.</p>\n<p></p>\n<p><strong><u>Monitoring and Enforcement; Termination</u></strong></p>\n<p> </p>\n<p>We have the right to:</p>\n<p> </p>\n<ul>\n<li>Remove or refuse to post any User Contributions for any or no reason in our sole discretion.</li>\n</ul>\n<p> </p>\n<ul>\n<li>Take any action with respect to any User Contribution that we deem necessary or appropriate in our sole discretion, including if we believe that such User Contribution violates these Website Terms, including the Content Standards, infringes any intellectual property right or other right of any person or entity, threatens the personal safety of users of the Website or the public, or could create liability for the Company.</li>\n</ul>\n<p> </p>\n<ul>\n<li>Disclose your identity or other information about you to any third party who claims that material posted by you violates their rights, including their intellectual property rights or their right to privacy.</li>\n</ul>\n<p> </p>\n<ul>\n<li>Take appropriate legal action, including without limitation, referral to law enforcement, for any illegal or unauthorized use of the Website.</li>\n</ul>\n<p> </p>\n<ul>\n<li>Terminate or suspend your access to all or part of the Website for any violation of these Terms of</li>\n</ul>\n<p>Without limiting the foregoing, we have the right to cooperate fully with any law enforcement authorities or court order requesting or directing us to disclose the identity or other information of anyone posting any materials on or through the Website. YOU WAIVE AND HOLD HARMLESS THE COMPANY AND ITS AFFILIATES, LICENSEES, AND SERVICE PROVIDERS FROM ANY CLAIMS RESULTING FROM ANY ACTION TAKEN BY THE COMPANY/ANY OF THE FOREGOING PARTIES DURING, OR TAKEN AS A CONSEQUENCE OF, INVESTIGATIONS BY EITHER THE COMPANY OR LAW ENFORCEMENT AUTHORITIES.</p>\n<p> </p>\n<p>However, we do not undertake to review all material before it is posted on the Website, and cannot ensure prompt removal of objectionable material after it has been posted. Accordingly, we assume no liability for any action or inaction regarding transmissions, communications, or content provided by any user or third party. We have no liability or responsibility to anyone for performance or nonperformance of the activities described in this section.</p>\n<p></p>\n<p><strong><u>Content Standards</u></strong></p>\n<p> </p>\n<p>These content standards apply to any and all User Contributions and use of Interactive Services. User Contributions must in their entirety comply with all applicable federal, state, local, and international laws and regulations. Without limiting the foregoing, User Contributions must not:</p>\n<p> </p>\n<ul>\n<li>Contain any material that is defamatory, obscene, indecent, abusive, offensive, harassing, violent, hateful, inflammatory, or otherwise objectionable.</li>\n</ul>\n<p> </p>\n<ul>\n<li>Promote sexually explicit or pornographic material, violence, or discrimination based on race, sex, religion, nationality, disability, sexual orientation, or age.</li>\n</ul>\n<p> </p>\n<p> </p>\n<ul>\n<li>Infringe any patent, trademark, trade secret, copyright, or other intellectual property or other rights of any other person.</li>\n</ul>\n<p> </p>\n<ul>\n<li>Violate the legal rights (including the rights of publicity and privacy) of others or contain any material that could give rise to any civil or criminal liability under applicable laws or regulations or that otherwise may be in conflict with these Terms of Use and our Privacy Policy found here: Privacy Policy</li>\n</ul>\n<p> </p>\n<ul>\n<li>Be likely to deceive any person.</li>\n</ul>\n<p> </p>\n<ul>\n<li>Promote any illegal activity, or advocate, promote, or assist any unlawful act.</li>\n</ul>\n<p> </p>\n<ul>\n<li>Cause annoyance, inconvenience, or needless anxiety or be likely to upset, embarrass, alarm, or annoy any other person.</li>\n</ul>\n<p> </p>\n<ul>\n<li>Impersonate any person, or misrepresent your identity or affiliation with any person or organization.</li>\n</ul>\n<p> </p>\n<ul>\n<li>Involve commercial activities or sales, such as contests, sweepstakes, and other sales promotions, barter, or advertising.</li>\n</ul>\n<p> </p>\n<ul>\n<li>Give the impression that they emanate from or are endorsed by us or any other person or entity, if this is not the case.</li>\n</ul>\n<p></p>\n<p><strong><u>Reliance on Information Posted</u></strong></p>\n<p> </p>\n<p>The information presented on or through the Website is made available solely for general information purposes. We do not warrant the accuracy, completeness, or usefulness of this information. Any reliance you place on such information is strictly at your own risk. We disclaim all liability and responsibility arising from any reliance placed on such materials by you or any other visitor to the Website, or by anyone who may be informed of any of its contents.</p>\n<p> </p>\n<p>This Website may include content provided by third parties, including materials provided by other users, bloggers, and third-party licensors, syndicators, aggregators, and/or reporting services. All statements and/or opinions expressed in these materials, and all articles and responses to questions and other content, other than the content provided by the Company, are solely the opinions and the responsibility of the person or entity providing those materials. These materials do not necessarily reflect the opinion of the Company. We are not responsible, or liable to you or any third party, for the content or accuracy of any materials provided by any third parties.</p>\n<p></p>\n<p><strong><u>Changes to the Website</u></strong></p>\n<p> </p>\n<p>We may update the content on this Website from time to time, but its content is not necessarily complete or up-to-date. Any of the material on the Website may be out of date at any given time, and we are under no obligation to update such material.</p>\n<p></p>\n<p><strong><u>Information About You and Your Visits to the Website</u></strong></p>\n<p> </p>\n<p>All information we collect on this Website is subject to our Privacy Policy. By using the Website, you consent to all actions taken by us with respect to your information in compliance with the Privacy Policy.</p>\n<p> </p>\n<p><strong><u> </u></strong></p>\n<p><strong><u>Links from the Website</u></strong></p>\n<p>If the Website contains links to other sites and resources provided by third parties, these links are provided for your convenience only. This includes links contained in advertisements, including banner advertisements and sponsored links. We have no control over the contents of those sites or resources, and accept no responsibility for them or for any loss or damage that may arise from your use of them. If you decide to access any of the third-party websites linked to this Website, you do so entirely at your own risk and subject to the terms and conditions of use for such websites.</p>\n<p></p>\n<p><strong><u>Geographic Restrictions</u></strong></p>\n<p> </p>\n<p>The owner of the Website is based in the state of Maryland in the United States. We provide this Website for use only by persons located in the United States. We make no claims that the Website or any of its content is accessible or appropriate outside of the United States. Access to the Website may not be legal by certain persons or in certain countries. If you access the Website from outside the United States, you do so on your own initiative and are responsible for compliance with local laws. <strong>IF YOU ARE A EUROPEAN UNION RESIDENT OR BUSINESS YOU ARE STRICTLY PROHIBITED FROM USING THIS WEBSITE AND/OR SUBSCRIBING AND/OR PURCHASING GOODS AND/OR SERVICES FROM US.</strong></p>\n<p></p>\n<p><strong><u>Disclaimer of Warranties</u></strong></p>\n<p> </p>\n<p>You understand that we cannot and do not guarantee or warrant that files available for downloading from the Internet or the Website will be free of viruses or other destructive code. You are responsible for implementing sufficient procedures and checkpoints to satisfy your particular requirements for anti-virus protection and accuracy of data input and output, and for maintaining a means external to our site for any reconstruction of any lost data. TO THE FULLEST EXTENT PROVIDED BY LAW, WE WILL NOT BE LIABLE FOR ANY LOSS OR DAMAGE CAUSED BY A DISTRIBUTED DENIAL-OF-SERVICE ATTACK, VIRUSES, OR OTHER TECHNOLOGICALLY HARMFUL MATERIAL THAT MAY INFECT YOUR COMPUTER EQUIPMENT, COMPUTER PROGRAMS, DATA, OR OTHER PROPRIETARY MATERIAL DUE TO YOUR USE OF THE WEBSITE OR ANY SERVICES OR ITEMS OBTAINED THROUGH THE WEBSITE OR TO YOUR DOWNLOADING OF ANY MATERIAL POSTED ON IT, OR ON ANY WEBSITE LINKED TO IT.</p>\n<p> </p>\n<p> </p>\n<p>YOUR USE OF THE WEBSITE, ITS CONTENT, AND ANY SERVICES OR ITEMS OBTAINED THROUGH THE WEBSITE IS AT YOUR OWN RISK. THE WEBSITE, ITS CONTENT, AND ANY SERVICES OR ITEMS OBTAINED THROUGH THE WEBSITE ARE PROVIDED ON AN “AS IS” AND “AS AVAILABLE” BASIS, WITHOUT ANY WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED. NEITHER THE COMPANY NOR ANY PERSON ASSOCIATED WITH THE COMPANY MAKES ANY WARRANTY OR REPRESENTATION WITH RESPECT TO THE COMPLETENESS, SECURITY, RELIABILITY, QUALITY, ACCURACY, OR AVAILABILITY OF THE WEBSITE. WITHOUT LIMITING THE FOREGOING, NEITHER THE COMPANY NOR ANYONE ASSOCIATED WITH THE COMPANY REPRESENTS OR WARRANTS THAT THE WEBSITE, ITS CONTENT, OR ANY SERVICES OR ITEMS OBTAINED THROUGH THE WEBSITE WILL BE ACCURATE, RELIABLE, ERROR-FREE, OR UNINTERRUPTED, THAT DEFECTS WILL BE CORRECTED, THAT OUR SITE OR THE SERVER THAT MAKES IT AVAILABLE ARE FREE OF VIRUSES OR OTHER HARMFUL COMPONENTS, OR THAT THE WEBSITE OR ANY SERVICES OR ITEMS OBTAINED THROUGH THE WEBSITE WILL OTHERWISE MEET YOUR NEEDS OR EXPECTATIONS.</p>\n<p> </p>\n<p>TO THE FULLEST EXTENT PROVIDED BY LAW, THE COMPANY HEREBY DISCLAIMS ALL WARRANTIES OF ANY KIND, WHETHER EXPRESS OR IMPLIED, STATUTORY, OR OTHERWISE, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, NON-INFRINGEMENT, AND FITNESS FOR PARTICULAR PURPOSE.</p>\n<p> </p>\n<p>THE FOREGOING DOES NOT AFFECT ANY WARRANTIES THAT CANNOT BE EXCLUDED OR LIMITED UNDER APPLICABLE LAW.</p>\n<p></p>\n<p><strong><u>Limitation on Liability</u></strong></p>\n<p> </p>\n<p>TO THE FULLEST EXTENT PROVIDED BY LAW, IN NO EVENT WILL THE COMPANY, ITS AFFILIATES, OR THEIR LICENSORS, SERVICE PROVIDERS, EMPLOYEES, AGENTS, OFFICERS, OR DIRECTORS BE LIABLE FOR DAMAGES OF ANY KIND, UNDER ANY LEGAL THEORY, ARISING OUT OF OR IN CONNECTION WITH YOUR USE, OR INABILITY TO USE, THE WEBSITE, ANY WEBSITES LINKED TO IT, ANY CONTENT ON THE WEBSITE OR SUCH OTHER WEBSITES, INCLUDING ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, CONSEQUENTIAL, OR PUNITIVE DAMAGES, INCLUDING BUT NOT LIMITED TO, PERSONAL INJURY, PAIN AND SUFFERING, EMOTIONAL DISTRESS, LOSS OF REVENUE, LOSS OF PROFITS, LOSS OF BUSINESS OR ANTICIPATED SAVINGS, LOSS OF USE, LOSS OF GOODWILL, LOSS OF DATA, AND WHETHER CAUSED BY TORT (INCLUDING NEGLIGENCE), BREACH OF CONTRACT, OR OTHERWISE, EVEN IF FORESEEABLE.</p>\n<p> </p>\n<p>THE FOREGOING DOES NOT AFFECT ANY LIABILITY THAT CANNOT BE EXCLUDED OR LIMITED UNDER APPLICABLE LAW. HOWEVER, IN THE EVENT THE COMPANY IS DEEMED LIABILE FOR ANY DAMAGE TO YOU, HEREUNDER, SUCH LIABILITY SHALL NOT EXCEED THE AMOUNT OF ANY COMPENSATION THAT YOU PAY TO THE COMPANY BY WAY OF LICENSING, PURCHASING AND/OR MEMBERSHIP.</p>\n<p> </p>\n<p><strong><u>Indemnification</u></strong></p>\n<p> </p>\n<p>You agree to defend, indemnify, and hold harmless the Company, its affiliates, licensors, and service providers, and its and their respective officers, directors, employees, contractors, agents, licensors, suppliers, successors, and assigns from and against any claims, liabilities, damages, judgments, awards, losses, costs, expenses, or fees (including reasonable attorneys’ fees) arising out of or relating to your violation of these Website Terms or your use of the Website, including, but not limited to, your User Contributions, any use of the Website’s content, services, and products other than as expressly authorized in these Website Terms or your use of any information obtained from the Website.</p>\n<p></p>\n<p><strong><u>Governing Law and Jurisdiction</u></strong></p>\n<p> </p>\n<p>All matters relating to the Website and these Terms of Use and any dispute or claim arising therefrom or related thereto (in each case, including non-contractual disputes or claims), shall be governed by and construed in accordance with the internal laws of the State of Maryland without giving effect to any choice or conflict of law provision or rule (whether of the State of Maryland or any other jurisdiction).</p>\n<p> </p>\n<p>Any legal suit, action, or proceeding arising out of, or related to, these Website Terms or the Website shall be instituted exclusively in the federal courts of the United States or the courts of the State of Maryland in each case located in the County of Montgomery although we retain the right to bring any suit, action, or proceeding against you for breach of these Terms of Use in your country of residence or any other relevant country. You waive any and all objections to the exercise of jurisdiction over you by such courts and to venue in such courts.</p>\n<p> </p>\n<p><strong><u> </u></strong></p>\n<p><strong><u>Arbitration</u></strong></p>\n<p> </p>\n<p>At Company’s sole discretion, it may require You to submit any disputes arising from the use of these Website Terms or the Website, including disputes arising from or concerning their interpretation, violation, invalidity, non-performance, or termination, to final and binding arbitration under the Rules of Arbitration of the American Arbitration Association applying Maryland law.</p>\n<p></p>\n<p><strong><u>Limitation on Time to File Claims</u></strong></p>\n<p> </p>\n<p>ANY CAUSE OF ACTION OR CLAIM YOU MAY HAVE ARISING OUT OF OR RELATING TO THESE WEBSITE TERMS OR THE WEBSITE MUST BE COMMENCED WITHIN ONE (1) YEAR AFTER THE CAUSE OF ACTION ACCRUES, OTHERWISE, SUCH CAUSE OF ACTION OR CLAIM IS PERMANENTLY BARRED.</p>\n<p></p>\n<p><strong><u>Waiver and Severability</u></strong></p>\n<p> </p>\n<p>No waiver by the Company of any term or condition set out in these Terms of Use shall be deemed a further or continuing waiver of such term or condition or a waiver of any other term or condition, and any failure of the Company to assert a right or provision under these Website Terms shall not constitute a waiver of such right or provision.</p>\n<p> </p>\n<p>If any provision of these Website Terms is held by a court or other tribunal of competent jurisdiction to be invalid, illegal, or unenforceable for any reason, such provision shall be eliminated or limited to the minimum extent such that the remaining provisions of the Website Terms will continue in full force and effect.</p>\n<p></p>\n<p><strong><u>Entire Agreement</u></strong></p>\n<p> </p>\n<p>The Terms of Use, Privacy Policy and all other formal policies set forth on the Website constitute the sole and entire agreement between you and the Company regarding the Website and supersede all prior and contemporaneous understandings, agreements, representations, and warranties, both written and oral, regarding the Website.</p>\n<p></p>\n<p><strong><u>Your Comments and Concerns</u></strong></p>\n<p> </p>\n<p>This website is operated by Fur, Fins & Feathers, LLC, which is located at 1 Research Court, Suite 450, Rockville, Maryland 20850. You may reach the Company with any comments or questions by electronic mail at: info@fffpetsitting.com or by telephone at: 301-840-1989.</p>\n<p> </p>\n<p>All notices of copyright infringement claims should be sent to the copyright agent designated in our Copyright Policy in the manner and by the means set out therein.</p>\n<p> </p>\n<p>All other feedback, comments, requests for technical support, and other communications relating to the Website should be directed to us by electronic mail at: info@fffpetsitting.com.[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\n<h3>Service Title</h3>\n<p>I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\n<h3>Service Title</h3>\n<p>I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\n','Terms of Use','','inherit','closed','closed','','29-autosave-v1','','','2020-02-07 17:31:40','2020-02-07 17:31:40','',29,'https://www.fffpetsitting.com/29-autosave-v1/',0,'revision','',0),(104,1,'2020-02-07 17:27:36','2020-02-07 17:27:36','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Terms of Use</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>FFFPETSITTING.COM – TERMS OF USE</h2>\r\nLAST UPDATED: January 1, 2020\r\n\r\n \r\n\r\n<strong><u>Acceptance of Terms of Use.</u></strong>\r\n\r\n \r\n\r\nPLEASE READ THE TERMS OF USE CAREFULLY BEFORE YOU BEGIN TO USE THIS OR ANY OTHER ANGEL’S PAW, LLC (dba Fur, Fins & Feathers) WEBSITE OR MOBILE APPLICATION (OR ANY CONTENT, PRODUCT, SERVICE, OR FEATURE AVAILABLE THROUGH THE WEBSITE OR MOBILE APPLICATION) (COLLECTIVELY, THE (“WEBSITE”). BY USING, VIEWING, OR IN ANY WAY ACCESSING THE WEBSITE, YOU ARE AGREEING TO ABIDE BY AND TO FULLY COMPLY WITH THE TERMS AND CONDITIONS SET FORTH HEREIN AND BY ALL TERMS, POLICIES AND GUIDELINES INCORPORATED HEREIN BY REFERENCE, AS WELL AS ANY ADDITIONAL TERMS AND RESTRICTIONS PRESENTED IN RELATION TO SPECIFIC CONTENT OR A SPECIFIC PRODUCT, SERVICE OR FEATURE OR WHICH ANY OTHER POLICY OF ANGELSPAW WHICH IS INCORPORATED HEREIN BY REFERENCE (COLLECTIVELY, THE “WEBSITE TERMS” OR “TERMS OF USE”). <strong>IF YOU DO NOT AGREE TO ALL OF THE TERMS AND CONDITIONS SET FORTH HEREIN, DO NOT USE, VIEW OR IN ANY WAY ACCESS THE WEBSITE.</strong>\r\n\r\n \r\n\r\nThese terms of use are entered into by and between You and Fur, Fins & Feathers, a Maryland limited liability company (”<strong>Company</strong>”, “<strong>we</strong>”, or “<strong>us</strong>”). The following Website Terms govern your access to and use of the Website, including any content, functionality, and services offered on or through the Website, whether as a guest or a registered member of the Website.\r\n\r\n \r\n\r\nThis Website is offered and available to users who are at least eighteen (18) years of age or older and reside in the United States or any of its territories or possessions. By using this Website, you represent and warrant that you are of legal age to form a binding contract with the Company and meet all of the foregoing eligibility requirements. If you do not meet all of these requirements, you must not access or use the Website.\r\n\r\n \r\n\r\n<strong><u>Privacy Policy</u></strong>\r\n\r\n<strong><u> </u></strong>\r\n\r\nWe are committed to protecting your privacy. Please refer to our Privacy Policy for information regarding how we collect, use and disclose personal information. The Privacy Policy can be found here: _Privacy Policy_____________\r\n\r\n \r\n\r\n<strong><u>Changes to the Terms of Use</u></strong>\r\n\r\n \r\n\r\nWe may revise and update these Terms of Use from time to time in our sole discretion. All changes are effective immediately when we post them, and apply to all access to and use of the Website thereafter.\r\n\r\n \r\n\r\nYour continued use of the Website following the posting of revised Terms of Use means that you accept and agree to the changes. You are expected to check this page regularly, so you are aware of any changes, as they are binding on you.\r\n\r\n\r\n\r\n<strong><u>Accessing the Website and Account Security</u></strong>\r\n\r\n \r\n\r\nWe reserve the right to withdraw or amend this Website, and any service or material we provide on the Website, in our sole discretion without notice. We will not be liable if for any reason all or any part of the Website is unavailable at any time or for any period. From time to time, we may restrict access to some parts of the Website, or the entire Website, to users, including registered users.\r\n\r\n \r\n\r\nYou are responsible for:\r\n\r\n \r\n<ul>\r\n <li>Making all arrangements necessary for you to have access to the Internet and the Website.</li>\r\n <li>Ensuring that all persons who access the Website through your Internet connection are aware of these Terms of Use and comply with them.</li>\r\n</ul>\r\n \r\n\r\nTo access the Website or some of the resources it offers, you may be asked to provide certain registration details or other information. It is a condition of your use of the Website that all the information you provide on the Website is correct, current, and complete. You agree that all information you provide to register with this Website or otherwise, including but not limited to through the use of any interactive features on the Website, is governed by our Privacy Policy and you consent to all actions we take with respect to your information consistent with our Privacy Policy.\r\n\r\n \r\n\r\nIf you choose, or are provided with, a user name, password, or any other piece of information as part of our security procedures, you must treat such information as confidential, and you must not disclose it to any other person or entity. You also acknowledge that your account is personal to you and agree not to provide any other person with access to this Website or portions of it using your user name, password, or other security information. You agree to notify us immediately of any unauthorized access to or use of your user name or password or any other breach of security. You also agree to ensure that you exit from your account at the end of each session. You should use particular caution when accessing your account from a public or shared computer so that others are not able to view or record your password or other personal information.\r\n\r\n \r\n\r\nWe have the right to disable any user name, password, or other identifier, whether chosen by you or provided by us, at any time in our sole discretion for any or no reason, including if, in our opinion, you have violated any provision of these Terms of Use.\r\n\r\n\r\n\r\n<strong><u>Intellectual Property Rights</u></strong>\r\n\r\n \r\n\r\nThe Website and its entire contents, features, and functionality (including but not limited to all trade dress, marks, logos, names and other brand identifying images, information, software, text, displays, images, video, and audio, and the design, selection, and arrangement thereof) are owned by the Company, its licensors, or other providers (collectively, the “Content”) of such material and are protected by United States and international copyright, trademark, patent, trade secret, and other intellectual property or proprietary rights laws.\r\n\r\n \r\n\r\nThese Terms of Use permit you to use the Website for your personal, non-commercial use only. You must not download, transfer, reproduce, distribute, modify, create derivative works of, publicly display, publicly perform, republish, download, store, or transmit any of the material on our Website unless expressly authorized to do so, in writing, by us. Specifically, you are prohibited from: (a) downloading, copying or re-transmitting any and all of the Website or the Content without, or in violation of, a written license or agreement with us; (b) using any data mining, robots or similar data gathering or extraction methods; (c) manipulating or otherwise displaying the Website and/or Content by using framing or similar navigational technology; (d) registering, subscribing or attempting to register, subscribe or unsubscribe any party for any of the Company’s products or services if you are not expressly authorized by such party to do so; (e) reverse engineering, altering or modifying any part of the Website or the Content; (f) circumventing, disabling or otherwise interfering with security-related features of the Website or any system resources, services or networks connected to or accessible through the Website; (g) selling, licensing, leasing or in any way commercializing the Website or Content without specific written authorization from us; and/or (h) using the Website or Content other than for its intended purpose. Such unauthorized use may also violate applicable laws including, without limitation, copyright and trademark laws, the laws of privacy and publicity, and applicable communications regulations and statues. You hereby represent and warrant that you will comply with all applicable laws and regulations, including, without limitation, those relating to Internet data, e-mail, privacy, and the transmission of technical data exported from the United States or the country in which you reside, except as follows:\r\n\r\n \r\n<ul>\r\n <li>Your computer may temporarily store copies of such materials in RAM incidental to your accessing and viewing those materials.</li>\r\n <li>You may store files that are automatically cached by your Web browser for display enhancement purposes.</li>\r\n <li>You may print one copy of a reasonable number of pages of the Website for your own personal, non-commercial use and not for further reproduction, publication, or distribution.</li>\r\n <li>If we provide desktop, mobile, or other applications for download, you may download a single copy to your computer or mobile device solely for your own personal, non-commercial use, provided you agree to be bound by our end user license agreement for such applications.</li>\r\n <li>If we provide social media features with certain content, you may take such actions as are enabled by such features, pursuant to these Website Terms and any other applicable terms and conditions of such third-party social media sites.</li>\r\n</ul>\r\n \r\n\r\nYou must not:\r\n\r\n \r\n<ul>\r\n <li>Modify copies of any materials from this site.</li>\r\n <li>Use any illustrations, photographs, video or audio sequences, or any graphics separately from the accompanying text.</li>\r\n <li>Delete or alter any copyright, trademark, or other proprietary rights notices from copies of materials from</li>\r\n</ul>\r\nthis site.\r\n\r\n \r\n\r\nIf you print, copy, modify, download, or otherwise use or provide any other person with access to any part of the Website in breach of the Terms of Use, your right to use the Website shall cease immediately and you must, at our option, return or destroy any copies of the materials you have made. No right, title, or interest in or to the Website or any content on the Website is transferred to you, and all rights not expressly granted are reserved by the Company. Any use of the Website not expressly permitted by these Terms of Use is a breach of these Terms of Use and may violate copyright, trademark, and other laws.\r\n\r\n \r\n\r\n<strong><u>Copyright Infringement Policy-- Take Down Notice</u></strong>\r\n\r\n<strong><u> </u></strong>\r\n\r\nIn accordance with the Digital Millennium Copyright Act (“DMCA”) and other applicable laws, we have adopted a policy of terminating, in appropriate circumstances and in our sole discretion, account holders who infringing, in any way, the Company’s intellectual property rights or the rights of any third party.\r\n\r\n \r\n\r\nIf you believe that any material on the Website infringes upon any copyright that you own or control, you may file a notification of such infringement with our Designated Agent as set forth below:\r\n\r\n \r\n\r\nCopyright Agent:\r\n\r\n \r\n\r\nAyshia Reed\r\n\r\n1 Research Court, Ste. 450\r\n\r\nRockville, MD 20850\r\n\r\nPhone: 301-840-1989\r\n\r\nE-mail: <a href=\"mailto:info@fffpetsitting.com\">info@fffpetsitting.com</a>\r\n\r\n \r\n\r\n<strong><u>Trademarks</u></strong>\r\n\r\n \r\n\r\nThe Company name, logos and other identifying marks and all related names, logos, product and service names, designs, and slogans are trademarks of the Company or its affiliates or licensors (collectively, the “Company Marks”). You must not use any of the Company Marks without the prior written permission of the Company. Further, you may not use meta tags or any other “hidden text” utilizing any of the Company’s Marks or any other name, trademark or product or service name of the Company without our prior written consent. Additionally, the look and feel of the Website, including all page headers, custom graphics, button icons and scripts, are protected as service marks, trademarks and/or trade dress of the Company and shall not be copied imitated or used, in whole or in part, without our prior written permission. All other names, logos, product and service names, designs, and slogans on this Website are the trademarks of their respective owners and shall not be used except with the express permission of such mark owner.\r\n\r\n \r\n\r\n<strong><u>Other Services</u></strong>\r\n\r\n<strong><u> </u></strong>\r\n\r\nFur, Fins & Feathers provides a host of services for which customers can engage Fur, Fins & Feathers through this Website, such as dog training, pet photography, pet house sitting and bed and breakfast services. With respect to any services provided by Fur, Fins & Feathers, Fur, Fins & Feathers shall incur no liability as a result of providing any such services, except in the instance of gross negligence and/or willful misconduct on the part of Fur, Fins & Feathers. To the extent liability is found by a court of law, the total liability incurred by Fur, Fins & Feathers shall not exceed that amount paid under any applicable contract or such services by customer. In the event that pet picture services are provided by Fur, Fins & Feathers, Fur, Fins & Feathers shall grant ownership of such pictures to customer; provided, however, that Fur, Fins & Feathers shall enjoy an irrevocable, perpetual, non-exclusive license to use any and all such pictures taken for purposes of its own marketing and advertisement. To the extent that any injury, damage, harm or loss is incurred by Fur, Fins & Feathers as a result of any action or inaction by customer, customer hereby covenants and agrees to hold Fur, Fins & Feathers harmless and indemnify and defend Fur, Fins & Feathers from same. To the extent that customer causes injury, damage, loss or harm to Fur, Fins & Feathers directly, as a result of the provision of services to it by Fur, Fins & Feathers, customer shall reimburse Fur, Fins & Feathers for any and all such harm, damage, loss and injury. Any and all other terms and conditions relating to the provision of any such services shall be more fully set forth in a written agreement between Fur, Fins & Feathers and customer.\r\n\r\n \r\n\r\n\r\n\r\n<strong><u>Prohibited Uses</u></strong>\r\n\r\n \r\n\r\nYou may use the Website only for lawful purposes and in accordance with these Terms of Use. You agree not to use the Website:\r\n\r\n \r\n<ul>\r\n <li>In any way that violates any applicable federal, state, local, or international law or regulation (including, without limitation, any laws regarding the export of data or software to and from the US or other countries).</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>For the purpose of exploiting, harming, or attempting to exploit or harm any individual, including, but not limited to minors, in any way by exposing them to inappropriate content, asking for personally identifiable information, or otherwise.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>To send, knowingly receive, upload, download, use, or re-use any material that does not comply with the Content Standards set out in these Terms of Use.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>To transmit, or procure the sending of, any advertising or promotional material, without our prior written consent, including any “junk mail”, “chain letter”, “spam”, or any other similar solicitation.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>To impersonate or attempt to impersonate the Company, a Company employee, another user, or any other person or entity (including, without limitation, by using email addresses associated with any of the foregoing).</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>To engage in any other conduct that restricts or inhibits anyone’s use or enjoyment of the Website, or which, as determined by us, may harm the Company or users of the Website or expose them to liability.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>To publicize without authorization, defame, embarrass, harass or terrorize any individual or entity.</li>\r\n</ul>\r\n \r\n\r\nAdditionally, you agree not to:\r\n\r\n \r\n<ul>\r\n <li>Use the Website in any manner that could disable, overburden, damage, or impair the site or interfere with any other party’s use of the Website, including their ability to engage in real time activities through the Website.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Use any robot, spider, or other automatic device, process, or means to access the Website for any purpose, including monitoring or copying any of the material on the Website.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Use any manual process to monitor or copy any of the material on the Website or for any other unauthorized purpose without our prior written consent.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Use any device, software, or routine that interferes with the proper working of the Website.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Introduce any viruses, Trojan horses, worms, logic bombs, or other material that is malicious or technologically harmful on, in or through the Website or any of the Company’s servers.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Attempt to gain unauthorized access to, interfere with, damage, or disrupt any parts of the Website, the server on which the Website is stored, or any server, computer, or database connected to the Website.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Attack the Website via a denial-of-service attack or a distributed denial-of-service attack.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Otherwise attempt to interfere with the proper working of the Website.</li>\r\n</ul>\r\n\r\n\r\n<strong><u>User Contributions</u></strong>\r\n\r\n \r\n\r\nThe Website may contain message boards, chat rooms, personal web pages or profiles, forums, bulletin boards, and other interactive features (collectively, “<strong>Interactive Services</strong>”) that allow users to post, submit, publish, display, or transmit to other users or other persons (hereinafter, “<strong>post</strong>”) content or materials (collectively, “<strong>User Contributions</strong>”) on or through the Website.\r\n\r\n \r\n\r\nAny User Contribution that you post to the site will be considered non-confidential, non-proprietary and a public communication. By providing any User Contribution on the Website, you grant us, our affiliates and service providers, and each of their and our respective licensees, successors, and assigns the right to use, reproduce, modify, make derivative works of, perform, display, distribute, and otherwise disclose to third parties any such material for any purpose.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nYou hereby represent and warrant, covenant and agree that:\r\n\r\n \r\n<ul>\r\n <li>You own or control all rights in and to the User Contributions and have the right to grant the perpetual, irrevocable, royalty-free, world-wide license granted above to us and our affiliates and service providers, and each of their and our respective licensees, successors, and assigns.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>No portion of any such User Contribution infringes upon or violates any other party’s rights, including, but not limited to intellectual property, publicity and/or privacy rights and that no such User Contribution will include: (a) any message, comment, data, information, text music, sound, photos, graphics, code or other material that is unlawful, libelous, defamatory, obscene, pornographic, harmful to minors, indecent, lewd, suggestive, harassing, threatening, abusive, inflammatory, fraudulent or otherwise objectionable; (b) instructions or encouragement for the commission of a criminal offense, a violation of anyone’s rights or an act which would create liability under or which would violate any local, state, national or international law; or (c) private information of any third party, including, without limitation, addresses, phone numbers, email addresses, social security numbers and/or credit card numbers.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>All of your User Contributions do and will comply with these Terms of Use.</li>\r\n</ul>\r\n \r\n\r\nYou understand and acknowledge that you are solely responsible for any and all User Contributions you submit or contribute, and you, not the Company, have full responsibility for such content, including its legality, reliability, accuracy, and appropriateness.\r\n\r\n \r\n\r\nWe are not responsible or liable, in any way, to any third party for the content or accuracy of any User Contributions posted by you or any other user of the Website. Although the Company has no obligation to screen, edit or monitor any of the User Contribution posted in any Interactive Service, the Company reserves the right and has absolute discretion to remove, screen, and/or edit any User Contribution posted and/or stored on the Website at any time and for any reason without notice. Any use of any Interactive Service or other portions of the Website in violation of the foregoing violates these Website Terms and may result in, among other things, termination or suspension or your ability to use the Interactive Services and/or the Website, in the Company’s sole discretion and judgment.\r\n\r\n \r\n\r\nFurther, you hereby acknowledge and agree that the Company may access, use and/or disclose any information about you and/or your use of this Website, including, but not limited to, any User Contribution to comply with the law or any legal process, to protect and defend the rights or property of the Company, and/or to protect the safety of the Company, its employees, customers or the public.\r\n\r\n \r\n\r\nIn the event that you post a User Contribution on the Website, you acknowledge, covenant and agree that you grant to the Company a non-exclusive, royalty-free, perpetual, irrevocable and fully sublicensable right to use, reproduce, modify, adapt, publish, translate, make derivative works from, distribute, perform and display such User Contribution(s) through the world in any media.\r\n\r\n \r\n\r\n<strong><u>Registration and Membership</u></strong>\r\n\r\n<strong> </strong>\r\n\r\nYou may be required to register your information with the Website, either as part of securing a Website Membership or in connection with your use of the Website. In such case, you agree to: (a) provide accurate, current and complete information about yourself as may be prompted by any registration forms on the Website (“Registration Information”); (b) maintain and promptly update the Registration Information you provide to the Company, to ensure its continued accuracy and completeness; (c) maintain the security of your username and password; (d) notify the Company immediately of any unauthorized use of your account or other breach of security; (e) accept all responsibility for any and all activities that occur under your account, including, but not limited to, all applicable taxes and any applicable third-party fees; and (f) accept all risks of unauthorized access to the Registration Data and any other information that you provide to the Company.\r\n\r\n\r\n\r\n<strong><u>Monitoring and Enforcement; Termination</u></strong>\r\n\r\n \r\n\r\nWe have the right to:\r\n\r\n \r\n<ul>\r\n <li>Remove or refuse to post any User Contributions for any or no reason in our sole discretion.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Take any action with respect to any User Contribution that we deem necessary or appropriate in our sole discretion, including if we believe that such User Contribution violates these Website Terms, including the Content Standards, infringes any intellectual property right or other right of any person or entity, threatens the personal safety of users of the Website or the public, or could create liability for the Company.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Disclose your identity or other information about you to any third party who claims that material posted by you violates their rights, including their intellectual property rights or their right to privacy.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Take appropriate legal action, including without limitation, referral to law enforcement, for any illegal or unauthorized use of the Website.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Terminate or suspend your access to all or part of the Website for any violation of these Terms of</li>\r\n</ul>\r\nWithout limiting the foregoing, we have the right to cooperate fully with any law enforcement authorities or court order requesting or directing us to disclose the identity or other information of anyone posting any materials on or through the Website. YOU WAIVE AND HOLD HARMLESS THE COMPANY AND ITS AFFILIATES, LICENSEES, AND SERVICE PROVIDERS FROM ANY CLAIMS RESULTING FROM ANY ACTION TAKEN BY THE COMPANY/ANY OF THE FOREGOING PARTIES DURING, OR TAKEN AS A CONSEQUENCE OF, INVESTIGATIONS BY EITHER THE COMPANY OR LAW ENFORCEMENT AUTHORITIES.\r\n\r\n \r\n\r\nHowever, we do not undertake to review all material before it is posted on the Website, and cannot ensure prompt removal of objectionable material after it has been posted. Accordingly, we assume no liability for any action or inaction regarding transmissions, communications, or content provided by any user or third party. We have no liability or responsibility to anyone for performance or nonperformance of the activities described in this section.\r\n\r\n\r\n\r\n<strong><u>Content Standards</u></strong>\r\n\r\n \r\n\r\nThese content standards apply to any and all User Contributions and use of Interactive Services. User Contributions must in their entirety comply with all applicable federal, state, local, and international laws and regulations. Without limiting the foregoing, User Contributions must not:\r\n\r\n \r\n<ul>\r\n <li>Contain any material that is defamatory, obscene, indecent, abusive, offensive, harassing, violent, hateful, inflammatory, or otherwise objectionable.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Promote sexually explicit or pornographic material, violence, or discrimination based on race, sex, religion, nationality, disability, sexual orientation, or age.</li>\r\n</ul>\r\n \r\n\r\n \r\n<ul>\r\n <li>Infringe any patent, trademark, trade secret, copyright, or other intellectual property or other rights of any other person.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Violate the legal rights (including the rights of publicity and privacy) of others or contain any material that could give rise to any civil or criminal liability under applicable laws or regulations or that otherwise may be in conflict with these Terms of Use and our Privacy Policy found here: Privacy Policy</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Be likely to deceive any person.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Promote any illegal activity, or advocate, promote, or assist any unlawful act.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Cause annoyance, inconvenience, or needless anxiety or be likely to upset, embarrass, alarm, or annoy any other person.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Impersonate any person, or misrepresent your identity or affiliation with any person or organization.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Involve commercial activities or sales, such as contests, sweepstakes, and other sales promotions, barter, or advertising.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Give the impression that they emanate from or are endorsed by us or any other person or entity, if this is not the case.</li>\r\n</ul>\r\n\r\n\r\n<strong><u>Reliance on Information Posted</u></strong>\r\n\r\n \r\n\r\nThe information presented on or through the Website is made available solely for general information purposes. We do not warrant the accuracy, completeness, or usefulness of this information. Any reliance you place on such information is strictly at your own risk. We disclaim all liability and responsibility arising from any reliance placed on such materials by you or any other visitor to the Website, or by anyone who may be informed of any of its contents.\r\n\r\n \r\n\r\nThis Website may include content provided by third parties, including materials provided by other users, bloggers, and third-party licensors, syndicators, aggregators, and/or reporting services. All statements and/or opinions expressed in these materials, and all articles and responses to questions and other content, other than the content provided by the Company, are solely the opinions and the responsibility of the person or entity providing those materials. These materials do not necessarily reflect the opinion of the Company. We are not responsible, or liable to you or any third party, for the content or accuracy of any materials provided by any third parties.\r\n\r\n\r\n\r\n<strong><u>Changes to the Website</u></strong>\r\n\r\n \r\n\r\nWe may update the content on this Website from time to time, but its content is not necessarily complete or up-to-date. Any of the material on the Website may be out of date at any given time, and we are under no obligation to update such material.\r\n\r\n\r\n\r\n<strong><u>Information About You and Your Visits to the Website</u></strong>\r\n\r\n \r\n\r\nAll information we collect on this Website is subject to our Privacy Policy. By using the Website, you consent to all actions taken by us with respect to your information in compliance with the Privacy Policy.\r\n\r\n \r\n\r\n<strong><u> </u></strong>\r\n\r\n<strong><u>Links from the Website</u></strong>\r\n\r\nIf the Website contains links to other sites and resources provided by third parties, these links are provided for your convenience only. This includes links contained in advertisements, including banner advertisements and sponsored links. We have no control over the contents of those sites or resources, and accept no responsibility for them or for any loss or damage that may arise from your use of them. If you decide to access any of the third-party websites linked to this Website, you do so entirely at your own risk and subject to the terms and conditions of use for such websites.\r\n\r\n\r\n\r\n<strong><u>Geographic Restrictions</u></strong>\r\n\r\n \r\n\r\nThe owner of the Website is based in the state of Maryland in the United States. We provide this Website for use only by persons located in the United States. We make no claims that the Website or any of its content is accessible or appropriate outside of the United States. Access to the Website may not be legal by certain persons or in certain countries. If you access the Website from outside the United States, you do so on your own initiative and are responsible for compliance with local laws. <strong>IF YOU ARE A EUROPEAN UNION RESIDENT OR BUSINESS YOU ARE STRICTLY PROHIBITED FROM USING THIS WEBSITE AND/OR SUBSCRIBING AND/OR PURCHASING GOODS AND/OR SERVICES FROM US.</strong>\r\n\r\n\r\n\r\n<strong><u>Disclaimer of Warranties</u></strong>\r\n\r\n \r\n\r\nYou understand that we cannot and do not guarantee or warrant that files available for downloading from the Internet or the Website will be free of viruses or other destructive code. You are responsible for implementing sufficient procedures and checkpoints to satisfy your particular requirements for anti-virus protection and accuracy of data input and output, and for maintaining a means external to our site for any reconstruction of any lost data. TO THE FULLEST EXTENT PROVIDED BY LAW, WE WILL NOT BE LIABLE FOR ANY LOSS OR DAMAGE CAUSED BY A DISTRIBUTED DENIAL-OF-SERVICE ATTACK, VIRUSES, OR OTHER TECHNOLOGICALLY HARMFUL MATERIAL THAT MAY INFECT YOUR COMPUTER EQUIPMENT, COMPUTER PROGRAMS, DATA, OR OTHER PROPRIETARY MATERIAL DUE TO YOUR USE OF THE WEBSITE OR ANY SERVICES OR ITEMS OBTAINED THROUGH THE WEBSITE OR TO YOUR DOWNLOADING OF ANY MATERIAL POSTED ON IT, OR ON ANY WEBSITE LINKED TO IT.\r\n\r\n \r\n\r\n \r\n\r\nYOUR USE OF THE WEBSITE, ITS CONTENT, AND ANY SERVICES OR ITEMS OBTAINED THROUGH THE WEBSITE IS AT YOUR OWN RISK. THE WEBSITE, ITS CONTENT, AND ANY SERVICES OR ITEMS OBTAINED THROUGH THE WEBSITE ARE PROVIDED ON AN “AS IS” AND “AS AVAILABLE” BASIS, WITHOUT ANY WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED. NEITHER THE COMPANY NOR ANY PERSON ASSOCIATED WITH THE COMPANY MAKES ANY WARRANTY OR REPRESENTATION WITH RESPECT TO THE COMPLETENESS, SECURITY, RELIABILITY, QUALITY, ACCURACY, OR AVAILABILITY OF THE WEBSITE. WITHOUT LIMITING THE FOREGOING, NEITHER THE COMPANY NOR ANYONE ASSOCIATED WITH THE COMPANY REPRESENTS OR WARRANTS THAT THE WEBSITE, ITS CONTENT, OR ANY SERVICES OR ITEMS OBTAINED THROUGH THE WEBSITE WILL BE ACCURATE, RELIABLE, ERROR-FREE, OR UNINTERRUPTED, THAT DEFECTS WILL BE CORRECTED, THAT OUR SITE OR THE SERVER THAT MAKES IT AVAILABLE ARE FREE OF VIRUSES OR OTHER HARMFUL COMPONENTS, OR THAT THE WEBSITE OR ANY SERVICES OR ITEMS OBTAINED THROUGH THE WEBSITE WILL OTHERWISE MEET YOUR NEEDS OR EXPECTATIONS.\r\n\r\n \r\n\r\nTO THE FULLEST EXTENT PROVIDED BY LAW, THE COMPANY HEREBY DISCLAIMS ALL WARRANTIES OF ANY KIND, WHETHER EXPRESS OR IMPLIED, STATUTORY, OR OTHERWISE, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, NON-INFRINGEMENT, AND FITNESS FOR PARTICULAR PURPOSE.\r\n\r\n \r\n\r\nTHE FOREGOING DOES NOT AFFECT ANY WARRANTIES THAT CANNOT BE EXCLUDED OR LIMITED UNDER APPLICABLE LAW.\r\n\r\n\r\n\r\n<strong><u>Limitation on Liability</u></strong>\r\n\r\n \r\n\r\nTO THE FULLEST EXTENT PROVIDED BY LAW, IN NO EVENT WILL THE COMPANY, ITS AFFILIATES, OR THEIR LICENSORS, SERVICE PROVIDERS, EMPLOYEES, AGENTS, OFFICERS, OR DIRECTORS BE LIABLE FOR DAMAGES OF ANY KIND, UNDER ANY LEGAL THEORY, ARISING OUT OF OR IN CONNECTION WITH YOUR USE, OR INABILITY TO USE, THE WEBSITE, ANY WEBSITES LINKED TO IT, ANY CONTENT ON THE WEBSITE OR SUCH OTHER WEBSITES, INCLUDING ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, CONSEQUENTIAL, OR PUNITIVE DAMAGES, INCLUDING BUT NOT LIMITED TO, PERSONAL INJURY, PAIN AND SUFFERING, EMOTIONAL DISTRESS, LOSS OF REVENUE, LOSS OF PROFITS, LOSS OF BUSINESS OR ANTICIPATED SAVINGS, LOSS OF USE, LOSS OF GOODWILL, LOSS OF DATA, AND WHETHER CAUSED BY TORT (INCLUDING NEGLIGENCE), BREACH OF CONTRACT, OR OTHERWISE, EVEN IF FORESEEABLE.\r\n\r\n \r\n\r\nTHE FOREGOING DOES NOT AFFECT ANY LIABILITY THAT CANNOT BE EXCLUDED OR LIMITED UNDER APPLICABLE LAW. HOWEVER, IN THE EVENT THE COMPANY IS DEEMED LIABILE FOR ANY DAMAGE TO YOU, HEREUNDER, SUCH LIABILITY SHALL NOT EXCEED THE AMOUNT OF ANY COMPENSATION THAT YOU PAY TO THE COMPANY BY WAY OF LICENSING, PURCHASING AND/OR MEMBERSHIP.\r\n\r\n \r\n\r\n<strong><u>Indemnification</u></strong>\r\n\r\n \r\n\r\nYou agree to defend, indemnify, and hold harmless the Company, its affiliates, licensors, and service providers, and its and their respective officers, directors, employees, contractors, agents, licensors, suppliers, successors, and assigns from and against any claims, liabilities, damages, judgments, awards, losses, costs, expenses, or fees (including reasonable attorneys’ fees) arising out of or relating to your violation of these Website Terms or your use of the Website, including, but not limited to, your User Contributions, any use of the Website’s content, services, and products other than as expressly authorized in these Website Terms or your use of any information obtained from the Website.\r\n\r\n\r\n\r\n<strong><u>Governing Law and Jurisdiction</u></strong>\r\n\r\n \r\n\r\nAll matters relating to the Website and these Terms of Use and any dispute or claim arising therefrom or related thereto (in each case, including non-contractual disputes or claims), shall be governed by and construed in accordance with the internal laws of the State of Maryland without giving effect to any choice or conflict of law provision or rule (whether of the State of Maryland or any other jurisdiction).\r\n\r\n \r\n\r\nAny legal suit, action, or proceeding arising out of, or related to, these Website Terms or the Website shall be instituted exclusively in the federal courts of the United States or the courts of the State of Maryland in each case located in the County of Montgomery although we retain the right to bring any suit, action, or proceeding against you for breach of these Terms of Use in your country of residence or any other relevant country. You waive any and all objections to the exercise of jurisdiction over you by such courts and to venue in such courts.\r\n\r\n \r\n\r\n<strong><u> </u></strong>\r\n\r\n<strong><u>Arbitration</u></strong>\r\n\r\n \r\n\r\nAt Company’s sole discretion, it may require You to submit any disputes arising from the use of these Website Terms or the Website, including disputes arising from or concerning their interpretation, violation, invalidity, non-performance, or termination, to final and binding arbitration under the Rules of Arbitration of the American Arbitration Association applying Maryland law.\r\n\r\n\r\n\r\n<strong><u>Limitation on Time to File Claims</u></strong>\r\n\r\n \r\n\r\nANY CAUSE OF ACTION OR CLAIM YOU MAY HAVE ARISING OUT OF OR RELATING TO THESE WEBSITE TERMS OR THE WEBSITE MUST BE COMMENCED WITHIN ONE (1) YEAR AFTER THE CAUSE OF ACTION ACCRUES, OTHERWISE, SUCH CAUSE OF ACTION OR CLAIM IS PERMANENTLY BARRED.\r\n\r\n\r\n\r\n<strong><u>Waiver and Severability</u></strong>\r\n\r\n \r\n\r\nNo waiver by the Company of any term or condition set out in these Terms of Use shall be deemed a further or continuing waiver of such term or condition or a waiver of any other term or condition, and any failure of the Company to assert a right or provision under these Website Terms shall not constitute a waiver of such right or provision.\r\n\r\n \r\n\r\nIf any provision of these Website Terms is held by a court or other tribunal of competent jurisdiction to be invalid, illegal, or unenforceable for any reason, such provision shall be eliminated or limited to the minimum extent such that the remaining provisions of the Website Terms will continue in full force and effect.\r\n\r\n\r\n\r\n<strong><u>Entire Agreement</u></strong>\r\n\r\n \r\n\r\nThe Terms of Use, Privacy Policy and all other formal policies set forth on the Website constitute the sole and entire agreement between you and the Company regarding the Website and supersede all prior and contemporaneous understandings, agreements, representations, and warranties, both written and oral, regarding the Website.\r\n\r\n\r\n\r\n<strong><u>Your Comments and Concerns</u></strong>\r\n\r\n \r\n\r\nThis website is operated by Fur, Fins & Feathers, LLC, which is located at 1 Research Court, Suite 450, Rockville, Maryland 20850. You may reach the Company with any comments or questions by electronic mail at: info@fffpetsitting.com or by telephone at: 301-840-1989.\r\n\r\n \r\n\r\nAll notices of copyright infringement claims should be sent to the copyright agent designated in our Copyright Policy in the manner and by the means set out therein.\r\n\r\n \r\n\r\nAll other feedback, comments, requests for technical support, and other communications relating to the Website should be directed to us by electronic mail at: info@fffpetsitting.com.[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Terms of Use','','inherit','closed','closed','','29-revision-v1','','','2020-02-07 17:27:36','2020-02-07 17:27:36','',29,'https://www.fffpetsitting.com/29-revision-v1/',0,'revision','',0),(105,1,'2020-02-07 17:27:53','2020-02-07 17:27:53','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Privacy Policy</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]Last modified: February 7, 2020\r\n\r\n<strong>Introduction</strong>\r\n\r\nANGEL’S PAW, LLC, sometimes doing business as Fur, Fins and Feathers (<strong>\"Company\"</strong> or<strong> \"We\"</strong>) respects your privacy and is committed to protecting it through our compliance with this policy.\r\n\r\nThis policy describes the types of information we may collect from you or that you may provide when you visit the website located at www.fffpetsitting.com or any mobile application or social media site operated by the Company (collectively, our \"<strong>Website</strong>\") and our practices for collecting, using, maintaining, protecting, and disclosing that information.\r\n\r\nThis policy applies to information we collect:\r\n<ul>\r\n <li>On this Website.</li>\r\n <li>In email, text, and other electronic messages between you and this Website.</li>\r\n <li>Through mobile and desktop applications you download from this Website, which provide dedicated non-browser-based interaction between you and this Website, if any.</li>\r\n <li>When you interact with our advertising and applications on third-party websites, applications and services, such as our Facebook page.</li>\r\n</ul>\r\n \r\n\r\nIt does not apply to information collected by:\r\n<ul>\r\n <li>us offline or through any other means, including on any other website operated by the Company or any third party (including our affiliates and subsidiaries), except as otherwise expressly set forth herein;</li>\r\n</ul>\r\nPlease read this policy carefully to understand our policies and practices regarding your information and how we will treat it. <strong>IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS PRIVACY POLICY, DO NOT USE OUR WEBSITE.</strong> By accessing or using this Website, you agree to this Privacy Policy. This policy may change from time to time (see Changes to Our Privacy Policy). Your continued use of this Website after we make changes is deemed to be acceptance of those changes, so please check the policy regularly for updates.\r\n\r\n<strong>Individuals Under the Age of 18</strong>\r\n\r\nOur Website is not intended for individuals under 18 years of age. No one under age 18 may provide any information, personal or otherwise, to or on the Website. We do not knowingly collect personal information from children under 18. If you are under 18, do not use or provide any information on this Website or on or through any of its features/register on the Website, make any purchases through the Website, use any of the interactive or public comment features of this Website or provide any information about yourself to us, including your name, address, telephone number, email address, or any screen name or user name you may use. If we learn that we have collected or received personal information from an individual under 18 years of age without verification of parental consent, we will delete that information; provided, however, that we shall not and do not have any obligation to confirm that all of our members comply with this provision nor shall we incur any liability for any errors or omissions with respect to this provision. If you believe we might have any information from or about an individual under 18, please contact us at: info@fffpetsitting.com.\r\n\r\n<strong>Information We Collect About You and How We Collect It</strong>\r\n\r\nWe may collect several types of information from and about users of our Website, including information:\r\n<ul>\r\n <li>by which you may be personally identified, such as name, postal address, e-mail address, telephone number or ANY OTHER INFORMATION THE WEBSITE COLLECTS THAT IS DEFINED AS PERSONAL OR PERSONALLY IDENTIFIABLE INFORMATION UNDER ANY APPLICABLE LAW (\"<strong>personal information</strong>\");</li>\r\n <li>that is about you but individually does not identify you, such as your opinions, comments and criticism relating to the Company’s operations and/or business; and/or</li>\r\n <li>about your Internet connection, the equipment you use to access our Website and usage details.</li>\r\n <li>about how you use our Website, your viewing habits, the pages you visit, the amount of time that you are on the site and other related analytics.</li>\r\n</ul>\r\nWe collect this information:\r\n<ul>\r\n <li>Directly from you when you provide it to us.</li>\r\n <li>Automatically as you navigate through the site. Information collected automatically may include usage details, IP addresses, and information collected through cookies, web beacons, and other tracking technologies.</li>\r\n <li>From third parties, for example, our business partners.</li>\r\n</ul>\r\n \r\n\r\n<strong>Information You Provide to Us.</strong> The information we collect on or through our Website may include:\r\n<ul>\r\n <li>Information that you provide by filling in forms on our Website. This includes information provided at the time of registering to use our Website, if you registered, subscribing to any services that we may offer, posting material, or requesting further services. We may also ask you for information when you report a problem with our Website.</li>\r\n <li>Records and copies of your correspondence (including email addresses), if you contact us.</li>\r\n <li>Your responses to surveys that we might ask you to complete for research purposes.</li>\r\n <li>Your search queries on the Website.</li>\r\n</ul>\r\nYou also may provide information to be published or displayed (hereinafter, \"<strong>posted</strong>\") on public areas of the Website, or transmitted to other users of the Website or third parties (collectively, \"<strong>User Contributions</strong>\"). Your User Contributions are posted on and transmitted to others at your own risk. Although we may limit access to certain pages, in our discretion, please be aware that no security measures are perfect or impenetrable. Additionally, we cannot control the actions of other users of the Website with whom you may choose to share your User Contributions. Therefore, we cannot and do not guarantee that your User Contributions will not be viewed by unauthorized persons.\r\n\r\n<strong>Information We Collect Through Automatic Data Collection Technologies.</strong> As you navigate through and interact with our Website, we may use automatic data collection technologies to collect certain information about your equipment, browsing actions, and patterns, including:\r\n<ul>\r\n <li>Details of your visits to our Website, including traffic data, location data, logs, and other communication data and the resources that you access and use on the Website.</li>\r\n <li>Information about your computer and Internet connection, including your IP address, operating system, and browser type.</li>\r\n</ul>\r\nThe information we collect automatically is statistical data and may include personal information and we may maintain it or associate it with personal information we collect in other ways or receive from third parties. It helps us to improve our Website and to deliver a better and more personalized service, including by enabling us to:\r\n<ul>\r\n <li>Estimate our audience size and usage patterns.</li>\r\n <li>Store information about your preferences, allowing us to customize our Website according to your individual interests.</li>\r\n <li>Speed up your searches.</li>\r\n <li>Recognize you when you return to our Website.</li>\r\n</ul>\r\nThe technologies we use for this automatic data collection may include:\r\n<ul>\r\n <li><strong>Cookies (or browser cookies).</strong> A cookie is a small file placed on the hard drive of your computer. You may refuse to accept browser cookies by activating the appropriate setting on your browser. However, if you select this setting you may be unable to access certain parts of our Website. Unless you have adjusted your browser setting so that it will refuse cookies, our system will issue cookies when you direct your browser to our Website.</li>\r\n <li><strong>Flash Cookies.</strong> Certain features of our Website may use local stored objects (or Flash cookies) to collect and store information about your preferences and navigation to, from, and on our Website. Flash cookies are not managed by the same browser settings as are used for browser cookies. For information about managing your privacy and security settings for Flash cookies, see Choices About How We Use and Disclose Your Information.</li>\r\n <li><strong>Web Beacons.</strong> Pages of our Website and our e-mails may contain small electronic files known as web beacons (also referred to as clear gifs, pixel tags, and single-pixel gifs) that permit the Company, for example, to count users who have visited those pages or opened an email and for other related website statistics (for example, recording the popularity of certain website content and verifying system and server integrity).</li>\r\n</ul>\r\n \r\n\r\n<strong>Third-Party Use of Cookies and Other Tracking Technologies.</strong>\r\n\r\nSome content or applications, including advertisements, on the Website are served by third-parties, including advertisers, ad networks and servers, content providers, and application providers. These third parties may use cookies alone or in conjunction with web beacons or other tracking technologies to collect information about you when you use our Website. The information they collect may be associated with your personal information or they may collect information, including personal information, about your online activities over time and across different websites and other online services. They may use this information to provide you with interest-based (behavioral) advertising or other targeted content.\r\n\r\nWe do not control these third parties\' tracking technologies or how they may be used. If you have any questions about an advertisement or other targeted content, you should contact the responsible provider directly. For information about how you can opt out of receiving targeted advertising from many providers, see the Choices About How We Use and Disclose Your Information Section, below.\r\n\r\n<strong>How We Use Your Information</strong>\r\n\r\nWe use information that we collect about you or that you provide to us, including any personal information:\r\n<ul>\r\n <li>To present our Website and its contents to you.</li>\r\n <li>To provide you with information, products, or services that you request from us.</li>\r\n <li>To fulfill any other purpose for which you provide it.</li>\r\n <li>To provide you with notices about your account, including expiration and renewal notices (as applicable).</li>\r\n <li>To carry out our obligations and enforce our rights arising from any contracts entered into between you and us, including for billing and collection.</li>\r\n <li>To notify you about changes to our Website or any products or services we offer or provide though it.</li>\r\n <li>To allow you to participate in interactive features on our Website, as they are developed.</li>\r\n <li>In any other way we may describe when you provide the information.</li>\r\n <li>For any other purpose with your consent.</li>\r\n</ul>\r\nWe may also use your information to contact you about updates with respect to our business and services.\r\n\r\nWe may use the information we have collected from you to enable us to display advertisements to our advertisers\' target audiences. Even though we do not disclose your personal information for these purposes without your consent, if you click on or otherwise interact with an advertisement, the advertiser may assume that you meet its target criteria.\r\n\r\n<strong>Disclosure of Your Information</strong>\r\n\r\nWe may disclose aggregated information about our users, and information that does not identify any individual, without restriction.\r\n\r\nWe may disclose personal information that we collect or you provide as described in this Privacy Policy:\r\n<ul>\r\n <li>To our subsidiaries and affiliates; or</li>\r\n <li>To contractors, service providers, and other third parties we use to support our business and who are bound by contractual obligations to keep personal information confidential and use it only for the purposes for which we disclose it to them; or</li>\r\n <li>To fulfill the purpose for which you provide it. For example, if you give us an email address to use the \"email a friend\" feature of our Website, we will transmit the contents of that email and your email address to the recipients; or</li>\r\n <li>For any other purpose disclosed by us when you provide the information; or</li>\r\n <li>With your consent.</li>\r\n</ul>\r\n \r\n\r\nWe may also disclose your personal information:\r\n<ul>\r\n <li>To comply with any court order, law, or legal process, including to respond to any government or regulatory request.</li>\r\n <li>To enforce or apply our Terms of Use [INSERT AS LINK TO WEBSITE\'S TERMS OF USE] and other agreements, including for billing and collection purposes.</li>\r\n <li>If we believe disclosure is necessary or appropriate to protect the rights, property, or safety of the Company, our customers, or others. This includes exchanging information with other companies and organizations for the purposes of fraud protection and credit risk reduction.</li>\r\n</ul>\r\n<strong>Choices About How We Use and Disclose Your Information</strong>\r\n\r\nWe strive to provide you with choices regarding the personal information you provide to us. We have created mechanisms to provide you with the following control over your information:\r\n<ul>\r\n <li><strong>Tracking Technologies and Advertising.</strong> You can set your browser to refuse all or some browser cookies, or to alert you when cookies are being sent. To learn how you can manage your Flash cookie settings, visit the Flash player settings page on Adobe\'s website. If you disable or refuse cookies, please note that some parts of this site may then be inaccessible or not function properly.</li>\r\n <li><strong>Disclosure of Your Information for Third-Party Advertising.</strong> If you do not want us to share your personal information with unaffiliated or non-agent third parties for promotional purposes, you can opt-out by sending us an email request to opt out at: info@fffpetsitting.com</li>\r\n <li><strong>Promotional Offers from the Company.</strong> If you do not wish to have your email address/contact information used by the Company to promote our own or third parties\' products or services, you can opt-out by sending us an email stating your request to info@fffpetsitting.com. If we have sent you a promotional email, you may send us a return email asking to be omitted from future email distributions.</li>\r\n <li><strong>Targeted Advertising.</strong> If you do not want us to use information that we collect or that you provide to us to deliver advertisements according to our advertisers\' target-audience preferences, you can opt-out by sending us an email stating your request to info@fffpetsitting.com.</li>\r\n</ul>\r\nWe do not control third parties\' collection or use of your information to serve interest-based advertising. However, these third parties may provide you with ways to choose not to have your information collected or used in this way. You can opt out of receiving targeted ads from members of the Network Advertising Initiative (\"<strong>NAI</strong>\") on the NAI\'s website.\r\n\r\n<strong>Accessing and Correcting Your Information</strong>\r\n\r\nYou may also send us an email at info@fffpetsitting.com to request access to, correct or delete any personal information that you have provided to us. We cannot delete your personal information except by also deleting your user account. We may not accommodate a request to change information if we believe the change would violate any law or legal requirement or cause the information to be incorrect.\r\n\r\nIf you delete your User Contributions from the Website, copies of your User Contributions may remain viewable in cached and archived pages, or might have been copied or stored by other Website users. Proper access and use of information provided on the Website, including User Contributions, is governed by our Terms of Use located at: <a href=\"/terms-of-use\">www.fffpetsitting.com/terms-of-use</a>.\r\n\r\nIt is a breach of Our Terms of Use to use Our Website if you are a European Union resident or business and you shall cease any and all such further use immediately. However, in the event that you are an EU resident or business and have nevertheless used Our Website or have registered for or purchased our services, you have the right to make a complaint at any time to the Information Commissioner’s Office (ICO), the UK supervising authority for data protection issues (<a href=\"http://www.ico.org.uk\">www.ico.org.uk</a>). We would, however, appreciate the chance to deal with your concerns before you approach the ICO so please contact us in the first instance.\r\n\r\n \r\n\r\n<strong>Your California Privacy Rights</strong>\r\n\r\nCalifornia Civil Code Section § 1798.83 permits users of our Website that are California residents to request certain information regarding our disclosure of personal information to third parties for their direct marketing purposes. To make such a request, please send an email to info@fffpetsitting.com.\r\n\r\n<strong>Data Security</strong>\r\n\r\nWe have implemented measures designed to secure your personal information from accidental loss and from unauthorized access, use, alteration, and disclosure. All information you provide to us is stored on our secure servers behind firewalls. Any information collected by way of payment transactions will be encrypted using SSL technology.\r\n\r\nThe safety and security of your information also depends on you. Where we have given you (or where you have chosen) a password for access to certain parts of our Website, you are responsible for keeping this password confidential. We ask you not to share your password with anyone. We urge you to be careful about giving out information in public areas of the Website like message boards. The information you share in public areas may be viewed by any user of the Website.\r\n\r\nUnfortunately, the transmission of information via the Internet is not completely secure. Although we do our best to protect your personal information, we cannot guarantee the security of your personal information transmitted to our Website. Any transmission of personal information is at your own risk. We are not responsible for circumvention of any privacy settings or security measures contained on the Website.\r\n\r\n<strong>Changes to Our Privacy Policy</strong>\r\n\r\nIt is our policy to post any changes we make to our Privacy Policy on this page. If we make material changes to how we treat our users\' personal information, we will make commercially reasonable efforts to notify you through a notice on the Website home page. The date the Privacy Policy was last revised is identified at the top of the page. You are responsible for regularly visiting this Privacy Policy to check for any changes.[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Privacy Policy','','inherit','closed','closed','','3-revision-v1','','','2020-02-07 17:27:53','2020-02-07 17:27:53','',3,'https://www.fffpetsitting.com/3-revision-v1/',0,'revision','',0),(106,1,'2020-02-07 17:36:43','2020-02-07 17:36:43','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Terms of Use</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>FFFPETSITTING.COM – TERMS OF USE</h2>\r\nLAST UPDATED: January 1, 2020\r\n\r\n \r\n\r\n<strong><u>Acceptance of Terms of Use.</u></strong>\r\n\r\n \r\n\r\nPLEASE READ THE TERMS OF USE CAREFULLY BEFORE YOU BEGIN TO USE THIS OR ANY OTHER ANGEL’S PAW, LLC (dba Fur, Fins & Feathers) WEBSITE OR MOBILE APPLICATION (OR ANY CONTENT, PRODUCT, SERVICE, OR FEATURE AVAILABLE THROUGH THE WEBSITE OR MOBILE APPLICATION) (COLLECTIVELY, THE (“WEBSITE”). BY USING, VIEWING, OR IN ANY WAY ACCESSING THE WEBSITE, YOU ARE AGREEING TO ABIDE BY AND TO FULLY COMPLY WITH THE TERMS AND CONDITIONS SET FORTH HEREIN AND BY ALL TERMS, POLICIES AND GUIDELINES INCORPORATED HEREIN BY REFERENCE, AS WELL AS ANY ADDITIONAL TERMS AND RESTRICTIONS PRESENTED IN RELATION TO SPECIFIC CONTENT OR A SPECIFIC PRODUCT, SERVICE OR FEATURE OR WHICH ANY OTHER POLICY OF ANGELSPAW WHICH IS INCORPORATED HEREIN BY REFERENCE (COLLECTIVELY, THE “WEBSITE TERMS” OR “TERMS OF USE”). <strong>IF YOU DO NOT AGREE TO ALL OF THE TERMS AND CONDITIONS SET FORTH HEREIN, DO NOT USE, VIEW OR IN ANY WAY ACCESS THE WEBSITE.</strong>\r\n\r\n \r\n\r\nThese terms of use are entered into by and between You and Fur, Fins & Feathers, a Maryland limited liability company (”<strong>Company</strong>”, “<strong>we</strong>”, or “<strong>us</strong>”). The following Website Terms govern your access to and use of the Website, including any content, functionality, and services offered on or through the Website, whether as a guest or a registered member of the Website.\r\n\r\n \r\n\r\nThis Website is offered and available to users who are at least eighteen (18) years of age or older and reside in the United States or any of its territories or possessions. By using this Website, you represent and warrant that you are of legal age to form a binding contract with the Company and meet all of the foregoing eligibility requirements. If you do not meet all of these requirements, you must not access or use the Website.\r\n\r\n \r\n\r\n<strong><u>Privacy Policy</u></strong>\r\n\r\n<strong><u> </u></strong>\r\n\r\nWe are committed to protecting your privacy. Please refer to our Privacy Policy for information regarding how we collect, use and disclose personal information. The Privacy Policy can be found here: <a href=\"https://www.fffpetsitting.com/privacy-policy/\">www.fffpetsitting.com/privacy-policy</a>\r\n\r\n \r\n\r\n<strong><u>Changes to the Terms of Use</u></strong>\r\n\r\n \r\n\r\nWe may revise and update these Terms of Use from time to time in our sole discretion. All changes are effective immediately when we post them, and apply to all access to and use of the Website thereafter.\r\n\r\n \r\n\r\nYour continued use of the Website following the posting of revised Terms of Use means that you accept and agree to the changes. You are expected to check this page regularly, so you are aware of any changes, as they are binding on you.\r\n\r\n\r\n\r\n<strong><u>Accessing the Website and Account Security</u></strong>\r\n\r\n \r\n\r\nWe reserve the right to withdraw or amend this Website, and any service or material we provide on the Website, in our sole discretion without notice. We will not be liable if for any reason all or any part of the Website is unavailable at any time or for any period. From time to time, we may restrict access to some parts of the Website, or the entire Website, to users, including registered users.\r\n\r\n \r\n\r\nYou are responsible for:\r\n\r\n \r\n<ul>\r\n <li>Making all arrangements necessary for you to have access to the Internet and the Website.</li>\r\n <li>Ensuring that all persons who access the Website through your Internet connection are aware of these Terms of Use and comply with them.</li>\r\n</ul>\r\n \r\n\r\nTo access the Website or some of the resources it offers, you may be asked to provide certain registration details or other information. It is a condition of your use of the Website that all the information you provide on the Website is correct, current, and complete. You agree that all information you provide to register with this Website or otherwise, including but not limited to through the use of any interactive features on the Website, is governed by our <a href=\"https://www.fffpetsitting.com/privacy-policy/\">Privacy Policy</a> and you consent to all actions we take with respect to your information consistent with our Privacy Policy.\r\n\r\n \r\n\r\nIf you choose, or are provided with, a user name, password, or any other piece of information as part of our security procedures, you must treat such information as confidential, and you must not disclose it to any other person or entity. You also acknowledge that your account is personal to you and agree not to provide any other person with access to this Website or portions of it using your user name, password, or other security information. You agree to notify us immediately of any unauthorized access to or use of your user name or password or any other breach of security. You also agree to ensure that you exit from your account at the end of each session. You should use particular caution when accessing your account from a public or shared computer so that others are not able to view or record your password or other personal information.\r\n\r\n \r\n\r\nWe have the right to disable any user name, password, or other identifier, whether chosen by you or provided by us, at any time in our sole discretion for any or no reason, including if, in our opinion, you have violated any provision of these Terms of Use.\r\n\r\n\r\n\r\n<strong><u>Intellectual Property Rights</u></strong>\r\n\r\n \r\n\r\nThe Website and its entire contents, features, and functionality (including but not limited to all trade dress, marks, logos, names and other brand identifying images, information, software, text, displays, images, video, and audio, and the design, selection, and arrangement thereof) are owned by the Company, its licensors, or other providers (collectively, the “Content”) of such material and are protected by United States and international copyright, trademark, patent, trade secret, and other intellectual property or proprietary rights laws.\r\n\r\n \r\n\r\nThese Terms of Use permit you to use the Website for your personal, non-commercial use only. You must not download, transfer, reproduce, distribute, modify, create derivative works of, publicly display, publicly perform, republish, download, store, or transmit any of the material on our Website unless expressly authorized to do so, in writing, by us. Specifically, you are prohibited from: (a) downloading, copying or re-transmitting any and all of the Website or the Content without, or in violation of, a written license or agreement with us; (b) using any data mining, robots or similar data gathering or extraction methods; (c) manipulating or otherwise displaying the Website and/or Content by using framing or similar navigational technology; (d) registering, subscribing or attempting to register, subscribe or unsubscribe any party for any of the Company’s products or services if you are not expressly authorized by such party to do so; (e) reverse engineering, altering or modifying any part of the Website or the Content; (f) circumventing, disabling or otherwise interfering with security-related features of the Website or any system resources, services or networks connected to or accessible through the Website; (g) selling, licensing, leasing or in any way commercializing the Website or Content without specific written authorization from us; and/or (h) using the Website or Content other than for its intended purpose. Such unauthorized use may also violate applicable laws including, without limitation, copyright and trademark laws, the laws of privacy and publicity, and applicable communications regulations and statues. You hereby represent and warrant that you will comply with all applicable laws and regulations, including, without limitation, those relating to Internet data, e-mail, privacy, and the transmission of technical data exported from the United States or the country in which you reside, except as follows:\r\n\r\n \r\n<ul>\r\n <li>Your computer may temporarily store copies of such materials in RAM incidental to your accessing and viewing those materials.</li>\r\n <li>You may store files that are automatically cached by your Web browser for display enhancement purposes.</li>\r\n <li>You may print one copy of a reasonable number of pages of the Website for your own personal, non-commercial use and not for further reproduction, publication, or distribution.</li>\r\n <li>If we provide desktop, mobile, or other applications for download, you may download a single copy to your computer or mobile device solely for your own personal, non-commercial use, provided you agree to be bound by our end user license agreement for such applications.</li>\r\n <li>If we provide social media features with certain content, you may take such actions as are enabled by such features, pursuant to these Website Terms and any other applicable terms and conditions of such third-party social media sites.</li>\r\n</ul>\r\n \r\n\r\nYou must not:\r\n\r\n \r\n<ul>\r\n <li>Modify copies of any materials from this site.</li>\r\n <li>Use any illustrations, photographs, video or audio sequences, or any graphics separately from the accompanying text.</li>\r\n <li>Delete or alter any copyright, trademark, or other proprietary rights notices from copies of materials from</li>\r\n</ul>\r\nthis site.\r\n\r\n \r\n\r\nIf you print, copy, modify, download, or otherwise use or provide any other person with access to any part of the Website in breach of the Terms of Use, your right to use the Website shall cease immediately and you must, at our option, return or destroy any copies of the materials you have made. No right, title, or interest in or to the Website or any content on the Website is transferred to you, and all rights not expressly granted are reserved by the Company. Any use of the Website not expressly permitted by these Terms of Use is a breach of these Terms of Use and may violate copyright, trademark, and other laws.\r\n\r\n \r\n\r\n<strong><u>Copyright Infringement Policy-- Take Down Notice</u></strong>\r\n\r\n<strong><u> </u></strong>\r\n\r\nIn accordance with the Digital Millennium Copyright Act (“DMCA”) and other applicable laws, we have adopted a policy of terminating, in appropriate circumstances and in our sole discretion, account holders who infringing, in any way, the Company’s intellectual property rights or the rights of any third party.\r\n\r\n \r\n\r\nIf you believe that any material on the Website infringes upon any copyright that you own or control, you may file a notification of such infringement with our Designated Agent as set forth below:\r\n\r\n \r\n\r\nCopyright Agent:\r\n\r\n \r\n\r\nAyshia Reed\r\n\r\n1 Research Court, Ste. 450\r\n\r\nRockville, MD 20850\r\n\r\nPhone: 301-840-1989\r\n\r\nE-mail: <a href=\"mailto:info@fffpetsitting.com\">info@fffpetsitting.com</a>\r\n\r\n \r\n\r\n<strong><u>Trademarks</u></strong>\r\n\r\n \r\n\r\nThe Company name, logos and other identifying marks and all related names, logos, product and service names, designs, and slogans are trademarks of the Company or its affiliates or licensors (collectively, the “Company Marks”). You must not use any of the Company Marks without the prior written permission of the Company. Further, you may not use meta tags or any other “hidden text” utilizing any of the Company’s Marks or any other name, trademark or product or service name of the Company without our prior written consent. Additionally, the look and feel of the Website, including all page headers, custom graphics, button icons and scripts, are protected as service marks, trademarks and/or trade dress of the Company and shall not be copied imitated or used, in whole or in part, without our prior written permission. All other names, logos, product and service names, designs, and slogans on this Website are the trademarks of their respective owners and shall not be used except with the express permission of such mark owner.\r\n\r\n \r\n\r\n<strong><u>Other Services</u></strong>\r\n\r\n<strong><u> </u></strong>\r\n\r\nFur, Fins & Feathers provides a host of services for which customers can engage Fur, Fins & Feathers through this Website, such as dog training, pet photography, pet house sitting and bed and breakfast services. With respect to any services provided by Fur, Fins & Feathers, Fur, Fins & Feathers shall incur no liability as a result of providing any such services, except in the instance of gross negligence and/or willful misconduct on the part of Fur, Fins & Feathers. To the extent liability is found by a court of law, the total liability incurred by Fur, Fins & Feathers shall not exceed that amount paid under any applicable contract or such services by customer. In the event that pet picture services are provided by Fur, Fins & Feathers, Fur, Fins & Feathers shall grant ownership of such pictures to customer; provided, however, that Fur, Fins & Feathers shall enjoy an irrevocable, perpetual, non-exclusive license to use any and all such pictures taken for purposes of its own marketing and advertisement. To the extent that any injury, damage, harm or loss is incurred by Fur, Fins & Feathers as a result of any action or inaction by customer, customer hereby covenants and agrees to hold Fur, Fins & Feathers harmless and indemnify and defend Fur, Fins & Feathers from same. To the extent that customer causes injury, damage, loss or harm to Fur, Fins & Feathers directly, as a result of the provision of services to it by Fur, Fins & Feathers, customer shall reimburse Fur, Fins & Feathers for any and all such harm, damage, loss and injury. Any and all other terms and conditions relating to the provision of any such services shall be more fully set forth in a written agreement between Fur, Fins & Feathers and customer.\r\n\r\n \r\n\r\n\r\n\r\n<strong><u>Prohibited Uses</u></strong>\r\n\r\n \r\n\r\nYou may use the Website only for lawful purposes and in accordance with these Terms of Use. You agree not to use the Website:\r\n\r\n \r\n<ul>\r\n <li>In any way that violates any applicable federal, state, local, or international law or regulation (including, without limitation, any laws regarding the export of data or software to and from the US or other countries).</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>For the purpose of exploiting, harming, or attempting to exploit or harm any individual, including, but not limited to minors, in any way by exposing them to inappropriate content, asking for personally identifiable information, or otherwise.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>To send, knowingly receive, upload, download, use, or re-use any material that does not comply with the Content Standards set out in these Terms of Use.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>To transmit, or procure the sending of, any advertising or promotional material, without our prior written consent, including any “junk mail”, “chain letter”, “spam”, or any other similar solicitation.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>To impersonate or attempt to impersonate the Company, a Company employee, another user, or any other person or entity (including, without limitation, by using email addresses associated with any of the foregoing).</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>To engage in any other conduct that restricts or inhibits anyone’s use or enjoyment of the Website, or which, as determined by us, may harm the Company or users of the Website or expose them to liability.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>To publicize without authorization, defame, embarrass, harass or terrorize any individual or entity.</li>\r\n</ul>\r\n \r\n\r\nAdditionally, you agree not to:\r\n\r\n \r\n<ul>\r\n <li>Use the Website in any manner that could disable, overburden, damage, or impair the site or interfere with any other party’s use of the Website, including their ability to engage in real time activities through the Website.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Use any robot, spider, or other automatic device, process, or means to access the Website for any purpose, including monitoring or copying any of the material on the Website.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Use any manual process to monitor or copy any of the material on the Website or for any other unauthorized purpose without our prior written consent.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Use any device, software, or routine that interferes with the proper working of the Website.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Introduce any viruses, Trojan horses, worms, logic bombs, or other material that is malicious or technologically harmful on, in or through the Website or any of the Company’s servers.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Attempt to gain unauthorized access to, interfere with, damage, or disrupt any parts of the Website, the server on which the Website is stored, or any server, computer, or database connected to the Website.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Attack the Website via a denial-of-service attack or a distributed denial-of-service attack.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Otherwise attempt to interfere with the proper working of the Website.</li>\r\n</ul>\r\n\r\n\r\n<strong><u>User Contributions</u></strong>\r\n\r\n \r\n\r\nThe Website may contain message boards, chat rooms, personal web pages or profiles, forums, bulletin boards, and other interactive features (collectively, “<strong>Interactive Services</strong>”) that allow users to post, submit, publish, display, or transmit to other users or other persons (hereinafter, “<strong>post</strong>”) content or materials (collectively, “<strong>User Contributions</strong>”) on or through the Website.\r\n\r\n \r\n\r\nAny User Contribution that you post to the site will be considered non-confidential, non-proprietary and a public communication. By providing any User Contribution on the Website, you grant us, our affiliates and service providers, and each of their and our respective licensees, successors, and assigns the right to use, reproduce, modify, make derivative works of, perform, display, distribute, and otherwise disclose to third parties any such material for any purpose.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nYou hereby represent and warrant, covenant and agree that:\r\n\r\n \r\n<ul>\r\n <li>You own or control all rights in and to the User Contributions and have the right to grant the perpetual, irrevocable, royalty-free, world-wide license granted above to us and our affiliates and service providers, and each of their and our respective licensees, successors, and assigns.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>No portion of any such User Contribution infringes upon or violates any other party’s rights, including, but not limited to intellectual property, publicity and/or privacy rights and that no such User Contribution will include: (a) any message, comment, data, information, text music, sound, photos, graphics, code or other material that is unlawful, libelous, defamatory, obscene, pornographic, harmful to minors, indecent, lewd, suggestive, harassing, threatening, abusive, inflammatory, fraudulent or otherwise objectionable; (b) instructions or encouragement for the commission of a criminal offense, a violation of anyone’s rights or an act which would create liability under or which would violate any local, state, national or international law; or (c) private information of any third party, including, without limitation, addresses, phone numbers, email addresses, social security numbers and/or credit card numbers.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>All of your User Contributions do and will comply with these Terms of Use.</li>\r\n</ul>\r\n \r\n\r\nYou understand and acknowledge that you are solely responsible for any and all User Contributions you submit or contribute, and you, not the Company, have full responsibility for such content, including its legality, reliability, accuracy, and appropriateness.\r\n\r\n \r\n\r\nWe are not responsible or liable, in any way, to any third party for the content or accuracy of any User Contributions posted by you or any other user of the Website. Although the Company has no obligation to screen, edit or monitor any of the User Contribution posted in any Interactive Service, the Company reserves the right and has absolute discretion to remove, screen, and/or edit any User Contribution posted and/or stored on the Website at any time and for any reason without notice. Any use of any Interactive Service or other portions of the Website in violation of the foregoing violates these Website Terms and may result in, among other things, termination or suspension or your ability to use the Interactive Services and/or the Website, in the Company’s sole discretion and judgment.\r\n\r\n \r\n\r\nFurther, you hereby acknowledge and agree that the Company may access, use and/or disclose any information about you and/or your use of this Website, including, but not limited to, any User Contribution to comply with the law or any legal process, to protect and defend the rights or property of the Company, and/or to protect the safety of the Company, its employees, customers or the public.\r\n\r\n \r\n\r\nIn the event that you post a User Contribution on the Website, you acknowledge, covenant and agree that you grant to the Company a non-exclusive, royalty-free, perpetual, irrevocable and fully sublicensable right to use, reproduce, modify, adapt, publish, translate, make derivative works from, distribute, perform and display such User Contribution(s) through the world in any media.\r\n\r\n \r\n\r\n<strong><u>Registration and Membership</u></strong>\r\n\r\n<strong> </strong>\r\n\r\nYou may be required to register your information with the Website, either as part of securing a Website Membership or in connection with your use of the Website. In such case, you agree to: (a) provide accurate, current and complete information about yourself as may be prompted by any registration forms on the Website (“Registration Information”); (b) maintain and promptly update the Registration Information you provide to the Company, to ensure its continued accuracy and completeness; (c) maintain the security of your username and password; (d) notify the Company immediately of any unauthorized use of your account or other breach of security; (e) accept all responsibility for any and all activities that occur under your account, including, but not limited to, all applicable taxes and any applicable third-party fees; and (f) accept all risks of unauthorized access to the Registration Data and any other information that you provide to the Company.\r\n\r\n\r\n\r\n<strong><u>Monitoring and Enforcement; Termination</u></strong>\r\n\r\n \r\n\r\nWe have the right to:\r\n\r\n \r\n<ul>\r\n <li>Remove or refuse to post any User Contributions for any or no reason in our sole discretion.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Take any action with respect to any User Contribution that we deem necessary or appropriate in our sole discretion, including if we believe that such User Contribution violates these Website Terms, including the Content Standards, infringes any intellectual property right or other right of any person or entity, threatens the personal safety of users of the Website or the public, or could create liability for the Company.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Disclose your identity or other information about you to any third party who claims that material posted by you violates their rights, including their intellectual property rights or their right to privacy.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Take appropriate legal action, including without limitation, referral to law enforcement, for any illegal or unauthorized use of the Website.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Terminate or suspend your access to all or part of the Website for any violation of these Terms of</li>\r\n</ul>\r\nWithout limiting the foregoing, we have the right to cooperate fully with any law enforcement authorities or court order requesting or directing us to disclose the identity or other information of anyone posting any materials on or through the Website. YOU WAIVE AND HOLD HARMLESS THE COMPANY AND ITS AFFILIATES, LICENSEES, AND SERVICE PROVIDERS FROM ANY CLAIMS RESULTING FROM ANY ACTION TAKEN BY THE COMPANY/ANY OF THE FOREGOING PARTIES DURING, OR TAKEN AS A CONSEQUENCE OF, INVESTIGATIONS BY EITHER THE COMPANY OR LAW ENFORCEMENT AUTHORITIES.\r\n\r\n \r\n\r\nHowever, we do not undertake to review all material before it is posted on the Website, and cannot ensure prompt removal of objectionable material after it has been posted. Accordingly, we assume no liability for any action or inaction regarding transmissions, communications, or content provided by any user or third party. We have no liability or responsibility to anyone for performance or nonperformance of the activities described in this section.\r\n\r\n\r\n\r\n<strong><u>Content Standards</u></strong>\r\n\r\n \r\n\r\nThese content standards apply to any and all User Contributions and use of Interactive Services. User Contributions must in their entirety comply with all applicable federal, state, local, and international laws and regulations. Without limiting the foregoing, User Contributions must not:\r\n\r\n \r\n<ul>\r\n <li>Contain any material that is defamatory, obscene, indecent, abusive, offensive, harassing, violent, hateful, inflammatory, or otherwise objectionable.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Promote sexually explicit or pornographic material, violence, or discrimination based on race, sex, religion, nationality, disability, sexual orientation, or age.</li>\r\n</ul>\r\n \r\n\r\n \r\n<ul>\r\n <li>Infringe any patent, trademark, trade secret, copyright, or other intellectual property or other rights of any other person.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Violate the legal rights (including the rights of publicity and privacy) of others or contain any material that could give rise to any civil or criminal liability under applicable laws or regulations or that otherwise may be in conflict with these Terms of Use and our Privacy Policy found here: <a href=\"https://www.fffpetsitting.com/privacy-policy/\">Privacy Policy</a></li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Be likely to deceive any person.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Promote any illegal activity, or advocate, promote, or assist any unlawful act.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Cause annoyance, inconvenience, or needless anxiety or be likely to upset, embarrass, alarm, or annoy any other person.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Impersonate any person, or misrepresent your identity or affiliation with any person or organization.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Involve commercial activities or sales, such as contests, sweepstakes, and other sales promotions, barter, or advertising.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Give the impression that they emanate from or are endorsed by us or any other person or entity, if this is not the case.</li>\r\n</ul>\r\n\r\n\r\n<strong><u>Reliance on Information Posted</u></strong>\r\n\r\n \r\n\r\nThe information presented on or through the Website is made available solely for general information purposes. We do not warrant the accuracy, completeness, or usefulness of this information. Any reliance you place on such information is strictly at your own risk. We disclaim all liability and responsibility arising from any reliance placed on such materials by you or any other visitor to the Website, or by anyone who may be informed of any of its contents.\r\n\r\n \r\n\r\nThis Website may include content provided by third parties, including materials provided by other users, bloggers, and third-party licensors, syndicators, aggregators, and/or reporting services. All statements and/or opinions expressed in these materials, and all articles and responses to questions and other content, other than the content provided by the Company, are solely the opinions and the responsibility of the person or entity providing those materials. These materials do not necessarily reflect the opinion of the Company. We are not responsible, or liable to you or any third party, for the content or accuracy of any materials provided by any third parties.\r\n\r\n\r\n\r\n<strong><u>Changes to the Website</u></strong>\r\n\r\n \r\n\r\nWe may update the content on this Website from time to time, but its content is not necessarily complete or up-to-date. Any of the material on the Website may be out of date at any given time, and we are under no obligation to update such material.\r\n\r\n\r\n\r\n<strong><u>Information About You and Your Visits to the Website</u></strong>\r\n\r\n \r\n\r\nAll information we collect on this Website is subject to our <a href=\"https://www.fffpetsitting.com/privacy-policy/\">Privacy Policy</a>. By using the Website, you consent to all actions taken by us with respect to your information in compliance with the Privacy Policy.\r\n\r\n \r\n\r\n<strong><u> </u></strong>\r\n\r\n<strong><u>Links from the Website</u></strong>\r\n\r\nIf the Website contains links to other sites and resources provided by third parties, these links are provided for your convenience only. This includes links contained in advertisements, including banner advertisements and sponsored links. We have no control over the contents of those sites or resources, and accept no responsibility for them or for any loss or damage that may arise from your use of them. If you decide to access any of the third-party websites linked to this Website, you do so entirely at your own risk and subject to the terms and conditions of use for such websites.\r\n\r\n\r\n\r\n<strong><u>Geographic Restrictions</u></strong>\r\n\r\n \r\n\r\nThe owner of the Website is based in the state of Maryland in the United States. We provide this Website for use only by persons located in the United States. We make no claims that the Website or any of its content is accessible or appropriate outside of the United States. Access to the Website may not be legal by certain persons or in certain countries. If you access the Website from outside the United States, you do so on your own initiative and are responsible for compliance with local laws. <strong>IF YOU ARE A EUROPEAN UNION RESIDENT OR BUSINESS YOU ARE STRICTLY PROHIBITED FROM USING THIS WEBSITE AND/OR SUBSCRIBING AND/OR PURCHASING GOODS AND/OR SERVICES FROM US.</strong>\r\n\r\n\r\n\r\n<strong><u>Disclaimer of Warranties</u></strong>\r\n\r\n \r\n\r\nYou understand that we cannot and do not guarantee or warrant that files available for downloading from the Internet or the Website will be free of viruses or other destructive code. You are responsible for implementing sufficient procedures and checkpoints to satisfy your particular requirements for anti-virus protection and accuracy of data input and output, and for maintaining a means external to our site for any reconstruction of any lost data. TO THE FULLEST EXTENT PROVIDED BY LAW, WE WILL NOT BE LIABLE FOR ANY LOSS OR DAMAGE CAUSED BY A DISTRIBUTED DENIAL-OF-SERVICE ATTACK, VIRUSES, OR OTHER TECHNOLOGICALLY HARMFUL MATERIAL THAT MAY INFECT YOUR COMPUTER EQUIPMENT, COMPUTER PROGRAMS, DATA, OR OTHER PROPRIETARY MATERIAL DUE TO YOUR USE OF THE WEBSITE OR ANY SERVICES OR ITEMS OBTAINED THROUGH THE WEBSITE OR TO YOUR DOWNLOADING OF ANY MATERIAL POSTED ON IT, OR ON ANY WEBSITE LINKED TO IT.\r\n\r\n \r\n\r\n \r\n\r\nYOUR USE OF THE WEBSITE, ITS CONTENT, AND ANY SERVICES OR ITEMS OBTAINED THROUGH THE WEBSITE IS AT YOUR OWN RISK. THE WEBSITE, ITS CONTENT, AND ANY SERVICES OR ITEMS OBTAINED THROUGH THE WEBSITE ARE PROVIDED ON AN “AS IS” AND “AS AVAILABLE” BASIS, WITHOUT ANY WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED. NEITHER THE COMPANY NOR ANY PERSON ASSOCIATED WITH THE COMPANY MAKES ANY WARRANTY OR REPRESENTATION WITH RESPECT TO THE COMPLETENESS, SECURITY, RELIABILITY, QUALITY, ACCURACY, OR AVAILABILITY OF THE WEBSITE. WITHOUT LIMITING THE FOREGOING, NEITHER THE COMPANY NOR ANYONE ASSOCIATED WITH THE COMPANY REPRESENTS OR WARRANTS THAT THE WEBSITE, ITS CONTENT, OR ANY SERVICES OR ITEMS OBTAINED THROUGH THE WEBSITE WILL BE ACCURATE, RELIABLE, ERROR-FREE, OR UNINTERRUPTED, THAT DEFECTS WILL BE CORRECTED, THAT OUR SITE OR THE SERVER THAT MAKES IT AVAILABLE ARE FREE OF VIRUSES OR OTHER HARMFUL COMPONENTS, OR THAT THE WEBSITE OR ANY SERVICES OR ITEMS OBTAINED THROUGH THE WEBSITE WILL OTHERWISE MEET YOUR NEEDS OR EXPECTATIONS.\r\n\r\n \r\n\r\nTO THE FULLEST EXTENT PROVIDED BY LAW, THE COMPANY HEREBY DISCLAIMS ALL WARRANTIES OF ANY KIND, WHETHER EXPRESS OR IMPLIED, STATUTORY, OR OTHERWISE, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, NON-INFRINGEMENT, AND FITNESS FOR PARTICULAR PURPOSE.\r\n\r\n \r\n\r\nTHE FOREGOING DOES NOT AFFECT ANY WARRANTIES THAT CANNOT BE EXCLUDED OR LIMITED UNDER APPLICABLE LAW.\r\n\r\n\r\n\r\n<strong><u>Limitation on Liability</u></strong>\r\n\r\n \r\n\r\nTO THE FULLEST EXTENT PROVIDED BY LAW, IN NO EVENT WILL THE COMPANY, ITS AFFILIATES, OR THEIR LICENSORS, SERVICE PROVIDERS, EMPLOYEES, AGENTS, OFFICERS, OR DIRECTORS BE LIABLE FOR DAMAGES OF ANY KIND, UNDER ANY LEGAL THEORY, ARISING OUT OF OR IN CONNECTION WITH YOUR USE, OR INABILITY TO USE, THE WEBSITE, ANY WEBSITES LINKED TO IT, ANY CONTENT ON THE WEBSITE OR SUCH OTHER WEBSITES, INCLUDING ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, CONSEQUENTIAL, OR PUNITIVE DAMAGES, INCLUDING BUT NOT LIMITED TO, PERSONAL INJURY, PAIN AND SUFFERING, EMOTIONAL DISTRESS, LOSS OF REVENUE, LOSS OF PROFITS, LOSS OF BUSINESS OR ANTICIPATED SAVINGS, LOSS OF USE, LOSS OF GOODWILL, LOSS OF DATA, AND WHETHER CAUSED BY TORT (INCLUDING NEGLIGENCE), BREACH OF CONTRACT, OR OTHERWISE, EVEN IF FORESEEABLE.\r\n\r\n \r\n\r\nTHE FOREGOING DOES NOT AFFECT ANY LIABILITY THAT CANNOT BE EXCLUDED OR LIMITED UNDER APPLICABLE LAW. HOWEVER, IN THE EVENT THE COMPANY IS DEEMED LIABILE FOR ANY DAMAGE TO YOU, HEREUNDER, SUCH LIABILITY SHALL NOT EXCEED THE AMOUNT OF ANY COMPENSATION THAT YOU PAY TO THE COMPANY BY WAY OF LICENSING, PURCHASING AND/OR MEMBERSHIP.\r\n\r\n \r\n\r\n<strong><u>Indemnification</u></strong>\r\n\r\n \r\n\r\nYou agree to defend, indemnify, and hold harmless the Company, its affiliates, licensors, and service providers, and its and their respective officers, directors, employees, contractors, agents, licensors, suppliers, successors, and assigns from and against any claims, liabilities, damages, judgments, awards, losses, costs, expenses, or fees (including reasonable attorneys’ fees) arising out of or relating to your violation of these Website Terms or your use of the Website, including, but not limited to, your User Contributions, any use of the Website’s content, services, and products other than as expressly authorized in these Website Terms or your use of any information obtained from the Website.\r\n\r\n\r\n\r\n<strong><u>Governing Law and Jurisdiction</u></strong>\r\n\r\n \r\n\r\nAll matters relating to the Website and these Terms of Use and any dispute or claim arising therefrom or related thereto (in each case, including non-contractual disputes or claims), shall be governed by and construed in accordance with the internal laws of the State of Maryland without giving effect to any choice or conflict of law provision or rule (whether of the State of Maryland or any other jurisdiction).\r\n\r\n \r\n\r\nAny legal suit, action, or proceeding arising out of, or related to, these Website Terms or the Website shall be instituted exclusively in the federal courts of the United States or the courts of the State of Maryland in each case located in the County of Montgomery although we retain the right to bring any suit, action, or proceeding against you for breach of these Terms of Use in your country of residence or any other relevant country. You waive any and all objections to the exercise of jurisdiction over you by such courts and to venue in such courts.\r\n\r\n \r\n\r\n<strong><u> </u></strong>\r\n\r\n<strong><u>Arbitration</u></strong>\r\n\r\n \r\n\r\nAt Company’s sole discretion, it may require You to submit any disputes arising from the use of these Website Terms or the Website, including disputes arising from or concerning their interpretation, violation, invalidity, non-performance, or termination, to final and binding arbitration under the Rules of Arbitration of the American Arbitration Association applying Maryland law.\r\n\r\n\r\n\r\n<strong><u>Limitation on Time to File Claims</u></strong>\r\n\r\n \r\n\r\nANY CAUSE OF ACTION OR CLAIM YOU MAY HAVE ARISING OUT OF OR RELATING TO THESE WEBSITE TERMS OR THE WEBSITE MUST BE COMMENCED WITHIN ONE (1) YEAR AFTER THE CAUSE OF ACTION ACCRUES, OTHERWISE, SUCH CAUSE OF ACTION OR CLAIM IS PERMANENTLY BARRED.\r\n\r\n\r\n\r\n<strong><u>Waiver and Severability</u></strong>\r\n\r\n \r\n\r\nNo waiver by the Company of any term or condition set out in these Terms of Use shall be deemed a further or continuing waiver of such term or condition or a waiver of any other term or condition, and any failure of the Company to assert a right or provision under these Website Terms shall not constitute a waiver of such right or provision.\r\n\r\n \r\n\r\nIf any provision of these Website Terms is held by a court or other tribunal of competent jurisdiction to be invalid, illegal, or unenforceable for any reason, such provision shall be eliminated or limited to the minimum extent such that the remaining provisions of the Website Terms will continue in full force and effect.\r\n\r\n\r\n\r\n<strong><u>Entire Agreement</u></strong>\r\n\r\n \r\n\r\nThe Terms of Use, Privacy Policy and all other formal policies set forth on the Website constitute the sole and entire agreement between you and the Company regarding the Website and supersede all prior and contemporaneous understandings, agreements, representations, and warranties, both written and oral, regarding the Website.\r\n\r\n\r\n\r\n<strong><u>Your Comments and Concerns</u></strong>\r\n\r\n \r\n\r\nThis website is operated by Fur, Fins & Feathers, LLC, which is located at 1 Research Court, Suite 450, Rockville, Maryland 20850. You may reach the Company with any comments or questions by electronic mail at: info@fffpetsitting.com or by telephone at: 301-840-1989.\r\n\r\n \r\n\r\nAll notices of copyright infringement claims should be sent to the copyright agent designated in our Copyright Policy in the manner and by the means set out therein.\r\n\r\n \r\n\r\nAll other feedback, comments, requests for technical support, and other communications relating to the Website should be directed to us by electronic mail at: info@fffpetsitting.com.[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Terms of Use','','inherit','closed','closed','','29-revision-v1','','','2020-02-07 17:36:43','2020-02-07 17:36:43','',29,'https://www.fffpetsitting.com/29-revision-v1/',0,'revision','',0),(107,1,'2020-02-07 17:41:32','2020-02-07 17:41:32','<p>[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]</p>\n<h1>Contact</h1>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]</p>\n<h2>Headline</h2>\n<p>I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][thb_image][/thb_image][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\n<h3>Service Title</h3>\n<p>I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\n<h3>Service Title</h3>\n<p>I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\n','Contact','','inherit','closed','closed','','21-autosave-v1','','','2020-02-07 17:41:32','2020-02-07 17:41:32','',21,'https://www.fffpetsitting.com/21-autosave-v1/',0,'revision','',0),(108,1,'2020-02-07 17:42:42','2020-02-07 17:42:42','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Contact</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Please complete this form if you have questions, comments or complaints about our services and rates.</h2>\r\nIf you want to request services, please <a href=\"https://www.fffpetsitting.com/schedule-a-service/\">schedule a service</a>. As always, feel free to call us at: 301-840-1989. We’d love to hear from you![/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','21-revision-v1','','','2020-02-07 17:42:42','2020-02-07 17:42:42','',21,'https://www.fffpetsitting.com/21-revision-v1/',0,'revision','',0),(109,1,'2020-02-07 17:51:43','2020-02-07 17:51:43','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Get in Touch</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Please complete this form if you have questions, comments or complaints about our services and rates.</h2>\r\nIf you want to request services, please <a href=\"https://www.fffpetsitting.com/schedule-a-service/\">schedule a service</a>. As always, feel free to call us at: 301-840-1989. We’d love to hear from you![/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','21-revision-v1','','','2020-02-07 17:51:43','2020-02-07 17:51:43','',21,'https://www.fffpetsitting.com/21-revision-v1/',0,'revision','',0),(110,1,'2020-02-07 17:52:14','2020-02-07 17:52:14','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Get in Touch</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Please complete this form if you have questions, comments or complaints about our services and rates.</h2>\r\nIf you want to request services, please <a href=\"https://www.fffpetsitting.com/schedule-a-service/\">schedule a service</a>. As always, feel free to call us at: 301-840-1989. We’d love to hear from you![/vc_column_text][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','21-revision-v1','','','2020-02-07 17:52:14','2020-02-07 17:52:14','',21,'https://www.fffpetsitting.com/21-revision-v1/',0,'revision','',0),(111,1,'2020-02-07 20:44:33','2020-02-07 20:44:33','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Schedule a Service</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Headline</h2>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][gravityform id=\"2\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Schedule a Service','','inherit','closed','closed','','95-revision-v1','','','2020-02-07 20:44:33','2020-02-07 20:44:33','',95,'https://www.fffpetsitting.com/95-revision-v1/',0,'revision','',0),(112,1,'2020-02-07 20:51:50','2020-02-07 20:51:50','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Page Title</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Headline</h2>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][thb_image][/thb_image][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Rates','','inherit','closed','closed','','25-revision-v1','','','2020-02-07 20:51:50','2020-02-07 20:51:50','',25,'https://www.fffpetsitting.com/25-revision-v1/',0,'revision','',0),(113,1,'2020-02-26 21:57:19','2020-02-26 21:57:19','<p>[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]</p>\n<h1>Rates</h1>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]</p>\n<h2>Dog Walking</h2>\n<p>[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"Number of Dogs<br />\n1<br />\n2-3<br />\n4+\" column_2_content=\"Price/visit<br />\n$19.00<br />\n$21.00<br />\n$28.00\" extra_class=\"rate-row\"][vc_empty_space height=\"40px\"][vc_column_text]</p>\n<h2>Pet Sitting</h2>\n<p>[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"Number of Pets<br />\n1<br />\n2-3<br />\n4+\" column_2_content=\"Price/visit<br />\n$21.00<br />\n$23.00<br />\n$30.00\" extra_class=\"rate-row\"][vc_empty_space height=\"40px\"][vc_column_text]</p>\n<h2>House Sitting / Bed & Breakfast</h2>\n<p>[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"Number of Pets<br />\n1<br />\n2-4<br />\n5+\" column_2_content=\"Price/day<br />\n$77.00<br />\n$85.00<br />\n$105.00\" extra_class=\"rate-row\"][vc_empty_space height=\"40px\"][vc_column_text]</p>\n<h2>Dog Training</h2>\n<p>[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"6-12 week sessions\" column_2_content=\"45-60 min - $50.00\" extra_class=\"rate-row\"][vc_empty_space height=\"40px\"][vc_column_text]</p>\n<h2>Pet Photography</h2>\n<p>[/vc_column_text][vc_column_text]<strong>Natural Environment Package</strong>[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"1-hour session<br />\nAdditional Pet\" column_2_content=\"$150.00<br />\n$25.00\" extra_class=\"rate-row\"][vc_empty_space height=\"40px\"][vc_column_text]<strong>Special Occasion Package</strong>[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"1-2 hour session<br />\nAdditional Pet\" column_2_content=\"$250.00<br />\n$50.00\" extra_class=\"rate-row\"][vc_empty_space height=\"40px\"][vc_column_text]<strong>Pet & Family Package</strong>[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"1-2 hour session<br />\nAdditional Pet\" column_2_content=\"$350.00<br />\n$50.00\" extra_class=\"rate-row\"][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\n<h3>Service Title</h3>\n<p>I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:https%3A%2F%2Fwww.fffpetsitting.com%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\n<h3>Service Title</h3>\n<p>I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\n','Rates','','inherit','closed','closed','','25-autosave-v1','','','2020-02-26 21:57:19','2020-02-26 21:57:19','',25,'https://www.fffpetsitting.com/25-autosave-v1/',0,'revision','',0),(114,1,'2020-02-07 20:52:57','2020-02-07 20:52:57','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Rates</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Headline</h2>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][thb_image][/thb_image][vc_line_chart][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Rates','','inherit','closed','closed','','25-revision-v1','','','2020-02-07 20:52:57','2020-02-07 20:52:57','',25,'https://www.fffpetsitting.com/25-revision-v1/',0,'revision','',0),(115,1,'2020-02-07 20:55:28','2020-02-07 20:55:28','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Rates</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Headline</h2>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][thb_image][/thb_image][thb_pricing_table][/thb_pricing_table][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Rates','','inherit','closed','closed','','25-revision-v1','','','2020-02-07 20:55:28','2020-02-07 20:55:28','',25,'https://www.fffpetsitting.com/25-revision-v1/',0,'revision','',0),(116,1,'2020-02-07 20:57:13','2020-02-07 20:57:13','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Rates</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Headline</h2>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][thb_image][/thb_image][thb_pricing_table][thb_pricing_column sub_title=\"Number of Dogs\"]1\r\n\r\n2-3\r\n\r\n4+[/thb_pricing_column][thb_pricing_column sub_title=\"Rate per Visit\"]$19.00\r\n\r\n$21.00\r\n\r\n$28.00[/thb_pricing_column][/thb_pricing_table][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Rates','','inherit','closed','closed','','25-revision-v1','','','2020-02-07 20:57:13','2020-02-07 20:57:13','',25,'https://www.fffpetsitting.com/25-revision-v1/',0,'revision','',0),(117,1,'2020-02-07 20:58:26','2020-02-07 20:58:26','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Rates</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Headline</h2>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][thb_image][/thb_image][thb_pricing_table thb_pricing_style=\"style2\" thb_pricing_columns=\"large-4\"][thb_pricing_column sub_title=\"Number of Dogs\"]1\r\n\r\n2-3\r\n\r\n4+[/thb_pricing_column][thb_pricing_column sub_title=\"Rate per Visit\"]$19.00\r\n\r\n$21.00\r\n\r\n$28.00[/thb_pricing_column][/thb_pricing_table][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Rates','','inherit','closed','closed','','25-revision-v1','','','2020-02-07 20:58:26','2020-02-07 20:58:26','',25,'https://www.fffpetsitting.com/25-revision-v1/',0,'revision','',0),(118,1,'2020-02-07 20:58:59','2020-02-07 20:58:59','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Rates</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Headline</h2>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][thb_image][/thb_image][thb_pricing_table thb_pricing_style=\"style3\"][thb_pricing_column sub_title=\"Number of Dogs\"]1\r\n\r\n2-3\r\n\r\n4+[/thb_pricing_column][thb_pricing_column sub_title=\"Rate per Visit\"]$19.00\r\n\r\n$21.00\r\n\r\n$28.00[/thb_pricing_column][/thb_pricing_table][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Rates','','inherit','closed','closed','','25-revision-v1','','','2020-02-07 20:58:59','2020-02-07 20:58:59','',25,'https://www.fffpetsitting.com/25-revision-v1/',0,'revision','',0),(119,1,'2020-02-07 20:59:28','2020-02-07 20:59:28','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Rates</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Headline</h2>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][thb_pricing_table thb_pricing_style=\"style2\"][thb_pricing_column sub_title=\"Number of Dogs\"]1\r\n\r\n2-3\r\n\r\n4+[/thb_pricing_column][thb_pricing_column sub_title=\"Rate per Visit\"]$19.00\r\n\r\n$21.00\r\n\r\n$28.00[/thb_pricing_column][/thb_pricing_table][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Rates','','inherit','closed','closed','','25-revision-v1','','','2020-02-07 20:59:28','2020-02-07 20:59:28','',25,'https://www.fffpetsitting.com/25-revision-v1/',0,'revision','',0),(120,1,'2020-02-07 21:04:21','2020-02-07 21:04:21','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Rates</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Headline</h2>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][thb_pricing_table thb_pricing_style=\"style2\"][thb_pricing_column sub_title=\"Number of Dogs\"]\r\n<h3>1</h3>\r\n<h3>2-3</h3>\r\n<h3>4+</h3>\r\n[/thb_pricing_column][thb_pricing_column sub_title=\"Rate per Visit\"]$19.00\r\n\r\n$21.00\r\n\r\n$28.00[/thb_pricing_column][/thb_pricing_table][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Rates','','inherit','closed','closed','','25-revision-v1','','','2020-02-07 21:04:21','2020-02-07 21:04:21','',25,'https://www.fffpetsitting.com/25-revision-v1/',0,'revision','',0),(121,1,'2020-02-07 21:04:42','2020-02-07 21:04:42','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Rates</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Headline</h2>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][thb_pricing_table thb_pricing_style=\"style2\"][thb_pricing_column sub_title=\"Number of Dogs\"]1\r\n\r\n2-3\r\n\r\n4+[/thb_pricing_column][thb_pricing_column sub_title=\"Rate per Visit\"]$19.00\r\n\r\n$21.00\r\n\r\n$28.00[/thb_pricing_column][/thb_pricing_table][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Rates','','inherit','closed','closed','','25-revision-v1','','','2020-02-07 21:04:42','2020-02-07 21:04:42','',25,'https://www.fffpetsitting.com/25-revision-v1/',0,'revision','',0),(122,1,'2020-02-07 21:05:24','2020-02-07 21:05:24','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Rates</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Headline</h2>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][thb_pricing_table thb_pricing_style=\"style2\"][thb_pricing_column sub_title=\"Number of Dogs\"]<strong>1</strong>\r\n\r\n<strong>2-3</strong>\r\n\r\n<strong>4+</strong>[/thb_pricing_column][thb_pricing_column sub_title=\"Rate per Visit\"]$19.00\r\n\r\n$21.00\r\n\r\n$28.00[/thb_pricing_column][/thb_pricing_table][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Rates','','inherit','closed','closed','','25-revision-v1','','','2020-02-07 21:05:24','2020-02-07 21:05:24','',25,'https://www.fffpetsitting.com/25-revision-v1/',0,'revision','',0),(123,1,'2020-02-07 21:07:46','2020-02-07 21:07:46','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Rates</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Headline</h2>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][thb_pricing_table thb_pricing_style=\"style2\"][thb_pricing_column sub_title=\"Number of Dogs\"]1 2-3\r\n\r\n4+[/thb_pricing_column][thb_pricing_column sub_title=\"Rate per Visit\"]$19.00\r\n\r\n$21.00\r\n\r\n$28.00[/thb_pricing_column][/thb_pricing_table][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Rates','','inherit','closed','closed','','25-revision-v1','','','2020-02-07 21:07:46','2020-02-07 21:07:46','',25,'https://www.fffpetsitting.com/25-revision-v1/',0,'revision','',0),(124,1,'2020-02-07 21:09:26','2020-02-07 21:09:26','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Rates</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Headline</h2>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][thb_pricing_table thb_pricing_style=\"style2\"][thb_pricing_column title=\"Number of Dogs\" price=\"$19.00\" per=\"visit\"][/thb_pricing_column][thb_pricing_column sub_title=\"Rate per Visit\"]$19.00\r\n\r\n$21.00\r\n\r\n$28.00[/thb_pricing_column][/thb_pricing_table][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Rates','','inherit','closed','closed','','25-revision-v1','','','2020-02-07 21:09:26','2020-02-07 21:09:26','',25,'https://www.fffpetsitting.com/25-revision-v1/',0,'revision','',0),(125,1,'2020-02-07 21:12:07','2020-02-07 21:12:07','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Rates</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Headline</h2>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][thb_pricing_table thb_pricing_style=\"style2\"][thb_pricing_column title=\"Number of Dogs\" price=\"$19.00\" per=\"visit\"][/thb_pricing_column][thb_pricing_column sub_title=\"Rate per Visit\"]$19.00\r\n\r\n$21.00\r\n\r\n$28.00[/thb_pricing_column][/thb_pricing_table][thb_horizontal_list thb_columns=\"2\" column_1_content=\"Number of Dogs\r\n1\r\n2-3\r\n4+\" column_2_content=\"Price/visit\r\n$19.00\r\n$21.00\r\n$28.00\"][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Rates','','inherit','closed','closed','','25-revision-v1','','','2020-02-07 21:12:07','2020-02-07 21:12:07','',25,'https://www.fffpetsitting.com/25-revision-v1/',0,'revision','',0),(126,1,'2020-02-07 21:13:32','2020-02-07 21:13:32','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>About Us</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>We Provide the Care Your Pet Deserves and the Service You Can Count On!</h2>\r\nEstablished in 1989, Fur, Fins & Feathers is the oldest and largest dog walking and pet sitting service in Montgomery County, Maryland. We are a friendly, flexible, responsive and caring business providing outstanding pet care and services to our community.\r\n\r\nWhat sets us apart is that we have simply thought of everything to make our pet care a seamless experience for you. Services are highly personalized and procedures are streamlined with your convenience in mind.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Customized Services</h3>\r\nOver the past three decades, Fur, Fins & Feathers has expanded its services to meet our clients’ needs. We now offer the following customized services:\r\n<ul>\r\n <li>Mid-day Dog Walking</li>\r\n <li>House Sitting</li>\r\n <li>Pet Sitting</li>\r\n <li>Dog Training</li>\r\n <li>Pet Photography</li>\r\n <li>Bed & Breakfast</li>\r\n</ul>\r\nYou’ll experience our core values and professionalism from the start — from the initial point of contact to the questionnaire that contains detailed written instructions for your pet to the text you’ll receive after every visit so you can rest assured that all is well. Each of our clients meet their pet caregiver ahead of services to ensure confidence and to review pet care instructions.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Furry and Not-So-Furry BFFs</h3>\r\nWe are proud to offer services for all kinds of pets — the furry, feathered and scaled! We have worked with clients who have a range of pets, including dogs, cats, rabbits, ferrets, guinea pigs, birds, fish, snakes and more — even sugar gliders! We treat all pets like they are our own BFFs.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Trusted Pet Caregivers</h3>\r\nWe understand you want the person who cares for your pet and enters your home to be prompt, trustworthy and responsible. That’s why we only hire caregivers who share our core values of integrity, respect, teamwork and enthusiasm. We are also very flexible to ensure your pet is taken care of in the same way you would.\r\n\r\nMoreover, our dog walkers and pet sitters are carefully vetted through an interview process, reference check and statewide background check. Our high satisfaction ratings are the direct result of our outstanding sitters and office staff — who pet sit, too![/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Service Area</h3>\r\nWe are proud to serve our Montgomery County clients and their pets for over 30 years! We service the following areas: Bethesda, Chevy Chase, Gaithersburg, Germantown, Kensington, Montgomery Village, Potomac, Rockville, Silver Spring and Wheaton. More locations coming soon![/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Passion for Animals Guides Our Mission</h3>\r\nOur mission is to provide our clients with pet caregivers who are professional, trustworthy and of integrity while providing a fun and safe environment for their pets. With a genuine love for animals, we are committed to each of our clients in giving them individualized pet care services based on their pet’s needs. Our highly experienced dog walkers and pet sitters are carefully vetted, bonded and insured to provide an extra layer of safety for both our clients and their pets.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>“Fur, Fins & Feathers has been taking care of all three of my dogs for a number of years and I am totally pleased. This is a company you can trust. They are friendly, caring and always there when you need them.” </em>\r\n\r\n— Jerry[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Dog Walking','','inherit','closed','closed','','9-revision-v1','','','2020-02-07 21:13:32','2020-02-07 21:13:32','',9,'https://www.fffpetsitting.com/9-revision-v1/',0,'revision','',0),(127,1,'2020-02-18 17:17:41','2020-02-18 17:17:41','<p>[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]</p>\n<h1>Mid-Day Dog Walking</h1>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]</p>\n<h2>Maybe it’s difficult for you to get away from the office at lunchtime to take your dog out for a walk.</h2>\n<p>Even if you work from home, you might need extra assistance. There are myriad reasons why people just like you need a reliable and trustworthy mid-day dog walker. We provide that extra companionship your dog needs during the day. Our dog walkers will take your furry friend outside when you need us.</p>\n<p>During the walk, we give your dog the time to act like a dog — the time to sniff, walk and explore. This quality time also lets our dog walkers observe your dog’s behavior and build a relationship of trust and friendship. With our service, we not only take your dog for a walk rain or shine, we also provide a detailed pet report including photo of how it went so that you don’t miss their face during the day![/vc_column_text][vc_separator][vc_column_text]</p>\n<h3>Benefits</h3>\n<p>The benefits of mid-day dog walks are numerous for your beloved pet. Some are apparent, like the much-needed potty break. Others are not as obvious, like improved socialization, pet behavior and health. Plus, consistent mid-day dog walks provide your pet with a regular routine to look forward to.[/vc_column_text][vc_separator][vc_column_text]</p>\n<h3>Meet & Greet</h3>\n<p>During our intake meeting, we gather all of the important details when it comes to caring for your pet. Our dog walker visits you in your home to meet you and your pet. We establish the dates and times we are needed and discuss paperwork, like completing our pet profile. At this time, you provide a copy of your pet’s veterinarian record and any other personality or behavioral traits we should know about your dog. We’ll also review all of your instructions. The visit includes a tour of your home so we can find the necessities, like leashes, bags, food, favorite toys, etc. During this time, we also have fun getting to know your pet in their environment.[/vc_column_text][vc_separator][vc_column_text]</p>\n<h3>Rates</h3>\n<p>We offer 30-minute walks Monday through Friday between 10 a.m. – 3 p.m. This service is provided as a discount. Our fees are based on a minimum commitment of 12 weeks with no fewer than 15 visits per month in order to maintain the discounted rate. Otherwise, if you don’t need us as often, you will be billed at the pet sit rates. This package rate is $19 per walk for one dog; $21 per walk for two to three dogs; and $28 per walk for four or more dogs. A one-time fee of $15 is charged for all new clients for the intake meeting; the fee for second meetings for existing clients is $7.50.[/vc_column_text][vc_separator][vc_column_text]</p>\n<h3>Policy</h3>\n<p>Mid-day dog walking observes the standard pet-sitting policies with the following payment modifications:</p>\n<p>Payment for services is due upon receipt of semi-monthly billing on the 15th and last day of the month. Credits for cancellations will be applied on the following month’s invoice. Additional service requests during the week or on weekends will be billed at the pet sit rate and billed separately.[/vc_column_text][vc_separator][vc_column_text]</p>\n<h3>New Clients</h3>\n<p>We will make our best effort to walk your dog at the requested times. Noon is a very common request for mid-day walks, so please be flexible with us and give us at least a two-hour window for walking your dog. Conditions such as holidays, traffic, weather and difficult sits, may cause delays.</p>\n<p>We request a 24-hour advance cancellation notice, but will accept emergency cancellations by 6:00 a.m. the day of service. Any cancellations after this time will continue to be billed.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>“I just want to say how totally dependent my dogs and I are on Fur, Fins and Feathers and how completely responsible they are so I never have a worry. My family has been using this company for many, many years and we never had any serious problems in the care of our dogs. I trust our dogs and our home to them absolutely. And the dogs love our FF&F dog walkers.” </em></p>\n<p>— Evan[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\n<h3>Mid-Day Dog Walking</h3>\n<p>Our enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\n<h3>Pet Sitting</h3>\n<p>Whether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fpet-sitting%2F|title:Pet%20Sitting||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\n<h3>House Sitting</h3>\n<p>You can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fhouse-sitting%2F|title:Pet%20Sitting||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\n<h3>House Sitting</h3>\n<p>You can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fhouse-sitting%2F|title:Pet%20Sitting||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\n','Dog Walking','','inherit','closed','closed','','9-autosave-v1','','','2020-02-18 17:17:41','2020-02-18 17:17:41','',9,'https://www.fffpetsitting.com/9-autosave-v1/',0,'revision','',0),(128,1,'2020-02-07 21:16:08','2020-02-07 21:16:08','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Dog Walking</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Maybe it’s difficult for you to get away from the office at lunchtime to take your dog out for a walk.</h2>\r\nEven if you work from home, you might need extra assistance. There are myriad reasons why people just like you need a reliable and trustworthy mid-day dog walker. We provide that extra companionship your dog needs during the day. Our dog walkers will take your furry friend outside when you need us.\r\n\r\nDuring the walk, we give your dog the time to act like a dog — the time to sniff, walk and explore. This quality time also lets our dog walkers observe your dog’s behavior and build a relationship of trust and friendship. With our service, we not only take your dog for a walk rain or shine, we also provide a detailed pet report including photo of how it went so that you don’t miss their face during the day![/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Benefits</h3>\r\nThe benefits of mid-day dog walks are numerous for your beloved pet. Some are apparent, like the much-needed potty break. Others are not as obvious, like improved socialization, pet behavior and health. Plus, consistent mid-day dog walks provide your pet with a regular routine to look forward to.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Meet & Greet</h3>\r\nDuring our intake meeting, we gather all of the important details when it comes to caring for your pet. Our dog walker visits you in your home to meet you and your pet. We establish the dates and times we are needed and discuss paperwork, like completing our pet profile. At this time, you provide a copy of your pet’s veterinarian record and any other personality or behavioral traits we should know about your dog. We’ll also review all of your instructions. The visit includes a tour of your home so we can find the necessities, like leashes, bags, food, favorite toys, etc. During this time, we also have fun getting to know your pet in their environment.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Rates</h3>\r\nWe offer 30-minute walks Monday through Friday between 10 a.m. – 3 p.m. This service is provided as a discount. Our fees are based on a minimum commitment of 12 weeks with no fewer than 15 visits per month in order to maintain the discounted rate. Otherwise, if you don’t need us as often, you will be billed at the pet sit rates. This package rate is $19 per walk for one dog; $21 per walk for two to three dogs; and $28 per walk for four or more dogs. A one-time fee of $15 is charged for all new clients for the intake meeting; the fee for second meetings for existing clients is $7.50.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Policy</h3>\r\nMid-day dog walking observes the standard pet-sitting policies with the following payment modifications:\r\n\r\nPayment for services is due upon receipt of semi-monthly billing on the 15th and last day of the month. Credits for cancellations will be applied on the following month’s invoice. Additional service requests during the week or on weekends will be billed at the pet sit rate and billed separately.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>New Clients</h3>\r\nWe will make our best effort to walk your dog at the requested times. Noon is a very common request for mid-day walks, so please be flexible with us and give us at least a two-hour window for walking your dog. Conditions such as holidays, traffic, weather and difficult sits, may cause delays.\r\n\r\nWe request a 24-hour advance cancellation notice, but will accept emergency cancellations by 6:00 a.m. the day of service. Any cancellations after this time will continue to be billed.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>“I just want to say how totally dependent my dogs and I are on Fur, Fins and Feathers and how completely responsible they are so I never have a worry. My family has been using this company for many, many years and we never had any serious problems in the care of our dogs. I trust our dogs and our home to them absolutely. And the dogs love our FF&F dog walkers.” </em>\r\n\r\n— Evan[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Dog Walking','','inherit','closed','closed','','9-revision-v1','','','2020-02-07 21:16:08','2020-02-07 21:16:08','',9,'https://www.fffpetsitting.com/9-revision-v1/',0,'revision','',0),(129,1,'2020-02-18 17:36:16','2020-02-18 17:36:16','<p>[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]</p>\n<h1>House Sitting</h1>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]</p>\n<h2>Need a pet caregiver for an extended period of time? Let us take care of your pets in their own environment.</h2>\n<p>Whether you are going away on a quick weekend excursion or for a well-deserved vacation, our house sitters can provide the care that you expect and that your pet deserves. With our house-sitting service, your pet will be taken care of in the morning, afternoon, evening and overnight in the comfort of their own home and community. This service is similar to our <strong><a href=\"https://www.fffpetsitting.com/pet-sitting/\">pet-sitting service</a></strong>, but with the addition of overnight care. After a detailed consultation, we tailor our service to fit with your and your pet’s unique needs.</p>\n<p>In addition to making your pet feel well-loved and safe, we want your home to feel that way, too. During the hours we are away from your home, we will do small things to make your home look occupied, like turning on different lights or opening and shutting blinds before leaving. Our house sitters create activity, like leaving on a television or radio between visits to serve as a companion to your pet. This practice helps ease anxieties and can mimic the everyday situation your pet thrives in. And, we provide detailed pet reports and photos so you know how your pet is doing daily.[/vc_column_text][vc_separator][vc_column_text]</p>\n<h3>Benefits</h3>\n<p>The most obvious benefit of our house-sitting service is that your pet gets to stay at home. This is especially important for pets who may be skittish or shy and enjoy the comfort of their own surroundings. And, it’s a good fit for birds, fish and other furry friends who can’t easily be moved and need more care than with our pet-sitting service.[/vc_column_text][vc_separator][vc_column_text]</p>\n<h3>Meet & Greet</h3>\n<p>During our intake meeting, we gather all of the important details when it comes to caring for your pet. Our pet sitter visits you in your home to meet you and your pet. We establish the dates and times we are needed and discuss paperwork, like completing our pet profile. At this time, you provide a copy of your pet’s veterinarian record and any other personality or behavioral traits we should know about your pet. We’ll also review all of your instructions. This will include a tour of your home to show us the necessities, like leashes, food, kitty litter location, favorite toys, etc. During this time, we also have fun getting to know your pet in their environment.[/vc_column_text][vc_separator][vc_column_text]</p>\n<h3>Rates</h3>\n<p>The rates for house sitting — or overnight stays in a client’s home — are $77 for one pet; $85 for two to four pets; and $105 for five or more pets. House-sitting service may not include 24 solid hours of care. We provide 30 minutes of care between 6 a.m. – 8 a.m., 10 a.m. – 3 p.m., 6 p.m. – 8 p.m. and overnight. A one-time fee of $15 is charged for all new clients for the intake meeting; and the fee for second meetings for existing clients is $7.50.[/vc_column_text][vc_separator][vc_column_text]</p>\n<h3>Policy</h3>\n<p>Special rates for pet sitting exotic birds and pets: $30 for 1 pet; $45 for two to three pets; and $55 for four or more pets.</p>\n<p>Pet transportation: Pickup and transport to vet, groomer, kennel or emergency situations, etc., billed at $20 per hour.</p>\n<p>Medication and shots: Call office for specific needs and fees.</p>\n<p>We request a minimum 24-hour advance cancellation notice.</p>\n<p>All holiday bookings will incur a 10 percent surcharge for services.</p>\n<p>Cancellations for the holidays are accepted one week prior to the start date of service without the client being charged. Otherwise, clients are charged a $30 fee.</p>\n<p>Inclement weather policy is important to observe. If you need a copy, please call the office.</p>\n<p>Pet sitter gratuities are always appreciated. Please make arrangement with your sitter.</p>\n<p><strong>Keys:</strong> There is a charge of $8.50 if you want a sitter to pick up and return your keys in person or you can schedule a day and time to pick up at our office. You must present our receptionist with a state photo I.D. before you receive keys. Keys will not be mailed.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>“You are amazing! Thank you. We really appreciate the visit reports by text — perfect!” </em></p>\n<p>— C.A.[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\n<h3>House Sitting</h3>\n<p>You can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\n<h3>Bed & Breakfast</h3>\n<p>Our Bed & Breakfast service gives your pet that at-home feel while you are away.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fbed-breakfast%2F|title:Bed%20%26%20Breakfast||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\n<h3>Bed & Breakfast</h3>\n<p>Our Bed & Breakfast service gives your pet that at-home feel while you are away.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fbed-breakfast%2F|title:Bed%20%26%20Breakfast||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\n<h3>Bed & Breakfast</h3>\n<p>Our Bed & Breakfast service gives your pet that at-home feel while you are away.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fbed-breakfast%2F|title:Bed%20%26%20Breakfast||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\n','House Sitting','','inherit','closed','closed','','13-autosave-v1','','','2020-02-18 17:36:16','2020-02-18 17:36:16','',13,'https://www.fffpetsitting.com/13-autosave-v1/',0,'revision','',0),(130,1,'2020-02-07 21:24:23','2020-02-07 21:24:23','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>House Sitting</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Need a pet caregiver for an extended period of time? Let us take care of your pets in their own environment.</h2>\r\nWhether you are going away on a quick weekend excursion or for a well-deserved vacation, our house sitters can provide the care that you expect and that your pet deserves. With our house-sitting service, your pet will be taken care of in the morning, afternoon, evening and overnight in the comfort of their own home and community. This service is similar to our pet-sitting service <<ADD LINK TO PET SITTING >>, but with the addition of overnight care. After a detailed consultation, we tailor our service to fit with your and your pet’s unique needs.\r\n\r\nIn addition to making your pet feel well-loved and safe, we want your home to feel that way, too. During the hours we are away from your home, we will do small things to make your home look occupied, like turning on different lights or opening and shutting blinds before leaving. Our house sitters create activity, like leaving on a television or radio between visits to serve as a companion to your pet. This practice helps ease anxieties and can mimic the everyday situation your pet thrives in. And, we provide detailed pet reports and photos so you know how your pet is doing daily.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Benefits</h3>\r\nThe most obvious benefit of our house-sitting service is that your pet gets to stay at home. This is especially important for pets who may be skittish or shy and enjoy the comfort of their own surroundings. And, it’s a good fit for birds, fish and other furry friends who can’t easily be moved and need more care than with our pet-sitting service.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Rates</h3>\r\nThe rates for house sitting — or overnight stays in a client’s home — are $77 for one pet; $85 for two to four pets; and $105 for five or more pets. House-sitting service may not include 24 solid hours of care. We provide 30 minutes of care between 6 a.m. – 8 a.m., 10 a.m. – 3 p.m., 6 p.m. – 8 p.m. and overnight. A one-time fee of $15 is charged for all new clients for the intake meeting; and the fee for second meetings for existing clients is $7.50.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Policy</h3>\r\nSpecial rates for pet sitting exotic birds and pets: $30 for 1 pet; $45 for two to three pets; and $55 for four or more pets.\r\n\r\nPet transportation: Pickup and transport to vet, groomer, kennel or emergency situations, etc., billed at $20 per hour.\r\n\r\nMedication and shots: Call office for specific needs and fees.\r\n\r\nWe request a minimum 24-hour advance cancellation notice.\r\n\r\nAll holiday bookings will incur a 10 percent surcharge for services.\r\n\r\nCancellations for the holidays are accepted one week prior to the start date of service without the client being charged. Otherwise, clients are charged a $30 fee.\r\n\r\nInclement weather policy is important to observe. If you need a copy, please call the office.\r\n\r\nPet sitter gratuities are always appreciated. Please make arrangement with your sitter.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Keys</h3>\r\nThere is a charge of $8.50 if you want a sitter to pick up and return your keys in person or you can schedule a day and time to pick up at our office. You must present our receptionist with a state photo I.D. before you receive keys. Keys will not be mailed.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>“You are amazing! Thank you. We really appreciate the visit reports by text — perfect!” </em>\r\n\r\n— C.A.[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','House Sitting','','inherit','closed','closed','','13-revision-v1','','','2020-02-07 21:24:23','2020-02-07 21:24:23','',13,'https://www.fffpetsitting.com/13-revision-v1/',0,'revision','',0),(131,1,'2020-02-12 16:50:56','2020-02-12 16:50:56','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\n<h1>Pet Sitting</h1>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\n<h2>Planning to be away and can’t bring your beloved pet? Have a special occasion or business travel? Or are you moving and need your pet to be cared for while you prepare?</h2>\nIn situations like these, pet sitting may be the best option for you and your pet. This is different than our <a href=\"https://www.fffpetsitting.com/house-sitting/\">house-sitting</a> or <a href=\"https://www.fffpetsitting.com/dog-walking/\">mid-day dog walking services</a>. Our pet caregiver will visit for 30 minutes up to three times per day, dependent on your pet’s needs. Prior to scheduling, we consult with you to figure out what’s best for your pet. We want to make sure that they stay on their normal eating, play and exercise routines. Our pet caregivers are pet lovers, too, and will provide the care and companionship needed while you are away. We also provide detailed pet reports and photos to keep you informed of your pet’s daily care.\n\nWe also know the unexpected can happen and we want to be there for you and your pet. We offer pet sitting for emergency situations so you have one less thing to worry about![/vc_column_text][vc_separator][vc_column_text]\n<h3>Benefits</h3>\nOur pet-sitting services give you the flexibility to use our pet care when you need it. There are no long-term commitments, and we build the agenda around your pet and their daily schedule.[/vc_column_text][vc_separator][vc_column_text]\n<h3>Meet & Greet</h3>\nDuring our intake meeting, we gather all of the important details when it comes to caring for your pet. Our pet sitter visits with you in your home to meet you and your pet. We establish the dates and times we are needed and discuss paperwork, like completing our pet profile. At this time, you provide a copy of your pet’s veterinarian record and any other personality or behavioral traits we should know about your pet. We also review all of your instructions. This visit includes a tour of your home to show us the necessities, like leashes, food, kitty litter location, favorite toys, etc. During this time, we also have fun getting to know your pet in their environment.[/vc_column_text][vc_separator][vc_column_text]\n<h3>Rates</h3>\nWe offer pet sitting for one or more pets for 30-minute visits. For one pet, the rate is $21 per visit; for two to three pets, the rate is $23 per visit; and for four or more pets, the rate is $30 per visit. For emergencies, our rate is $75 for the first visit, then it will defer to our regular rates. (If you are not already a client, we must have current veterinarian records and the pet must be current on their shots). A one-time fee of $15 is charged for all new clients for the intake meeting; the fee for second meetings for existing clients is $7.50.[/vc_column_text][vc_separator][vc_column_text]\n<h3>Policy</h3>\nSpecial rates for pet sitting exotic birds and pets: $30 for 1 pet; $45 for two to three pets; and $55 for four or more pets.\n\nPet transportation: Pickup and transport to vet, groomer, kennel or emergency situations, etc., billed at $20 per hour.\n\nMedication and shots: Call office for specific needs and fees.\n\nWe request a minimum 24-hour advance cancellation notice.\n\nAll holiday bookings will incur a 10 percent surcharge for services.\n\nCancellations for the holidays are accepted one week prior to the start date of service without the client being charged. Otherwise, clients are charged a $30 fee.\n\nInclement weather policy is important to observe. If you need a copy, please call the office.\n\nPet sitter gratuities are always appreciated. Please make arrangement with your sitter.\n\n<strong>Keys:</strong> There is a charge of $8.50 if you want a sitter to pick up and return your keys in person or you can schedule a day and time to pick up at our office. You must present our receptionist with a state photo I.D. before you receive keys. Keys will not be mailed.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>“I am home and all is well with Luna. Thank you for taking good care of her.” </em>\n\n— L.B.[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\n<h3>Pet Sitting</h3>\nWhether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\n<h3>Dog Walking</h3>\nOur enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fdog-walking%2F|title:Dog%20Walking||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\n<h3>Dog Walking</h3>\nOur enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fdog-walking%2F|title:Dog%20Walking||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Pet Sitting','','inherit','closed','closed','','11-autosave-v1','','','2020-02-12 16:50:56','2020-02-12 16:50:56','',11,'https://www.fffpetsitting.com/11-autosave-v1/',0,'revision','',0),(132,1,'2020-02-07 21:28:32','2020-02-07 21:28:32','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>House Sitting</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Need a pet caregiver for an extended period of time? Let us take care of your pets in their own environment.</h2>\r\nWhether you are going away on a quick weekend excursion or for a well-deserved vacation, our house sitters can provide the care that you expect and that your pet deserves. With our house-sitting service, your pet will be taken care of in the morning, afternoon, evening and overnight in the comfort of their own home and community. This service is similar to our pet-sitting service <<ADD LINK TO PET SITTING >>, but with the addition of overnight care. After a detailed consultation, we tailor our service to fit with your and your pet’s unique needs.\r\n\r\nIn addition to making your pet feel well-loved and safe, we want your home to feel that way, too. During the hours we are away from your home, we will do small things to make your home look occupied, like turning on different lights or opening and shutting blinds before leaving. Our house sitters create activity, like leaving on a television or radio between visits to serve as a companion to your pet. This practice helps ease anxieties and can mimic the everyday situation your pet thrives in. And, we provide detailed pet reports and photos so you know how your pet is doing daily.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Benefits</h3>\r\nThe most obvious benefit of our house-sitting service is that your pet gets to stay at home. This is especially important for pets who may be skittish or shy and enjoy the comfort of their own surroundings. And, it’s a good fit for birds, fish and other furry friends who can’t easily be moved and need more care than with our pet-sitting service.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Rates</h3>\r\nThe rates for house sitting — or overnight stays in a client’s home — are $77 for one pet; $85 for two to four pets; and $105 for five or more pets. House-sitting service may not include 24 solid hours of care. We provide 30 minutes of care between 6 a.m. – 8 a.m., 10 a.m. – 3 p.m., 6 p.m. – 8 p.m. and overnight. A one-time fee of $15 is charged for all new clients for the intake meeting; and the fee for second meetings for existing clients is $7.50.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Policy</h3>\r\nSpecial rates for pet sitting exotic birds and pets: $30 for 1 pet; $45 for two to three pets; and $55 for four or more pets.\r\n\r\nPet transportation: Pickup and transport to vet, groomer, kennel or emergency situations, etc., billed at $20 per hour.\r\n\r\nMedication and shots: Call office for specific needs and fees.\r\n\r\nWe request a minimum 24-hour advance cancellation notice.\r\n\r\nAll holiday bookings will incur a 10 percent surcharge for services.\r\n\r\nCancellations for the holidays are accepted one week prior to the start date of service without the client being charged. Otherwise, clients are charged a $30 fee.\r\n\r\nInclement weather policy is important to observe. If you need a copy, please call the office.\r\n\r\nPet sitter gratuities are always appreciated. Please make arrangement with your sitter.\r\n\r\n<strong>Keys:</strong> There is a charge of $8.50 if you want a sitter to pick up and return your keys in person or you can schedule a day and time to pick up at our office. You must present our receptionist with a state photo I.D. before you receive keys. Keys will not be mailed.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>“You are amazing! Thank you. We really appreciate the visit reports by text — perfect!” </em>\r\n\r\n— C.A.[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','House Sitting','','inherit','closed','closed','','13-revision-v1','','','2020-02-07 21:28:32','2020-02-07 21:28:32','',13,'https://www.fffpetsitting.com/13-revision-v1/',0,'revision','',0),(133,1,'2020-02-07 21:29:12','2020-02-07 21:29:12','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Pet Sitting</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Planning to be away and can’t bring your beloved pet? Have a special occasion or business travel? Or are you moving and need your pet to be cared for while you prepare?</h2>\r\nIn situations like these, pet sitting may be the best option for you and your pet. This is different than our <a href=\"https://www.fffpetsitting.com/house-sitting/\">house-sitting</a> or <a href=\"https://www.fffpetsitting.com/dog-walking/\">mid-day dog walking services</a>. Our pet caregiver will visit for 30 minutes up to three times per day, dependent on your pet’s needs. Prior to scheduling, we consult with you to figure out what’s best for your pet. We want to make sure that they stay on their normal eating, play and exercise routines. Our pet caregivers are pet lovers, too, and will provide the care and companionship needed while you are away. We also provide detailed pet reports and photos to keep you informed of your pet’s daily care.\r\n\r\nWe also know the unexpected can happen and we want to be there for you and your pet. We offer pet sitting for emergency situations so you have one less thing to worry about![/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Benefits</h3>\r\nOur pet-sitting services give you the flexibility to use our pet care when you need it. There are no long-term commitments, and we build the agenda around your pet and their daily schedule.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Meet & Greet</h3>\r\nDuring our intake meeting, we gather all of the important details when it comes to caring for your pet. Our pet sitter visits with you in your home to meet you and your pet. We establish the dates and times we are needed and discuss paperwork, like completing our pet profile. At this time, you provide a copy of your pet’s veterinarian record and any other personality or behavioral traits we should know about your pet. We also review all of your instructions. This visit includes a tour of your home to show us the necessities, like leashes, food, kitty litter location, favorite toys, etc. During this time, we also have fun getting to know your pet in their environment.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Rates</h3>\r\nWe offer pet sitting for one or more pets for 30-minute visits. For one pet, the rate is $21 per visit; for two to three pets, the rate is $23 per visit; and for four or more pets, the rate is $30 per visit. For emergencies, our rate is $75 for the first visit, then it will defer to our regular rates. (If you are not already a client, we must have current veterinarian records and the pet must be current on their shots). A one-time fee of $15 is charged for all new clients for the intake meeting; the fee for second meetings for existing clients is $7.50.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Policy</h3>\r\nSpecial rates for pet sitting exotic birds and pets: $30 for 1 pet; $45 for two to three pets; and $55 for four or more pets.\r\n\r\nPet transportation: Pickup and transport to vet, groomer, kennel or emergency situations, etc., billed at $20 per hour.\r\n\r\nMedication and shots: Call office for specific needs and fees.\r\n\r\nWe request a minimum 24-hour advance cancellation notice.\r\n\r\nAll holiday bookings will incur a 10 percent surcharge for services.\r\n\r\nCancellations for the holidays are accepted one week prior to the start date of service without the client being charged. Otherwise, clients are charged a $30 fee.\r\n\r\nInclement weather policy is important to observe. If you need a copy, please call the office.\r\n\r\nPet sitter gratuities are always appreciated. Please make arrangement with your sitter.\r\n\r\n<strong>Keys:</strong> There is a charge of $8.50 if you want a sitter to pick up and return your keys in person or you can schedule a day and time to pick up at our office. You must present our receptionist with a state photo I.D. before you receive keys. Keys will not be mailed.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>“I am home and all is well with Luna. Thank you for taking good care of her.” </em>\r\n\r\n— L.B.[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Pet Sitting','','inherit','closed','closed','','11-revision-v1','','','2020-02-07 21:29:12','2020-02-07 21:29:12','',11,'https://www.fffpetsitting.com/11-revision-v1/',0,'revision','',0),(134,1,'2020-02-18 17:40:23','2020-02-18 17:40:23','<p>[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]</p>\n<h1>Dog Training</h1>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]</p>\n<h2>Fur, Fins & Feathers offers obedience and behavioral dog training. Each one-hour, private session focuses on the needs of your dog.</h2>\n<p>Our trainer has 24 years of experience raising and training dogs. She tends each dog with patience, kindness, positivity and love knowing that the levels of obedience training differ among each breed and pet owner’s needs. Our trainer’s goal is to provide you thorough guidance to improve your dog’s behavior and help you build a stronger relationship with your pet.[/vc_column_text][vc_separator][vc_column_text]</p>\n<h3>Training Sessions & Rates</h3>\n<p>Training sessions are designed to your dog’s specific issues and needs. Through positive training techniques there is no need for prongs, choke or electric collars — just love and consistency to achieve the goals of the client.</p>\n<p>We offer basic obedience training, behavioral training and socialization training. We offer six- to 12-week session packages. Each session is 45 to 60 minutes long and conducted with 10-minute training intervals. The cost per session is $50. A one-time fee of $20 is charged for all new clients for the intake meeting; the fee for second meetings for existing clients is $10.[/vc_column_text][vc_separator][vc_column_text]</p>\n<h3>Meet & Greet</h3>\n<p>During our intake meeting, we gather all of the important details when it comes to training your pet. Our trainer visits you in your home to meet you and your pet. We establish the dates and times we are needed and discuss paperwork, like completing our pet profile. At this time, you provide a copy of your pet’s veterinarian record and any other personality or behavioral traits we should know about your dog. We also have fun getting to know your pet in their environment.[/vc_column_text][vc_separator][vc_column_text]</p>\n<h3>Benefits</h3>\n<p>Our trainer will conduct one-on-one dog training that is customized specifically for your pets breed and temperament. Each owner receives time spent with the trainer to learn how to execute and maintain the training commands and information about understanding their pet’s body language. This personalized training will help increase your pet’s social and emotional skills. It also helps you and your pet achieve a higher quality of life together.[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\n<h3>Dog Training</h3>\n<p>Our pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\n<h3>Service Title</h3>\n<p>I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\n','Training','','inherit','closed','closed','','15-autosave-v1','','','2020-02-18 17:40:23','2020-02-18 17:40:23','',15,'https://www.fffpetsitting.com/15-autosave-v1/',0,'revision','',0),(135,1,'2020-02-07 21:32:22','2020-02-07 21:32:22','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Dog Training</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Fur, Fins & Feathers offers obedience and behavioral dog training. Each one-hour, private session focuses on the needs of your dog.</h2>\r\nOur trainer has 24 years of experience raising and training dogs. She tends each dog with patience, kindness, positivity and love knowing that the levels of obedience training differ among each breed and pet owner’s needs. Our trainer’s goal is to provide you thorough guidance to improve your dog’s behavior and help you build a stronger relationship with your pet.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Training Sessions & Rates</h3>\r\nTraining sessions are designed to your dog’s specific issues and needs. Through positive training techniques there is no need for prongs, choke or electric collars — just love and consistency to achieve the goals of the client.\r\n\r\nWe offer basic obedience training, behavioral training and socialization training. We offer six- to 12-week session packages. Each session is 45 to 60 minutes long and conducted with 10-minute training intervals. The cost per session is $50. A one-time fee of $20 is charged for all new clients for the intake meeting; the fee for second meetings for existing clients is $10.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Meet & Greet</h3>\r\nDuring our intake meeting, we gather all of the important details when it comes to training your pet. Our trainer visits you in your home to meet you and your pet. We establish the dates and times we are needed and discuss paperwork, like completing our pet profile. At this time, you provide a copy of your pet’s veterinarian record and any other personality or behavioral traits we should know about your dog. We also have fun getting to know your pet in their environment.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Benefits</h3>\r\nOur trainer will conduct one-on-one dog training that is customized specifically for your pets breed and temperament. Each owner receives time spent with the trainer to learn how to execute and maintain the training commands and information about understanding their pet’s body language. This personalized training will help increase your pet’s social and emotional skills. It also helps you and your pet achieve a higher quality of life together.[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Training','','inherit','closed','closed','','15-revision-v1','','','2020-02-07 21:32:22','2020-02-07 21:32:22','',15,'https://www.fffpetsitting.com/15-revision-v1/',0,'revision','',0),(136,1,'2020-02-26 21:54:31','2020-02-26 21:54:31','<p>[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]</p>\n<h1>Pet Photography</h1>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]</p>\n<h2>The mood and personality of your pet captured by a fellow pet lover is priceless. That is why Fur, Fins & Feathers offers pet photography.</h2>\n<p>We were inspired to offer this service based on the positive feedback clients gave on the photos sent with their pet reports. Our passion is to portray your pet’s character through photographs.</p>\n<p>We offer two packages: Natural Environment and Special Occasions. For the Natural Environment shoots, our photographer will observe your pet and wait for opportunities to take organic photos. These photos are not staged, but rather capture your pet being a pet in a familiar location.</p>\n<p>But, we also know how fun it is to get dressed up and capture the memories for special occasions, like a holiday or birthday. Our Special Occasions package is more formal and includes staged costume or posed photos. These photographs are taken in the comfort of your pet’s home or a designated place of your choosing.[/vc_column_text][vc_single_image image=\"206\" img_size=\"full\"][vc_column_text]</p>\n<h3>Rates</h3>\n<p>The rate for the Natural Environment package is $150 for a one-hour session. This includes five to seven digital images. Each additional pet is $25 extra.</p>\n<p>The rate for the Special Occasion package is $250 for a one- to two-hour session. This includes two outfit changes and five to seven digital images. Each additional pet is $50 extra.</p>\n<p>The rate for the Special Occasion Family package $350 for a one- to two-hour session. This includes your pet and members of your immediate family and three digital images. Each additional pet is $50 extra.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>Not your typical photographer! All photos by Ayshia</em>[/vc_column_text][vc_column_text][unitegallery photography][/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\n<h3>Pet Photography</h3>\n<p>Let us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\n<h3>Dog Training</h3>\n<p>Our pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:https%3A%2F%2Fwww.fffpetsitting.com%2Ftraining%2F|title:Training||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\n<h3>Mid-Day Dog Walking</h3>\n<p>Our enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:https%3A%2F%2Fwww.fffpetsitting.com%2Ftraining%2F|title:Training||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\n<h3>Pet Sitting</h3>\n<p>Whether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fpet-sitting%2F|title:Training||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\n','Photography','','inherit','closed','closed','','17-autosave-v1','','','2020-02-26 21:54:31','2020-02-26 21:54:31','',17,'https://www.fffpetsitting.com/17-autosave-v1/',0,'revision','',0),(137,1,'2020-02-07 21:36:30','2020-02-07 21:36:30','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Pet Photography</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>The mood and personality of your pet captured by a fellow pet lover is priceless. That is why Fur, Fins & Feathers offers pet photography.</h2>\r\nWe were inspired to offer this service based on the positive feedback clients gave on the photos sent with their pet reports. Our passion is to portray your pet’s character through photographs.\r\n\r\nWe offer two packages: Natural Environment and Special Occasions. For the Natural Environment shoots, our photographer will observe your pet and wait for opportunities to take organic photos. These photos are not staged, but rather capture your pet being a pet in a familiar location.\r\n\r\nBut, we also know how fun it is to get dressed up and capture the memories for special occasions, like a holiday or birthday. Our Special Occasions package is more formal and includes staged costume or posed photos. These photographs are taken in the comfort of your pet’s home or a designated place of your choosing.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Rates</h3>\r\nThe rate for the Natural Environment package is $150 for a one-hour session. This includes five to seven digital images. Each additional pet is $25 extra.\r\n\r\nThe rate for the Special Occasion package is $250 for a one- to two-hour session. This includes two outfit changes and five to seven digital images. Each additional pet is $50 extra.\r\n\r\nThe rate for the Special Occasion Family package $350 for a one- to two-hour session. This includes your pet and members of your immediate family and three digital images. Each additional pet is $50 extra.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>Not your typical photographer! All photos by Ayshia</em>[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Photography','','inherit','closed','closed','','17-revision-v1','','','2020-02-07 21:36:30','2020-02-07 21:36:30','',17,'https://www.fffpetsitting.com/17-revision-v1/',0,'revision','',0),(138,1,'2020-02-18 17:50:46','2020-02-18 17:50:46','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\n<h1>Bed & Breakfast</h1>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\n<h2>We want to treat your pet like family. Our Bed & Breakfast service gives your pet that at-home feel while you are away.</h2>\nOur pet sitters host your pet in their own home, bringing the elements of comfort to your pet. We want your pet to have the care they need when you are away. No more kennels for your pup or kitty!\n\nTo make your pet’s stay even homier, you bring their favorite belongings, like bedding and toys, as well as the needed food and supplies. They will even have free range of the pet sitter’s home. We want to keep their environment — as well as their bellies — comfortable!\n\nWe also provide detailed pet reports and photos to keep you informed of your pet’s daily care. This pet report captures playtime, walks, potty breaks, overall behavior, etc. And, we send pictures throughout the day so you can see their loveable face.\n\nIf needed, we can administer shots or medication as needed for an additional fee. Our goal is to make your pet feel at home while providing you with the comfort of knowing they’re being well taken care of.\n\nDepending on when your pet stays at our Bed & Breakfast, he or she could be the only guest. Keep in mind that our pet sitters can take up to three pets at a time. For the best outcome with Bed & Breakfast care, your pet should have a passive temperament, get along with other pets and be up-to-date with their veterinarian records.[/vc_column_text][vc_separator][vc_column_text]\n<h3>Benefits</h3>\nThe benefits of Bed & Breakfast care are a loving home for your pet, free range of movement inside the home and being treated like one of our own. They can enjoy the comforts of home while having companionship and care.[/vc_column_text][vc_separator][vc_column_text]\n<h3>Meet & Greet</h3>\nDuring our intake meeting, we gather all of the important details when it comes to caring for your pet. Our pet sitter visits you in your home to meet you and your pet. We establish the dates and times we are needed and discuss paperwork, like completing our pet profile. At this time, you provide a copy of your pet’s veterinarian record and any other personality or behavioral traits we should know about your pet. We’ll also review all of your instructions. During this time, we also have fun getting to know your pet in their environment.[/vc_column_text][vc_separator][vc_column_text]\n<h3>Rates</h3>\nThe rates for our Bed & Breakfast service — when pets are hosted in the pet sitter’s home — are $77 for one pet; $85 for two to four pets; and $105 for five or more pets. This service may not include 24 solid hours of care. We provide 30 minutes of care between 6 a.m. – 8 a.m., 10 a.m. – 3 p.m., 6 p.m. – 8 p.m. and overnight. A one-time fee of $15 is charged for all new clients for the intake meeting; and the fee for second meetings for existing clients is $7.50.[/vc_column_text][vc_separator][vc_column_text]\n<h3>Policy</h3>\nSpecial rates for pet sitting exotic birds and pets: $30 for 1 pet; $45 for two to three pets; and $55 for four or more pets.\n\nPet transportation: Pickup and transport to vet, groomer, kennel or emergency situations, etc., billed at $20 per hour.\n\nMedication and shots: Call office for specific needs and fees.\n\nWe request a minimum 24-hour advance cancellation notice.\n\nAll holiday bookings will incur a 10 percent surcharge for services.\n\nCancellations for the holidays are accepted one week prior to the start date of service without the client being charged. Otherwise, clients are charged a $30 fee.\n\nInclement weather policy is important to observe. If you need a copy, please call the office.\n\nPet sitter gratuities are always appreciated. Please make arrangement with your sitter.\n\n<strong>Keys:</strong> There is a charge of $8.50 if you want a sitter to pick up and return your keys in person or you can schedule a day and time to pick up at our office. You must present our receptionist with a state photo I.D. before you receive keys. Keys will not be mailed.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>“Thank you so much for the updates. I am so glad you are bonding with my babies! It makes me feel so relieved to know that you are such a good caretaker!” </em>\n\n— Tania[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\n<h3>Bed & Breakfast</h3>\nOur Bed & Breakfast service gives your pet that at-home feel while you are away.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\n<h3>House Sitting</h3>\nYou can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fhouse-sitting%2F|title:House%20Sitting||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\n<h3>Mid-Day Dog Walking</h3>\nOur enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fdog-walking%2F|title:House%20Sitting||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\n<h3>Pet Sitting</h3>\nWhether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fhouse-sitting%2F|title:House%20Sitting||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Bed & Breakfast','','inherit','closed','closed','','19-autosave-v1','','','2020-02-18 17:50:46','2020-02-18 17:50:46','',19,'https://www.fffpetsitting.com/19-autosave-v1/',0,'revision','',0),(139,1,'2020-02-07 21:39:17','2020-02-07 21:39:17','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Bed & Breakfast</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>We want to treat your pet like family. Our Bed & Breakfast service gives your pet that at-home feel while you are away.</h2>\r\nOur pet sitters host your pet in their own home, bringing the elements of comfort to your pet. We want your pet to have the care they need when you are away. No more kennels for your pup or kitty!\r\n\r\nTo make your pet’s stay even homier, you bring their favorite belongings, like bedding and toys, as well as the needed food and supplies. They will even have free range of the pet sitter’s home. We want to keep their environment — as well as their bellies — comfortable!\r\n\r\nWe also provide detailed pet reports and photos to keep you informed of your pet’s daily care. This pet report captures playtime, walks, potty breaks, overall behavior, etc. And, we send pictures throughout the day so you can see their loveable face.\r\n\r\nIf needed, we can administer shots or medication as needed for an additional fee. Our goal is to make your pet feel at home while providing you with the comfort of knowing they’re being well taken care of.\r\n\r\nDepending on when your pet stays at our Bed & Breakfast, he or she could be the only guest. Keep in mind that our pet sitters can take up to three pets at a time. For the best outcome with Bed & Breakfast care, your pet should have a passive temperament, get along with other pets and be up-to-date with their veterinarian records.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Benefits</h3>\r\nThe benefits of Bed & Breakfast care are a loving home for your pet, free range of movement inside the home and being treated like one of our own. They can enjoy the comforts of home while having companionship and care.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Meet & Greet</h3>\r\nDuring our intake meeting, we gather all of the important details when it comes to caring for your pet. Our pet sitter visits you in your home to meet you and your pet. We establish the dates and times we are needed and discuss paperwork, like completing our pet profile. At this time, you provide a copy of your pet’s veterinarian record and any other personality or behavioral traits we should know about your pet. We’ll also review all of your instructions. During this time, we also have fun getting to know your pet in their environment.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Rates</h3>\r\nThe rates for our Bed & Breakfast service — when pets are hosted in the pet sitter’s home — are $77 for one pet; $85 for two to four pets; and $105 for five or more pets. This service may not include 24 solid hours of care. We provide 30 minutes of care between 6 a.m. – 8 a.m., 10 a.m. – 3 p.m., 6 p.m. – 8 p.m. and overnight. A one-time fee of $15 is charged for all new clients for the intake meeting; and the fee for second meetings for existing clients is $7.50.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Policy</h3>\r\nSpecial rates for pet sitting exotic birds and pets: $30 for 1 pet; $45 for two to three pets; and $55 for four or more pets.\r\n\r\nPet transportation: Pickup and transport to vet, groomer, kennel or emergency situations, etc., billed at $20 per hour.\r\n\r\nMedication and shots: Call office for specific needs and fees.\r\n\r\nWe request a minimum 24-hour advance cancellation notice.\r\n\r\nAll holiday bookings will incur a 10 percent surcharge for services.\r\n\r\nCancellations for the holidays are accepted one week prior to the start date of service without the client being charged. Otherwise, clients are charged a $30 fee.\r\n\r\nInclement weather policy is important to observe. If you need a copy, please call the office.\r\n\r\nPet sitter gratuities are always appreciated. Please make arrangement with your sitter.\r\n\r\n<strong>Keys:</strong> There is a charge of $8.50 if you want a sitter to pick up and return your keys in person or you can schedule a day and time to pick up at our office. You must present our receptionist with a state photo I.D. before you receive keys. Keys will not be mailed.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>“Thank you so much for the updates. I am so glad you are bonding with my babies! It makes me feel so relieved to know that you are such a good caretaker!” </em>\r\n\r\n— Tania[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Bed & Breakfast','','inherit','closed','closed','','19-revision-v1','','','2020-02-07 21:39:17','2020-02-07 21:39:17','',19,'https://www.fffpetsitting.com/19-revision-v1/',0,'revision','',0),(140,1,'2020-02-11 16:32:46','2020-02-11 16:32:46','[vc_row thb_full_width=\"true\" el_id=\"hero\" css=\".vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">The Leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland!</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and dependable service to your pets for over 30 years.</h2>\r\n[/vc_column_text][vc_btn title=\"Our Company\" el_id=\"stroke-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fabout-us%2F|title:About%20Us||\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row el_id=\"section-1\"][vc_column width=\"1/2\"][thb_fancybox icon=\"arrows_circle_left.svg\" thb_text_alignment=\"thb-center\" animation=\"animation fade-in\" image=\"56\"]\r\n<h2>Dog Walking</h2>\r\n[/thb_fancybox][/vc_column][vc_column width=\"1/2\"][thb_fancybox style=\"fancy-style3\"][/thb_fancybox][/vc_column][/vc_row][vc_row el_id=\"section-2\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Our Professional Pet Care Services Available In:</h2>\r\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Montgomery Village, North Potomac, Rockville, Silver Spring and Wheaton</p>\r\n<p style=\"text-align: center;\">More Locations Coming Soon!</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-3\"][vc_column width=\"1/3\"][thb_image image=\"62\"][/thb_image][vc_column_text]\r\n<h3>House Sitting</h3>\r\nYou can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"64\"][/thb_image][vc_column_text]\r\n<h3>Training</h3>\r\nOur pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"63\"][/thb_image][vc_column_text]\r\n<h3>Photography</h3>\r\nLet us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][/vc_column][/vc_row][vc_row thb_full_width=\"true\" content_placement=\"middle\" el_id=\"section-4\" css=\".vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Clients who use our services are paired with pet caregivers who are professional, trustworthy and of integrity.</h2>\r\n<p style=\"text-align: center;\">Our highly experienced dog walkers and pet sitters are bonded and insured. In addition, we require background checks to provide an extra layer of safety for our clients and their precious pets.</p>\r\n<p style=\"text-align: center;\">Check Our Social Media for Current Specials!</p>\r\n[/vc_column_text][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','6-revision-v1','','','2020-02-11 16:32:46','2020-02-11 16:32:46','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(141,1,'2020-02-11 16:39:01','2020-02-11 16:39:01','[vc_row thb_full_width=\"true\" el_id=\"hero\" css=\".vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">The Leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland!</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and dependable service to your pets for over 30 years.</h2>\r\n[/vc_column_text][vc_btn title=\"Our Company\" el_id=\"stroke-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fabout-us%2F|title:About%20Us||\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row el_id=\"section-1\"][vc_column width=\"1/2\"][thb_fancybox icon=\"arrows_circle_left.svg\" thb_text_alignment=\"thb-center\" animation=\"animation fade-in\" image=\"56\"]\r\n<h2><a href=\"https://www.fffpetsitting.com/dog-walking/\">Dog Walking</a></h2>\r\n[/thb_fancybox][/vc_column][vc_column width=\"1/2\"][thb_fancybox style=\"fancy-style3\" image=\"61\"]\r\n<h2><a href=\"https://www.fffpetsitting.com/pet-sitting/\">Pet Sitting</a></h2>\r\n[/thb_fancybox][/vc_column][/vc_row][vc_row el_id=\"section-2\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Our Professional Pet Care Services Available In:</h2>\r\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Montgomery Village, North Potomac, Rockville, Silver Spring and Wheaton</p>\r\n<p style=\"text-align: center;\">More Locations Coming Soon!</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-3\"][vc_column width=\"1/3\"][thb_image image=\"62\"][/thb_image][vc_column_text]\r\n<h3>House Sitting</h3>\r\nYou can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"64\"][/thb_image][vc_column_text]\r\n<h3>Training</h3>\r\nOur pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"63\"][/thb_image][vc_column_text]\r\n<h3>Photography</h3>\r\nLet us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][/vc_column][/vc_row][vc_row thb_full_width=\"true\" content_placement=\"middle\" el_id=\"section-4\" css=\".vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Clients who use our services are paired with pet caregivers who are professional, trustworthy and of integrity.</h2>\r\n<p style=\"text-align: center;\">Our highly experienced dog walkers and pet sitters are bonded and insured. In addition, we require background checks to provide an extra layer of safety for our clients and their precious pets.</p>\r\n<p style=\"text-align: center;\">Check Our Social Media for Current Specials!</p>\r\n[/vc_column_text][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','6-revision-v1','','','2020-02-11 16:39:01','2020-02-11 16:39:01','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(142,1,'2020-02-11 16:41:13','2020-02-11 16:41:13','[vc_row thb_full_width=\"true\" el_id=\"hero\" css=\".vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">The Leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland!</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and dependable service to your pets for over 30 years.</h2>\r\n[/vc_column_text][vc_btn title=\"Our Company\" el_id=\"stroke-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fabout-us%2F|title:About%20Us||\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row el_id=\"section-1\"][vc_column width=\"1/2\"][thb_fancybox icon=\"arrows_circle_left.svg\" thb_text_alignment=\"thb-center\" animation=\"animation fade-in\" image=\"56\"]\r\n<h2><a href=\"https://www.fffpetsitting.com/dog-walking/\">Dog Walking</a></h2>\r\n[/thb_fancybox][/vc_column][vc_column width=\"1/2\"][thb_fancybox style=\"fancy-style3\" image=\"61\"]\r\n<h2><a href=\"https://www.fffpetsitting.com/pet-sitting/\">Pet Sitting</a></h2>\r\n[/thb_fancybox][/vc_column][/vc_row][vc_row el_id=\"section-2\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Our Professional Pet Care Services Available In:</h2>\r\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Montgomery Village, North Potomac, Rockville, Silver Spring and Wheaton</p>\r\n<p style=\"text-align: center;\">More Locations Coming Soon!</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-3\"][vc_column width=\"1/3\"][thb_image image=\"62\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fhouse-sitting%2F|title:House%20Sitting||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/house-sitting/\">House Sitting</a></h3>\r\nYou can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"64\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Ftraining%2F|title:Training||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/training/\">Training</a></h3>\r\nOur pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"63\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fphotography%2F|title:Photography||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/photography/\">Photography</a></h3>\r\nLet us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][/vc_column][/vc_row][vc_row thb_full_width=\"true\" content_placement=\"middle\" el_id=\"section-4\" css=\".vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Clients who use our services are paired with pet caregivers who are professional, trustworthy and of integrity.</h2>\r\n<p style=\"text-align: center;\">Our highly experienced dog walkers and pet sitters are bonded and insured. In addition, we require background checks to provide an extra layer of safety for our clients and their precious pets.</p>\r\n<p style=\"text-align: center;\">Check Our Social Media for Current Specials!</p>\r\n[/vc_column_text][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','6-revision-v1','','','2020-02-11 16:41:13','2020-02-11 16:41:13','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(143,1,'2020-02-11 16:41:53','2020-02-11 16:41:53','[vc_row thb_full_width=\"true\" el_id=\"hero\" css=\".vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">The Leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland!</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and dependable service to your pets for over 30 years.</h2>\r\n[/vc_column_text][vc_btn title=\"Our Company\" el_id=\"stroke-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fabout-us%2F|title:About%20Us||\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row el_id=\"section-1\"][vc_column width=\"1/2\"][thb_fancybox icon=\"arrows_circle_left.svg\" thb_text_alignment=\"thb-center\" animation=\"animation fade-in\" image=\"56\"]\r\n<h2><a href=\"https://www.fffpetsitting.com/dog-walking/\">Dog Walking</a></h2>\r\n[/thb_fancybox][/vc_column][vc_column width=\"1/2\"][thb_fancybox style=\"fancy-style3\" image=\"61\"]\r\n<h2><a href=\"https://www.fffpetsitting.com/pet-sitting/\">Pet Sitting</a></h2>\r\n[/thb_fancybox][/vc_column][/vc_row][vc_row el_id=\"section-2\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Our Professional Pet Care Services Available In:</h2>\r\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Montgomery Village, North Potomac, Rockville, Silver Spring and Wheaton</p>\r\n<p style=\"text-align: center;\">More Locations Coming Soon!</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-3\"][vc_column width=\"1/3\"][thb_image image=\"62\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fhouse-sitting%2F|title:House%20Sitting||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/house-sitting/\">House Sitting</a></h3>\r\nYou can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"64\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Ftraining%2F|title:Training||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/training/\">Training</a></h3>\r\nOur pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"63\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fphotography%2F|title:Photography||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/photography/\">Photography</a></h3>\r\nLet us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][/vc_column][/vc_row][vc_row thb_full_width=\"true\" content_placement=\"middle\" el_id=\"section-4\" css=\".vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Clients who use our services are paired with pet caregivers who are professional, trustworthy and of integrity.</h2>\r\n<p style=\"text-align: center;\">Our highly experienced dog walkers and pet sitters are bonded and insured. In addition, we require background checks to provide an extra layer of safety for our clients and their precious pets.</p>\r\n<p style=\"text-align: center;\">Check Our Social Media for Current Specials!</p>\r\n[/vc_column_text][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','6-revision-v1','','','2020-02-11 16:41:53','2020-02-11 16:41:53','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(144,1,'2020-02-11 20:39:04','2020-02-11 20:39:04','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Employment</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Online Application</h2>\r\n[/vc_column_text][gravityform id=\"3\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Employment','','inherit','closed','closed','','27-revision-v1','','','2020-02-11 20:39:04','2020-02-11 20:39:04','',27,'https://www.fffpetsitting.com/27-revision-v1/',0,'revision','',0),(145,1,'2020-02-12 14:31:02','2020-02-12 14:31:02','[vc_row thb_full_width=\"true\" el_id=\"hero\" css=\".vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">The Leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland!</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and dependable service to your pets for over 30 years.</h2>\r\n[/vc_column_text][vc_btn title=\"Our Company\" el_id=\"stroke-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fabout-us%2F|title:About%20Us||\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row el_id=\"section-1\"][vc_column width=\"1/2\"][thb_fancybox thb_text_alignment=\"thb-center\" animation=\"animation fade-in\" image=\"56\"]\r\n<h2><a href=\"https://www.fffpetsitting.com/dog-walking/\">Dog Walking</a></h2>\r\n[/thb_fancybox][/vc_column][vc_column width=\"1/2\"][thb_fancybox style=\"fancy-style3\" image=\"61\"]\r\n<h2><a href=\"https://www.fffpetsitting.com/pet-sitting/\">Pet Sitting</a></h2>\r\n[/thb_fancybox][/vc_column][/vc_row][vc_row el_id=\"section-2\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Our Professional Pet Care Services Available In:</h2>\r\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Montgomery Village, North Potomac, Rockville, Silver Spring and Wheaton</p>\r\n<p style=\"text-align: center;\">More Locations Coming Soon!</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-3\"][vc_column width=\"1/3\"][thb_image image=\"62\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fhouse-sitting%2F|title:House%20Sitting||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/house-sitting/\">House Sitting</a></h3>\r\nYou can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"64\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Ftraining%2F|title:Training||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/training/\">Training</a></h3>\r\nOur pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"63\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fphotography%2F|title:Photography||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/photography/\">Photography</a></h3>\r\nLet us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][/vc_column][/vc_row][vc_row thb_full_width=\"true\" content_placement=\"middle\" el_id=\"section-4\" css=\".vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Clients who use our services are paired with pet caregivers who are professional, trustworthy and of integrity.</h2>\r\n<p style=\"text-align: center;\">Our highly experienced dog walkers and pet sitters are bonded and insured. In addition, we require background checks to provide an extra layer of safety for our clients and their precious pets.</p>\r\n<p style=\"text-align: center;\">Check Our Social Media for Current Specials!</p>\r\n[/vc_column_text][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row thb_full_width=\"true\" thb_row_padding=\"true\" thb_column_padding=\"true\" css=\".vc_custom_1520941764351{padding-top: 17vh !important;padding-bottom: 8vh !important;background-color: #f8f6f3 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][thb_gradienttype gradient_text=\"\r\n<h1>WHAT CAN YOU DO?</h1>\r\n\" animation=\"animation bottom-to-top\" bg_gradient1=\"#f22042\" bg_gradient2=\"#f53f35\"][vc_empty_space][vc_column_text]<span style=\"font-size: 20px; color: #6c6c77; font-weight: 600;\">Earth female creeping to greater lesser seas. Without days youre. Midst to were two whose. Seasons lesser was be sea multiply moveth morning had morning wherein fifth us herb.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row thb_full_width=\"true\" thb_row_padding=\"true\" thb_column_padding=\"true\"][vc_column][thb_content_carousel thb_columns=\"medium-3\" thb_margins=\"pixel-padding\"][thb_fancybox thb_text_alignment=\"thb-center\" height=\"50vh\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2Frevolution.fuelthemes.net%2Frevolution-fitness%2Fabout-us%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(242,32,66,0.9)\" bg_gradient2=\"rgba(245,63,53,0.9)\" image=\"129\"]\r\n<h3>PERSONAL TRAINING</h3>\r\n[/thb_fancybox][thb_fancybox thb_text_alignment=\"thb-center\" height=\"50vh\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2Frevolution.fuelthemes.net%2Frevolution-fitness%2Fabout-us%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(242,32,66,0.9)\" bg_gradient2=\"rgba(245,63,53,0.9)\" image=\"130\"]\r\n<h3>PILATES</h3>\r\n[/thb_fancybox][thb_fancybox thb_text_alignment=\"thb-center\" height=\"50vh\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2Frevolution.fuelthemes.net%2Frevolution-fitness%2Fabout-us%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(242,32,66,0.9)\" bg_gradient2=\"rgba(245,63,53,0.9)\" image=\"131\"]\r\n<h3>SPINNING</h3>\r\n[/thb_fancybox][thb_fancybox thb_text_alignment=\"thb-center\" height=\"50vh\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2Frevolution.fuelthemes.net%2Frevolution-fitness%2Fabout-us%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(242,32,66,0.9)\" bg_gradient2=\"rgba(245,63,53,0.9)\" image=\"132\"]\r\n<h3>KICKBOXING</h3>\r\n[/thb_fancybox][thb_fancybox thb_text_alignment=\"thb-center\" height=\"50vh\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2Frevolution.fuelthemes.net%2Frevolution-fitness%2Fabout-us%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(242,32,66,0.9)\" bg_gradient2=\"rgba(245,63,53,0.9)\" image=\"147\"]\r\n<h3>YOGA</h3>\r\n[/thb_fancybox][/thb_content_carousel][/vc_column][/vc_row]','Home','','inherit','closed','closed','','6-revision-v1','','','2020-02-12 14:31:02','2020-02-12 14:31:02','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(146,1,'2020-02-12 14:32:40','2020-02-12 14:32:40','[vc_row thb_full_width=\"true\" el_id=\"hero\" css=\".vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">The Leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland!</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and dependable service to your pets for over 30 years.</h2>\r\n[/vc_column_text][vc_btn title=\"Our Company\" el_id=\"stroke-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fabout-us%2F|title:About%20Us||\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row el_id=\"section-1\"][vc_column width=\"1/2\"][thb_fancybox thb_text_alignment=\"thb-center\" animation=\"animation fade-in\" image=\"56\"]\r\n<h2><a href=\"https://www.fffpetsitting.com/dog-walking/\">Dog Walking</a></h2>\r\n[/thb_fancybox][/vc_column][vc_column width=\"1/2\"][thb_fancybox style=\"fancy-style3\" image=\"61\"]\r\n<h2><a href=\"https://www.fffpetsitting.com/pet-sitting/\">Pet Sitting</a></h2>\r\n[/thb_fancybox][thb_fancybox thb_text_alignment=\"thb-center\" height=\"50vh\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2Frevolution.fuelthemes.net%2Frevolution-fitness%2Fabout-us%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(242,32,66,0.9)\" bg_gradient2=\"rgba(245,63,53,0.9)\" image=\"61\"]\r\n<h3>PET SITTING</h3>\r\n[/thb_fancybox][/vc_column][/vc_row][vc_row el_id=\"section-2\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Our Professional Pet Care Services Available In:</h2>\r\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Montgomery Village, North Potomac, Rockville, Silver Spring and Wheaton</p>\r\n<p style=\"text-align: center;\">More Locations Coming Soon!</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-3\"][vc_column width=\"1/3\"][thb_image image=\"62\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fhouse-sitting%2F|title:House%20Sitting||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/house-sitting/\">House Sitting</a></h3>\r\nYou can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"64\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Ftraining%2F|title:Training||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/training/\">Training</a></h3>\r\nOur pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"63\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fphotography%2F|title:Photography||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/photography/\">Photography</a></h3>\r\nLet us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][/vc_column][/vc_row][vc_row thb_full_width=\"true\" content_placement=\"middle\" el_id=\"section-4\" css=\".vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Clients who use our services are paired with pet caregivers who are professional, trustworthy and of integrity.</h2>\r\n<p style=\"text-align: center;\">Our highly experienced dog walkers and pet sitters are bonded and insured. In addition, we require background checks to provide an extra layer of safety for our clients and their precious pets.</p>\r\n<p style=\"text-align: center;\">Check Our Social Media for Current Specials!</p>\r\n[/vc_column_text][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row thb_full_width=\"true\" thb_row_padding=\"true\" thb_column_padding=\"true\" css=\".vc_custom_1520941764351{padding-top: 17vh !important;padding-bottom: 8vh !important;background-color: #f8f6f3 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][thb_gradienttype gradient_text=\"\r\n<h1>WHAT CAN YOU DO?</h1>\r\n\" animation=\"animation bottom-to-top\" bg_gradient1=\"#f22042\" bg_gradient2=\"#f53f35\"][vc_empty_space][vc_column_text]<span style=\"font-size: 20px; color: #6c6c77; font-weight: 600;\">Earth female creeping to greater lesser seas. Without days youre. Midst to were two whose. Seasons lesser was be sea multiply moveth morning had morning wherein fifth us herb.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row thb_full_width=\"true\" thb_row_padding=\"true\" thb_column_padding=\"true\"][vc_column][thb_content_carousel thb_columns=\"medium-3\" thb_margins=\"pixel-padding\"][thb_fancybox thb_text_alignment=\"thb-center\" height=\"50vh\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2Frevolution.fuelthemes.net%2Frevolution-fitness%2Fabout-us%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(242,32,66,0.9)\" bg_gradient2=\"rgba(245,63,53,0.9)\" image=\"130\"]\r\n<h3>PILATES</h3>\r\n[/thb_fancybox][thb_fancybox thb_text_alignment=\"thb-center\" height=\"50vh\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2Frevolution.fuelthemes.net%2Frevolution-fitness%2Fabout-us%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(242,32,66,0.9)\" bg_gradient2=\"rgba(245,63,53,0.9)\" image=\"131\"]\r\n<h3>SPINNING</h3>\r\n[/thb_fancybox][thb_fancybox thb_text_alignment=\"thb-center\" height=\"50vh\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2Frevolution.fuelthemes.net%2Frevolution-fitness%2Fabout-us%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(242,32,66,0.9)\" bg_gradient2=\"rgba(245,63,53,0.9)\" image=\"132\"]\r\n<h3>KICKBOXING</h3>\r\n[/thb_fancybox][thb_fancybox thb_text_alignment=\"thb-center\" height=\"50vh\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2Frevolution.fuelthemes.net%2Frevolution-fitness%2Fabout-us%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(242,32,66,0.9)\" bg_gradient2=\"rgba(245,63,53,0.9)\" image=\"147\"]\r\n<h3>YOGA</h3>\r\n[/thb_fancybox][/thb_content_carousel][/vc_column][/vc_row]','Home','','inherit','closed','closed','','6-revision-v1','','','2020-02-12 14:32:40','2020-02-12 14:32:40','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(147,1,'2020-02-12 14:52:59','2020-02-12 14:52:59','[vc_row thb_full_width=\"true\" el_id=\"hero\" css=\".vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">The Leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland!</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and dependable service to your pets for over 30 years.</h2>\r\n[/vc_column_text][vc_btn title=\"Our Company\" el_id=\"stroke-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fabout-us%2F|title:About%20Us||\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row el_id=\"section-1\"][vc_column width=\"1/2\"][thb_fancybox thb_text_alignment=\"thb-center\" animation=\"animation fade-in\" image=\"56\"]\r\n<h2><a href=\"https://www.fffpetsitting.com/dog-walking/\">Dog Walking</a></h2>\r\n[/thb_fancybox][/vc_column][vc_column width=\"1/2\"][thb_fancybox thb_text_alignment=\"thb-center\" height=\"50vh\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2Frevolution.fuelthemes.net%2Frevolution-fitness%2Fabout-us%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(242,32,66,0.9)\" bg_gradient2=\"rgba(245,63,53,0.9)\" image=\"61\"]\r\n<h3>PET SITTING</h3>\r\n[/thb_fancybox][/vc_column][/vc_row][vc_row el_id=\"section-2\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Our Professional Pet Care Services Available In:</h2>\r\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Montgomery Village, North Potomac, Rockville, Silver Spring and Wheaton</p>\r\n<p style=\"text-align: center;\">More Locations Coming Soon!</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-3\"][vc_column width=\"1/3\"][thb_image image=\"62\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fhouse-sitting%2F|title:House%20Sitting||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/house-sitting/\">House Sitting</a></h3>\r\nYou can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"64\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Ftraining%2F|title:Training||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/training/\">Training</a></h3>\r\nOur pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"63\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fphotography%2F|title:Photography||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/photography/\">Photography</a></h3>\r\nLet us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][/vc_column][/vc_row][vc_row thb_full_width=\"true\" content_placement=\"middle\" el_id=\"section-4\" css=\".vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Clients who use our services are paired with pet caregivers who are professional, trustworthy and of integrity.</h2>\r\n<p style=\"text-align: center;\">Our highly experienced dog walkers and pet sitters are bonded and insured. In addition, we require background checks to provide an extra layer of safety for our clients and their precious pets.</p>\r\n<p style=\"text-align: center;\">Check Our Social Media for Current Specials!</p>\r\n[/vc_column_text][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row thb_full_width=\"true\" thb_row_padding=\"true\" thb_column_padding=\"true\" css=\".vc_custom_1520941764351{padding-top: 17vh !important;padding-bottom: 8vh !important;background-color: #f8f6f3 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][thb_gradienttype gradient_text=\"\r\n<h1>WHAT CAN YOU DO?</h1>\r\n\" animation=\"animation bottom-to-top\" bg_gradient1=\"#f22042\" bg_gradient2=\"#f53f35\"][vc_empty_space][vc_column_text]<span style=\"font-size: 20px; color: #6c6c77; font-weight: 600;\">Earth female creeping to greater lesser seas. Without days youre. Midst to were two whose. Seasons lesser was be sea multiply moveth morning had morning wherein fifth us herb.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row thb_full_width=\"true\" thb_row_padding=\"true\" thb_column_padding=\"true\"][vc_column][thb_content_carousel thb_columns=\"medium-3\" thb_margins=\"pixel-padding\"][thb_fancybox thb_text_alignment=\"thb-center\" height=\"50vh\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2Frevolution.fuelthemes.net%2Frevolution-fitness%2Fabout-us%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(242,32,66,0.9)\" bg_gradient2=\"rgba(245,63,53,0.9)\" image=\"130\"]\r\n<h3>PILATES</h3>\r\n[/thb_fancybox][thb_fancybox thb_text_alignment=\"thb-center\" height=\"50vh\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2Frevolution.fuelthemes.net%2Frevolution-fitness%2Fabout-us%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(242,32,66,0.9)\" bg_gradient2=\"rgba(245,63,53,0.9)\" image=\"131\"]\r\n<h3>SPINNING</h3>\r\n[/thb_fancybox][thb_fancybox thb_text_alignment=\"thb-center\" height=\"50vh\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2Frevolution.fuelthemes.net%2Frevolution-fitness%2Fabout-us%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(242,32,66,0.9)\" bg_gradient2=\"rgba(245,63,53,0.9)\" image=\"132\"]\r\n<h3>KICKBOXING</h3>\r\n[/thb_fancybox][thb_fancybox thb_text_alignment=\"thb-center\" height=\"50vh\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2Frevolution.fuelthemes.net%2Frevolution-fitness%2Fabout-us%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(242,32,66,0.9)\" bg_gradient2=\"rgba(245,63,53,0.9)\" image=\"147\"]\r\n<h3>YOGA</h3>\r\n[/thb_fancybox][/thb_content_carousel][/vc_column][/vc_row]','Home','','inherit','closed','closed','','6-revision-v1','','','2020-02-12 14:52:59','2020-02-12 14:52:59','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(148,1,'2020-02-12 15:05:53','2020-02-12 15:05:53','[vc_row thb_full_width=\"true\" el_id=\"hero\" css=\".vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">The Leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland!</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and dependable service to your pets for over 30 years.</h2>\r\n[/vc_column_text][vc_btn title=\"Our Company\" el_id=\"stroke-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fabout-us%2F|title:About%20Us||\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row el_id=\"section-1\"][vc_column width=\"1/2\"][thb_fancybox thb_text_alignment=\"thb-center\" animation=\"animation fade-in\" image=\"56\"]\r\n<h2><a href=\"https://www.fffpetsitting.com/dog-walking/\">Dog Walking</a></h2>\r\n[/thb_fancybox][/vc_column][vc_column width=\"1/2\"][thb_fancybox thb_text_alignment=\"thb-center\" height=\"400px\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2Frevolution.fuelthemes.net%2Frevolution-fitness%2Fabout-us%2F|title:LEARN%20MORE||\" bg_gradient1=\"#3280d4\" bg_gradient2=\"#3e90dc\" image=\"61\"]\r\n<h3>PET SITTING</h3>\r\n[/thb_fancybox][/vc_column][/vc_row][vc_row el_id=\"section-2\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Our Professional Pet Care Services Available In:</h2>\r\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Montgomery Village, North Potomac, Rockville, Silver Spring and Wheaton</p>\r\n<p style=\"text-align: center;\">More Locations Coming Soon!</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-3\"][vc_column width=\"1/3\"][thb_image image=\"62\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fhouse-sitting%2F|title:House%20Sitting||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/house-sitting/\">House Sitting</a></h3>\r\nYou can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"64\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Ftraining%2F|title:Training||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/training/\">Training</a></h3>\r\nOur pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"63\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fphotography%2F|title:Photography||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/photography/\">Photography</a></h3>\r\nLet us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][/vc_column][/vc_row][vc_row thb_full_width=\"true\" content_placement=\"middle\" el_id=\"section-4\" css=\".vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Clients who use our services are paired with pet caregivers who are professional, trustworthy and of integrity.</h2>\r\n<p style=\"text-align: center;\">Our highly experienced dog walkers and pet sitters are bonded and insured. In addition, we require background checks to provide an extra layer of safety for our clients and their precious pets.</p>\r\n<p style=\"text-align: center;\">Check Our Social Media for Current Specials!</p>\r\n[/vc_column_text][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row thb_full_width=\"true\" thb_row_padding=\"true\" thb_column_padding=\"true\" css=\".vc_custom_1520941764351{padding-top: 17vh !important;padding-bottom: 8vh !important;background-color: #f8f6f3 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][thb_gradienttype gradient_text=\"\r\n<h1>WHAT CAN YOU DO?</h1>\r\n\" animation=\"animation bottom-to-top\" bg_gradient1=\"#f22042\" bg_gradient2=\"#f53f35\"][vc_empty_space][vc_column_text]<span style=\"font-size: 20px; color: #6c6c77; font-weight: 600;\">Earth female creeping to greater lesser seas. Without days youre. Midst to were two whose. Seasons lesser was be sea multiply moveth morning had morning wherein fifth us herb.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row thb_full_width=\"true\" thb_row_padding=\"true\" thb_column_padding=\"true\"][vc_column][thb_content_carousel thb_columns=\"medium-3\" thb_margins=\"pixel-padding\"][thb_fancybox thb_text_alignment=\"thb-center\" height=\"50vh\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2Frevolution.fuelthemes.net%2Frevolution-fitness%2Fabout-us%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(242,32,66,0.9)\" bg_gradient2=\"rgba(245,63,53,0.9)\" image=\"130\"]\r\n<h3>PILATES</h3>\r\n[/thb_fancybox][thb_fancybox thb_text_alignment=\"thb-center\" height=\"50vh\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2Frevolution.fuelthemes.net%2Frevolution-fitness%2Fabout-us%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(242,32,66,0.9)\" bg_gradient2=\"rgba(245,63,53,0.9)\" image=\"131\"]\r\n<h3>SPINNING</h3>\r\n[/thb_fancybox][thb_fancybox thb_text_alignment=\"thb-center\" height=\"50vh\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2Frevolution.fuelthemes.net%2Frevolution-fitness%2Fabout-us%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(242,32,66,0.9)\" bg_gradient2=\"rgba(245,63,53,0.9)\" image=\"132\"]\r\n<h3>KICKBOXING</h3>\r\n[/thb_fancybox][thb_fancybox thb_text_alignment=\"thb-center\" height=\"50vh\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2Frevolution.fuelthemes.net%2Frevolution-fitness%2Fabout-us%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(242,32,66,0.9)\" bg_gradient2=\"rgba(245,63,53,0.9)\" image=\"147\"]\r\n<h3>YOGA</h3>\r\n[/thb_fancybox][/thb_content_carousel][/vc_column][/vc_row]','Home','','inherit','closed','closed','','6-revision-v1','','','2020-02-12 15:05:53','2020-02-12 15:05:53','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(149,1,'2020-02-12 15:17:45','2020-02-12 15:17:45','[vc_row thb_full_width=\"true\" el_id=\"hero\" css=\".vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">The Leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland!</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and dependable service to your pets for over 30 years.</h2>\r\n[/vc_column_text][vc_btn title=\"Our Company\" el_id=\"stroke-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fabout-us%2F|title:About%20Us||\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row el_id=\"section-1\"][vc_column width=\"1/2\"][thb_fancybox thb_text_alignment=\"thb-center\" animation=\"animation fade-in\" image=\"56\"]\r\n<h2><a href=\"https://www.fffpetsitting.com/dog-walking/\">Dog Walking</a></h2>\r\n[/thb_fancybox][/vc_column][vc_column width=\"1/2\"][thb_fancybox thb_text_alignment=\"thb-center\" height=\"400px\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fpet-sitting%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(55,130,209,0.8)\" bg_gradient2=\"rgba(66,145,216,0.8)\" image=\"61\"]\r\n<h3>PET SITTING</h3>\r\n[/thb_fancybox][/vc_column][/vc_row][vc_row el_id=\"section-2\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Our Professional Pet Care Services Available In:</h2>\r\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Montgomery Village, North Potomac, Rockville, Silver Spring and Wheaton</p>\r\n<p style=\"text-align: center;\">More Locations Coming Soon!</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-3\"][vc_column width=\"1/3\"][thb_image image=\"62\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fhouse-sitting%2F|title:House%20Sitting||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/house-sitting/\">House Sitting</a></h3>\r\nYou can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"64\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Ftraining%2F|title:Training||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/training/\">Training</a></h3>\r\nOur pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"63\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fphotography%2F|title:Photography||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/photography/\">Photography</a></h3>\r\nLet us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][/vc_column][/vc_row][vc_row thb_full_width=\"true\" content_placement=\"middle\" el_id=\"section-4\" css=\".vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Clients who use our services are paired with pet caregivers who are professional, trustworthy and of integrity.</h2>\r\n<p style=\"text-align: center;\">Our highly experienced dog walkers and pet sitters are bonded and insured. In addition, we require background checks to provide an extra layer of safety for our clients and their precious pets.</p>\r\n<p style=\"text-align: center;\">Check Our Social Media for Current Specials!</p>\r\n[/vc_column_text][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row thb_full_width=\"true\" thb_row_padding=\"true\" thb_column_padding=\"true\" css=\".vc_custom_1520941764351{padding-top: 17vh !important;padding-bottom: 8vh !important;background-color: #f8f6f3 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][thb_gradienttype gradient_text=\"\r\n<h1>WHAT CAN YOU DO?</h1>\r\n\" animation=\"animation bottom-to-top\" bg_gradient1=\"#f22042\" bg_gradient2=\"#f53f35\"][vc_empty_space][vc_column_text]<span style=\"font-size: 20px; color: #6c6c77; font-weight: 600;\">Earth female creeping to greater lesser seas. Without days youre. Midst to were two whose. Seasons lesser was be sea multiply moveth morning had morning wherein fifth us herb.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row thb_full_width=\"true\" thb_row_padding=\"true\" thb_column_padding=\"true\"][vc_column][thb_content_carousel thb_columns=\"medium-3\" thb_margins=\"pixel-padding\"][thb_fancybox thb_text_alignment=\"thb-center\" height=\"50vh\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2Frevolution.fuelthemes.net%2Frevolution-fitness%2Fabout-us%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(242,32,66,0.9)\" bg_gradient2=\"rgba(245,63,53,0.9)\" image=\"130\"]\r\n<h3>PILATES</h3>\r\n[/thb_fancybox][thb_fancybox thb_text_alignment=\"thb-center\" height=\"50vh\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2Frevolution.fuelthemes.net%2Frevolution-fitness%2Fabout-us%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(242,32,66,0.9)\" bg_gradient2=\"rgba(245,63,53,0.9)\" image=\"131\"]\r\n<h3>SPINNING</h3>\r\n[/thb_fancybox][thb_fancybox thb_text_alignment=\"thb-center\" height=\"50vh\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2Frevolution.fuelthemes.net%2Frevolution-fitness%2Fabout-us%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(242,32,66,0.9)\" bg_gradient2=\"rgba(245,63,53,0.9)\" image=\"132\"]\r\n<h3>KICKBOXING</h3>\r\n[/thb_fancybox][thb_fancybox thb_text_alignment=\"thb-center\" height=\"50vh\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2Frevolution.fuelthemes.net%2Frevolution-fitness%2Fabout-us%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(242,32,66,0.9)\" bg_gradient2=\"rgba(245,63,53,0.9)\" image=\"147\"]\r\n<h3>YOGA</h3>\r\n[/thb_fancybox][/thb_content_carousel][/vc_column][/vc_row]','Home','','inherit','closed','closed','','6-revision-v1','','','2020-02-12 15:17:45','2020-02-12 15:17:45','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(150,1,'2020-02-12 15:18:24','2020-02-12 15:18:24','[vc_row thb_full_width=\"true\" el_id=\"hero\" css=\".vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">The Leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland!</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and dependable service to your pets for over 30 years.</h2>\r\n[/vc_column_text][vc_btn title=\"Our Company\" el_id=\"stroke-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fabout-us%2F|title:About%20Us||\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row el_id=\"section-1\"][vc_column width=\"1/2\"][thb_fancybox thb_text_alignment=\"thb-center\" animation=\"animation fade-in\" image=\"56\"]\r\n<h2><a href=\"https://www.fffpetsitting.com/dog-walking/\">Dog Walking</a></h2>\r\n[/thb_fancybox][/vc_column][vc_column width=\"1/2\"][thb_fancybox thb_text_alignment=\"thb-center\" height=\"400px\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fpet-sitting%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(55,130,209,0.8)\" bg_gradient2=\"rgba(66,145,216,0.8)\" image=\"61\"]\r\n<h2>Pet Sitting</h2>\r\n[/thb_fancybox][/vc_column][/vc_row][vc_row el_id=\"section-2\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Our Professional Pet Care Services Available In:</h2>\r\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Montgomery Village, North Potomac, Rockville, Silver Spring and Wheaton</p>\r\n<p style=\"text-align: center;\">More Locations Coming Soon!</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-3\"][vc_column width=\"1/3\"][thb_image image=\"62\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fhouse-sitting%2F|title:House%20Sitting||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/house-sitting/\">House Sitting</a></h3>\r\nYou can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"64\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Ftraining%2F|title:Training||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/training/\">Training</a></h3>\r\nOur pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"63\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fphotography%2F|title:Photography||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/photography/\">Photography</a></h3>\r\nLet us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][/vc_column][/vc_row][vc_row thb_full_width=\"true\" content_placement=\"middle\" el_id=\"section-4\" css=\".vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Clients who use our services are paired with pet caregivers who are professional, trustworthy and of integrity.</h2>\r\n<p style=\"text-align: center;\">Our highly experienced dog walkers and pet sitters are bonded and insured. In addition, we require background checks to provide an extra layer of safety for our clients and their precious pets.</p>\r\n<p style=\"text-align: center;\">Check Our Social Media for Current Specials!</p>\r\n[/vc_column_text][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row thb_full_width=\"true\" thb_row_padding=\"true\" thb_column_padding=\"true\" css=\".vc_custom_1520941764351{padding-top: 17vh !important;padding-bottom: 8vh !important;background-color: #f8f6f3 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][thb_gradienttype gradient_text=\"\r\n<h1>WHAT CAN YOU DO?</h1>\r\n\" animation=\"animation bottom-to-top\" bg_gradient1=\"#f22042\" bg_gradient2=\"#f53f35\"][vc_empty_space][vc_column_text]<span style=\"font-size: 20px; color: #6c6c77; font-weight: 600;\">Earth female creeping to greater lesser seas. Without days youre. Midst to were two whose. Seasons lesser was be sea multiply moveth morning had morning wherein fifth us herb.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row thb_full_width=\"true\" thb_row_padding=\"true\" thb_column_padding=\"true\"][vc_column][thb_content_carousel thb_columns=\"medium-3\" thb_margins=\"pixel-padding\"][thb_fancybox thb_text_alignment=\"thb-center\" height=\"50vh\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2Frevolution.fuelthemes.net%2Frevolution-fitness%2Fabout-us%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(242,32,66,0.9)\" bg_gradient2=\"rgba(245,63,53,0.9)\" image=\"130\"]\r\n<h3>PILATES</h3>\r\n[/thb_fancybox][thb_fancybox thb_text_alignment=\"thb-center\" height=\"50vh\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2Frevolution.fuelthemes.net%2Frevolution-fitness%2Fabout-us%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(242,32,66,0.9)\" bg_gradient2=\"rgba(245,63,53,0.9)\" image=\"131\"]\r\n<h3>SPINNING</h3>\r\n[/thb_fancybox][thb_fancybox thb_text_alignment=\"thb-center\" height=\"50vh\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2Frevolution.fuelthemes.net%2Frevolution-fitness%2Fabout-us%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(242,32,66,0.9)\" bg_gradient2=\"rgba(245,63,53,0.9)\" image=\"132\"]\r\n<h3>KICKBOXING</h3>\r\n[/thb_fancybox][thb_fancybox thb_text_alignment=\"thb-center\" height=\"50vh\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2Frevolution.fuelthemes.net%2Frevolution-fitness%2Fabout-us%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(242,32,66,0.9)\" bg_gradient2=\"rgba(245,63,53,0.9)\" image=\"147\"]\r\n<h3>YOGA</h3>\r\n[/thb_fancybox][/thb_content_carousel][/vc_column][/vc_row]','Home','','inherit','closed','closed','','6-revision-v1','','','2020-02-12 15:18:24','2020-02-12 15:18:24','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(151,1,'2020-02-12 15:38:35','2020-02-12 15:38:35','','hp-block-4','','inherit','open','closed','','hp-block-4','','','2020-02-12 15:38:35','2020-02-12 15:38:35','',0,'https://www.fffpetsitting.com/wp-content/uploads/hp-block-4.jpg',0,'attachment','image/jpeg',0),(152,1,'2020-02-12 15:38:43','2020-02-12 15:38:43','','hp-block-3','','inherit','open','closed','','hp-block-3','','','2020-02-12 15:38:43','2020-02-12 15:38:43','',0,'https://www.fffpetsitting.com/wp-content/uploads/hp-block-3.jpg',0,'attachment','image/jpeg',0),(153,1,'2020-02-12 15:48:10','2020-02-12 15:48:10','[vc_row thb_full_width=\"true\" el_id=\"hero\" css=\".vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">The Leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland!</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and dependable service to your pets for over 30 years.</h2>\r\n[/vc_column_text][vc_btn title=\"Our Company\" el_id=\"stroke-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fabout-us%2F|title:About%20Us||\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row el_id=\"section-1\"][vc_column width=\"1/2\"][thb_fancybox thb_text_alignment=\"thb-center\" height=\"400px\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fdog-walking%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(55,130,209,0.8)\" bg_gradient2=\"rgba(66,145,216,0.8)\" image=\"152\"]\r\n<h2>Dog Walking</h2>\r\n[/thb_fancybox][/vc_column][vc_column width=\"1/2\"][thb_fancybox thb_text_alignment=\"thb-center\" height=\"400px\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fpet-sitting%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(55,130,209,0.8)\" bg_gradient2=\"rgba(66,145,216,0.8)\" image=\"151\"]\r\n<h2>Pet Sitting</h2>\r\n[/thb_fancybox][/vc_column][/vc_row][vc_row el_id=\"section-2\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Our Professional Pet Care Services Available In:</h2>\r\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Montgomery Village, North Potomac, Rockville, Silver Spring and Wheaton</p>\r\n<p style=\"text-align: center;\">More Locations Coming Soon!</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-3\"][vc_column width=\"1/3\"][thb_image image=\"62\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fhouse-sitting%2F|title:House%20Sitting||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/house-sitting/\">House Sitting</a></h3>\r\nYou can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"64\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Ftraining%2F|title:Training||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/training/\">Training</a></h3>\r\nOur pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"63\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fphotography%2F|title:Photography||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/photography/\">Photography</a></h3>\r\nLet us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][/vc_column][/vc_row][vc_row thb_full_width=\"true\" content_placement=\"middle\" el_id=\"section-4\" css=\".vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Clients who use our services are paired with pet caregivers who are professional, trustworthy and of integrity.</h2>\r\n<p style=\"text-align: center;\">Our highly experienced dog walkers and pet sitters are bonded and insured. In addition, we require background checks to provide an extra layer of safety for our clients and their precious pets.</p>\r\n<p style=\"text-align: center;\">Check Our Social Media for Current Specials!</p>\r\n[/vc_column_text][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row thb_full_width=\"true\" thb_row_padding=\"true\" thb_column_padding=\"true\" css=\".vc_custom_1520941764351{padding-top: 17vh !important;padding-bottom: 8vh !important;background-color: #f8f6f3 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][thb_gradienttype gradient_text=\"\r\n<h1>WHAT CAN YOU DO?</h1>\r\n\" animation=\"animation bottom-to-top\" bg_gradient1=\"#f22042\" bg_gradient2=\"#f53f35\"][vc_empty_space][vc_column_text]<span style=\"font-size: 20px; color: #6c6c77; font-weight: 600;\">Earth female creeping to greater lesser seas. Without days youre. Midst to were two whose. Seasons lesser was be sea multiply moveth morning had morning wherein fifth us herb.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row thb_full_width=\"true\" thb_row_padding=\"true\" thb_column_padding=\"true\"][vc_column][thb_content_carousel thb_columns=\"medium-3\" thb_margins=\"pixel-padding\"][thb_fancybox thb_text_alignment=\"thb-center\" height=\"50vh\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2Frevolution.fuelthemes.net%2Frevolution-fitness%2Fabout-us%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(242,32,66,0.9)\" bg_gradient2=\"rgba(245,63,53,0.9)\" image=\"130\"]\r\n<h3>PILATES</h3>\r\n[/thb_fancybox][thb_fancybox thb_text_alignment=\"thb-center\" height=\"50vh\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2Frevolution.fuelthemes.net%2Frevolution-fitness%2Fabout-us%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(242,32,66,0.9)\" bg_gradient2=\"rgba(245,63,53,0.9)\" image=\"131\"]\r\n<h3>SPINNING</h3>\r\n[/thb_fancybox][thb_fancybox thb_text_alignment=\"thb-center\" height=\"50vh\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2Frevolution.fuelthemes.net%2Frevolution-fitness%2Fabout-us%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(242,32,66,0.9)\" bg_gradient2=\"rgba(245,63,53,0.9)\" image=\"132\"]\r\n<h3>KICKBOXING</h3>\r\n[/thb_fancybox][thb_fancybox thb_text_alignment=\"thb-center\" height=\"50vh\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2Frevolution.fuelthemes.net%2Frevolution-fitness%2Fabout-us%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(242,32,66,0.9)\" bg_gradient2=\"rgba(245,63,53,0.9)\" image=\"147\"]\r\n<h3>YOGA</h3>\r\n[/thb_fancybox][/thb_content_carousel][/vc_column][/vc_row]','Home','','inherit','closed','closed','','6-revision-v1','','','2020-02-12 15:48:10','2020-02-12 15:48:10','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(154,1,'2020-02-12 15:48:38','2020-02-12 15:48:38','[vc_row thb_full_width=\"true\" el_id=\"hero\" css=\".vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">The Leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland!</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and dependable service to your pets for over 30 years.</h2>\r\n[/vc_column_text][vc_btn title=\"Our Company\" el_id=\"stroke-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fabout-us%2F|title:About%20Us||\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row el_id=\"section-1\"][vc_column width=\"1/2\"][thb_fancybox thb_text_alignment=\"thb-center\" height=\"400px\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fdog-walking%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(55,130,209,0.8)\" bg_gradient2=\"rgba(66,145,216,0.8)\" image=\"152\"]\r\n<h2>Dog Walking</h2>\r\n[/thb_fancybox][/vc_column][vc_column width=\"1/2\"][thb_fancybox thb_text_alignment=\"thb-center\" height=\"400px\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fpet-sitting%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(55,130,209,0.8)\" bg_gradient2=\"rgba(66,145,216,0.8)\" image=\"151\"]\r\n<h2>Pet Sitting</h2>\r\n[/thb_fancybox][/vc_column][/vc_row][vc_row el_id=\"section-2\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Our Professional Pet Care Services Available In:</h2>\r\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Montgomery Village, North Potomac, Rockville, Silver Spring and Wheaton</p>\r\n<p style=\"text-align: center;\">More Locations Coming Soon!</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-3\"][vc_column width=\"1/3\"][thb_image image=\"62\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fhouse-sitting%2F|title:House%20Sitting||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/house-sitting/\">House Sitting</a></h3>\r\nYou can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"64\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Ftraining%2F|title:Training||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/training/\">Training</a></h3>\r\nOur pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"63\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fphotography%2F|title:Photography||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/photography/\">Photography</a></h3>\r\nLet us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][/vc_column][/vc_row][vc_row thb_full_width=\"true\" content_placement=\"middle\" el_id=\"section-4\" css=\".vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Clients who use our services are paired with pet caregivers who are professional, trustworthy and of integrity.</h2>\r\n<p style=\"text-align: center;\">Our highly experienced dog walkers and pet sitters are bonded and insured. In addition, we require background checks to provide an extra layer of safety for our clients and their precious pets.</p>\r\n<p style=\"text-align: center;\">Check Our Social Media for Current Specials!</p>\r\n[/vc_column_text][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','6-revision-v1','','','2020-02-12 15:48:38','2020-02-12 15:48:38','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(155,1,'2020-02-12 15:52:55','2020-02-12 15:52:55','[vc_row thb_full_width=\"true\" el_id=\"hero\" css=\".vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">The Leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland!</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and dependable service to your pets for over 30 years.</h2>\r\n[/vc_column_text][vc_btn title=\"Our Company\" el_id=\"stroke-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fabout-us%2F|title:About%20Us||\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row el_id=\"section-1\"][vc_column width=\"1/2\"][thb_fancybox thb_text_alignment=\"thb-center\" height=\"400px\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fdog-walking%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(55,130,209,0.8)\" bg_gradient2=\"rgba(66,145,216,0.8)\" image=\"152\" extra_class=\"top-block\"]\r\n<h2>Dog Walking</h2>\r\n[/thb_fancybox][/vc_column][vc_column width=\"1/2\"][thb_fancybox thb_text_alignment=\"thb-center\" height=\"400px\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fpet-sitting%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(55,130,209,0.8)\" bg_gradient2=\"rgba(66,145,216,0.8)\" image=\"151\" extra_class=\"top-block\"]\r\n<h2>Pet Sitting</h2>\r\n[/thb_fancybox][/vc_column][/vc_row][vc_row el_id=\"section-2\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Our Professional Pet Care Services Available In:</h2>\r\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Montgomery Village, North Potomac, Rockville, Silver Spring and Wheaton</p>\r\n<p style=\"text-align: center;\">More Locations Coming Soon!</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-3\"][vc_column width=\"1/3\"][thb_image image=\"62\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fhouse-sitting%2F|title:House%20Sitting||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/house-sitting/\">House Sitting</a></h3>\r\nYou can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"64\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Ftraining%2F|title:Training||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/training/\">Training</a></h3>\r\nOur pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"63\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fphotography%2F|title:Photography||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/photography/\">Photography</a></h3>\r\nLet us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][/vc_column][/vc_row][vc_row thb_full_width=\"true\" content_placement=\"middle\" el_id=\"section-4\" css=\".vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Clients who use our services are paired with pet caregivers who are professional, trustworthy and of integrity.</h2>\r\n<p style=\"text-align: center;\">Our highly experienced dog walkers and pet sitters are bonded and insured. In addition, we require background checks to provide an extra layer of safety for our clients and their precious pets.</p>\r\n<p style=\"text-align: center;\">Check Our Social Media for Current Specials!</p>\r\n[/vc_column_text][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','6-revision-v1','','','2020-02-12 15:52:55','2020-02-12 15:52:55','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(156,1,'2020-02-12 16:36:28','2020-02-12 16:36:28','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Dog Walking</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Maybe it’s difficult for you to get away from the office at lunchtime to take your dog out for a walk.</h2>\r\nEven if you work from home, you might need extra assistance. There are myriad reasons why people just like you need a reliable and trustworthy mid-day dog walker. We provide that extra companionship your dog needs during the day. Our dog walkers will take your furry friend outside when you need us.\r\n\r\nDuring the walk, we give your dog the time to act like a dog — the time to sniff, walk and explore. This quality time also lets our dog walkers observe your dog’s behavior and build a relationship of trust and friendship. With our service, we not only take your dog for a walk rain or shine, we also provide a detailed pet report including photo of how it went so that you don’t miss their face during the day![/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Benefits</h3>\r\nThe benefits of mid-day dog walks are numerous for your beloved pet. Some are apparent, like the much-needed potty break. Others are not as obvious, like improved socialization, pet behavior and health. Plus, consistent mid-day dog walks provide your pet with a regular routine to look forward to.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Meet & Greet</h3>\r\nDuring our intake meeting, we gather all of the important details when it comes to caring for your pet. Our dog walker visits you in your home to meet you and your pet. We establish the dates and times we are needed and discuss paperwork, like completing our pet profile. At this time, you provide a copy of your pet’s veterinarian record and any other personality or behavioral traits we should know about your dog. We’ll also review all of your instructions. The visit includes a tour of your home so we can find the necessities, like leashes, bags, food, favorite toys, etc. During this time, we also have fun getting to know your pet in their environment.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Rates</h3>\r\nWe offer 30-minute walks Monday through Friday between 10 a.m. – 3 p.m. This service is provided as a discount. Our fees are based on a minimum commitment of 12 weeks with no fewer than 15 visits per month in order to maintain the discounted rate. Otherwise, if you don’t need us as often, you will be billed at the pet sit rates. This package rate is $19 per walk for one dog; $21 per walk for two to three dogs; and $28 per walk for four or more dogs. A one-time fee of $15 is charged for all new clients for the intake meeting; the fee for second meetings for existing clients is $7.50.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Policy</h3>\r\nMid-day dog walking observes the standard pet-sitting policies with the following payment modifications:\r\n\r\nPayment for services is due upon receipt of semi-monthly billing on the 15th and last day of the month. Credits for cancellations will be applied on the following month’s invoice. Additional service requests during the week or on weekends will be billed at the pet sit rate and billed separately.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>New Clients</h3>\r\nWe will make our best effort to walk your dog at the requested times. Noon is a very common request for mid-day walks, so please be flexible with us and give us at least a two-hour window for walking your dog. Conditions such as holidays, traffic, weather and difficult sits, may cause delays.\r\n\r\nWe request a 24-hour advance cancellation notice, but will accept emergency cancellations by 6:00 a.m. the day of service. Any cancellations after this time will continue to be billed.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>“I just want to say how totally dependent my dogs and I are on Fur, Fins and Feathers and how completely responsible they are so I never have a worry. My family has been using this company for many, many years and we never had any serious problems in the care of our dogs. I trust our dogs and our home to them absolutely. And the dogs love our FF&F dog walkers.” </em>\r\n\r\n— Evan[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Dog Walking</h3>\r\nOur enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Pet Sitting</h3>\r\nWhether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fpet-sitting%2F|title:Pet%20Sitting||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>House Sitting</h3>\r\nYou can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fhouse-sitting%2F|title:Pet%20Sitting||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Dog Walking','','inherit','closed','closed','','9-revision-v1','','','2020-02-12 16:36:28','2020-02-12 16:36:28','',9,'https://www.fffpetsitting.com/9-revision-v1/',0,'revision','',0),(157,1,'2020-02-12 16:40:34','2020-02-12 16:40:34','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>About Us</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>We Provide the Care Your Pet Deserves and the Service You Can Count On!</h2>\r\nEstablished in 1989, Fur, Fins & Feathers is the oldest and largest dog walking and pet sitting service in Montgomery County, Maryland. We are a friendly, flexible, responsive and caring business providing outstanding pet care and services to our community.\r\n\r\nWhat sets us apart is that we have simply thought of everything to make our pet care a seamless experience for you. Services are highly personalized and procedures are streamlined with your convenience in mind.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Customized Services</h3>\r\nOver the past three decades, Fur, Fins & Feathers has expanded its services to meet our clients’ needs. We now offer the following customized services:\r\n<ul>\r\n <li>Mid-day Dog Walking</li>\r\n <li>House Sitting</li>\r\n <li>Pet Sitting</li>\r\n <li>Dog Training</li>\r\n <li>Pet Photography</li>\r\n <li>Bed & Breakfast</li>\r\n</ul>\r\nYou’ll experience our core values and professionalism from the start — from the initial point of contact to the questionnaire that contains detailed written instructions for your pet to the text you’ll receive after every visit so you can rest assured that all is well. Each of our clients meet their pet caregiver ahead of services to ensure confidence and to review pet care instructions.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Furry and Not-So-Furry BFFs</h3>\r\nWe are proud to offer services for all kinds of pets — the furry, feathered and scaled! We have worked with clients who have a range of pets, including dogs, cats, rabbits, ferrets, guinea pigs, birds, fish, snakes and more — even sugar gliders! We treat all pets like they are our own BFFs.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Trusted Pet Caregivers</h3>\r\nWe understand you want the person who cares for your pet and enters your home to be prompt, trustworthy and responsible. That’s why we only hire caregivers who share our core values of integrity, respect, teamwork and enthusiasm. We are also very flexible to ensure your pet is taken care of in the same way you would.\r\n\r\nMoreover, our dog walkers and pet sitters are carefully vetted through an interview process, reference check and statewide background check. Our high satisfaction ratings are the direct result of our outstanding sitters and office staff — who pet sit, too![/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Service Area</h3>\r\nWe are proud to serve our Montgomery County clients and their pets for over 30 years! We service the following areas: Bethesda, Chevy Chase, Gaithersburg, Germantown, Kensington, Montgomery Village, Potomac, Rockville, Silver Spring and Wheaton. More locations coming soon![/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Passion for Animals Guides Our Mission</h3>\r\nOur mission is to provide our clients with pet caregivers who are professional, trustworthy and of integrity while providing a fun and safe environment for their pets. With a genuine love for animals, we are committed to each of our clients in giving them individualized pet care services based on their pet’s needs. Our highly experienced dog walkers and pet sitters are carefully vetted, bonded and insured to provide an extra layer of safety for both our clients and their pets.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>“Fur, Fins & Feathers has been taking care of all three of my dogs for a number of years and I am totally pleased. This is a company you can trust. They are friendly, caring and always there when you need them.” </em>\r\n\r\n— Jerry[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Dog Walking</h3>\r\nOur enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Pet Sitting</h3>\r\nWhether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>House Sitting</h3>\r\nYou can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','23-revision-v1','','','2020-02-12 16:40:34','2020-02-12 16:40:34','',23,'https://www.fffpetsitting.com/23-revision-v1/',0,'revision','',0),(158,1,'2020-02-12 16:43:29','2020-02-12 16:43:29','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Terms of Use</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column el_id=\"main-content\"][vc_column_text]\r\n<h2>FFFPETSITTING.COM – TERMS OF USE</h2>\r\nLAST UPDATED: January 1, 2020\r\n\r\n \r\n\r\n<strong><u>Acceptance of Terms of Use.</u></strong>\r\n\r\n \r\n\r\nPLEASE READ THE TERMS OF USE CAREFULLY BEFORE YOU BEGIN TO USE THIS OR ANY OTHER ANGEL’S PAW, LLC (dba Fur, Fins & Feathers) WEBSITE OR MOBILE APPLICATION (OR ANY CONTENT, PRODUCT, SERVICE, OR FEATURE AVAILABLE THROUGH THE WEBSITE OR MOBILE APPLICATION) (COLLECTIVELY, THE (“WEBSITE”). BY USING, VIEWING, OR IN ANY WAY ACCESSING THE WEBSITE, YOU ARE AGREEING TO ABIDE BY AND TO FULLY COMPLY WITH THE TERMS AND CONDITIONS SET FORTH HEREIN AND BY ALL TERMS, POLICIES AND GUIDELINES INCORPORATED HEREIN BY REFERENCE, AS WELL AS ANY ADDITIONAL TERMS AND RESTRICTIONS PRESENTED IN RELATION TO SPECIFIC CONTENT OR A SPECIFIC PRODUCT, SERVICE OR FEATURE OR WHICH ANY OTHER POLICY OF ANGELSPAW WHICH IS INCORPORATED HEREIN BY REFERENCE (COLLECTIVELY, THE “WEBSITE TERMS” OR “TERMS OF USE”). <strong>IF YOU DO NOT AGREE TO ALL OF THE TERMS AND CONDITIONS SET FORTH HEREIN, DO NOT USE, VIEW OR IN ANY WAY ACCESS THE WEBSITE.</strong>\r\n\r\n \r\n\r\nThese terms of use are entered into by and between You and Fur, Fins & Feathers, a Maryland limited liability company (”<strong>Company</strong>”, “<strong>we</strong>”, or “<strong>us</strong>”). The following Website Terms govern your access to and use of the Website, including any content, functionality, and services offered on or through the Website, whether as a guest or a registered member of the Website.\r\n\r\n \r\n\r\nThis Website is offered and available to users who are at least eighteen (18) years of age or older and reside in the United States or any of its territories or possessions. By using this Website, you represent and warrant that you are of legal age to form a binding contract with the Company and meet all of the foregoing eligibility requirements. If you do not meet all of these requirements, you must not access or use the Website.\r\n\r\n \r\n\r\n<strong><u>Privacy Policy</u></strong>\r\n\r\n<strong><u> </u></strong>\r\n\r\nWe are committed to protecting your privacy. Please refer to our Privacy Policy for information regarding how we collect, use and disclose personal information. The Privacy Policy can be found here: <a href=\"https://www.fffpetsitting.com/privacy-policy/\">www.fffpetsitting.com/privacy-policy</a>\r\n\r\n \r\n\r\n<strong><u>Changes to the Terms of Use</u></strong>\r\n\r\n \r\n\r\nWe may revise and update these Terms of Use from time to time in our sole discretion. All changes are effective immediately when we post them, and apply to all access to and use of the Website thereafter.\r\n\r\n \r\n\r\nYour continued use of the Website following the posting of revised Terms of Use means that you accept and agree to the changes. You are expected to check this page regularly, so you are aware of any changes, as they are binding on you.\r\n\r\n\r\n\r\n<strong><u>Accessing the Website and Account Security</u></strong>\r\n\r\n \r\n\r\nWe reserve the right to withdraw or amend this Website, and any service or material we provide on the Website, in our sole discretion without notice. We will not be liable if for any reason all or any part of the Website is unavailable at any time or for any period. From time to time, we may restrict access to some parts of the Website, or the entire Website, to users, including registered users.\r\n\r\n \r\n\r\nYou are responsible for:\r\n\r\n \r\n<ul>\r\n <li>Making all arrangements necessary for you to have access to the Internet and the Website.</li>\r\n <li>Ensuring that all persons who access the Website through your Internet connection are aware of these Terms of Use and comply with them.</li>\r\n</ul>\r\n \r\n\r\nTo access the Website or some of the resources it offers, you may be asked to provide certain registration details or other information. It is a condition of your use of the Website that all the information you provide on the Website is correct, current, and complete. You agree that all information you provide to register with this Website or otherwise, including but not limited to through the use of any interactive features on the Website, is governed by our <a href=\"https://www.fffpetsitting.com/privacy-policy/\">Privacy Policy</a> and you consent to all actions we take with respect to your information consistent with our Privacy Policy.\r\n\r\n \r\n\r\nIf you choose, or are provided with, a user name, password, or any other piece of information as part of our security procedures, you must treat such information as confidential, and you must not disclose it to any other person or entity. You also acknowledge that your account is personal to you and agree not to provide any other person with access to this Website or portions of it using your user name, password, or other security information. You agree to notify us immediately of any unauthorized access to or use of your user name or password or any other breach of security. You also agree to ensure that you exit from your account at the end of each session. You should use particular caution when accessing your account from a public or shared computer so that others are not able to view or record your password or other personal information.\r\n\r\n \r\n\r\nWe have the right to disable any user name, password, or other identifier, whether chosen by you or provided by us, at any time in our sole discretion for any or no reason, including if, in our opinion, you have violated any provision of these Terms of Use.\r\n\r\n\r\n\r\n<strong><u>Intellectual Property Rights</u></strong>\r\n\r\n \r\n\r\nThe Website and its entire contents, features, and functionality (including but not limited to all trade dress, marks, logos, names and other brand identifying images, information, software, text, displays, images, video, and audio, and the design, selection, and arrangement thereof) are owned by the Company, its licensors, or other providers (collectively, the “Content”) of such material and are protected by United States and international copyright, trademark, patent, trade secret, and other intellectual property or proprietary rights laws.\r\n\r\n \r\n\r\nThese Terms of Use permit you to use the Website for your personal, non-commercial use only. You must not download, transfer, reproduce, distribute, modify, create derivative works of, publicly display, publicly perform, republish, download, store, or transmit any of the material on our Website unless expressly authorized to do so, in writing, by us. Specifically, you are prohibited from: (a) downloading, copying or re-transmitting any and all of the Website or the Content without, or in violation of, a written license or agreement with us; (b) using any data mining, robots or similar data gathering or extraction methods; (c) manipulating or otherwise displaying the Website and/or Content by using framing or similar navigational technology; (d) registering, subscribing or attempting to register, subscribe or unsubscribe any party for any of the Company’s products or services if you are not expressly authorized by such party to do so; (e) reverse engineering, altering or modifying any part of the Website or the Content; (f) circumventing, disabling or otherwise interfering with security-related features of the Website or any system resources, services or networks connected to or accessible through the Website; (g) selling, licensing, leasing or in any way commercializing the Website or Content without specific written authorization from us; and/or (h) using the Website or Content other than for its intended purpose. Such unauthorized use may also violate applicable laws including, without limitation, copyright and trademark laws, the laws of privacy and publicity, and applicable communications regulations and statues. You hereby represent and warrant that you will comply with all applicable laws and regulations, including, without limitation, those relating to Internet data, e-mail, privacy, and the transmission of technical data exported from the United States or the country in which you reside, except as follows:\r\n\r\n \r\n<ul>\r\n <li>Your computer may temporarily store copies of such materials in RAM incidental to your accessing and viewing those materials.</li>\r\n <li>You may store files that are automatically cached by your Web browser for display enhancement purposes.</li>\r\n <li>You may print one copy of a reasonable number of pages of the Website for your own personal, non-commercial use and not for further reproduction, publication, or distribution.</li>\r\n <li>If we provide desktop, mobile, or other applications for download, you may download a single copy to your computer or mobile device solely for your own personal, non-commercial use, provided you agree to be bound by our end user license agreement for such applications.</li>\r\n <li>If we provide social media features with certain content, you may take such actions as are enabled by such features, pursuant to these Website Terms and any other applicable terms and conditions of such third-party social media sites.</li>\r\n</ul>\r\n \r\n\r\nYou must not:\r\n\r\n \r\n<ul>\r\n <li>Modify copies of any materials from this site.</li>\r\n <li>Use any illustrations, photographs, video or audio sequences, or any graphics separately from the accompanying text.</li>\r\n <li>Delete or alter any copyright, trademark, or other proprietary rights notices from copies of materials from</li>\r\n</ul>\r\nthis site.\r\n\r\n \r\n\r\nIf you print, copy, modify, download, or otherwise use or provide any other person with access to any part of the Website in breach of the Terms of Use, your right to use the Website shall cease immediately and you must, at our option, return or destroy any copies of the materials you have made. No right, title, or interest in or to the Website or any content on the Website is transferred to you, and all rights not expressly granted are reserved by the Company. Any use of the Website not expressly permitted by these Terms of Use is a breach of these Terms of Use and may violate copyright, trademark, and other laws.\r\n\r\n \r\n\r\n<strong><u>Copyright Infringement Policy-- Take Down Notice</u></strong>\r\n\r\n<strong><u> </u></strong>\r\n\r\nIn accordance with the Digital Millennium Copyright Act (“DMCA”) and other applicable laws, we have adopted a policy of terminating, in appropriate circumstances and in our sole discretion, account holders who infringing, in any way, the Company’s intellectual property rights or the rights of any third party.\r\n\r\n \r\n\r\nIf you believe that any material on the Website infringes upon any copyright that you own or control, you may file a notification of such infringement with our Designated Agent as set forth below:\r\n\r\n \r\n\r\nCopyright Agent:\r\n\r\n \r\n\r\nAyshia Reed\r\n\r\n1 Research Court, Ste. 450\r\n\r\nRockville, MD 20850\r\n\r\nPhone: 301-840-1989\r\n\r\nE-mail: <a href=\"mailto:info@fffpetsitting.com\">info@fffpetsitting.com</a>\r\n\r\n \r\n\r\n<strong><u>Trademarks</u></strong>\r\n\r\n \r\n\r\nThe Company name, logos and other identifying marks and all related names, logos, product and service names, designs, and slogans are trademarks of the Company or its affiliates or licensors (collectively, the “Company Marks”). You must not use any of the Company Marks without the prior written permission of the Company. Further, you may not use meta tags or any other “hidden text” utilizing any of the Company’s Marks or any other name, trademark or product or service name of the Company without our prior written consent. Additionally, the look and feel of the Website, including all page headers, custom graphics, button icons and scripts, are protected as service marks, trademarks and/or trade dress of the Company and shall not be copied imitated or used, in whole or in part, without our prior written permission. All other names, logos, product and service names, designs, and slogans on this Website are the trademarks of their respective owners and shall not be used except with the express permission of such mark owner.\r\n\r\n \r\n\r\n<strong><u>Other Services</u></strong>\r\n\r\n<strong><u> </u></strong>\r\n\r\nFur, Fins & Feathers provides a host of services for which customers can engage Fur, Fins & Feathers through this Website, such as dog training, pet photography, pet house sitting and bed and breakfast services. With respect to any services provided by Fur, Fins & Feathers, Fur, Fins & Feathers shall incur no liability as a result of providing any such services, except in the instance of gross negligence and/or willful misconduct on the part of Fur, Fins & Feathers. To the extent liability is found by a court of law, the total liability incurred by Fur, Fins & Feathers shall not exceed that amount paid under any applicable contract or such services by customer. In the event that pet picture services are provided by Fur, Fins & Feathers, Fur, Fins & Feathers shall grant ownership of such pictures to customer; provided, however, that Fur, Fins & Feathers shall enjoy an irrevocable, perpetual, non-exclusive license to use any and all such pictures taken for purposes of its own marketing and advertisement. To the extent that any injury, damage, harm or loss is incurred by Fur, Fins & Feathers as a result of any action or inaction by customer, customer hereby covenants and agrees to hold Fur, Fins & Feathers harmless and indemnify and defend Fur, Fins & Feathers from same. To the extent that customer causes injury, damage, loss or harm to Fur, Fins & Feathers directly, as a result of the provision of services to it by Fur, Fins & Feathers, customer shall reimburse Fur, Fins & Feathers for any and all such harm, damage, loss and injury. Any and all other terms and conditions relating to the provision of any such services shall be more fully set forth in a written agreement between Fur, Fins & Feathers and customer.\r\n\r\n \r\n\r\n\r\n\r\n<strong><u>Prohibited Uses</u></strong>\r\n\r\n \r\n\r\nYou may use the Website only for lawful purposes and in accordance with these Terms of Use. You agree not to use the Website:\r\n\r\n \r\n<ul>\r\n <li>In any way that violates any applicable federal, state, local, or international law or regulation (including, without limitation, any laws regarding the export of data or software to and from the US or other countries).</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>For the purpose of exploiting, harming, or attempting to exploit or harm any individual, including, but not limited to minors, in any way by exposing them to inappropriate content, asking for personally identifiable information, or otherwise.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>To send, knowingly receive, upload, download, use, or re-use any material that does not comply with the Content Standards set out in these Terms of Use.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>To transmit, or procure the sending of, any advertising or promotional material, without our prior written consent, including any “junk mail”, “chain letter”, “spam”, or any other similar solicitation.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>To impersonate or attempt to impersonate the Company, a Company employee, another user, or any other person or entity (including, without limitation, by using email addresses associated with any of the foregoing).</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>To engage in any other conduct that restricts or inhibits anyone’s use or enjoyment of the Website, or which, as determined by us, may harm the Company or users of the Website or expose them to liability.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>To publicize without authorization, defame, embarrass, harass or terrorize any individual or entity.</li>\r\n</ul>\r\n \r\n\r\nAdditionally, you agree not to:\r\n\r\n \r\n<ul>\r\n <li>Use the Website in any manner that could disable, overburden, damage, or impair the site or interfere with any other party’s use of the Website, including their ability to engage in real time activities through the Website.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Use any robot, spider, or other automatic device, process, or means to access the Website for any purpose, including monitoring or copying any of the material on the Website.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Use any manual process to monitor or copy any of the material on the Website or for any other unauthorized purpose without our prior written consent.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Use any device, software, or routine that interferes with the proper working of the Website.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Introduce any viruses, Trojan horses, worms, logic bombs, or other material that is malicious or technologically harmful on, in or through the Website or any of the Company’s servers.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Attempt to gain unauthorized access to, interfere with, damage, or disrupt any parts of the Website, the server on which the Website is stored, or any server, computer, or database connected to the Website.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Attack the Website via a denial-of-service attack or a distributed denial-of-service attack.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Otherwise attempt to interfere with the proper working of the Website.</li>\r\n</ul>\r\n\r\n\r\n<strong><u>User Contributions</u></strong>\r\n\r\n \r\n\r\nThe Website may contain message boards, chat rooms, personal web pages or profiles, forums, bulletin boards, and other interactive features (collectively, “<strong>Interactive Services</strong>”) that allow users to post, submit, publish, display, or transmit to other users or other persons (hereinafter, “<strong>post</strong>”) content or materials (collectively, “<strong>User Contributions</strong>”) on or through the Website.\r\n\r\n \r\n\r\nAny User Contribution that you post to the site will be considered non-confidential, non-proprietary and a public communication. By providing any User Contribution on the Website, you grant us, our affiliates and service providers, and each of their and our respective licensees, successors, and assigns the right to use, reproduce, modify, make derivative works of, perform, display, distribute, and otherwise disclose to third parties any such material for any purpose.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nYou hereby represent and warrant, covenant and agree that:\r\n\r\n \r\n<ul>\r\n <li>You own or control all rights in and to the User Contributions and have the right to grant the perpetual, irrevocable, royalty-free, world-wide license granted above to us and our affiliates and service providers, and each of their and our respective licensees, successors, and assigns.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>No portion of any such User Contribution infringes upon or violates any other party’s rights, including, but not limited to intellectual property, publicity and/or privacy rights and that no such User Contribution will include: (a) any message, comment, data, information, text music, sound, photos, graphics, code or other material that is unlawful, libelous, defamatory, obscene, pornographic, harmful to minors, indecent, lewd, suggestive, harassing, threatening, abusive, inflammatory, fraudulent or otherwise objectionable; (b) instructions or encouragement for the commission of a criminal offense, a violation of anyone’s rights or an act which would create liability under or which would violate any local, state, national or international law; or (c) private information of any third party, including, without limitation, addresses, phone numbers, email addresses, social security numbers and/or credit card numbers.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>All of your User Contributions do and will comply with these Terms of Use.</li>\r\n</ul>\r\n \r\n\r\nYou understand and acknowledge that you are solely responsible for any and all User Contributions you submit or contribute, and you, not the Company, have full responsibility for such content, including its legality, reliability, accuracy, and appropriateness.\r\n\r\n \r\n\r\nWe are not responsible or liable, in any way, to any third party for the content or accuracy of any User Contributions posted by you or any other user of the Website. Although the Company has no obligation to screen, edit or monitor any of the User Contribution posted in any Interactive Service, the Company reserves the right and has absolute discretion to remove, screen, and/or edit any User Contribution posted and/or stored on the Website at any time and for any reason without notice. Any use of any Interactive Service or other portions of the Website in violation of the foregoing violates these Website Terms and may result in, among other things, termination or suspension or your ability to use the Interactive Services and/or the Website, in the Company’s sole discretion and judgment.\r\n\r\n \r\n\r\nFurther, you hereby acknowledge and agree that the Company may access, use and/or disclose any information about you and/or your use of this Website, including, but not limited to, any User Contribution to comply with the law or any legal process, to protect and defend the rights or property of the Company, and/or to protect the safety of the Company, its employees, customers or the public.\r\n\r\n \r\n\r\nIn the event that you post a User Contribution on the Website, you acknowledge, covenant and agree that you grant to the Company a non-exclusive, royalty-free, perpetual, irrevocable and fully sublicensable right to use, reproduce, modify, adapt, publish, translate, make derivative works from, distribute, perform and display such User Contribution(s) through the world in any media.\r\n\r\n \r\n\r\n<strong><u>Registration and Membership</u></strong>\r\n\r\n<strong> </strong>\r\n\r\nYou may be required to register your information with the Website, either as part of securing a Website Membership or in connection with your use of the Website. In such case, you agree to: (a) provide accurate, current and complete information about yourself as may be prompted by any registration forms on the Website (“Registration Information”); (b) maintain and promptly update the Registration Information you provide to the Company, to ensure its continued accuracy and completeness; (c) maintain the security of your username and password; (d) notify the Company immediately of any unauthorized use of your account or other breach of security; (e) accept all responsibility for any and all activities that occur under your account, including, but not limited to, all applicable taxes and any applicable third-party fees; and (f) accept all risks of unauthorized access to the Registration Data and any other information that you provide to the Company.\r\n\r\n\r\n\r\n<strong><u>Monitoring and Enforcement; Termination</u></strong>\r\n\r\n \r\n\r\nWe have the right to:\r\n\r\n \r\n<ul>\r\n <li>Remove or refuse to post any User Contributions for any or no reason in our sole discretion.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Take any action with respect to any User Contribution that we deem necessary or appropriate in our sole discretion, including if we believe that such User Contribution violates these Website Terms, including the Content Standards, infringes any intellectual property right or other right of any person or entity, threatens the personal safety of users of the Website or the public, or could create liability for the Company.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Disclose your identity or other information about you to any third party who claims that material posted by you violates their rights, including their intellectual property rights or their right to privacy.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Take appropriate legal action, including without limitation, referral to law enforcement, for any illegal or unauthorized use of the Website.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Terminate or suspend your access to all or part of the Website for any violation of these Terms of</li>\r\n</ul>\r\nWithout limiting the foregoing, we have the right to cooperate fully with any law enforcement authorities or court order requesting or directing us to disclose the identity or other information of anyone posting any materials on or through the Website. YOU WAIVE AND HOLD HARMLESS THE COMPANY AND ITS AFFILIATES, LICENSEES, AND SERVICE PROVIDERS FROM ANY CLAIMS RESULTING FROM ANY ACTION TAKEN BY THE COMPANY/ANY OF THE FOREGOING PARTIES DURING, OR TAKEN AS A CONSEQUENCE OF, INVESTIGATIONS BY EITHER THE COMPANY OR LAW ENFORCEMENT AUTHORITIES.\r\n\r\n \r\n\r\nHowever, we do not undertake to review all material before it is posted on the Website, and cannot ensure prompt removal of objectionable material after it has been posted. Accordingly, we assume no liability for any action or inaction regarding transmissions, communications, or content provided by any user or third party. We have no liability or responsibility to anyone for performance or nonperformance of the activities described in this section.\r\n\r\n\r\n\r\n<strong><u>Content Standards</u></strong>\r\n\r\n \r\n\r\nThese content standards apply to any and all User Contributions and use of Interactive Services. User Contributions must in their entirety comply with all applicable federal, state, local, and international laws and regulations. Without limiting the foregoing, User Contributions must not:\r\n\r\n \r\n<ul>\r\n <li>Contain any material that is defamatory, obscene, indecent, abusive, offensive, harassing, violent, hateful, inflammatory, or otherwise objectionable.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Promote sexually explicit or pornographic material, violence, or discrimination based on race, sex, religion, nationality, disability, sexual orientation, or age.</li>\r\n</ul>\r\n \r\n\r\n \r\n<ul>\r\n <li>Infringe any patent, trademark, trade secret, copyright, or other intellectual property or other rights of any other person.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Violate the legal rights (including the rights of publicity and privacy) of others or contain any material that could give rise to any civil or criminal liability under applicable laws or regulations or that otherwise may be in conflict with these Terms of Use and our Privacy Policy found here: <a href=\"https://www.fffpetsitting.com/privacy-policy/\">Privacy Policy</a></li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Be likely to deceive any person.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Promote any illegal activity, or advocate, promote, or assist any unlawful act.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Cause annoyance, inconvenience, or needless anxiety or be likely to upset, embarrass, alarm, or annoy any other person.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Impersonate any person, or misrepresent your identity or affiliation with any person or organization.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Involve commercial activities or sales, such as contests, sweepstakes, and other sales promotions, barter, or advertising.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Give the impression that they emanate from or are endorsed by us or any other person or entity, if this is not the case.</li>\r\n</ul>\r\n\r\n\r\n<strong><u>Reliance on Information Posted</u></strong>\r\n\r\n \r\n\r\nThe information presented on or through the Website is made available solely for general information purposes. We do not warrant the accuracy, completeness, or usefulness of this information. Any reliance you place on such information is strictly at your own risk. We disclaim all liability and responsibility arising from any reliance placed on such materials by you or any other visitor to the Website, or by anyone who may be informed of any of its contents.\r\n\r\n \r\n\r\nThis Website may include content provided by third parties, including materials provided by other users, bloggers, and third-party licensors, syndicators, aggregators, and/or reporting services. All statements and/or opinions expressed in these materials, and all articles and responses to questions and other content, other than the content provided by the Company, are solely the opinions and the responsibility of the person or entity providing those materials. These materials do not necessarily reflect the opinion of the Company. We are not responsible, or liable to you or any third party, for the content or accuracy of any materials provided by any third parties.\r\n\r\n\r\n\r\n<strong><u>Changes to the Website</u></strong>\r\n\r\n \r\n\r\nWe may update the content on this Website from time to time, but its content is not necessarily complete or up-to-date. Any of the material on the Website may be out of date at any given time, and we are under no obligation to update such material.\r\n\r\n\r\n\r\n<strong><u>Information About You and Your Visits to the Website</u></strong>\r\n\r\n \r\n\r\nAll information we collect on this Website is subject to our <a href=\"https://www.fffpetsitting.com/privacy-policy/\">Privacy Policy</a>. By using the Website, you consent to all actions taken by us with respect to your information in compliance with the Privacy Policy.\r\n\r\n \r\n\r\n<strong><u> </u></strong>\r\n\r\n<strong><u>Links from the Website</u></strong>\r\n\r\nIf the Website contains links to other sites and resources provided by third parties, these links are provided for your convenience only. This includes links contained in advertisements, including banner advertisements and sponsored links. We have no control over the contents of those sites or resources, and accept no responsibility for them or for any loss or damage that may arise from your use of them. If you decide to access any of the third-party websites linked to this Website, you do so entirely at your own risk and subject to the terms and conditions of use for such websites.\r\n\r\n\r\n\r\n<strong><u>Geographic Restrictions</u></strong>\r\n\r\n \r\n\r\nThe owner of the Website is based in the state of Maryland in the United States. We provide this Website for use only by persons located in the United States. We make no claims that the Website or any of its content is accessible or appropriate outside of the United States. Access to the Website may not be legal by certain persons or in certain countries. If you access the Website from outside the United States, you do so on your own initiative and are responsible for compliance with local laws. <strong>IF YOU ARE A EUROPEAN UNION RESIDENT OR BUSINESS YOU ARE STRICTLY PROHIBITED FROM USING THIS WEBSITE AND/OR SUBSCRIBING AND/OR PURCHASING GOODS AND/OR SERVICES FROM US.</strong>\r\n\r\n\r\n\r\n<strong><u>Disclaimer of Warranties</u></strong>\r\n\r\n \r\n\r\nYou understand that we cannot and do not guarantee or warrant that files available for downloading from the Internet or the Website will be free of viruses or other destructive code. You are responsible for implementing sufficient procedures and checkpoints to satisfy your particular requirements for anti-virus protection and accuracy of data input and output, and for maintaining a means external to our site for any reconstruction of any lost data. TO THE FULLEST EXTENT PROVIDED BY LAW, WE WILL NOT BE LIABLE FOR ANY LOSS OR DAMAGE CAUSED BY A DISTRIBUTED DENIAL-OF-SERVICE ATTACK, VIRUSES, OR OTHER TECHNOLOGICALLY HARMFUL MATERIAL THAT MAY INFECT YOUR COMPUTER EQUIPMENT, COMPUTER PROGRAMS, DATA, OR OTHER PROPRIETARY MATERIAL DUE TO YOUR USE OF THE WEBSITE OR ANY SERVICES OR ITEMS OBTAINED THROUGH THE WEBSITE OR TO YOUR DOWNLOADING OF ANY MATERIAL POSTED ON IT, OR ON ANY WEBSITE LINKED TO IT.\r\n\r\n \r\n\r\n \r\n\r\nYOUR USE OF THE WEBSITE, ITS CONTENT, AND ANY SERVICES OR ITEMS OBTAINED THROUGH THE WEBSITE IS AT YOUR OWN RISK. THE WEBSITE, ITS CONTENT, AND ANY SERVICES OR ITEMS OBTAINED THROUGH THE WEBSITE ARE PROVIDED ON AN “AS IS” AND “AS AVAILABLE” BASIS, WITHOUT ANY WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED. NEITHER THE COMPANY NOR ANY PERSON ASSOCIATED WITH THE COMPANY MAKES ANY WARRANTY OR REPRESENTATION WITH RESPECT TO THE COMPLETENESS, SECURITY, RELIABILITY, QUALITY, ACCURACY, OR AVAILABILITY OF THE WEBSITE. WITHOUT LIMITING THE FOREGOING, NEITHER THE COMPANY NOR ANYONE ASSOCIATED WITH THE COMPANY REPRESENTS OR WARRANTS THAT THE WEBSITE, ITS CONTENT, OR ANY SERVICES OR ITEMS OBTAINED THROUGH THE WEBSITE WILL BE ACCURATE, RELIABLE, ERROR-FREE, OR UNINTERRUPTED, THAT DEFECTS WILL BE CORRECTED, THAT OUR SITE OR THE SERVER THAT MAKES IT AVAILABLE ARE FREE OF VIRUSES OR OTHER HARMFUL COMPONENTS, OR THAT THE WEBSITE OR ANY SERVICES OR ITEMS OBTAINED THROUGH THE WEBSITE WILL OTHERWISE MEET YOUR NEEDS OR EXPECTATIONS.\r\n\r\n \r\n\r\nTO THE FULLEST EXTENT PROVIDED BY LAW, THE COMPANY HEREBY DISCLAIMS ALL WARRANTIES OF ANY KIND, WHETHER EXPRESS OR IMPLIED, STATUTORY, OR OTHERWISE, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, NON-INFRINGEMENT, AND FITNESS FOR PARTICULAR PURPOSE.\r\n\r\n \r\n\r\nTHE FOREGOING DOES NOT AFFECT ANY WARRANTIES THAT CANNOT BE EXCLUDED OR LIMITED UNDER APPLICABLE LAW.\r\n\r\n\r\n\r\n<strong><u>Limitation on Liability</u></strong>\r\n\r\n \r\n\r\nTO THE FULLEST EXTENT PROVIDED BY LAW, IN NO EVENT WILL THE COMPANY, ITS AFFILIATES, OR THEIR LICENSORS, SERVICE PROVIDERS, EMPLOYEES, AGENTS, OFFICERS, OR DIRECTORS BE LIABLE FOR DAMAGES OF ANY KIND, UNDER ANY LEGAL THEORY, ARISING OUT OF OR IN CONNECTION WITH YOUR USE, OR INABILITY TO USE, THE WEBSITE, ANY WEBSITES LINKED TO IT, ANY CONTENT ON THE WEBSITE OR SUCH OTHER WEBSITES, INCLUDING ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, CONSEQUENTIAL, OR PUNITIVE DAMAGES, INCLUDING BUT NOT LIMITED TO, PERSONAL INJURY, PAIN AND SUFFERING, EMOTIONAL DISTRESS, LOSS OF REVENUE, LOSS OF PROFITS, LOSS OF BUSINESS OR ANTICIPATED SAVINGS, LOSS OF USE, LOSS OF GOODWILL, LOSS OF DATA, AND WHETHER CAUSED BY TORT (INCLUDING NEGLIGENCE), BREACH OF CONTRACT, OR OTHERWISE, EVEN IF FORESEEABLE.\r\n\r\n \r\n\r\nTHE FOREGOING DOES NOT AFFECT ANY LIABILITY THAT CANNOT BE EXCLUDED OR LIMITED UNDER APPLICABLE LAW. HOWEVER, IN THE EVENT THE COMPANY IS DEEMED LIABILE FOR ANY DAMAGE TO YOU, HEREUNDER, SUCH LIABILITY SHALL NOT EXCEED THE AMOUNT OF ANY COMPENSATION THAT YOU PAY TO THE COMPANY BY WAY OF LICENSING, PURCHASING AND/OR MEMBERSHIP.\r\n\r\n \r\n\r\n<strong><u>Indemnification</u></strong>\r\n\r\n \r\n\r\nYou agree to defend, indemnify, and hold harmless the Company, its affiliates, licensors, and service providers, and its and their respective officers, directors, employees, contractors, agents, licensors, suppliers, successors, and assigns from and against any claims, liabilities, damages, judgments, awards, losses, costs, expenses, or fees (including reasonable attorneys’ fees) arising out of or relating to your violation of these Website Terms or your use of the Website, including, but not limited to, your User Contributions, any use of the Website’s content, services, and products other than as expressly authorized in these Website Terms or your use of any information obtained from the Website.\r\n\r\n\r\n\r\n<strong><u>Governing Law and Jurisdiction</u></strong>\r\n\r\n \r\n\r\nAll matters relating to the Website and these Terms of Use and any dispute or claim arising therefrom or related thereto (in each case, including non-contractual disputes or claims), shall be governed by and construed in accordance with the internal laws of the State of Maryland without giving effect to any choice or conflict of law provision or rule (whether of the State of Maryland or any other jurisdiction).\r\n\r\n \r\n\r\nAny legal suit, action, or proceeding arising out of, or related to, these Website Terms or the Website shall be instituted exclusively in the federal courts of the United States or the courts of the State of Maryland in each case located in the County of Montgomery although we retain the right to bring any suit, action, or proceeding against you for breach of these Terms of Use in your country of residence or any other relevant country. You waive any and all objections to the exercise of jurisdiction over you by such courts and to venue in such courts.\r\n\r\n \r\n\r\n<strong><u> </u></strong>\r\n\r\n<strong><u>Arbitration</u></strong>\r\n\r\n \r\n\r\nAt Company’s sole discretion, it may require You to submit any disputes arising from the use of these Website Terms or the Website, including disputes arising from or concerning their interpretation, violation, invalidity, non-performance, or termination, to final and binding arbitration under the Rules of Arbitration of the American Arbitration Association applying Maryland law.\r\n\r\n\r\n\r\n<strong><u>Limitation on Time to File Claims</u></strong>\r\n\r\n \r\n\r\nANY CAUSE OF ACTION OR CLAIM YOU MAY HAVE ARISING OUT OF OR RELATING TO THESE WEBSITE TERMS OR THE WEBSITE MUST BE COMMENCED WITHIN ONE (1) YEAR AFTER THE CAUSE OF ACTION ACCRUES, OTHERWISE, SUCH CAUSE OF ACTION OR CLAIM IS PERMANENTLY BARRED.\r\n\r\n\r\n\r\n<strong><u>Waiver and Severability</u></strong>\r\n\r\n \r\n\r\nNo waiver by the Company of any term or condition set out in these Terms of Use shall be deemed a further or continuing waiver of such term or condition or a waiver of any other term or condition, and any failure of the Company to assert a right or provision under these Website Terms shall not constitute a waiver of such right or provision.\r\n\r\n \r\n\r\nIf any provision of these Website Terms is held by a court or other tribunal of competent jurisdiction to be invalid, illegal, or unenforceable for any reason, such provision shall be eliminated or limited to the minimum extent such that the remaining provisions of the Website Terms will continue in full force and effect.\r\n\r\n\r\n\r\n<strong><u>Entire Agreement</u></strong>\r\n\r\n \r\n\r\nThe Terms of Use, Privacy Policy and all other formal policies set forth on the Website constitute the sole and entire agreement between you and the Company regarding the Website and supersede all prior and contemporaneous understandings, agreements, representations, and warranties, both written and oral, regarding the Website.\r\n\r\n\r\n\r\n<strong><u>Your Comments and Concerns</u></strong>\r\n\r\n \r\n\r\nThis website is operated by Fur, Fins & Feathers, LLC, which is located at 1 Research Court, Suite 450, Rockville, Maryland 20850. You may reach the Company with any comments or questions by electronic mail at: info@fffpetsitting.com or by telephone at: 301-840-1989.\r\n\r\n \r\n\r\nAll notices of copyright infringement claims should be sent to the copyright agent designated in our Copyright Policy in the manner and by the means set out therein.\r\n\r\n \r\n\r\nAll other feedback, comments, requests for technical support, and other communications relating to the Website should be directed to us by electronic mail at: info@fffpetsitting.com.[/vc_column_text][/vc_column][/vc_row]','Terms of Use','','inherit','closed','closed','','29-revision-v1','','','2020-02-12 16:43:29','2020-02-12 16:43:29','',29,'https://www.fffpetsitting.com/29-revision-v1/',0,'revision','',0),(159,1,'2020-02-12 16:44:02','2020-02-12 16:44:02','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Privacy Policy</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column el_id=\"main-content\"][vc_column_text]Last modified: February 7, 2020\r\n\r\n<strong>Introduction</strong>\r\n\r\nANGEL’S PAW, LLC, sometimes doing business as Fur, Fins and Feathers (<strong>\"Company\"</strong> or<strong> \"We\"</strong>) respects your privacy and is committed to protecting it through our compliance with this policy.\r\n\r\nThis policy describes the types of information we may collect from you or that you may provide when you visit the website located at www.fffpetsitting.com or any mobile application or social media site operated by the Company (collectively, our \"<strong>Website</strong>\") and our practices for collecting, using, maintaining, protecting, and disclosing that information.\r\n\r\nThis policy applies to information we collect:\r\n<ul>\r\n <li>On this Website.</li>\r\n <li>In email, text, and other electronic messages between you and this Website.</li>\r\n <li>Through mobile and desktop applications you download from this Website, which provide dedicated non-browser-based interaction between you and this Website, if any.</li>\r\n <li>When you interact with our advertising and applications on third-party websites, applications and services, such as our Facebook page.</li>\r\n</ul>\r\n \r\n\r\nIt does not apply to information collected by:\r\n<ul>\r\n <li>us offline or through any other means, including on any other website operated by the Company or any third party (including our affiliates and subsidiaries), except as otherwise expressly set forth herein;</li>\r\n</ul>\r\nPlease read this policy carefully to understand our policies and practices regarding your information and how we will treat it. <strong>IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS PRIVACY POLICY, DO NOT USE OUR WEBSITE.</strong> By accessing or using this Website, you agree to this Privacy Policy. This policy may change from time to time (see Changes to Our Privacy Policy). Your continued use of this Website after we make changes is deemed to be acceptance of those changes, so please check the policy regularly for updates.\r\n\r\n<strong>Individuals Under the Age of 18</strong>\r\n\r\nOur Website is not intended for individuals under 18 years of age. No one under age 18 may provide any information, personal or otherwise, to or on the Website. We do not knowingly collect personal information from children under 18. If you are under 18, do not use or provide any information on this Website or on or through any of its features/register on the Website, make any purchases through the Website, use any of the interactive or public comment features of this Website or provide any information about yourself to us, including your name, address, telephone number, email address, or any screen name or user name you may use. If we learn that we have collected or received personal information from an individual under 18 years of age without verification of parental consent, we will delete that information; provided, however, that we shall not and do not have any obligation to confirm that all of our members comply with this provision nor shall we incur any liability for any errors or omissions with respect to this provision. If you believe we might have any information from or about an individual under 18, please contact us at: info@fffpetsitting.com.\r\n\r\n<strong>Information We Collect About You and How We Collect It</strong>\r\n\r\nWe may collect several types of information from and about users of our Website, including information:\r\n<ul>\r\n <li>by which you may be personally identified, such as name, postal address, e-mail address, telephone number or ANY OTHER INFORMATION THE WEBSITE COLLECTS THAT IS DEFINED AS PERSONAL OR PERSONALLY IDENTIFIABLE INFORMATION UNDER ANY APPLICABLE LAW (\"<strong>personal information</strong>\");</li>\r\n <li>that is about you but individually does not identify you, such as your opinions, comments and criticism relating to the Company’s operations and/or business; and/or</li>\r\n <li>about your Internet connection, the equipment you use to access our Website and usage details.</li>\r\n <li>about how you use our Website, your viewing habits, the pages you visit, the amount of time that you are on the site and other related analytics.</li>\r\n</ul>\r\nWe collect this information:\r\n<ul>\r\n <li>Directly from you when you provide it to us.</li>\r\n <li>Automatically as you navigate through the site. Information collected automatically may include usage details, IP addresses, and information collected through cookies, web beacons, and other tracking technologies.</li>\r\n <li>From third parties, for example, our business partners.</li>\r\n</ul>\r\n \r\n\r\n<strong>Information You Provide to Us.</strong> The information we collect on or through our Website may include:\r\n<ul>\r\n <li>Information that you provide by filling in forms on our Website. This includes information provided at the time of registering to use our Website, if you registered, subscribing to any services that we may offer, posting material, or requesting further services. We may also ask you for information when you report a problem with our Website.</li>\r\n <li>Records and copies of your correspondence (including email addresses), if you contact us.</li>\r\n <li>Your responses to surveys that we might ask you to complete for research purposes.</li>\r\n <li>Your search queries on the Website.</li>\r\n</ul>\r\nYou also may provide information to be published or displayed (hereinafter, \"<strong>posted</strong>\") on public areas of the Website, or transmitted to other users of the Website or third parties (collectively, \"<strong>User Contributions</strong>\"). Your User Contributions are posted on and transmitted to others at your own risk. Although we may limit access to certain pages, in our discretion, please be aware that no security measures are perfect or impenetrable. Additionally, we cannot control the actions of other users of the Website with whom you may choose to share your User Contributions. Therefore, we cannot and do not guarantee that your User Contributions will not be viewed by unauthorized persons.\r\n\r\n<strong>Information We Collect Through Automatic Data Collection Technologies.</strong> As you navigate through and interact with our Website, we may use automatic data collection technologies to collect certain information about your equipment, browsing actions, and patterns, including:\r\n<ul>\r\n <li>Details of your visits to our Website, including traffic data, location data, logs, and other communication data and the resources that you access and use on the Website.</li>\r\n <li>Information about your computer and Internet connection, including your IP address, operating system, and browser type.</li>\r\n</ul>\r\nThe information we collect automatically is statistical data and may include personal information and we may maintain it or associate it with personal information we collect in other ways or receive from third parties. It helps us to improve our Website and to deliver a better and more personalized service, including by enabling us to:\r\n<ul>\r\n <li>Estimate our audience size and usage patterns.</li>\r\n <li>Store information about your preferences, allowing us to customize our Website according to your individual interests.</li>\r\n <li>Speed up your searches.</li>\r\n <li>Recognize you when you return to our Website.</li>\r\n</ul>\r\nThe technologies we use for this automatic data collection may include:\r\n<ul>\r\n <li><strong>Cookies (or browser cookies).</strong> A cookie is a small file placed on the hard drive of your computer. You may refuse to accept browser cookies by activating the appropriate setting on your browser. However, if you select this setting you may be unable to access certain parts of our Website. Unless you have adjusted your browser setting so that it will refuse cookies, our system will issue cookies when you direct your browser to our Website.</li>\r\n <li><strong>Flash Cookies.</strong> Certain features of our Website may use local stored objects (or Flash cookies) to collect and store information about your preferences and navigation to, from, and on our Website. Flash cookies are not managed by the same browser settings as are used for browser cookies. For information about managing your privacy and security settings for Flash cookies, see Choices About How We Use and Disclose Your Information.</li>\r\n <li><strong>Web Beacons.</strong> Pages of our Website and our e-mails may contain small electronic files known as web beacons (also referred to as clear gifs, pixel tags, and single-pixel gifs) that permit the Company, for example, to count users who have visited those pages or opened an email and for other related website statistics (for example, recording the popularity of certain website content and verifying system and server integrity).</li>\r\n</ul>\r\n \r\n\r\n<strong>Third-Party Use of Cookies and Other Tracking Technologies.</strong>\r\n\r\nSome content or applications, including advertisements, on the Website are served by third-parties, including advertisers, ad networks and servers, content providers, and application providers. These third parties may use cookies alone or in conjunction with web beacons or other tracking technologies to collect information about you when you use our Website. The information they collect may be associated with your personal information or they may collect information, including personal information, about your online activities over time and across different websites and other online services. They may use this information to provide you with interest-based (behavioral) advertising or other targeted content.\r\n\r\nWe do not control these third parties\' tracking technologies or how they may be used. If you have any questions about an advertisement or other targeted content, you should contact the responsible provider directly. For information about how you can opt out of receiving targeted advertising from many providers, see the Choices About How We Use and Disclose Your Information Section, below.\r\n\r\n<strong>How We Use Your Information</strong>\r\n\r\nWe use information that we collect about you or that you provide to us, including any personal information:\r\n<ul>\r\n <li>To present our Website and its contents to you.</li>\r\n <li>To provide you with information, products, or services that you request from us.</li>\r\n <li>To fulfill any other purpose for which you provide it.</li>\r\n <li>To provide you with notices about your account, including expiration and renewal notices (as applicable).</li>\r\n <li>To carry out our obligations and enforce our rights arising from any contracts entered into between you and us, including for billing and collection.</li>\r\n <li>To notify you about changes to our Website or any products or services we offer or provide though it.</li>\r\n <li>To allow you to participate in interactive features on our Website, as they are developed.</li>\r\n <li>In any other way we may describe when you provide the information.</li>\r\n <li>For any other purpose with your consent.</li>\r\n</ul>\r\nWe may also use your information to contact you about updates with respect to our business and services.\r\n\r\nWe may use the information we have collected from you to enable us to display advertisements to our advertisers\' target audiences. Even though we do not disclose your personal information for these purposes without your consent, if you click on or otherwise interact with an advertisement, the advertiser may assume that you meet its target criteria.\r\n\r\n<strong>Disclosure of Your Information</strong>\r\n\r\nWe may disclose aggregated information about our users, and information that does not identify any individual, without restriction.\r\n\r\nWe may disclose personal information that we collect or you provide as described in this Privacy Policy:\r\n<ul>\r\n <li>To our subsidiaries and affiliates; or</li>\r\n <li>To contractors, service providers, and other third parties we use to support our business and who are bound by contractual obligations to keep personal information confidential and use it only for the purposes for which we disclose it to them; or</li>\r\n <li>To fulfill the purpose for which you provide it. For example, if you give us an email address to use the \"email a friend\" feature of our Website, we will transmit the contents of that email and your email address to the recipients; or</li>\r\n <li>For any other purpose disclosed by us when you provide the information; or</li>\r\n <li>With your consent.</li>\r\n</ul>\r\n \r\n\r\nWe may also disclose your personal information:\r\n<ul>\r\n <li>To comply with any court order, law, or legal process, including to respond to any government or regulatory request.</li>\r\n <li>To enforce or apply our Terms of Use [INSERT AS LINK TO WEBSITE\'S TERMS OF USE] and other agreements, including for billing and collection purposes.</li>\r\n <li>If we believe disclosure is necessary or appropriate to protect the rights, property, or safety of the Company, our customers, or others. This includes exchanging information with other companies and organizations for the purposes of fraud protection and credit risk reduction.</li>\r\n</ul>\r\n<strong>Choices About How We Use and Disclose Your Information</strong>\r\n\r\nWe strive to provide you with choices regarding the personal information you provide to us. We have created mechanisms to provide you with the following control over your information:\r\n<ul>\r\n <li><strong>Tracking Technologies and Advertising.</strong> You can set your browser to refuse all or some browser cookies, or to alert you when cookies are being sent. To learn how you can manage your Flash cookie settings, visit the Flash player settings page on Adobe\'s website. If you disable or refuse cookies, please note that some parts of this site may then be inaccessible or not function properly.</li>\r\n <li><strong>Disclosure of Your Information for Third-Party Advertising.</strong> If you do not want us to share your personal information with unaffiliated or non-agent third parties for promotional purposes, you can opt-out by sending us an email request to opt out at: info@fffpetsitting.com</li>\r\n <li><strong>Promotional Offers from the Company.</strong> If you do not wish to have your email address/contact information used by the Company to promote our own or third parties\' products or services, you can opt-out by sending us an email stating your request to info@fffpetsitting.com. If we have sent you a promotional email, you may send us a return email asking to be omitted from future email distributions.</li>\r\n <li><strong>Targeted Advertising.</strong> If you do not want us to use information that we collect or that you provide to us to deliver advertisements according to our advertisers\' target-audience preferences, you can opt-out by sending us an email stating your request to info@fffpetsitting.com.</li>\r\n</ul>\r\nWe do not control third parties\' collection or use of your information to serve interest-based advertising. However, these third parties may provide you with ways to choose not to have your information collected or used in this way. You can opt out of receiving targeted ads from members of the Network Advertising Initiative (\"<strong>NAI</strong>\") on the NAI\'s website.\r\n\r\n<strong>Accessing and Correcting Your Information</strong>\r\n\r\nYou may also send us an email at info@fffpetsitting.com to request access to, correct or delete any personal information that you have provided to us. We cannot delete your personal information except by also deleting your user account. We may not accommodate a request to change information if we believe the change would violate any law or legal requirement or cause the information to be incorrect.\r\n\r\nIf you delete your User Contributions from the Website, copies of your User Contributions may remain viewable in cached and archived pages, or might have been copied or stored by other Website users. Proper access and use of information provided on the Website, including User Contributions, is governed by our Terms of Use located at: <a href=\"/terms-of-use\">www.fffpetsitting.com/terms-of-use</a>.\r\n\r\nIt is a breach of Our Terms of Use to use Our Website if you are a European Union resident or business and you shall cease any and all such further use immediately. However, in the event that you are an EU resident or business and have nevertheless used Our Website or have registered for or purchased our services, you have the right to make a complaint at any time to the Information Commissioner’s Office (ICO), the UK supervising authority for data protection issues (<a href=\"http://www.ico.org.uk\">www.ico.org.uk</a>). We would, however, appreciate the chance to deal with your concerns before you approach the ICO so please contact us in the first instance.\r\n\r\n \r\n\r\n<strong>Your California Privacy Rights</strong>\r\n\r\nCalifornia Civil Code Section § 1798.83 permits users of our Website that are California residents to request certain information regarding our disclosure of personal information to third parties for their direct marketing purposes. To make such a request, please send an email to info@fffpetsitting.com.\r\n\r\n<strong>Data Security</strong>\r\n\r\nWe have implemented measures designed to secure your personal information from accidental loss and from unauthorized access, use, alteration, and disclosure. All information you provide to us is stored on our secure servers behind firewalls. Any information collected by way of payment transactions will be encrypted using SSL technology.\r\n\r\nThe safety and security of your information also depends on you. Where we have given you (or where you have chosen) a password for access to certain parts of our Website, you are responsible for keeping this password confidential. We ask you not to share your password with anyone. We urge you to be careful about giving out information in public areas of the Website like message boards. The information you share in public areas may be viewed by any user of the Website.\r\n\r\nUnfortunately, the transmission of information via the Internet is not completely secure. Although we do our best to protect your personal information, we cannot guarantee the security of your personal information transmitted to our Website. Any transmission of personal information is at your own risk. We are not responsible for circumvention of any privacy settings or security measures contained on the Website.\r\n\r\n<strong>Changes to Our Privacy Policy</strong>\r\n\r\nIt is our policy to post any changes we make to our Privacy Policy on this page. If we make material changes to how we treat our users\' personal information, we will make commercially reasonable efforts to notify you through a notice on the Website home page. The date the Privacy Policy was last revised is identified at the top of the page. You are responsible for regularly visiting this Privacy Policy to check for any changes.[/vc_column_text][/vc_column][/vc_row]','Privacy Policy','','inherit','closed','closed','','3-revision-v1','','','2020-02-12 16:44:02','2020-02-12 16:44:02','',3,'https://www.fffpetsitting.com/3-revision-v1/',0,'revision','',0),(160,1,'2020-02-12 16:51:20','2020-02-12 16:51:20','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Pet Sitting</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Planning to be away and can’t bring your beloved pet? Have a special occasion or business travel? Or are you moving and need your pet to be cared for while you prepare?</h2>\r\nIn situations like these, pet sitting may be the best option for you and your pet. This is different than our <a href=\"https://www.fffpetsitting.com/house-sitting/\">house-sitting</a> or <a href=\"https://www.fffpetsitting.com/dog-walking/\">mid-day dog walking services</a>. Our pet caregiver will visit for 30 minutes up to three times per day, dependent on your pet’s needs. Prior to scheduling, we consult with you to figure out what’s best for your pet. We want to make sure that they stay on their normal eating, play and exercise routines. Our pet caregivers are pet lovers, too, and will provide the care and companionship needed while you are away. We also provide detailed pet reports and photos to keep you informed of your pet’s daily care.\r\n\r\nWe also know the unexpected can happen and we want to be there for you and your pet. We offer pet sitting for emergency situations so you have one less thing to worry about![/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Benefits</h3>\r\nOur pet-sitting services give you the flexibility to use our pet care when you need it. There are no long-term commitments, and we build the agenda around your pet and their daily schedule.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Meet & Greet</h3>\r\nDuring our intake meeting, we gather all of the important details when it comes to caring for your pet. Our pet sitter visits with you in your home to meet you and your pet. We establish the dates and times we are needed and discuss paperwork, like completing our pet profile. At this time, you provide a copy of your pet’s veterinarian record and any other personality or behavioral traits we should know about your pet. We also review all of your instructions. This visit includes a tour of your home to show us the necessities, like leashes, food, kitty litter location, favorite toys, etc. During this time, we also have fun getting to know your pet in their environment.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Rates</h3>\r\nWe offer pet sitting for one or more pets for 30-minute visits. For one pet, the rate is $21 per visit; for two to three pets, the rate is $23 per visit; and for four or more pets, the rate is $30 per visit. For emergencies, our rate is $75 for the first visit, then it will defer to our regular rates. (If you are not already a client, we must have current veterinarian records and the pet must be current on their shots). A one-time fee of $15 is charged for all new clients for the intake meeting; the fee for second meetings for existing clients is $7.50.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Policy</h3>\r\nSpecial rates for pet sitting exotic birds and pets: $30 for 1 pet; $45 for two to three pets; and $55 for four or more pets.\r\n\r\nPet transportation: Pickup and transport to vet, groomer, kennel or emergency situations, etc., billed at $20 per hour.\r\n\r\nMedication and shots: Call office for specific needs and fees.\r\n\r\nWe request a minimum 24-hour advance cancellation notice.\r\n\r\nAll holiday bookings will incur a 10 percent surcharge for services.\r\n\r\nCancellations for the holidays are accepted one week prior to the start date of service without the client being charged. Otherwise, clients are charged a $30 fee.\r\n\r\nInclement weather policy is important to observe. If you need a copy, please call the office.\r\n\r\nPet sitter gratuities are always appreciated. Please make arrangement with your sitter.\r\n\r\n<strong>Keys:</strong> There is a charge of $8.50 if you want a sitter to pick up and return your keys in person or you can schedule a day and time to pick up at our office. You must present our receptionist with a state photo I.D. before you receive keys. Keys will not be mailed.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>“I am home and all is well with Luna. Thank you for taking good care of her.” </em>\r\n\r\n— L.B.[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Pet Sitting</h3>\r\nWhether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Dog Walking</h3>\r\nOur enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fdog-walking%2F|title:Dog%20Walking||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>House Sitting</h3>\r\nYou can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fhouse-sitting%2F|title:Dog%20Walking||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Pet Sitting','','inherit','closed','closed','','11-revision-v1','','','2020-02-12 16:51:20','2020-02-12 16:51:20','',11,'https://www.fffpetsitting.com/11-revision-v1/',0,'revision','',0),(161,1,'2020-02-12 16:51:56','2020-02-12 16:51:56','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Rates</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Headline</h2>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"Number of Dogs\r\n1\r\n2-3\r\n4+\" column_2_content=\"Price/visit\r\n$19.00\r\n$21.00\r\n$28.00\"][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Rates','','inherit','closed','closed','','25-revision-v1','','','2020-02-12 16:51:56','2020-02-12 16:51:56','',25,'https://www.fffpetsitting.com/25-revision-v1/',0,'revision','',0),(162,1,'2020-02-12 17:06:52','2020-02-12 17:06:52','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Rates</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Dog Walking</h2>\r\n[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"Number of Dogs\r\n1\r\n2-3\r\n4+\" column_2_content=\"Price/visit\r\n$19.00\r\n$21.00\r\n$28.00\"][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Rates','','inherit','closed','closed','','25-revision-v1','','','2020-02-12 17:06:52','2020-02-12 17:06:52','',25,'https://www.fffpetsitting.com/25-revision-v1/',0,'revision','',0),(163,1,'2020-02-12 17:09:00','2020-02-12 17:09:00','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Rates</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Dog Walking</h2>\r\n[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"Number of Dogs\r\n1\r\n2-3\r\n4+\" column_2_content=\"Price/visit\r\n$19.00\r\n$21.00\r\n$28.00\" extra_class=\"rate-row\"][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Rates','','inherit','closed','closed','','25-revision-v1','','','2020-02-12 17:09:00','2020-02-12 17:09:00','',25,'https://www.fffpetsitting.com/25-revision-v1/',0,'revision','',0),(164,1,'2020-02-12 17:13:05','2020-02-12 17:13:05','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Rates</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Dog Walking</h2>\r\n[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"<strong>Number of Dogs</strong>\r\n1\r\n2-3\r\n4+\" column_2_content=\"Price/visit\r\n$19.00\r\n$21.00\r\n$28.00\" extra_class=\"rate-row\"][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Rates','','inherit','closed','closed','','25-revision-v1','','','2020-02-12 17:13:05','2020-02-12 17:13:05','',25,'https://www.fffpetsitting.com/25-revision-v1/',0,'revision','',0),(165,1,'2020-02-12 17:14:02','2020-02-12 17:14:02','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Rates</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Dog Walking</h2>\r\n[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"Number of Dogs\r\n1\r\n2-3\r\n4+\" column_2_content=\"Price/visit\r\n$19.00\r\n$21.00\r\n$28.00\" extra_class=\"rate-row\"][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Rates','','inherit','closed','closed','','25-revision-v1','','','2020-02-12 17:14:02','2020-02-12 17:14:02','',25,'https://www.fffpetsitting.com/25-revision-v1/',0,'revision','',0),(166,1,'2020-02-12 17:17:50','2020-02-12 17:17:50','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Rates</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Dog Walking</h2>\r\n[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"Number of Dogs\r\n1\r\n2-3\r\n4+\" column_2_content=\"Price/visit\r\n$19.00\r\n$21.00\r\n$28.00\" extra_class=\"rate-row\"][vc_column_text]\r\n<h2>Pet Sitting</h2>\r\n[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"Number of Pets\r\n1\r\n2-3\r\n4+\" column_2_content=\"Price/visit\r\n$21.00\r\n$23.00\r\n$30.00\" extra_class=\"rate-row\"][vc_column_text]\r\n<h2>House Sitting / Bed & Breakfast</h2>\r\n[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"Number of Pets\r\n1\r\n2\r\n5+\" column_2_content=\"Price/day\r\n$77.00\r\n$85.00\r\n$105.00\" extra_class=\"rate-row\"][vc_column_text]\r\n<h2>Dog Training</h2>\r\n[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"Number of Dogs\r\n1\r\n2-3\r\n4+\" column_2_content=\"Price/visit\r\n$19.00\r\n$21.00\r\n$28.00\" extra_class=\"rate-row\"][vc_column_text]\r\n<h2>Pet Photography</h2>\r\n[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"Number of Dogs\r\n1\r\n2-3\r\n4+\" column_2_content=\"Price/visit\r\n$19.00\r\n$21.00\r\n$28.00\" extra_class=\"rate-row\"][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Rates','','inherit','closed','closed','','25-revision-v1','','','2020-02-12 17:17:50','2020-02-12 17:17:50','',25,'https://www.fffpetsitting.com/25-revision-v1/',0,'revision','',0),(167,1,'2020-02-12 17:18:57','2020-02-12 17:18:57','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Rates</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Dog Walking</h2>\r\n[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"Number of Dogs\r\n1\r\n2-3\r\n4+\" column_2_content=\"Price/visit\r\n$19.00\r\n$21.00\r\n$28.00\" extra_class=\"rate-row\"][vc_column_text]\r\n<h2>Pet Sitting</h2>\r\n[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"Number of Pets\r\n1\r\n2-3\r\n4+\" column_2_content=\"Price/visit\r\n$21.00\r\n$23.00\r\n$30.00\" extra_class=\"rate-row\"][vc_column_text]\r\n<h2>House Sitting / Bed & Breakfast</h2>\r\n[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"Number of Pets\r\n1\r\n2\r\n5+\" column_2_content=\"Price/day\r\n$77.00\r\n$85.00\r\n$105.00\" extra_class=\"rate-row\"][vc_column_text]\r\n<h2>Dog Training</h2>\r\n[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"6-12 week sessions\" column_2_content=\"45-60 min - $50.00\" extra_class=\"rate-row\"][vc_column_text]\r\n<h2>Pet Photography</h2>\r\n[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"Number of Dogs\r\n1\r\n2-3\r\n4+\" column_2_content=\"Price/visit\r\n$19.00\r\n$21.00\r\n$28.00\" extra_class=\"rate-row\"][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Rates','','inherit','closed','closed','','25-revision-v1','','','2020-02-12 17:18:57','2020-02-12 17:18:57','',25,'https://www.fffpetsitting.com/25-revision-v1/',0,'revision','',0),(168,1,'2020-02-12 17:19:50','2020-02-12 17:19:50','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Rates</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Dog Walking</h2>\r\n[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"Number of Dogs\r\n1\r\n2-3\r\n4+\" column_2_content=\"Price/visit\r\n$19.00\r\n$21.00\r\n$28.00\" extra_class=\"rate-row\"][vc_empty_space height=\"40px\"][vc_column_text]\r\n<h2>Pet Sitting</h2>\r\n[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"Number of Pets\r\n1\r\n2-3\r\n4+\" column_2_content=\"Price/visit\r\n$21.00\r\n$23.00\r\n$30.00\" extra_class=\"rate-row\"][vc_empty_space height=\"40px\"][vc_column_text]\r\n<h2>House Sitting / Bed & Breakfast</h2>\r\n[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"Number of Pets\r\n1\r\n2\r\n5+\" column_2_content=\"Price/day\r\n$77.00\r\n$85.00\r\n$105.00\" extra_class=\"rate-row\"][vc_empty_space height=\"40px\"][vc_column_text]\r\n<h2>Dog Training</h2>\r\n[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"6-12 week sessions\" column_2_content=\"45-60 min - $50.00\" extra_class=\"rate-row\"][vc_empty_space height=\"40px\"][vc_column_text]\r\n<h2>Pet Photography</h2>\r\n[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"Number of Dogs\r\n1\r\n2-3\r\n4+\" column_2_content=\"Price/visit\r\n$19.00\r\n$21.00\r\n$28.00\" extra_class=\"rate-row\"][vc_empty_space height=\"40px\"][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Rates','','inherit','closed','closed','','25-revision-v1','','','2020-02-12 17:19:50','2020-02-12 17:19:50','',25,'https://www.fffpetsitting.com/25-revision-v1/',0,'revision','',0),(169,1,'2020-02-12 17:23:56','2020-02-12 17:23:56','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Rates</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Dog Walking</h2>\r\n[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"Number of Dogs\r\n1\r\n2-3\r\n4+\" column_2_content=\"Price/visit\r\n$19.00\r\n$21.00\r\n$28.00\" extra_class=\"rate-row\"][vc_empty_space height=\"40px\"][vc_column_text]\r\n<h2>Pet Sitting</h2>\r\n[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"Number of Pets\r\n1\r\n2-3\r\n4+\" column_2_content=\"Price/visit\r\n$21.00\r\n$23.00\r\n$30.00\" extra_class=\"rate-row\"][vc_empty_space height=\"40px\"][vc_column_text]\r\n<h2>House Sitting / Bed & Breakfast</h2>\r\n[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"Number of Pets\r\n1\r\n2\r\n5+\" column_2_content=\"Price/day\r\n$77.00\r\n$85.00\r\n$105.00\" extra_class=\"rate-row\"][vc_empty_space height=\"40px\"][vc_column_text]\r\n<h2>Dog Training</h2>\r\n[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"6-12 week sessions\" column_2_content=\"45-60 min - $50.00\" extra_class=\"rate-row\"][vc_empty_space height=\"40px\"][vc_column_text]\r\n<h2>Pet Photography</h2>\r\n[/vc_column_text][vc_column_text]<strong>Natural Environment Package</strong>[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"1-hour session\r\nAdditional Pet\" column_2_content=\"$150.00\r\n$25.00\" extra_class=\"rate-row\"][vc_empty_space height=\"40px\"][vc_column_text]<strong>Special Occasion Package</strong>[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"1-2 hour session\r\nAdditional Pet\" column_2_content=\"$250.00\r\n$50.00\" extra_class=\"rate-row\"][vc_empty_space height=\"40px\"][vc_column_text]<strong>Pet & Family Package</strong>[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"1-2 hour session\r\nAdditional Pet\" column_2_content=\"$350.00\r\n$50.00\" extra_class=\"rate-row\"][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Rates','','inherit','closed','closed','','25-revision-v1','','','2020-02-12 17:23:56','2020-02-12 17:23:56','',25,'https://www.fffpetsitting.com/25-revision-v1/',0,'revision','',0),(170,1,'2020-02-18 16:49:33','2020-02-18 16:49:33','[vc_row thb_full_width=\"true\" el_id=\"hero\" css=\".vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">The Leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland!</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and dependable service to your pets for over 30 years.</h2>\r\n[/vc_column_text][vc_btn title=\"Our Company\" el_id=\"stroke-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fabout-us%2F|title:About%20Us||\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row el_id=\"section-1\"][vc_column width=\"1/2\"][thb_fancybox thb_text_alignment=\"thb-center\" height=\"400px\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fdog-walking%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(55,130,209,0.8)\" bg_gradient2=\"rgba(66,145,216,0.8)\" image=\"152\" extra_class=\"top-block\"]\r\n<h2>Dog Walking</h2>\r\n[/thb_fancybox][/vc_column][vc_column width=\"1/2\"][thb_fancybox thb_text_alignment=\"thb-center\" height=\"400px\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fpet-sitting%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(55,130,209,0.8)\" bg_gradient2=\"rgba(66,145,216,0.8)\" image=\"151\" extra_class=\"top-block\"]\r\n<h2>Pet Sitting</h2>\r\n[/thb_fancybox][/vc_column][/vc_row][vc_row el_id=\"section-2\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Our Professional Pet Care Services Available In:</h2>\r\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Montgomery Village, North Potomac, Rockville, Silver Spring and Wheaton</p>\r\n<p style=\"text-align: center;\">More Locations Coming Soon!</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-3\"][vc_column width=\"1/3\"][thb_image image=\"62\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fhouse-sitting%2F|title:House%20Sitting||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/house-sitting/\">House Sitting or Bed & Breakfast</a></h3>\r\nLet us pamper your pet in a warm setting of one of our caring pet sitter’s home or you can trust our experienced house sitters to take care of your pet in the comfort of your home. You can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"64\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Ftraining%2F|title:Training||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/training/\">Training</a></h3>\r\nOur pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"63\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fphotography%2F|title:Photography||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/photography/\">Photography</a></h3>\r\nLet us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][/vc_column][/vc_row][vc_row thb_full_width=\"true\" content_placement=\"middle\" el_id=\"section-4\" css=\".vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Clients who use our services are paired with pet caregivers who are professional, trustworthy and of integrity.</h2>\r\n<p style=\"text-align: center;\">Our highly experienced dog walkers and pet sitters are bonded and insured. In addition, we require background checks to provide an extra layer of safety for our clients and their precious pets.</p>\r\n<p style=\"text-align: center;\">Check Our Social Media for Current Specials!</p>\r\n[/vc_column_text][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','6-revision-v1','','','2020-02-18 16:49:33','2020-02-18 16:49:33','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(171,1,'2020-02-18 16:52:38','2020-02-18 16:52:38','','house-sitting-new','','inherit','open','closed','','house-sitting-new','','','2020-02-18 16:52:38','2020-02-18 16:52:38','',0,'https://www.fffpetsitting.com/wp-content/uploads/house-sitting-new.jpg',0,'attachment','image/jpeg',0),(173,1,'2020-02-18 16:54:19','2020-02-18 16:54:19','','pet-sitting-client','','inherit','open','closed','','pet-sitting-client','','','2020-02-18 16:54:19','2020-02-18 16:54:19','',0,'https://www.fffpetsitting.com/wp-content/uploads/pet-sitting-client.jpg',0,'attachment','image/jpeg',0),(174,1,'2020-02-18 16:54:50','2020-02-18 16:54:50','[vc_row thb_full_width=\"true\" el_id=\"hero\" css=\".vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">The Leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland!</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and dependable service to your pets for over 30 years.</h2>\r\n[/vc_column_text][vc_btn title=\"Our Company\" el_id=\"stroke-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fabout-us%2F|title:About%20Us||\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row el_id=\"section-1\"][vc_column width=\"1/2\"][thb_fancybox thb_text_alignment=\"thb-center\" height=\"400px\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fdog-walking%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(55,130,209,0.8)\" bg_gradient2=\"rgba(66,145,216,0.8)\" image=\"152\" extra_class=\"top-block\"]\r\n<h2>Dog Walking</h2>\r\n[/thb_fancybox][/vc_column][vc_column width=\"1/2\"][thb_fancybox thb_text_alignment=\"thb-center\" height=\"400px\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fpet-sitting%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(55,130,209,0.8)\" bg_gradient2=\"rgba(66,145,216,0.8)\" image=\"151\" extra_class=\"top-block\"]\r\n<h2>Pet Sitting</h2>\r\n[/thb_fancybox][/vc_column][/vc_row][vc_row el_id=\"section-2\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Our Professional Pet Care Services Available In:</h2>\r\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Potomac, Rockville, Silver Spring and Wheaton</p>\r\n<p style=\"text-align: center;\">More Locations Coming Soon!</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-3\"][vc_column width=\"1/3\"][thb_image image=\"171\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fhouse-sitting%2F|title:House%20Sitting||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/house-sitting/\">House Sitting or Bed & Breakfast</a></h3>\r\nLet us pamper your pet in a warm setting of one of our caring pet sitter’s home or you can trust our experienced house sitters to take care of your pet in the comfort of your home. You can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"64\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Ftraining%2F|title:Training||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/training/\">Training</a></h3>\r\nOur pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"63\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fphotography%2F|title:Photography||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/photography/\">Photography</a></h3>\r\nLet us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][/vc_column][/vc_row][vc_row thb_full_width=\"true\" content_placement=\"middle\" el_id=\"section-4\" css=\".vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Clients who use our services are paired with pet caregivers who are professional, trustworthy and of integrity.</h2>\r\n<p style=\"text-align: center;\">Our highly experienced dog walkers and pet sitters are bonded and insured. In addition, we require background checks to provide an extra layer of safety for our clients and their precious pets.</p>\r\n<p style=\"text-align: center;\">Check Our Social Media for Current Specials!</p>\r\n[/vc_column_text][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','6-revision-v1','','','2020-02-18 16:54:50','2020-02-18 16:54:50','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(175,1,'2020-02-18 17:08:28','2020-02-18 17:08:28','[vc_row thb_full_width=\"true\" el_id=\"hero\" css=\".vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">The Leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland!</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and dependable service to your pets for over 30 years.</h2>\r\n[/vc_column_text][vc_btn title=\"Our Company\" el_id=\"stroke-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fabout-us%2F|title:About%20Us||\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row el_id=\"section-1\"][vc_column width=\"1/2\"][thb_fancybox thb_text_alignment=\"thb-center\" height=\"400px\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fdog-walking%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(55,130,209,0.8)\" bg_gradient2=\"rgba(66,145,216,0.8)\" image=\"152\" extra_class=\"top-block\"]\r\n<h2>Dog Walking</h2>\r\n[/thb_fancybox][/vc_column][vc_column width=\"1/2\"][thb_fancybox thb_text_alignment=\"thb-center\" height=\"400px\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fpet-sitting%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(55,130,209,0.8)\" bg_gradient2=\"rgba(66,145,216,0.8)\" image=\"173\" extra_class=\"top-block\"]\r\n<h2>Pet Sitting</h2>\r\n[/thb_fancybox][/vc_column][/vc_row][vc_row el_id=\"section-2\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Our Professional Pet Care Services Available In:</h2>\r\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Potomac, Rockville, Silver Spring and Wheaton</p>\r\n<p style=\"text-align: center;\">More Locations Coming Soon!</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-3\"][vc_column width=\"1/3\"][thb_image image=\"171\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fhouse-sitting%2F|title:House%20Sitting||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/house-sitting/\">House Sitting or Bed & Breakfast</a></h3>\r\nLet us pamper your pet in a warm setting of one of our caring pet sitter’s home or you can trust our experienced house sitters to take care of your pet in the comfort of your home. You can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"64\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Ftraining%2F|title:Training||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/training/\">Training</a></h3>\r\nOur pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"63\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fphotography%2F|title:Photography||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/photography/\">Photography</a></h3>\r\nLet us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][/vc_column][/vc_row][vc_row thb_full_width=\"true\" content_placement=\"middle\" el_id=\"section-4\" css=\".vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Clients who use our services are paired with pet caregivers who are professional, trustworthy and of integrity.</h2>\r\n<p style=\"text-align: center;\">Our highly experienced dog walkers and pet sitters are bonded and insured. In addition, we require background checks to provide an extra layer of safety for our clients and their precious pets.</p>\r\n<p style=\"text-align: center;\">Check Our Social Media for Current Specials!</p>\r\n[/vc_column_text][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','6-revision-v1','','','2020-02-18 17:08:28','2020-02-18 17:08:28','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(176,1,'2020-02-18 17:13:15','2020-02-18 17:13:15','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>About Us</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>We Provide the Care Your Pet Deserves and the Service You Can Count On!</h2>\r\nEstablished in 1989, Fur, Fins & Feathers is the oldest and largest dog walking and pet sitting service in Montgomery County, Maryland. We are a friendly, flexible, responsive and caring business providing outstanding pet care and services to our community.\r\n\r\nWhat sets us apart is that we have simply thought of everything to make our pet care a seamless experience for you. Services are highly personalized and procedures are streamlined with your convenience in mind.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Customized Services</h3>\r\nOver the past three decades, Fur, Fins & Feathers has expanded its services to meet our clients’ needs. We now offer the following customized services:\r\n<ul>\r\n <li>Mid-day Dog Walking</li>\r\n <li>House Sitting</li>\r\n <li>Pet Sitting</li>\r\n <li>Dog Training</li>\r\n <li>Pet Photography</li>\r\n <li>Bed & Breakfast</li>\r\n</ul>\r\nYou’ll experience our core values and professionalism from the start — from the initial point of contact to the questionnaire that contains detailed written instructions for your pet to the text you’ll receive after every visit so you can rest assured that all is well. Each of our clients meet their pet caregiver ahead of services to ensure confidence and to review pet care instructions.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Furry and Not-So-Furry BFFs</h3>\r\nWe are proud to offer services for all kinds of pets — the furry, feathered and scaled! We have worked with clients who have a range of pets, including dogs, cats, rabbits, ferrets, guinea pigs, birds, fish, snakes and more — even sugar gliders! We treat all pets like they are our own BFFs.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Trusted Pet Caregivers</h3>\r\nWe understand you want the person who cares for your pet and enters your home to be prompt, trustworthy and responsible. That’s why we only hire caregivers who share our core values of integrity, respect, teamwork and enthusiasm. We are also very flexible to ensure your pet is taken care of in the same way you would.\r\n\r\nMoreover, our dog walkers and pet sitters are carefully vetted through an interview process, reference check and statewide background check. Our high satisfaction ratings are the direct result of our outstanding sitters and office staff — who pet sit, too![/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Service Area</h3>\r\nWe are proud to serve our Montgomery County clients and their pets for over 30 years! We service the following areas: Bethesda, Chevy Chase, Gaithersburg, Germantown, Kensington, Potomac, Rockville, Silver Spring and Wheaton. More locations coming soon![/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Passion for Animals Guides Our Mission</h3>\r\nOur mission is to provide our clients with pet caregivers who are professional, trustworthy and of integrity while providing a fun and safe environment for their pets. With a genuine love for animals, we are committed to each of our clients in giving them individualized pet care services based on their pet’s needs. Our highly experienced dog walkers and pet sitters are carefully vetted, bonded and insured to provide an extra layer of safety for both our clients and their pets.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>“Fur, Fins & Feathers has been taking care of all three of my dogs for a number of years and I am totally pleased. This is a company you can trust. They are friendly, caring and always there when you need them.” </em>\r\n\r\n— Jerry[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Mid-Day Dog Walking</h3>\r\nOur enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Pet Sitting</h3>\r\nWhether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>House Sitting</h3>\r\nYou can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','23-revision-v1','','','2020-02-18 17:13:15','2020-02-18 17:13:15','',23,'https://www.fffpetsitting.com/23-revision-v1/',0,'revision','',0),(177,1,'2020-02-18 17:14:32','2020-02-18 17:14:32','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>About Us</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>We Provide the Care Your Pet Deserves and the Service You Can Count On!</h2>\r\nEstablished in 1989, Fur, Fins & Feathers is the oldest and largest dog walking and pet sitting service in Montgomery County, Maryland. We are a friendly, flexible, responsive and caring business providing outstanding pet care and services to our community.\r\n\r\nWhat sets us apart is that we have simply thought of everything to make our pet care a seamless experience for you. Services are highly personalized and procedures are streamlined with your convenience in mind.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Customized Services</h3>\r\nOver the past three decades, Fur, Fins & Feathers has expanded its services to meet our clients’ needs. We now offer the following customized services:\r\n<ul>\r\n <li>Mid-day Dog Walking</li>\r\n <li>House Sitting</li>\r\n <li>Pet Sitting</li>\r\n <li>Dog Training</li>\r\n <li>Pet Photography</li>\r\n <li>Bed & Breakfast</li>\r\n</ul>\r\nYou’ll experience our core values and professionalism from the start — from the initial point of contact to the questionnaire that contains detailed written instructions for your pet to the text you’ll receive after every visit so you can rest assured that all is well. Each of our clients meet their pet caregiver ahead of services to ensure confidence and to review pet care instructions.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Furry and Not-So-Furry BFFs</h3>\r\nWe are proud to offer services for all kinds of pets — the furry, feathered and scaled! We have worked with clients who have a range of pets, including dogs, cats, rabbits, ferrets, guinea pigs, birds, fish, snakes and more — even sugar gliders! We treat all pets like they are our own BFFs.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Trusted Pet Caregivers</h3>\r\nWe understand you want the person who cares for your pet and enters your home to be prompt, trustworthy and responsible. That’s why we only hire caregivers who share our core values of integrity, respect, teamwork and enthusiasm. We are also very flexible to ensure your pet is taken care of in the same way you would.\r\n\r\nMoreover, our dog walkers and pet sitters are carefully vetted through an interview process, reference check and statewide background check. Our high satisfaction ratings are the direct result of our outstanding sitters and office staff — who pet sit, too![/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Service Area</h3>\r\nWe are proud to serve our Montgomery County clients and their pets for over 30 years! We service the following areas: Bethesda, Chevy Chase, Gaithersburg, Germantown, Kensington, Potomac, Rockville, Silver Spring and Wheaton. More locations coming soon![/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Passion for Animals Guides Our Mission</h3>\r\nOur mission is to provide our clients with pet caregivers who are professional, trustworthy and of integrity while providing a fun and safe environment for their pets. With a genuine love for animals, we are committed to each of our clients in giving them individualized pet care services based on their pet’s needs. Our highly experienced dog walkers and pet sitters are carefully vetted, bonded and insured to provide an extra layer of safety for both our clients and their pets.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>“Fur, Fins & Feathers has been taking care of all three of my dogs for a number of years and I am totally pleased. This is a company you can trust. They are friendly, caring and always there when you need them.” </em>\r\n\r\n— Jerry[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Mid-Day Dog Walking</h3>\r\nOur enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Pet Sitting</h3>\r\nWhether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>House Sitting</h3>\r\nYou can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Bed & Breakfast</h3>\r\nOur Bed & Breakfast service gives your pet that at-home feel while you are away.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','23-revision-v1','','','2020-02-18 17:14:32','2020-02-18 17:14:32','',23,'https://www.fffpetsitting.com/23-revision-v1/',0,'revision','',0),(178,1,'2020-02-18 17:18:03','2020-02-18 17:18:03','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Mid-Day Dog Walking</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Maybe it’s difficult for you to get away from the office at lunchtime to take your dog out for a walk.</h2>\r\nEven if you work from home, you might need extra assistance. There are myriad reasons why people just like you need a reliable and trustworthy mid-day dog walker. We provide that extra companionship your dog needs during the day. Our dog walkers will take your furry friend outside when you need us.\r\n\r\nDuring the walk, we give your dog the time to act like a dog — the time to sniff, walk and explore. This quality time also lets our dog walkers observe your dog’s behavior and build a relationship of trust and friendship. With our service, we not only take your dog for a walk rain or shine, we also provide a detailed pet report including photo of how it went so that you don’t miss their face during the day![/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Benefits</h3>\r\nThe benefits of mid-day dog walks are numerous for your beloved pet. Some are apparent, like the much-needed potty break. Others are not as obvious, like improved socialization, pet behavior and health. Plus, consistent mid-day dog walks provide your pet with a regular routine to look forward to.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Meet & Greet</h3>\r\nDuring our intake meeting, we gather all of the important details when it comes to caring for your pet. Our dog walker visits you in your home to meet you and your pet. We establish the dates and times we are needed and discuss paperwork, like completing our pet profile. At this time, you provide a copy of your pet’s veterinarian record and any other personality or behavioral traits we should know about your dog. We’ll also review all of your instructions. The visit includes a tour of your home so we can find the necessities, like leashes, bags, food, favorite toys, etc. During this time, we also have fun getting to know your pet in their environment.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Rates</h3>\r\nWe offer 30-minute walks Monday through Friday between 10 a.m. – 3 p.m. This service is provided as a discount. Our fees are based on a minimum commitment of 12 weeks with no fewer than 15 visits per month in order to maintain the discounted rate. Otherwise, if you don’t need us as often, you will be billed at the pet sit rates. This package rate is $19 per walk for one dog; $21 per walk for two to three dogs; and $28 per walk for four or more dogs. A one-time fee of $15 is charged for all new clients for the intake meeting; the fee for second meetings for existing clients is $7.50.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Policy</h3>\r\nMid-day dog walking observes the standard pet-sitting policies with the following payment modifications:\r\n\r\nPayment for services is due upon receipt of semi-monthly billing on the 15th and last day of the month. Credits for cancellations will be applied on the following month’s invoice. Additional service requests during the week or on weekends will be billed at the pet sit rate and billed separately.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>New Clients</h3>\r\nWe will make our best effort to walk your dog at the requested times. Noon is a very common request for mid-day walks, so please be flexible with us and give us at least a two-hour window for walking your dog. Conditions such as holidays, traffic, weather and difficult sits, may cause delays.\r\n\r\nWe request a 24-hour advance cancellation notice, but will accept emergency cancellations by 6:00 a.m. the day of service. Any cancellations after this time will continue to be billed.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>“I just want to say how totally dependent my dogs and I are on Fur, Fins and Feathers and how completely responsible they are so I never have a worry. My family has been using this company for many, many years and we never had any serious problems in the care of our dogs. I trust our dogs and our home to them absolutely. And the dogs love our FF&F dog walkers.” </em>\r\n\r\n— Evan[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Mid-Day Dog Walking</h3>\r\nOur enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Pet Sitting</h3>\r\nWhether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fpet-sitting%2F|title:Pet%20Sitting||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>House Sitting</h3>\r\nYou can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fhouse-sitting%2F|title:Pet%20Sitting||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Bed & Breakfast</h3>\r\nOur Bed & Breakfast service gives your pet that at-home feel while you are away.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fbed-breakfast%2F|title:Pet%20Sitting||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Dog Walking','','inherit','closed','closed','','9-revision-v1','','','2020-02-18 17:18:03','2020-02-18 17:18:03','',9,'https://www.fffpetsitting.com/9-revision-v1/',0,'revision','',0),(179,1,'2020-02-18 17:21:22','2020-02-18 17:21:22','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Pet Sitting</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Planning to be away and can’t bring your beloved pet? Have a special occasion or business travel? Or are you moving and need your pet to be cared for while you prepare?</h2>\r\nIn situations like these, pet sitting may be the best option for you and your pet. This is different than our <a href=\"https://www.fffpetsitting.com/house-sitting/\">house-sitting</a> or <a href=\"https://www.fffpetsitting.com/dog-walking/\">mid-day dog walking services</a>. Our pet caregiver will visit for 30 minutes up to three times per day, dependent on your pet’s needs. Prior to scheduling, we consult with you to figure out what’s best for your pet. We want to make sure that they stay on their normal eating, play and exercise routines. Our pet caregivers are pet lovers, too, and will provide the care and companionship needed while you are away. We also provide detailed pet reports and photos to keep you informed of your pet’s daily care.\r\n\r\nWe also know the unexpected can happen and we want to be there for you and your pet. We offer pet sitting for emergency situations so you have one less thing to worry about![/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Benefits</h3>\r\nOur pet-sitting services give you the flexibility to use our pet care when you need it. There are no long-term commitments, and we build the agenda around your pet and their daily schedule.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Meet & Greet</h3>\r\nDuring our intake meeting, we gather all of the important details when it comes to caring for your pet. Our pet sitter visits with you in your home to meet you and your pet. We establish the dates and times we are needed and discuss paperwork, like completing our pet profile. At this time, you provide a copy of your pet’s veterinarian record and any other personality or behavioral traits we should know about your pet. We also review all of your instructions. This visit includes a tour of your home to show us the necessities, like leashes, food, kitty litter location, favorite toys, etc. During this time, we also have fun getting to know your pet in their environment.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Rates</h3>\r\nWe offer pet sitting for one or more pets for 30-minute visits. For one pet, the rate is $21 per visit; for two to three pets, the rate is $23 per visit; and for four or more pets, the rate is $30 per visit. For emergencies, our rate is $75 for the first visit, then it will defer to our regular rates. (If you are not already a client, we must have current veterinarian records and the pet must be current on their shots). A one-time fee of $15 is charged for all new clients for the intake meeting; the fee for second meetings for existing clients is $7.50.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Policy</h3>\r\nSpecial rates for pet sitting exotic birds and pets: $30 for 1 pet; $45 for two to three pets; and $55 for four or more pets.\r\n\r\nPet transportation: Pickup and transport to vet, groomer, kennel or emergency situations, etc., billed at $20 per hour.\r\n\r\nMedication and shots: Call office for specific needs and fees.\r\n\r\nWe request a minimum 24-hour advance cancellation notice.\r\n\r\nAll holiday bookings will incur a 10 percent surcharge for services.\r\n\r\nCancellations for the holidays are accepted one week prior to the start date of service without the client being charged. Otherwise, clients are charged a $30 fee.\r\n\r\nInclement weather policy is important to observe. If you need a copy, please call the office.\r\n\r\nPet sitter gratuities are always appreciated. Please make arrangement with your sitter.\r\n\r\n<strong>Keys:</strong> There is a charge of $8.50 if you want a sitter to pick up and return your keys in person or you can schedule a day and time to pick up at our office. You must present our receptionist with a state photo I.D. before you receive keys. Keys will not be mailed.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>“I am home and all is well with Luna. Thank you for taking good care of her.” </em>\r\n\r\n— L.B.[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Pet Sitting</h3>\r\nWhether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Mid-Day Dog Walking</h3>\r\nOur enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fdog-walking%2F|title:Dog%20Walking||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>House Sitting</h3>\r\nYou can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fhouse-sitting%2F|title:Dog%20Walking||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Pet Sitting','','inherit','closed','closed','','11-revision-v1','','','2020-02-18 17:21:22','2020-02-18 17:21:22','',11,'https://www.fffpetsitting.com/11-revision-v1/',0,'revision','',0),(180,1,'2020-02-18 17:22:05','2020-02-18 17:22:05','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Pet Sitting</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Planning to be away and can’t bring your beloved pet? Have a special occasion or business travel? Or are you moving and need your pet to be cared for while you prepare?</h2>\r\nIn situations like these, pet sitting may be the best option for you and your pet. This is different than our <a href=\"https://www.fffpetsitting.com/house-sitting/\">house-sitting</a> or <a href=\"https://www.fffpetsitting.com/dog-walking/\">mid-day dog walking services</a>. Our pet caregiver will visit for 30 minutes up to three times per day, dependent on your pet’s needs. Prior to scheduling, we consult with you to figure out what’s best for your pet. We want to make sure that they stay on their normal eating, play and exercise routines. Our pet caregivers are pet lovers, too, and will provide the care and companionship needed while you are away. We also provide detailed pet reports and photos to keep you informed of your pet’s daily care.\r\n\r\nWe also know the unexpected can happen and we want to be there for you and your pet. We offer pet sitting for emergency situations so you have one less thing to worry about![/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Benefits</h3>\r\nOur pet-sitting services give you the flexibility to use our pet care when you need it. There are no long-term commitments, and we build the agenda around your pet and their daily schedule.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Meet & Greet</h3>\r\nDuring our intake meeting, we gather all of the important details when it comes to caring for your pet. Our pet sitter visits with you in your home to meet you and your pet. We establish the dates and times we are needed and discuss paperwork, like completing our pet profile. At this time, you provide a copy of your pet’s veterinarian record and any other personality or behavioral traits we should know about your pet. We also review all of your instructions. This visit includes a tour of your home to show us the necessities, like leashes, food, kitty litter location, favorite toys, etc. During this time, we also have fun getting to know your pet in their environment.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Rates</h3>\r\nWe offer pet sitting for one or more pets for 30-minute visits. For one pet, the rate is $21 per visit; for two to three pets, the rate is $23 per visit; and for four or more pets, the rate is $30 per visit. For emergencies, our rate is $75 for the first visit, then it will defer to our regular rates. (If you are not already a client, we must have current veterinarian records and the pet must be current on their shots). A one-time fee of $15 is charged for all new clients for the intake meeting; the fee for second meetings for existing clients is $7.50.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Policy</h3>\r\nSpecial rates for pet sitting exotic birds and pets: $30 for 1 pet; $45 for two to three pets; and $55 for four or more pets.\r\n\r\nPet transportation: Pickup and transport to vet, groomer, kennel or emergency situations, etc., billed at $20 per hour.\r\n\r\nMedication and shots: Call office for specific needs and fees.\r\n\r\nWe request a minimum 24-hour advance cancellation notice.\r\n\r\nAll holiday bookings will incur a 10 percent surcharge for services.\r\n\r\nCancellations for the holidays are accepted one week prior to the start date of service without the client being charged. Otherwise, clients are charged a $30 fee.\r\n\r\nInclement weather policy is important to observe. If you need a copy, please call the office.\r\n\r\nPet sitter gratuities are always appreciated. Please make arrangement with your sitter.\r\n\r\n<strong>Keys:</strong> There is a charge of $8.50 if you want a sitter to pick up and return your keys in person or you can schedule a day and time to pick up at our office. You must present our receptionist with a state photo I.D. before you receive keys. Keys will not be mailed.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>“I am home and all is well with Luna. Thank you for taking good care of her.” </em>\r\n\r\n— L.B.[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Pet Sitting</h3>\r\nWhether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Mid-Day Dog Walking</h3>\r\nOur enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fdog-walking%2F|title:Dog%20Walking||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>House Sitting</h3>\r\nYou can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fhouse-sitting%2F|title:Dog%20Walking||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Bed & Breakfast</h3>\r\nOur Bed & Breakfast service gives your pet that at-home feel while you are away.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fbed-breakfast%2F|title:Dog%20Walking||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Pet Sitting','','inherit','closed','closed','','11-revision-v1','','','2020-02-18 17:22:05','2020-02-18 17:22:05','',11,'https://www.fffpetsitting.com/11-revision-v1/',0,'revision','',0),(181,1,'2020-02-18 17:24:09','2020-02-18 17:24:09','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>House Sitting</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Need a pet caregiver for an extended period of time? Let us take care of your pets in their own environment.</h2>\r\nWhether you are going away on a quick weekend excursion or for a well-deserved vacation, our house sitters can provide the care that you expect and that your pet deserves. With our house-sitting service, your pet will be taken care of in the morning, afternoon, evening and overnight in the comfort of their own home and community. This service is similar to our <strong><a href=\"https://www.fffpetsitting.com/pet-sitting/\">pet-sitting service</a></strong>, but with the addition of overnight care. After a detailed consultation, we tailor our service to fit with your and your pet’s unique needs.\r\n\r\nIn addition to making your pet feel well-loved and safe, we want your home to feel that way, too. During the hours we are away from your home, we will do small things to make your home look occupied, like turning on different lights or opening and shutting blinds before leaving. Our house sitters create activity, like leaving on a television or radio between visits to serve as a companion to your pet. This practice helps ease anxieties and can mimic the everyday situation your pet thrives in. And, we provide detailed pet reports and photos so you know how your pet is doing daily.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Benefits</h3>\r\nThe most obvious benefit of our house-sitting service is that your pet gets to stay at home. This is especially important for pets who may be skittish or shy and enjoy the comfort of their own surroundings. And, it’s a good fit for birds, fish and other furry friends who can’t easily be moved and need more care than with our pet-sitting service.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Meet & Greet</h3>\r\nDuring our intake meeting, we gather all of the important details when it comes to caring for your pet. Our pet sitter visits you in your home to meet you and your pet. We establish the dates and times we are needed and discuss paperwork, like completing our pet profile. At this time, you provide a copy of your pet’s veterinarian record and any other personality or behavioral traits we should know about your pet. We’ll also review all of your instructions. This will include a tour of your home to show us the necessities, like leashes, food, kitty litter location, favorite toys, etc. During this time, we also have fun getting to know your pet in their environment.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Rates</h3>\r\nThe rates for house sitting — or overnight stays in a client’s home — are $77 for one pet; $85 for two to four pets; and $105 for five or more pets. House-sitting service may not include 24 solid hours of care. We provide 30 minutes of care between 6 a.m. – 8 a.m., 10 a.m. – 3 p.m., 6 p.m. – 8 p.m. and overnight. A one-time fee of $15 is charged for all new clients for the intake meeting; and the fee for second meetings for existing clients is $7.50.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Policy</h3>\r\nSpecial rates for pet sitting exotic birds and pets: $30 for 1 pet; $45 for two to three pets; and $55 for four or more pets.\r\n\r\nPet transportation: Pickup and transport to vet, groomer, kennel or emergency situations, etc., billed at $20 per hour.\r\n\r\nMedication and shots: Call office for specific needs and fees.\r\n\r\nWe request a minimum 24-hour advance cancellation notice.\r\n\r\nAll holiday bookings will incur a 10 percent surcharge for services.\r\n\r\nCancellations for the holidays are accepted one week prior to the start date of service without the client being charged. Otherwise, clients are charged a $30 fee.\r\n\r\nInclement weather policy is important to observe. If you need a copy, please call the office.\r\n\r\nPet sitter gratuities are always appreciated. Please make arrangement with your sitter.\r\n\r\n<strong>Keys:</strong> There is a charge of $8.50 if you want a sitter to pick up and return your keys in person or you can schedule a day and time to pick up at our office. You must present our receptionist with a state photo I.D. before you receive keys. Keys will not be mailed.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>“You are amazing! Thank you. We really appreciate the visit reports by text — perfect!” </em>\r\n\r\n— C.A.[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','House Sitting','','inherit','closed','closed','','13-revision-v1','','','2020-02-18 17:24:09','2020-02-18 17:24:09','',13,'https://www.fffpetsitting.com/13-revision-v1/',0,'revision','',0),(182,1,'2020-02-18 17:38:16','2020-02-18 17:38:16','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>House Sitting</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Need a pet caregiver for an extended period of time? Let us take care of your pets in their own environment.</h2>\r\nWhether you are going away on a quick weekend excursion or for a well-deserved vacation, our house sitters can provide the care that you expect and that your pet deserves. With our house-sitting service, your pet will be taken care of in the morning, afternoon, evening and overnight in the comfort of their own home and community. This service is similar to our <strong><a href=\"https://www.fffpetsitting.com/pet-sitting/\">pet-sitting service</a></strong>, but with the addition of overnight care. After a detailed consultation, we tailor our service to fit with your and your pet’s unique needs.\r\n\r\nIn addition to making your pet feel well-loved and safe, we want your home to feel that way, too. During the hours we are away from your home, we will do small things to make your home look occupied, like turning on different lights or opening and shutting blinds before leaving. Our house sitters create activity, like leaving on a television or radio between visits to serve as a companion to your pet. This practice helps ease anxieties and can mimic the everyday situation your pet thrives in. And, we provide detailed pet reports and photos so you know how your pet is doing daily.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Benefits</h3>\r\nThe most obvious benefit of our house-sitting service is that your pet gets to stay at home. This is especially important for pets who may be skittish or shy and enjoy the comfort of their own surroundings. And, it’s a good fit for birds, fish and other furry friends who can’t easily be moved and need more care than with our pet-sitting service.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Meet & Greet</h3>\r\nDuring our intake meeting, we gather all of the important details when it comes to caring for your pet. Our pet sitter visits you in your home to meet you and your pet. We establish the dates and times we are needed and discuss paperwork, like completing our pet profile. At this time, you provide a copy of your pet’s veterinarian record and any other personality or behavioral traits we should know about your pet. We’ll also review all of your instructions. This will include a tour of your home to show us the necessities, like leashes, food, kitty litter location, favorite toys, etc. During this time, we also have fun getting to know your pet in their environment.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Rates</h3>\r\nThe rates for house sitting — or overnight stays in a client’s home — are $77 for one pet; $85 for two to four pets; and $105 for five or more pets. House-sitting service may not include 24 solid hours of care. We provide 30 minutes of care between 6 a.m. – 8 a.m., 10 a.m. – 3 p.m., 6 p.m. – 8 p.m. and overnight. A one-time fee of $15 is charged for all new clients for the intake meeting; and the fee for second meetings for existing clients is $7.50.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Policy</h3>\r\nSpecial rates for pet sitting exotic birds and pets: $30 for 1 pet; $45 for two to three pets; and $55 for four or more pets.\r\n\r\nPet transportation: Pickup and transport to vet, groomer, kennel or emergency situations, etc., billed at $20 per hour.\r\n\r\nMedication and shots: Call office for specific needs and fees.\r\n\r\nWe request a minimum 24-hour advance cancellation notice.\r\n\r\nAll holiday bookings will incur a 10 percent surcharge for services.\r\n\r\nCancellations for the holidays are accepted one week prior to the start date of service without the client being charged. Otherwise, clients are charged a $30 fee.\r\n\r\nInclement weather policy is important to observe. If you need a copy, please call the office.\r\n\r\nPet sitter gratuities are always appreciated. Please make arrangement with your sitter.\r\n\r\n<strong>Keys:</strong> There is a charge of $8.50 if you want a sitter to pick up and return your keys in person or you can schedule a day and time to pick up at our office. You must present our receptionist with a state photo I.D. before you receive keys. Keys will not be mailed.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>“You are amazing! Thank you. We really appreciate the visit reports by text — perfect!” </em>\r\n\r\n— C.A.[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>House Sitting</h3>\r\nYou can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Bed & Breakfast</h3>\r\nOur Bed & Breakfast service gives your pet that at-home feel while you are away.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fbed-breakfast%2F|title:Bed%20%26%20Breakfast||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Mid-Day Dog Walking</h3>\r\nOur enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fdog-walking%2F|title:Bed%20%26%20Breakfast||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Pet Sitting</h3>\r\nWhether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fpet-sitting%2F|title:Bed%20%26%20Breakfast||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','House Sitting','','inherit','closed','closed','','13-revision-v1','','','2020-02-18 17:38:16','2020-02-18 17:38:16','',13,'https://www.fffpetsitting.com/13-revision-v1/',0,'revision','',0),(183,1,'2020-02-18 17:42:06','2020-02-18 17:42:06','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Dog Training</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Fur, Fins & Feathers offers obedience and behavioral dog training. Each one-hour, private session focuses on the needs of your dog.</h2>\r\nOur trainer has 24 years of experience raising and training dogs. She tends each dog with patience, kindness, positivity and love knowing that the levels of obedience training differ among each breed and pet owner’s needs. Our trainer’s goal is to provide you thorough guidance to improve your dog’s behavior and help you build a stronger relationship with your pet.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Training Sessions & Rates</h3>\r\nTraining sessions are designed to your dog’s specific issues and needs. Through positive training techniques there is no need for prongs, choke or electric collars — just love and consistency to achieve the goals of the client.\r\n\r\nWe offer basic obedience training, behavioral training and socialization training. We offer six- to 12-week session packages. Each session is 45 to 60 minutes long and conducted with 10-minute training intervals. The cost per session is $50. A one-time fee of $20 is charged for all new clients for the intake meeting; the fee for second meetings for existing clients is $10.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Meet & Greet</h3>\r\nDuring our intake meeting, we gather all of the important details when it comes to training your pet. Our trainer visits you in your home to meet you and your pet. We establish the dates and times we are needed and discuss paperwork, like completing our pet profile. At this time, you provide a copy of your pet’s veterinarian record and any other personality or behavioral traits we should know about your dog. We also have fun getting to know your pet in their environment.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Benefits</h3>\r\nOur trainer will conduct one-on-one dog training that is customized specifically for your pets breed and temperament. Each owner receives time spent with the trainer to learn how to execute and maintain the training commands and information about understanding their pet’s body language. This personalized training will help increase your pet’s social and emotional skills. It also helps you and your pet achieve a higher quality of life together.[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Dog Training</h3>\r\nOur pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Pet Photography</h3>\r\nLet us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fphotography%2F|title:Dog%20Walking||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Mid-Day Dog Walking</h3>\r\nOur enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fdog-walking%2F|title:Dog%20Walking||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>House Sitting</h3>\r\nYou can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fhouse-sitting%2F|title:Dog%20Walking||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Training','','inherit','closed','closed','','15-revision-v1','','','2020-02-18 17:42:06','2020-02-18 17:42:06','',15,'https://www.fffpetsitting.com/15-revision-v1/',0,'revision','',0),(184,1,'2020-02-18 17:43:48','2020-02-18 17:43:48','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Dog Training</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Fur, Fins & Feathers offers obedience and behavioral dog training. Each one-hour, private session focuses on the needs of your dog.</h2>\r\nOur trainer has 24 years of experience raising and training dogs. She tends each dog with patience, kindness, positivity and love knowing that the levels of obedience training differ among each breed and pet owner’s needs. Our trainer’s goal is to provide you thorough guidance to improve your dog’s behavior and help you build a stronger relationship with your pet.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Training Sessions & Rates</h3>\r\nTraining sessions are designed to your dog’s specific issues and needs. Through positive training techniques there is no need for prongs, choke or electric collars — just love and consistency to achieve the goals of the client.\r\n\r\nWe offer basic obedience training, behavioral training and socialization training. We offer six- to 12-week session packages. Each session is 45 to 60 minutes long and conducted with 10-minute training intervals. The cost per session is $50. A one-time fee of $20 is charged for all new clients for the intake meeting; the fee for second meetings for existing clients is $10.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Meet & Greet</h3>\r\nDuring our intake meeting, we gather all of the important details when it comes to training your pet. Our trainer visits you in your home to meet you and your pet. We establish the dates and times we are needed and discuss paperwork, like completing our pet profile. At this time, you provide a copy of your pet’s veterinarian record and any other personality or behavioral traits we should know about your dog. We also have fun getting to know your pet in their environment.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Benefits</h3>\r\nOur trainer will conduct one-on-one dog training that is customized specifically for your pets breed and temperament. Each owner receives time spent with the trainer to learn how to execute and maintain the training commands and information about understanding their pet’s body language. This personalized training will help increase your pet’s social and emotional skills. It also helps you and your pet achieve a higher quality of life together.[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Dog Training</h3>\r\nOur pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Pet Photography</h3>\r\nLet us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fphotography%2F|title:Dog%20Walking||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Mid-Day Dog Walking</h3>\r\nOur enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fdog-walking%2F|title:Dog%20Walking||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>House Sitting</h3>\r\nYou can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fhouse-sitting%2F|title:Dog%20Walking||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Training','','inherit','closed','closed','','15-revision-v1','','','2020-02-18 17:43:48','2020-02-18 17:43:48','',15,'https://www.fffpetsitting.com/15-revision-v1/',0,'revision','',0),(185,1,'2020-02-18 17:44:17','2020-02-18 17:44:17','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>House Sitting</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Need a pet caregiver for an extended period of time? Let us take care of your pets in their own environment.</h2>\r\nWhether you are going away on a quick weekend excursion or for a well-deserved vacation, our house sitters can provide the care that you expect and that your pet deserves. With our house-sitting service, your pet will be taken care of in the morning, afternoon, evening and overnight in the comfort of their own home and community. This service is similar to our <strong><a href=\"https://www.fffpetsitting.com/pet-sitting/\">pet-sitting service</a></strong>, but with the addition of overnight care. After a detailed consultation, we tailor our service to fit with your and your pet’s unique needs.\r\n\r\nIn addition to making your pet feel well-loved and safe, we want your home to feel that way, too. During the hours we are away from your home, we will do small things to make your home look occupied, like turning on different lights or opening and shutting blinds before leaving. Our house sitters create activity, like leaving on a television or radio between visits to serve as a companion to your pet. This practice helps ease anxieties and can mimic the everyday situation your pet thrives in. And, we provide detailed pet reports and photos so you know how your pet is doing daily.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Benefits</h3>\r\nThe most obvious benefit of our house-sitting service is that your pet gets to stay at home. This is especially important for pets who may be skittish or shy and enjoy the comfort of their own surroundings. And, it’s a good fit for birds, fish and other furry friends who can’t easily be moved and need more care than with our pet-sitting service.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Meet & Greet</h3>\r\nDuring our intake meeting, we gather all of the important details when it comes to caring for your pet. Our pet sitter visits you in your home to meet you and your pet. We establish the dates and times we are needed and discuss paperwork, like completing our pet profile. At this time, you provide a copy of your pet’s veterinarian record and any other personality or behavioral traits we should know about your pet. We’ll also review all of your instructions. This will include a tour of your home to show us the necessities, like leashes, food, kitty litter location, favorite toys, etc. During this time, we also have fun getting to know your pet in their environment.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Rates</h3>\r\nThe rates for house sitting — or overnight stays in a client’s home — are $77 for one pet; $85 for two to four pets; and $105 for five or more pets. House-sitting service may not include 24 solid hours of care. We provide 30 minutes of care between 6 a.m. – 8 a.m., 10 a.m. – 3 p.m., 6 p.m. – 8 p.m. and overnight. A one-time fee of $15 is charged for all new clients for the intake meeting; and the fee for second meetings for existing clients is $7.50.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Policy</h3>\r\nSpecial rates for pet sitting exotic birds and pets: $30 for 1 pet; $45 for two to three pets; and $55 for four or more pets.\r\n\r\nPet transportation: Pickup and transport to vet, groomer, kennel or emergency situations, etc., billed at $20 per hour.\r\n\r\nMedication and shots: Call office for specific needs and fees.\r\n\r\nWe request a minimum 24-hour advance cancellation notice.\r\n\r\nAll holiday bookings will incur a 10 percent surcharge for services.\r\n\r\nCancellations for the holidays are accepted one week prior to the start date of service without the client being charged. Otherwise, clients are charged a $30 fee.\r\n\r\nInclement weather policy is important to observe. If you need a copy, please call the office.\r\n\r\nPet sitter gratuities are always appreciated. Please make arrangement with your sitter.\r\n\r\n<strong>Keys:</strong> There is a charge of $8.50 if you want a sitter to pick up and return your keys in person or you can schedule a day and time to pick up at our office. You must present our receptionist with a state photo I.D. before you receive keys. Keys will not be mailed.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>“You are amazing! Thank you. We really appreciate the visit reports by text — perfect!” </em>\r\n\r\n— C.A.[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>House Sitting</h3>\r\nYou can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Bed & Breakfast</h3>\r\nOur Bed & Breakfast service gives your pet that at-home feel while you are away.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fbed-breakfast%2F|title:Bed%20%26%20Breakfast||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Mid-Day Dog Walking</h3>\r\nOur enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fdog-walking%2F|title:Bed%20%26%20Breakfast||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Pet Sitting</h3>\r\nWhether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fpet-sitting%2F|title:Bed%20%26%20Breakfast||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','House Sitting','','inherit','closed','closed','','13-revision-v1','','','2020-02-18 17:44:17','2020-02-18 17:44:17','',13,'https://www.fffpetsitting.com/13-revision-v1/',0,'revision','',0),(186,1,'2020-02-18 17:47:13','2020-02-18 17:47:13','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Pet Photography</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>The mood and personality of your pet captured by a fellow pet lover is priceless. That is why Fur, Fins & Feathers offers pet photography.</h2>\r\nWe were inspired to offer this service based on the positive feedback clients gave on the photos sent with their pet reports. Our passion is to portray your pet’s character through photographs.\r\n\r\nWe offer two packages: Natural Environment and Special Occasions. For the Natural Environment shoots, our photographer will observe your pet and wait for opportunities to take organic photos. These photos are not staged, but rather capture your pet being a pet in a familiar location.\r\n\r\nBut, we also know how fun it is to get dressed up and capture the memories for special occasions, like a holiday or birthday. Our Special Occasions package is more formal and includes staged costume or posed photos. These photographs are taken in the comfort of your pet’s home or a designated place of your choosing.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Rates</h3>\r\nThe rate for the Natural Environment package is $150 for a one-hour session. This includes five to seven digital images. Each additional pet is $25 extra.\r\n\r\nThe rate for the Special Occasion package is $250 for a one- to two-hour session. This includes two outfit changes and five to seven digital images. Each additional pet is $50 extra.\r\n\r\nThe rate for the Special Occasion Family package $350 for a one- to two-hour session. This includes your pet and members of your immediate family and three digital images. Each additional pet is $50 extra.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>Not your typical photographer! All photos by Ayshia</em>[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Pet Photography</h3>\r\nLet us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Dog Training</h3>\r\nOur pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Ftraining%2F|title:Training||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Mid-Day Dog Walking</h3>\r\nOur enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fdog-walking%2F|title:Training||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Pet Sitting</h3>\r\nWhether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fpet-sitting%2F|title:Training||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Photography','','inherit','closed','closed','','17-revision-v1','','','2020-02-18 17:47:13','2020-02-18 17:47:13','',17,'https://www.fffpetsitting.com/17-revision-v1/',0,'revision','',0),(187,1,'2020-02-18 17:50:48','2020-02-18 17:50:48','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Bed & Breakfast</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>We want to treat your pet like family. Our Bed & Breakfast service gives your pet that at-home feel while you are away.</h2>\r\nOur pet sitters host your pet in their own home, bringing the elements of comfort to your pet. We want your pet to have the care they need when you are away. No more kennels for your pup or kitty!\r\n\r\nTo make your pet’s stay even homier, you bring their favorite belongings, like bedding and toys, as well as the needed food and supplies. They will even have free range of the pet sitter’s home. We want to keep their environment — as well as their bellies — comfortable!\r\n\r\nWe also provide detailed pet reports and photos to keep you informed of your pet’s daily care. This pet report captures playtime, walks, potty breaks, overall behavior, etc. And, we send pictures throughout the day so you can see their loveable face.\r\n\r\nIf needed, we can administer shots or medication as needed for an additional fee. Our goal is to make your pet feel at home while providing you with the comfort of knowing they’re being well taken care of.\r\n\r\nDepending on when your pet stays at our Bed & Breakfast, he or she could be the only guest. Keep in mind that our pet sitters can take up to three pets at a time. For the best outcome with Bed & Breakfast care, your pet should have a passive temperament, get along with other pets and be up-to-date with their veterinarian records.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Benefits</h3>\r\nThe benefits of Bed & Breakfast care are a loving home for your pet, free range of movement inside the home and being treated like one of our own. They can enjoy the comforts of home while having companionship and care.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Meet & Greet</h3>\r\nDuring our intake meeting, we gather all of the important details when it comes to caring for your pet. Our pet sitter visits you in your home to meet you and your pet. We establish the dates and times we are needed and discuss paperwork, like completing our pet profile. At this time, you provide a copy of your pet’s veterinarian record and any other personality or behavioral traits we should know about your pet. We’ll also review all of your instructions. During this time, we also have fun getting to know your pet in their environment.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Rates</h3>\r\nThe rates for our Bed & Breakfast service — when pets are hosted in the pet sitter’s home — are $77 for one pet; $85 for two to four pets; and $105 for five or more pets. This service may not include 24 solid hours of care. We provide 30 minutes of care between 6 a.m. – 8 a.m., 10 a.m. – 3 p.m., 6 p.m. – 8 p.m. and overnight. A one-time fee of $15 is charged for all new clients for the intake meeting; and the fee for second meetings for existing clients is $7.50.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Policy</h3>\r\nSpecial rates for pet sitting exotic birds and pets: $30 for 1 pet; $45 for two to three pets; and $55 for four or more pets.\r\n\r\nPet transportation: Pickup and transport to vet, groomer, kennel or emergency situations, etc., billed at $20 per hour.\r\n\r\nMedication and shots: Call office for specific needs and fees.\r\n\r\nWe request a minimum 24-hour advance cancellation notice.\r\n\r\nAll holiday bookings will incur a 10 percent surcharge for services.\r\n\r\nCancellations for the holidays are accepted one week prior to the start date of service without the client being charged. Otherwise, clients are charged a $30 fee.\r\n\r\nInclement weather policy is important to observe. If you need a copy, please call the office.\r\n\r\nPet sitter gratuities are always appreciated. Please make arrangement with your sitter.\r\n\r\n<strong>Keys:</strong> There is a charge of $8.50 if you want a sitter to pick up and return your keys in person or you can schedule a day and time to pick up at our office. You must present our receptionist with a state photo I.D. before you receive keys. Keys will not be mailed.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>“Thank you so much for the updates. I am so glad you are bonding with my babies! It makes me feel so relieved to know that you are such a good caretaker!” </em>\r\n\r\n— Tania[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Bed & Breakfast</h3>\r\nOur Bed & Breakfast service gives your pet that at-home feel while you are away.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>House Sitting</h3>\r\nYou can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fhouse-sitting%2F|title:House%20Sitting||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Mid-Day Dog Walking</h3>\r\nOur enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fdog-walking%2F|title:House%20Sitting||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Pet Sitting</h3>\r\nWhether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fpet-sitting%2F|title:House%20Sitting||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Bed & Breakfast','','inherit','closed','closed','','19-revision-v1','','','2020-02-18 17:50:48','2020-02-18 17:50:48','',19,'https://www.fffpetsitting.com/19-revision-v1/',0,'revision','',0),(188,1,'2020-02-18 17:55:51','2020-02-18 17:55:51','<p>[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]</p>\n<h1>Schedule a Service</h1>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]</p>\n<h2>Our Secure System makes Booking a Service Safe and Simple.</h2>\n<p>Thank you for your interest and the opportunity to provide pet care services to you and your lovable pet(s).[/vc_column_text][gravityform id=\"2\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\n<h3>Contact Us</h3>\n<p>Need more information or have comments or concerns, we’d love to hear from you![/vc_column_text][vc_btn title=\"301-840-1989\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:tel%3A%2B13018401989|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\n','Schedule a Service','','inherit','closed','closed','','95-autosave-v1','','','2020-02-18 17:55:51','2020-02-18 17:55:51','',95,'https://www.fffpetsitting.com/95-autosave-v1/',0,'revision','',0),(189,1,'2020-02-18 17:52:47','2020-02-18 17:52:47','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Schedule a Service</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Our Secure System makes Booking a Service Safe and Simple.</h2>\r\nThank you for your interest and the opportunity to provide pet care services to you and your lovable pet(s).[/vc_column_text][gravityform id=\"2\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Contact Us</h3>\r\nNeed more information or have comments or concerns, we’d love to hear from you![/vc_column_text][vc_btn title=\"301-840-1989\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:tel%3A%2B13018401989|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Schedule a Service','','inherit','closed','closed','','95-revision-v1','','','2020-02-18 17:52:47','2020-02-18 17:52:47','',95,'https://www.fffpetsitting.com/95-revision-v1/',0,'revision','',0),(193,1,'2020-02-18 17:57:52','2020-02-18 17:57:52','{\"thb_color\":\"thb-dark-column\",\"fixed\":\"\",\"el_class\":\"\",\"box_shadow\":\"\",\"animation\":\"\",\"thb_border_radius\":\"\",\"el_id\":\"\",\"css\":\"\"}','CONTACT','','publish','closed','closed','','contact','','','2020-02-18 17:57:52','2020-02-18 17:57:52','',0,'https://www.fffpetsitting.com/contact/',0,'vc_settings_preset','vc-settings-preset/vc-column-inner',0),(194,1,'2020-02-18 17:59:24','2020-02-18 17:59:24','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Employment</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Online Application</h2>\r\n[/vc_column_text][gravityform id=\"3\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Contact Us</h3>\r\nNeed more information or have comments or concerns, we’d love to hear from you![/vc_column_text][vc_btn title=\"301-840-1989\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:tel%3A%2B13018401989|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Employment','','inherit','closed','closed','','27-revision-v1','','','2020-02-18 17:59:24','2020-02-18 17:59:24','',27,'https://www.fffpetsitting.com/27-revision-v1/',0,'revision','',0),(195,1,'2020-02-18 18:00:35','2020-02-18 18:00:35','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Get in Touch</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Please complete this form if you have questions, comments or complaints about our services and rates.</h2>\r\nIf you want to request services, please <a href=\"https://www.fffpetsitting.com/schedule-a-service/\">schedule a service</a>. As always, feel free to call us at: 301-840-1989. We’d love to hear from you![/vc_column_text][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Employment</h3>\r\nDo You Love Animals and Enjoy Working with Them? We Are Looking to Hire Professional Pet Care Lovers to Join Our Team![/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Femployment%2F|title:Employment||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','21-revision-v1','','','2020-02-18 18:00:35','2020-02-18 18:00:35','',21,'https://www.fffpetsitting.com/21-revision-v1/',0,'revision','',0),(196,1,'2020-02-18 18:02:39','2020-02-18 18:02:39','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Terms of Use</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column el_id=\"main-content\"][vc_column_text]\r\n<h2>FFFPETSITTING.COM – TERMS OF USE</h2>\r\nLAST UPDATED: January 1, 2020\r\n\r\n \r\n\r\n<strong><u>Acceptance of Terms of Use.</u></strong>\r\n\r\n \r\n\r\nPLEASE READ THE TERMS OF USE CAREFULLY BEFORE YOU BEGIN TO USE THIS OR ANY OTHER ANGEL’S PAW, LLC (dba Fur, Fins & Feathers) WEBSITE OR MOBILE APPLICATION (OR ANY CONTENT, PRODUCT, SERVICE, OR FEATURE AVAILABLE THROUGH THE WEBSITE OR MOBILE APPLICATION) (COLLECTIVELY, THE (“WEBSITE”). BY USING, VIEWING, OR IN ANY WAY ACCESSING THE WEBSITE, YOU ARE AGREEING TO ABIDE BY AND TO FULLY COMPLY WITH THE TERMS AND CONDITIONS SET FORTH HEREIN AND BY ALL TERMS, POLICIES AND GUIDELINES INCORPORATED HEREIN BY REFERENCE, AS WELL AS ANY ADDITIONAL TERMS AND RESTRICTIONS PRESENTED IN RELATION TO SPECIFIC CONTENT OR A SPECIFIC PRODUCT, SERVICE OR FEATURE OR WHICH ANY OTHER POLICY OF ANGELSPAW WHICH IS INCORPORATED HEREIN BY REFERENCE (COLLECTIVELY, THE “WEBSITE TERMS” OR “TERMS OF USE”). <strong>IF YOU DO NOT AGREE TO ALL OF THE TERMS AND CONDITIONS SET FORTH HEREIN, DO NOT USE, VIEW OR IN ANY WAY ACCESS THE WEBSITE.</strong>\r\n\r\n \r\n\r\nThese terms of use are entered into by and between You and Fur, Fins & Feathers, a Maryland limited liability company (”<strong>Company</strong>”, “<strong>we</strong>”, or “<strong>us</strong>”). The following Website Terms govern your access to and use of the Website, including any content, functionality, and services offered on or through the Website, whether as a guest or a registered member of the Website.\r\n\r\n \r\n\r\nThis Website is offered and available to users who are at least eighteen (18) years of age or older and reside in the United States or any of its territories or possessions. By using this Website, you represent and warrant that you are of legal age to form a binding contract with the Company and meet all of the foregoing eligibility requirements. If you do not meet all of these requirements, you must not access or use the Website.\r\n\r\n \r\n\r\n<strong><u>Privacy Policy</u></strong>\r\n\r\n<strong><u> </u></strong>\r\n\r\nWe are committed to protecting your privacy. Please refer to our Privacy Policy for information regarding how we collect, use and disclose personal information. The Privacy Policy can be found here: <a href=\"https://www.fffpetsitting.com/privacy-policy/\">www.fffpetsitting.com/privacy-policy</a>\r\n\r\n \r\n\r\n<strong><u>Changes to the Terms of Use</u></strong>\r\n\r\n \r\n\r\nWe may revise and update these Terms of Use from time to time in our sole discretion. All changes are effective immediately when we post them, and apply to all access to and use of the Website thereafter.\r\n\r\n \r\n\r\nYour continued use of the Website following the posting of revised Terms of Use means that you accept and agree to the changes. You are expected to check this page regularly, so you are aware of any changes, as they are binding on you.\r\n\r\n\r\n\r\n<strong><u>Accessing the Website and Account Security</u></strong>\r\n\r\n \r\n\r\nWe reserve the right to withdraw or amend this Website, and any service or material we provide on the Website, in our sole discretion without notice. We will not be liable if for any reason all or any part of the Website is unavailable at any time or for any period. From time to time, we may restrict access to some parts of the Website, or the entire Website, to users, including registered users.\r\n\r\n \r\n\r\nYou are responsible for:\r\n\r\n \r\n<ul>\r\n <li>Making all arrangements necessary for you to have access to the Internet and the Website.</li>\r\n <li>Ensuring that all persons who access the Website through your Internet connection are aware of these Terms of Use and comply with them.</li>\r\n</ul>\r\n \r\n\r\nTo access the Website or some of the resources it offers, you may be asked to provide certain registration details or other information. It is a condition of your use of the Website that all the information you provide on the Website is correct, current, and complete. You agree that all information you provide to register with this Website or otherwise, including but not limited to through the use of any interactive features on the Website, is governed by our <a href=\"https://www.fffpetsitting.com/privacy-policy/\">Privacy Policy</a> and you consent to all actions we take with respect to your information consistent with our Privacy Policy.\r\n\r\n \r\n\r\nIf you choose, or are provided with, a user name, password, or any other piece of information as part of our security procedures, you must treat such information as confidential, and you must not disclose it to any other person or entity. You also acknowledge that your account is personal to you and agree not to provide any other person with access to this Website or portions of it using your user name, password, or other security information. You agree to notify us immediately of any unauthorized access to or use of your user name or password or any other breach of security. You also agree to ensure that you exit from your account at the end of each session. You should use particular caution when accessing your account from a public or shared computer so that others are not able to view or record your password or other personal information.\r\n\r\n \r\n\r\nWe have the right to disable any user name, password, or other identifier, whether chosen by you or provided by us, at any time in our sole discretion for any or no reason, including if, in our opinion, you have violated any provision of these Terms of Use.\r\n\r\n\r\n\r\n<strong><u>Intellectual Property Rights</u></strong>\r\n\r\n \r\n\r\nThe Website and its entire contents, features, and functionality (including but not limited to all trade dress, marks, logos, names and other brand identifying images, information, software, text, displays, images, video, and audio, and the design, selection, and arrangement thereof) are owned by the Company, its licensors, or other providers (collectively, the “Content”) of such material and are protected by United States and international copyright, trademark, patent, trade secret, and other intellectual property or proprietary rights laws.\r\n\r\n \r\n\r\nThese Terms of Use permit you to use the Website for your personal, non-commercial use only. You must not download, transfer, reproduce, distribute, modify, create derivative works of, publicly display, publicly perform, republish, download, store, or transmit any of the material on our Website unless expressly authorized to do so, in writing, by us. Specifically, you are prohibited from: (a) downloading, copying or re-transmitting any and all of the Website or the Content without, or in violation of, a written license or agreement with us; (b) using any data mining, robots or similar data gathering or extraction methods; (c) manipulating or otherwise displaying the Website and/or Content by using framing or similar navigational technology; (d) registering, subscribing or attempting to register, subscribe or unsubscribe any party for any of the Company’s products or services if you are not expressly authorized by such party to do so; (e) reverse engineering, altering or modifying any part of the Website or the Content; (f) circumventing, disabling or otherwise interfering with security-related features of the Website or any system resources, services or networks connected to or accessible through the Website; (g) selling, licensing, leasing or in any way commercializing the Website or Content without specific written authorization from us; and/or (h) using the Website or Content other than for its intended purpose. Such unauthorized use may also violate applicable laws including, without limitation, copyright and trademark laws, the laws of privacy and publicity, and applicable communications regulations and statues. You hereby represent and warrant that you will comply with all applicable laws and regulations, including, without limitation, those relating to Internet data, e-mail, privacy, and the transmission of technical data exported from the United States or the country in which you reside, except as follows:\r\n\r\n \r\n<ul>\r\n <li>Your computer may temporarily store copies of such materials in RAM incidental to your accessing and viewing those materials.</li>\r\n <li>You may store files that are automatically cached by your Web browser for display enhancement purposes.</li>\r\n <li>You may print one copy of a reasonable number of pages of the Website for your own personal, non-commercial use and not for further reproduction, publication, or distribution.</li>\r\n <li>If we provide desktop, mobile, or other applications for download, you may download a single copy to your computer or mobile device solely for your own personal, non-commercial use, provided you agree to be bound by our end user license agreement for such applications.</li>\r\n <li>If we provide social media features with certain content, you may take such actions as are enabled by such features, pursuant to these Website Terms and any other applicable terms and conditions of such third-party social media sites.</li>\r\n</ul>\r\n \r\n\r\nYou must not:\r\n\r\n \r\n<ul>\r\n <li>Modify copies of any materials from this site.</li>\r\n <li>Use any illustrations, photographs, video or audio sequences, or any graphics separately from the accompanying text.</li>\r\n <li>Delete or alter any copyright, trademark, or other proprietary rights notices from copies of materials from</li>\r\n</ul>\r\nthis site.\r\n\r\n \r\n\r\nIf you print, copy, modify, download, or otherwise use or provide any other person with access to any part of the Website in breach of the Terms of Use, your right to use the Website shall cease immediately and you must, at our option, return or destroy any copies of the materials you have made. No right, title, or interest in or to the Website or any content on the Website is transferred to you, and all rights not expressly granted are reserved by the Company. Any use of the Website not expressly permitted by these Terms of Use is a breach of these Terms of Use and may violate copyright, trademark, and other laws.\r\n\r\n \r\n\r\n<strong><u>Copyright Infringement Policy-- Take Down Notice</u></strong>\r\n\r\n<strong><u> </u></strong>\r\n\r\nIn accordance with the Digital Millennium Copyright Act (“DMCA”) and other applicable laws, we have adopted a policy of terminating, in appropriate circumstances and in our sole discretion, account holders who infringing, in any way, the Company’s intellectual property rights or the rights of any third party.\r\n\r\n \r\n\r\nIf you believe that any material on the Website infringes upon any copyright that you own or control, you may file a notification of such infringement with our Designated Agent as set forth below:\r\n\r\n \r\n\r\nCopyright Agent:\r\n\r\n \r\n\r\nAyshia Reed\r\n\r\n1 Research Court, Ste. 450\r\n\r\nRockville, MD 20850\r\n\r\nPhone: 301-840-1989\r\n\r\nE-mail: <a href=\"mailto:info@fffpetsitting.com\">info@fffpetsitting.com</a>\r\n\r\n \r\n\r\n<strong><u>Trademarks</u></strong>\r\n\r\n \r\n\r\nThe Company name, logos and other identifying marks and all related names, logos, product and service names, designs, and slogans are trademarks of the Company or its affiliates or licensors (collectively, the “Company Marks”). You must not use any of the Company Marks without the prior written permission of the Company. Further, you may not use meta tags or any other “hidden text” utilizing any of the Company’s Marks or any other name, trademark or product or service name of the Company without our prior written consent. Additionally, the look and feel of the Website, including all page headers, custom graphics, button icons and scripts, are protected as service marks, trademarks and/or trade dress of the Company and shall not be copied imitated or used, in whole or in part, without our prior written permission. All other names, logos, product and service names, designs, and slogans on this Website are the trademarks of their respective owners and shall not be used except with the express permission of such mark owner.\r\n\r\n \r\n\r\n<strong><u>Other Services</u></strong>\r\n\r\n<strong><u> </u></strong>\r\n\r\nFur, Fins & Feathers provides a host of services for which customers can engage Fur, Fins & Feathers through this Website, such as dog training, pet photography, pet house sitting and bed and breakfast services. With respect to any services provided by Fur, Fins & Feathers, Fur, Fins & Feathers shall incur no liability as a result of providing any such services, except in the instance of gross negligence and/or willful misconduct on the part of Fur, Fins & Feathers. To the extent liability is found by a court of law, the total liability incurred by Fur, Fins & Feathers shall not exceed that amount paid under any applicable contract or such services by customer. In the event that pet picture services are provided by Fur, Fins & Feathers, Fur, Fins & Feathers shall grant ownership of such pictures to customer; provided, however, that Fur, Fins & Feathers shall enjoy an irrevocable, perpetual, non-exclusive license to use any and all such pictures taken for purposes of its own marketing and advertisement. To the extent that any injury, damage, harm or loss is incurred by Fur, Fins & Feathers as a result of any action or inaction by customer, customer hereby covenants and agrees to hold Fur, Fins & Feathers harmless and indemnify and defend Fur, Fins & Feathers from same. To the extent that customer causes injury, damage, loss or harm to Fur, Fins & Feathers directly, as a result of the provision of services to it by Fur, Fins & Feathers, customer shall reimburse Fur, Fins & Feathers for any and all such harm, damage, loss and injury. Any and all other terms and conditions relating to the provision of any such services shall be more fully set forth in a written agreement between Fur, Fins & Feathers and customer.\r\n\r\n\r\n\r\n<strong><u>Prohibited Uses</u></strong>\r\n\r\n \r\n\r\nYou may use the Website only for lawful purposes and in accordance with these Terms of Use. You agree not to use the Website:\r\n\r\n \r\n<ul>\r\n <li>In any way that violates any applicable federal, state, local, or international law or regulation (including, without limitation, any laws regarding the export of data or software to and from the US or other countries).</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>For the purpose of exploiting, harming, or attempting to exploit or harm any individual, including, but not limited to minors, in any way by exposing them to inappropriate content, asking for personally identifiable information, or otherwise.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>To send, knowingly receive, upload, download, use, or re-use any material that does not comply with the Content Standards set out in these Terms of Use.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>To transmit, or procure the sending of, any advertising or promotional material, without our prior written consent, including any “junk mail”, “chain letter”, “spam”, or any other similar solicitation.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>To impersonate or attempt to impersonate the Company, a Company employee, another user, or any other person or entity (including, without limitation, by using email addresses associated with any of the foregoing).</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>To engage in any other conduct that restricts or inhibits anyone’s use or enjoyment of the Website, or which, as determined by us, may harm the Company or users of the Website or expose them to liability.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>To publicize without authorization, defame, embarrass, harass or terrorize any individual or entity.</li>\r\n</ul>\r\n \r\n\r\nAdditionally, you agree not to:\r\n\r\n \r\n<ul>\r\n <li>Use the Website in any manner that could disable, overburden, damage, or impair the site or interfere with any other party’s use of the Website, including their ability to engage in real time activities through the Website.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Use any robot, spider, or other automatic device, process, or means to access the Website for any purpose, including monitoring or copying any of the material on the Website.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Use any manual process to monitor or copy any of the material on the Website or for any other unauthorized purpose without our prior written consent.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Use any device, software, or routine that interferes with the proper working of the Website.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Introduce any viruses, Trojan horses, worms, logic bombs, or other material that is malicious or technologically harmful on, in or through the Website or any of the Company’s servers.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Attempt to gain unauthorized access to, interfere with, damage, or disrupt any parts of the Website, the server on which the Website is stored, or any server, computer, or database connected to the Website.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Attack the Website via a denial-of-service attack or a distributed denial-of-service attack.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Otherwise attempt to interfere with the proper working of the Website.</li>\r\n</ul>\r\n\r\n\r\n<strong><u>User Contributions</u></strong>\r\n\r\n \r\n\r\nThe Website may contain message boards, chat rooms, personal web pages or profiles, forums, bulletin boards, and other interactive features (collectively, “<strong>Interactive Services</strong>”) that allow users to post, submit, publish, display, or transmit to other users or other persons (hereinafter, “<strong>post</strong>”) content or materials (collectively, “<strong>User Contributions</strong>”) on or through the Website.\r\n\r\n \r\n\r\nAny User Contribution that you post to the site will be considered non-confidential, non-proprietary and a public communication. By providing any User Contribution on the Website, you grant us, our affiliates and service providers, and each of their and our respective licensees, successors, and assigns the right to use, reproduce, modify, make derivative works of, perform, display, distribute, and otherwise disclose to third parties any such material for any purpose.\r\n\r\n \r\n\r\nYou hereby represent and warrant, covenant and agree that:\r\n\r\n \r\n<ul>\r\n <li>You own or control all rights in and to the User Contributions and have the right to grant the perpetual, irrevocable, royalty-free, world-wide license granted above to us and our affiliates and service providers, and each of their and our respective licensees, successors, and assigns.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>No portion of any such User Contribution infringes upon or violates any other party’s rights, including, but not limited to intellectual property, publicity and/or privacy rights and that no such User Contribution will include: (a) any message, comment, data, information, text music, sound, photos, graphics, code or other material that is unlawful, libelous, defamatory, obscene, pornographic, harmful to minors, indecent, lewd, suggestive, harassing, threatening, abusive, inflammatory, fraudulent or otherwise objectionable; (b) instructions or encouragement for the commission of a criminal offense, a violation of anyone’s rights or an act which would create liability under or which would violate any local, state, national or international law; or (c) private information of any third party, including, without limitation, addresses, phone numbers, email addresses, social security numbers and/or credit card numbers.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>All of your User Contributions do and will comply with these Terms of Use.</li>\r\n</ul>\r\n \r\n\r\nYou understand and acknowledge that you are solely responsible for any and all User Contributions you submit or contribute, and you, not the Company, have full responsibility for such content, including its legality, reliability, accuracy, and appropriateness.\r\n\r\n \r\n\r\nWe are not responsible or liable, in any way, to any third party for the content or accuracy of any User Contributions posted by you or any other user of the Website. Although the Company has no obligation to screen, edit or monitor any of the User Contribution posted in any Interactive Service, the Company reserves the right and has absolute discretion to remove, screen, and/or edit any User Contribution posted and/or stored on the Website at any time and for any reason without notice. Any use of any Interactive Service or other portions of the Website in violation of the foregoing violates these Website Terms and may result in, among other things, termination or suspension or your ability to use the Interactive Services and/or the Website, in the Company’s sole discretion and judgment.\r\n\r\n \r\n\r\nFurther, you hereby acknowledge and agree that the Company may access, use and/or disclose any information about you and/or your use of this Website, including, but not limited to, any User Contribution to comply with the law or any legal process, to protect and defend the rights or property of the Company, and/or to protect the safety of the Company, its employees, customers or the public.\r\n\r\n \r\n\r\nIn the event that you post a User Contribution on the Website, you acknowledge, covenant and agree that you grant to the Company a non-exclusive, royalty-free, perpetual, irrevocable and fully sublicensable right to use, reproduce, modify, adapt, publish, translate, make derivative works from, distribute, perform and display such User Contribution(s) through the world in any media.\r\n\r\n \r\n\r\n<strong><u>Registration and Membership</u></strong>\r\n\r\n<strong> </strong>\r\n\r\nYou may be required to register your information with the Website, either as part of securing a Website Membership or in connection with your use of the Website. In such case, you agree to: (a) provide accurate, current and complete information about yourself as may be prompted by any registration forms on the Website (“Registration Information”); (b) maintain and promptly update the Registration Information you provide to the Company, to ensure its continued accuracy and completeness; (c) maintain the security of your username and password; (d) notify the Company immediately of any unauthorized use of your account or other breach of security; (e) accept all responsibility for any and all activities that occur under your account, including, but not limited to, all applicable taxes and any applicable third-party fees; and (f) accept all risks of unauthorized access to the Registration Data and any other information that you provide to the Company.\r\n\r\n\r\n\r\n<strong><u>Monitoring and Enforcement; Termination</u></strong>\r\n\r\n \r\n\r\nWe have the right to:\r\n\r\n \r\n<ul>\r\n <li>Remove or refuse to post any User Contributions for any or no reason in our sole discretion.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Take any action with respect to any User Contribution that we deem necessary or appropriate in our sole discretion, including if we believe that such User Contribution violates these Website Terms, including the Content Standards, infringes any intellectual property right or other right of any person or entity, threatens the personal safety of users of the Website or the public, or could create liability for the Company.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Disclose your identity or other information about you to any third party who claims that material posted by you violates their rights, including their intellectual property rights or their right to privacy.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Take appropriate legal action, including without limitation, referral to law enforcement, for any illegal or unauthorized use of the Website.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Terminate or suspend your access to all or part of the Website for any violation of these Terms of</li>\r\n</ul>\r\nWithout limiting the foregoing, we have the right to cooperate fully with any law enforcement authorities or court order requesting or directing us to disclose the identity or other information of anyone posting any materials on or through the Website. YOU WAIVE AND HOLD HARMLESS THE COMPANY AND ITS AFFILIATES, LICENSEES, AND SERVICE PROVIDERS FROM ANY CLAIMS RESULTING FROM ANY ACTION TAKEN BY THE COMPANY/ANY OF THE FOREGOING PARTIES DURING, OR TAKEN AS A CONSEQUENCE OF, INVESTIGATIONS BY EITHER THE COMPANY OR LAW ENFORCEMENT AUTHORITIES.\r\n\r\n \r\n\r\nHowever, we do not undertake to review all material before it is posted on the Website, and cannot ensure prompt removal of objectionable material after it has been posted. Accordingly, we assume no liability for any action or inaction regarding transmissions, communications, or content provided by any user or third party. We have no liability or responsibility to anyone for performance or nonperformance of the activities described in this section.\r\n\r\n\r\n\r\n<strong><u>Content Standards</u></strong>\r\n\r\n \r\n\r\nThese content standards apply to any and all User Contributions and use of Interactive Services. User Contributions must in their entirety comply with all applicable federal, state, local, and international laws and regulations. Without limiting the foregoing, User Contributions must not:\r\n\r\n \r\n<ul>\r\n <li>Contain any material that is defamatory, obscene, indecent, abusive, offensive, harassing, violent, hateful, inflammatory, or otherwise objectionable.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Promote sexually explicit or pornographic material, violence, or discrimination based on race, sex, religion, nationality, disability, sexual orientation, or age.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Infringe any patent, trademark, trade secret, copyright, or other intellectual property or other rights of any other person.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Violate the legal rights (including the rights of publicity and privacy) of others or contain any material that could give rise to any civil or criminal liability under applicable laws or regulations or that otherwise may be in conflict with these Terms of Use and our Privacy Policy found here: <a href=\"https://www.fffpetsitting.com/privacy-policy/\">Privacy Policy</a></li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Be likely to deceive any person.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Promote any illegal activity, or advocate, promote, or assist any unlawful act.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Cause annoyance, inconvenience, or needless anxiety or be likely to upset, embarrass, alarm, or annoy any other person.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Impersonate any person, or misrepresent your identity or affiliation with any person or organization.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Involve commercial activities or sales, such as contests, sweepstakes, and other sales promotions, barter, or advertising.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Give the impression that they emanate from or are endorsed by us or any other person or entity, if this is not the case.</li>\r\n</ul>\r\n\r\n\r\n<strong><u>Reliance on Information Posted</u></strong>\r\n\r\n \r\n\r\nThe information presented on or through the Website is made available solely for general information purposes. We do not warrant the accuracy, completeness, or usefulness of this information. Any reliance you place on such information is strictly at your own risk. We disclaim all liability and responsibility arising from any reliance placed on such materials by you or any other visitor to the Website, or by anyone who may be informed of any of its contents.\r\n\r\n \r\n\r\nThis Website may include content provided by third parties, including materials provided by other users, bloggers, and third-party licensors, syndicators, aggregators, and/or reporting services. All statements and/or opinions expressed in these materials, and all articles and responses to questions and other content, other than the content provided by the Company, are solely the opinions and the responsibility of the person or entity providing those materials. These materials do not necessarily reflect the opinion of the Company. We are not responsible, or liable to you or any third party, for the content or accuracy of any materials provided by any third parties.\r\n\r\n\r\n\r\n<strong><u>Changes to the Website</u></strong>\r\n\r\n \r\n\r\nWe may update the content on this Website from time to time, but its content is not necessarily complete or up-to-date. Any of the material on the Website may be out of date at any given time, and we are under no obligation to update such material.\r\n\r\n\r\n\r\n<strong><u>Information About You and Your Visits to the Website</u></strong>\r\n\r\n \r\n\r\nAll information we collect on this Website is subject to our <a href=\"https://www.fffpetsitting.com/privacy-policy/\">Privacy Policy</a>. By using the Website, you consent to all actions taken by us with respect to your information in compliance with the Privacy Policy.\r\n\r\n \r\n\r\n<strong><u>Links from the Website</u></strong>\r\n\r\n \r\n\r\nIf the Website contains links to other sites and resources provided by third parties, these links are provided for your convenience only. This includes links contained in advertisements, including banner advertisements and sponsored links. We have no control over the contents of those sites or resources, and accept no responsibility for them or for any loss or damage that may arise from your use of them. If you decide to access any of the third-party websites linked to this Website, you do so entirely at your own risk and subject to the terms and conditions of use for such websites.\r\n\r\n\r\n\r\n<strong><u>Geographic Restrictions</u></strong>\r\n\r\n \r\n\r\nThe owner of the Website is based in the state of Maryland in the United States. We provide this Website for use only by persons located in the United States. We make no claims that the Website or any of its content is accessible or appropriate outside of the United States. Access to the Website may not be legal by certain persons or in certain countries. If you access the Website from outside the United States, you do so on your own initiative and are responsible for compliance with local laws. <strong>IF YOU ARE A EUROPEAN UNION RESIDENT OR BUSINESS YOU ARE STRICTLY PROHIBITED FROM USING THIS WEBSITE AND/OR SUBSCRIBING AND/OR PURCHASING GOODS AND/OR SERVICES FROM US.</strong>\r\n\r\n\r\n\r\n<strong><u>Disclaimer of Warranties</u></strong>\r\n\r\n \r\n\r\nYou understand that we cannot and do not guarantee or warrant that files available for downloading from the Internet or the Website will be free of viruses or other destructive code. You are responsible for implementing sufficient procedures and checkpoints to satisfy your particular requirements for anti-virus protection and accuracy of data input and output, and for maintaining a means external to our site for any reconstruction of any lost data. TO THE FULLEST EXTENT PROVIDED BY LAW, WE WILL NOT BE LIABLE FOR ANY LOSS OR DAMAGE CAUSED BY A DISTRIBUTED DENIAL-OF-SERVICE ATTACK, VIRUSES, OR OTHER TECHNOLOGICALLY HARMFUL MATERIAL THAT MAY INFECT YOUR COMPUTER EQUIPMENT, COMPUTER PROGRAMS, DATA, OR OTHER PROPRIETARY MATERIAL DUE TO YOUR USE OF THE WEBSITE OR ANY SERVICES OR ITEMS OBTAINED THROUGH THE WEBSITE OR TO YOUR DOWNLOADING OF ANY MATERIAL POSTED ON IT, OR ON ANY WEBSITE LINKED TO IT.\r\n\r\n \r\n\r\nYOUR USE OF THE WEBSITE, ITS CONTENT, AND ANY SERVICES OR ITEMS OBTAINED THROUGH THE WEBSITE IS AT YOUR OWN RISK. THE WEBSITE, ITS CONTENT, AND ANY SERVICES OR ITEMS OBTAINED THROUGH THE WEBSITE ARE PROVIDED ON AN “AS IS” AND “AS AVAILABLE” BASIS, WITHOUT ANY WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED. NEITHER THE COMPANY NOR ANY PERSON ASSOCIATED WITH THE COMPANY MAKES ANY WARRANTY OR REPRESENTATION WITH RESPECT TO THE COMPLETENESS, SECURITY, RELIABILITY, QUALITY, ACCURACY, OR AVAILABILITY OF THE WEBSITE. WITHOUT LIMITING THE FOREGOING, NEITHER THE COMPANY NOR ANYONE ASSOCIATED WITH THE COMPANY REPRESENTS OR WARRANTS THAT THE WEBSITE, ITS CONTENT, OR ANY SERVICES OR ITEMS OBTAINED THROUGH THE WEBSITE WILL BE ACCURATE, RELIABLE, ERROR-FREE, OR UNINTERRUPTED, THAT DEFECTS WILL BE CORRECTED, THAT OUR SITE OR THE SERVER THAT MAKES IT AVAILABLE ARE FREE OF VIRUSES OR OTHER HARMFUL COMPONENTS, OR THAT THE WEBSITE OR ANY SERVICES OR ITEMS OBTAINED THROUGH THE WEBSITE WILL OTHERWISE MEET YOUR NEEDS OR EXPECTATIONS.\r\n\r\n \r\n\r\nTO THE FULLEST EXTENT PROVIDED BY LAW, THE COMPANY HEREBY DISCLAIMS ALL WARRANTIES OF ANY KIND, WHETHER EXPRESS OR IMPLIED, STATUTORY, OR OTHERWISE, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, NON-INFRINGEMENT, AND FITNESS FOR PARTICULAR PURPOSE.\r\n\r\n \r\n\r\nTHE FOREGOING DOES NOT AFFECT ANY WARRANTIES THAT CANNOT BE EXCLUDED OR LIMITED UNDER APPLICABLE LAW.\r\n\r\n\r\n\r\n<strong><u>Limitation on Liability</u></strong>\r\n\r\n \r\n\r\nTO THE FULLEST EXTENT PROVIDED BY LAW, IN NO EVENT WILL THE COMPANY, ITS AFFILIATES, OR THEIR LICENSORS, SERVICE PROVIDERS, EMPLOYEES, AGENTS, OFFICERS, OR DIRECTORS BE LIABLE FOR DAMAGES OF ANY KIND, UNDER ANY LEGAL THEORY, ARISING OUT OF OR IN CONNECTION WITH YOUR USE, OR INABILITY TO USE, THE WEBSITE, ANY WEBSITES LINKED TO IT, ANY CONTENT ON THE WEBSITE OR SUCH OTHER WEBSITES, INCLUDING ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, CONSEQUENTIAL, OR PUNITIVE DAMAGES, INCLUDING BUT NOT LIMITED TO, PERSONAL INJURY, PAIN AND SUFFERING, EMOTIONAL DISTRESS, LOSS OF REVENUE, LOSS OF PROFITS, LOSS OF BUSINESS OR ANTICIPATED SAVINGS, LOSS OF USE, LOSS OF GOODWILL, LOSS OF DATA, AND WHETHER CAUSED BY TORT (INCLUDING NEGLIGENCE), BREACH OF CONTRACT, OR OTHERWISE, EVEN IF FORESEEABLE.\r\n\r\n \r\n\r\nTHE FOREGOING DOES NOT AFFECT ANY LIABILITY THAT CANNOT BE EXCLUDED OR LIMITED UNDER APPLICABLE LAW. HOWEVER, IN THE EVENT THE COMPANY IS DEEMED LIABILE FOR ANY DAMAGE TO YOU, HEREUNDER, SUCH LIABILITY SHALL NOT EXCEED THE AMOUNT OF ANY COMPENSATION THAT YOU PAY TO THE COMPANY BY WAY OF LICENSING, PURCHASING AND/OR MEMBERSHIP.\r\n\r\n \r\n\r\n<strong><u>Indemnification</u></strong>\r\n\r\n \r\n\r\nYou agree to defend, indemnify, and hold harmless the Company, its affiliates, licensors, and service providers, and its and their respective officers, directors, employees, contractors, agents, licensors, suppliers, successors, and assigns from and against any claims, liabilities, damages, judgments, awards, losses, costs, expenses, or fees (including reasonable attorneys’ fees) arising out of or relating to your violation of these Website Terms or your use of the Website, including, but not limited to, your User Contributions, any use of the Website’s content, services, and products other than as expressly authorized in these Website Terms or your use of any information obtained from the Website.\r\n\r\n\r\n\r\n<strong><u>Governing Law and Jurisdiction</u></strong>\r\n\r\n \r\n\r\nAll matters relating to the Website and these Terms of Use and any dispute or claim arising therefrom or related thereto (in each case, including non-contractual disputes or claims), shall be governed by and construed in accordance with the internal laws of the State of Maryland without giving effect to any choice or conflict of law provision or rule (whether of the State of Maryland or any other jurisdiction).\r\n\r\n \r\n\r\nAny legal suit, action, or proceeding arising out of, or related to, these Website Terms or the Website shall be instituted exclusively in the federal courts of the United States or the courts of the State of Maryland in each case located in the County of Montgomery although we retain the right to bring any suit, action, or proceeding against you for breach of these Terms of Use in your country of residence or any other relevant country. You waive any and all objections to the exercise of jurisdiction over you by such courts and to venue in such courts.\r\n\r\n \r\n\r\n<strong><u>Arbitration</u></strong>\r\n\r\n \r\n\r\nAt Company’s sole discretion, it may require You to submit any disputes arising from the use of these Website Terms or the Website, including disputes arising from or concerning their interpretation, violation, invalidity, non-performance, or termination, to final and binding arbitration under the Rules of Arbitration of the American Arbitration Association applying Maryland law.\r\n\r\n\r\n\r\n<strong><u>Limitation on Time to File Claims</u></strong>\r\n\r\n \r\n\r\nANY CAUSE OF ACTION OR CLAIM YOU MAY HAVE ARISING OUT OF OR RELATING TO THESE WEBSITE TERMS OR THE WEBSITE MUST BE COMMENCED WITHIN ONE (1) YEAR AFTER THE CAUSE OF ACTION ACCRUES, OTHERWISE, SUCH CAUSE OF ACTION OR CLAIM IS PERMANENTLY BARRED.\r\n\r\n\r\n\r\n<strong><u>Waiver and Severability</u></strong>\r\n\r\n \r\n\r\nNo waiver by the Company of any term or condition set out in these Terms of Use shall be deemed a further or continuing waiver of such term or condition or a waiver of any other term or condition, and any failure of the Company to assert a right or provision under these Website Terms shall not constitute a waiver of such right or provision.\r\n\r\n \r\n\r\nIf any provision of these Website Terms is held by a court or other tribunal of competent jurisdiction to be invalid, illegal, or unenforceable for any reason, such provision shall be eliminated or limited to the minimum extent such that the remaining provisions of the Website Terms will continue in full force and effect.\r\n\r\n\r\n\r\n<strong><u>Entire Agreement</u></strong>\r\n\r\n \r\n\r\nThe Terms of Use, Privacy Policy and all other formal policies set forth on the Website constitute the sole and entire agreement between you and the Company regarding the Website and supersede all prior and contemporaneous understandings, agreements, representations, and warranties, both written and oral, regarding the Website.\r\n\r\n\r\n\r\n<strong><u>Your Comments and Concerns</u></strong>\r\n\r\n \r\n\r\nThis website is operated by Fur, Fins & Feathers, LLC, which is located at 1 Research Court, Suite 450, Rockville, Maryland 20850. You may reach the Company with any comments or questions by electronic mail at: info@fffpetsitting.com or by telephone at: 301-840-1989.\r\n\r\n \r\n\r\nAll notices of copyright infringement claims should be sent to the copyright agent designated in our Copyright Policy in the manner and by the means set out therein.\r\n\r\n \r\n\r\nAll other feedback, comments, requests for technical support, and other communications relating to the Website should be directed to us by electronic mail at: info@fffpetsitting.com.[/vc_column_text][/vc_column][/vc_row]','Terms of Use','','inherit','closed','closed','','29-revision-v1','','','2020-02-18 18:02:39','2020-02-18 18:02:39','',29,'https://www.fffpetsitting.com/29-revision-v1/',0,'revision','',0),(197,1,'2020-02-18 18:06:08','2020-02-18 18:06:08','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Privacy Policy</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column el_id=\"main-content\"][vc_column_text]Last modified: February 7, 2020\r\n\r\n<strong>Introduction</strong>\r\n\r\nANGEL’S PAW, LLC, sometimes doing business as Fur, Fins and Feathers (<strong>\"Company\"</strong> or<strong> \"We\"</strong>) respects your privacy and is committed to protecting it through our compliance with this policy.\r\n\r\nThis policy describes the types of information we may collect from you or that you may provide when you visit the website located at www.fffpetsitting.com or any mobile application or social media site operated by the Company (collectively, our \"<strong>Website</strong>\") and our practices for collecting, using, maintaining, protecting, and disclosing that information.\r\n\r\nThis policy applies to information we collect:\r\n<ul>\r\n <li>On this Website.</li>\r\n <li>In email, text, and other electronic messages between you and this Website.</li>\r\n <li>Through mobile and desktop applications you download from this Website, which provide dedicated non-browser-based interaction between you and this Website, if any.</li>\r\n <li>When you interact with our advertising and applications on third-party websites, applications and services, such as our Facebook page.</li>\r\n</ul>\r\nIt does not apply to information collected by:\r\n<ul>\r\n <li>us offline or through any other means, including on any other website operated by the Company or any third party (including our affiliates and subsidiaries), except as otherwise expressly set forth herein;</li>\r\n</ul>\r\nPlease read this policy carefully to understand our policies and practices regarding your information and how we will treat it. <strong>IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS PRIVACY POLICY, DO NOT USE OUR WEBSITE.</strong> By accessing or using this Website, you agree to this Privacy Policy. This policy may change from time to time (see Changes to Our Privacy Policy). Your continued use of this Website after we make changes is deemed to be acceptance of those changes, so please check the policy regularly for updates.\r\n\r\n<strong>Individuals Under the Age of 18</strong>\r\n\r\nOur Website is not intended for individuals under 18 years of age. No one under age 18 may provide any information, personal or otherwise, to or on the Website. We do not knowingly collect personal information from children under 18. If you are under 18, do not use or provide any information on this Website or on or through any of its features/register on the Website, make any purchases through the Website, use any of the interactive or public comment features of this Website or provide any information about yourself to us, including your name, address, telephone number, email address, or any screen name or user name you may use. If we learn that we have collected or received personal information from an individual under 18 years of age without verification of parental consent, we will delete that information; provided, however, that we shall not and do not have any obligation to confirm that all of our members comply with this provision nor shall we incur any liability for any errors or omissions with respect to this provision. If you believe we might have any information from or about an individual under 18, please contact us at: info@fffpetsitting.com.\r\n\r\n<strong>Information We Collect About You and How We Collect It</strong>\r\n\r\nWe may collect several types of information from and about users of our Website, including information:\r\n<ul>\r\n <li>by which you may be personally identified, such as name, postal address, e-mail address, telephone number or ANY OTHER INFORMATION THE WEBSITE COLLECTS THAT IS DEFINED AS PERSONAL OR PERSONALLY IDENTIFIABLE INFORMATION UNDER ANY APPLICABLE LAW (\"<strong>personal information</strong>\");</li>\r\n <li>that is about you but individually does not identify you, such as your opinions, comments and criticism relating to the Company’s operations and/or business; and/or</li>\r\n <li>about your Internet connection, the equipment you use to access our Website and usage details.</li>\r\n <li>about how you use our Website, your viewing habits, the pages you visit, the amount of time that you are on the site and other related analytics.</li>\r\n</ul>\r\nWe collect this information:\r\n<ul>\r\n <li>Directly from you when you provide it to us.</li>\r\n <li>Automatically as you navigate through the site. Information collected automatically may include usage details, IP addresses, and information collected through cookies, web beacons, and other tracking technologies.</li>\r\n <li>From third parties, for example, our business partners.</li>\r\n</ul>\r\n<strong>Information You Provide to Us.</strong> The information we collect on or through our Website may include:\r\n<ul>\r\n <li>Information that you provide by filling in forms on our Website. This includes information provided at the time of registering to use our Website, if you registered, subscribing to any services that we may offer, posting material, or requesting further services. We may also ask you for information when you report a problem with our Website.</li>\r\n <li>Records and copies of your correspondence (including email addresses), if you contact us.</li>\r\n <li>Your responses to surveys that we might ask you to complete for research purposes.</li>\r\n <li>Your search queries on the Website.</li>\r\n</ul>\r\nYou also may provide information to be published or displayed (hereinafter, \"<strong>posted</strong>\") on public areas of the Website, or transmitted to other users of the Website or third parties (collectively, \"<strong>User Contributions</strong>\"). Your User Contributions are posted on and transmitted to others at your own risk. Although we may limit access to certain pages, in our discretion, please be aware that no security measures are perfect or impenetrable. Additionally, we cannot control the actions of other users of the Website with whom you may choose to share your User Contributions. Therefore, we cannot and do not guarantee that your User Contributions will not be viewed by unauthorized persons.\r\n\r\n<strong>Information We Collect Through Automatic Data Collection Technologies.</strong> As you navigate through and interact with our Website, we may use automatic data collection technologies to collect certain information about your equipment, browsing actions, and patterns, including:\r\n<ul>\r\n <li>Details of your visits to our Website, including traffic data, location data, logs, and other communication data and the resources that you access and use on the Website.</li>\r\n <li>Information about your computer and Internet connection, including your IP address, operating system, and browser type.</li>\r\n</ul>\r\nThe information we collect automatically is statistical data and may include personal information and we may maintain it or associate it with personal information we collect in other ways or receive from third parties. It helps us to improve our Website and to deliver a better and more personalized service, including by enabling us to:\r\n<ul>\r\n <li>Estimate our audience size and usage patterns.</li>\r\n <li>Store information about your preferences, allowing us to customize our Website according to your individual interests.</li>\r\n <li>Speed up your searches.</li>\r\n <li>Recognize you when you return to our Website.</li>\r\n</ul>\r\nThe technologies we use for this automatic data collection may include:\r\n<ul>\r\n <li><strong>Cookies (or browser cookies).</strong> A cookie is a small file placed on the hard drive of your computer. You may refuse to accept browser cookies by activating the appropriate setting on your browser. However, if you select this setting you may be unable to access certain parts of our Website. Unless you have adjusted your browser setting so that it will refuse cookies, our system will issue cookies when you direct your browser to our Website.</li>\r\n <li><strong>Flash Cookies.</strong> Certain features of our Website may use local stored objects (or Flash cookies) to collect and store information about your preferences and navigation to, from, and on our Website. Flash cookies are not managed by the same browser settings as are used for browser cookies. For information about managing your privacy and security settings for Flash cookies, see Choices About How We Use and Disclose Your Information.</li>\r\n <li><strong>Web Beacons.</strong> Pages of our Website and our e-mails may contain small electronic files known as web beacons (also referred to as clear gifs, pixel tags, and single-pixel gifs) that permit the Company, for example, to count users who have visited those pages or opened an email and for other related website statistics (for example, recording the popularity of certain website content and verifying system and server integrity).</li>\r\n</ul>\r\n<strong>Third-Party Use of Cookies and Other Tracking Technologies.</strong>\r\n\r\nSome content or applications, including advertisements, on the Website are served by third-parties, including advertisers, ad networks and servers, content providers, and application providers. These third parties may use cookies alone or in conjunction with web beacons or other tracking technologies to collect information about you when you use our Website. The information they collect may be associated with your personal information or they may collect information, including personal information, about your online activities over time and across different websites and other online services. They may use this information to provide you with interest-based (behavioral) advertising or other targeted content.\r\n\r\nWe do not control these third parties\' tracking technologies or how they may be used. If you have any questions about an advertisement or other targeted content, you should contact the responsible provider directly. For information about how you can opt out of receiving targeted advertising from many providers, see the Choices About How We Use and Disclose Your Information Section, below.\r\n\r\n<strong>How We Use Your Information</strong>\r\n\r\nWe use information that we collect about you or that you provide to us, including any personal information:\r\n<ul>\r\n <li>To present our Website and its contents to you.</li>\r\n <li>To provide you with information, products, or services that you request from us.</li>\r\n <li>To fulfill any other purpose for which you provide it.</li>\r\n <li>To provide you with notices about your account, including expiration and renewal notices (as applicable).</li>\r\n <li>To carry out our obligations and enforce our rights arising from any contracts entered into between you and us, including for billing and collection.</li>\r\n <li>To notify you about changes to our Website or any products or services we offer or provide though it.</li>\r\n <li>To allow you to participate in interactive features on our Website, as they are developed.</li>\r\n <li>In any other way we may describe when you provide the information.</li>\r\n <li>For any other purpose with your consent.</li>\r\n</ul>\r\nWe may also use your information to contact you about updates with respect to our business and services.\r\n\r\nWe may use the information we have collected from you to enable us to display advertisements to our advertisers\' target audiences. Even though we do not disclose your personal information for these purposes without your consent, if you click on or otherwise interact with an advertisement, the advertiser may assume that you meet its target criteria.\r\n\r\n<strong>Disclosure of Your Information</strong>\r\n\r\nWe may disclose aggregated information about our users, and information that does not identify any individual, without restriction.\r\n\r\nWe may disclose personal information that we collect or you provide as described in this Privacy Policy:\r\n<ul>\r\n <li>To our subsidiaries and affiliates; or</li>\r\n <li>To contractors, service providers, and other third parties we use to support our business and who are bound by contractual obligations to keep personal information confidential and use it only for the purposes for which we disclose it to them; or</li>\r\n <li>To fulfill the purpose for which you provide it. For example, if you give us an email address to use the \"email a friend\" feature of our Website, we will transmit the contents of that email and your email address to the recipients; or</li>\r\n <li>For any other purpose disclosed by us when you provide the information; or</li>\r\n <li>With your consent.</li>\r\n</ul>\r\nWe may also disclose your personal information:\r\n<ul>\r\n <li>To comply with any court order, law, or legal process, including to respond to any government or regulatory request.</li>\r\n <li>To enforce or apply our <a href=\"https://www.fffpetsitting.com/terms-of-use/\">Terms of Use</a> and other agreements, including for billing and collection purposes.</li>\r\n <li>If we believe disclosure is necessary or appropriate to protect the rights, property, or safety of the Company, our customers, or others. This includes exchanging information with other companies and organizations for the purposes of fraud protection and credit risk reduction.</li>\r\n</ul>\r\n<strong>Choices About How We Use and Disclose Your Information</strong>\r\n\r\nWe strive to provide you with choices regarding the personal information you provide to us. We have created mechanisms to provide you with the following control over your information:\r\n<ul>\r\n <li><strong>Tracking Technologies and Advertising.</strong> You can set your browser to refuse all or some browser cookies, or to alert you when cookies are being sent. To learn how you can manage your Flash cookie settings, visit the Flash player settings page on Adobe\'s website. If you disable or refuse cookies, please note that some parts of this site may then be inaccessible or not function properly.</li>\r\n <li><strong>Disclosure of Your Information for Third-Party Advertising.</strong> If you do not want us to share your personal information with unaffiliated or non-agent third parties for promotional purposes, you can opt-out by sending us an email request to opt out at: info@fffpetsitting.com</li>\r\n <li><strong>Promotional Offers from the Company.</strong> If you do not wish to have your email address/contact information used by the Company to promote our own or third parties\' products or services, you can opt-out by sending us an email stating your request to info@fffpetsitting.com. If we have sent you a promotional email, you may send us a return email asking to be omitted from future email distributions.</li>\r\n <li><strong>Targeted Advertising.</strong> If you do not want us to use information that we collect or that you provide to us to deliver advertisements according to our advertisers\' target-audience preferences, you can opt-out by sending us an email stating your request to info@fffpetsitting.com.</li>\r\n</ul>\r\nWe do not control third parties\' collection or use of your information to serve interest-based advertising. However, these third parties may provide you with ways to choose not to have your information collected or used in this way. You can opt out of receiving targeted ads from members of the Network Advertising Initiative (\"<strong>NAI</strong>\") on the NAI\'s website.\r\n\r\n<strong>Accessing and Correcting Your Information</strong>\r\n\r\nYou may also send us an email at info@fffpetsitting.com to request access to, correct or delete any personal information that you have provided to us. We cannot delete your personal information except by also deleting your user account. We may not accommodate a request to change information if we believe the change would violate any law or legal requirement or cause the information to be incorrect.\r\n\r\nIf you delete your User Contributions from the Website, copies of your User Contributions may remain viewable in cached and archived pages, or might have been copied or stored by other Website users. Proper access and use of information provided on the Website, including User Contributions, is governed by our Terms of Use located at: <a href=\"/terms-of-use\">www.fffpetsitting.com/terms-of-use</a>.\r\n\r\nIt is a breach of Our Terms of Use to use Our Website if you are a European Union resident or business and you shall cease any and all such further use immediately. However, in the event that you are an EU resident or business and have nevertheless used Our Website or have registered for or purchased our services, you have the right to make a complaint at any time to the Information Commissioner’s Office (ICO), the UK supervising authority for data protection issues (<a href=\"http://www.ico.org.uk\">www.ico.org.uk</a>). We would, however, appreciate the chance to deal with your concerns before you approach the ICO so please contact us in the first instance.\r\n\r\n<strong>Your California Privacy Rights</strong>\r\n\r\nCalifornia Civil Code Section § 1798.83 permits users of our Website that are California residents to request certain information regarding our disclosure of personal information to third parties for their direct marketing purposes. To make such a request, please send an email to info@fffpetsitting.com.\r\n\r\n<strong>Data Security</strong>\r\n\r\nWe have implemented measures designed to secure your personal information from accidental loss and from unauthorized access, use, alteration, and disclosure. All information you provide to us is stored on our secure servers behind firewalls. Any information collected by way of payment transactions will be encrypted using SSL technology.\r\n\r\nThe safety and security of your information also depends on you. Where we have given you (or where you have chosen) a password for access to certain parts of our Website, you are responsible for keeping this password confidential. We ask you not to share your password with anyone. We urge you to be careful about giving out information in public areas of the Website like message boards. The information you share in public areas may be viewed by any user of the Website.\r\n\r\nUnfortunately, the transmission of information via the Internet is not completely secure. Although we do our best to protect your personal information, we cannot guarantee the security of your personal information transmitted to our Website. Any transmission of personal information is at your own risk. We are not responsible for circumvention of any privacy settings or security measures contained on the Website.\r\n\r\n<strong>Changes to Our Privacy Policy</strong>\r\n\r\nIt is our policy to post any changes we make to our Privacy Policy on this page. If we make material changes to how we treat our users\' personal information, we will make commercially reasonable efforts to notify you through a notice on the Website home page. The date the Privacy Policy was last revised is identified at the top of the page. You are responsible for regularly visiting this Privacy Policy to check for any changes.[/vc_column_text][/vc_column][/vc_row]','Privacy Policy','','inherit','closed','closed','','3-revision-v1','','','2020-02-18 18:06:08','2020-02-18 18:06:08','',3,'https://www.fffpetsitting.com/3-revision-v1/',0,'revision','',0),(198,1,'2020-02-18 18:07:08','2020-02-18 18:07:08','[vc_row thb_full_width=\"true\" el_id=\"hero\" css=\".vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">The Leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland!</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and dependable service to your pets for over 30 years.</h2>\r\n[/vc_column_text][vc_btn title=\"Our Company\" el_id=\"stroke-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fabout-us%2F|title:About%20Us||\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row el_id=\"section-1\"][vc_column width=\"1/2\"][thb_fancybox thb_text_alignment=\"thb-center\" height=\"400px\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fdog-walking%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(55,130,209,0.8)\" bg_gradient2=\"rgba(66,145,216,0.8)\" image=\"152\" extra_class=\"top-block\"]\r\n<h2>Mid-Day Dog Walking</h2>\r\n[/thb_fancybox][/vc_column][vc_column width=\"1/2\"][thb_fancybox thb_text_alignment=\"thb-center\" height=\"400px\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fpet-sitting%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(55,130,209,0.8)\" bg_gradient2=\"rgba(66,145,216,0.8)\" image=\"173\" extra_class=\"top-block\"]\r\n<h2>Pet Sitting</h2>\r\n[/thb_fancybox][/vc_column][/vc_row][vc_row el_id=\"section-2\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Our Professional Pet Care Services Available In:</h2>\r\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Potomac, Rockville, Silver Spring and Wheaton</p>\r\n<p style=\"text-align: center;\">More Locations Coming Soon!</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-3\"][vc_column width=\"1/3\"][thb_image image=\"171\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fhouse-sitting%2F|title:House%20Sitting||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/house-sitting/\">House Sitting or Bed & Breakfast</a></h3>\r\nLet us pamper your pet in a warm setting of one of our caring pet sitter’s home or you can trust our experienced house sitters to take care of your pet in the comfort of your home. You can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"64\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Ftraining%2F|title:Training||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/training/\">Training</a></h3>\r\nOur pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"63\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fphotography%2F|title:Photography||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/photography/\">Photography</a></h3>\r\nLet us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][/vc_column][/vc_row][vc_row thb_full_width=\"true\" content_placement=\"middle\" el_id=\"section-4\" css=\".vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Clients who use our services are paired with pet caregivers who are professional, trustworthy and of integrity.</h2>\r\n<p style=\"text-align: center;\">Our highly experienced dog walkers and pet sitters are bonded and insured. In addition, we require background checks to provide an extra layer of safety for our clients and their precious pets.</p>\r\n<p style=\"text-align: center;\">Check Our Social Media for Current Specials!</p>\r\n[/vc_column_text][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','6-revision-v1','','','2020-02-18 18:07:08','2020-02-18 18:07:08','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(199,1,'2020-02-18 18:08:21','2020-02-18 18:08:21','[vc_row thb_full_width=\"true\" el_id=\"hero\" css=\".vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">The Leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland!</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and dependable service to your pets for over 30 years.</h2>\r\n[/vc_column_text][vc_btn title=\"Our Company\" el_id=\"stroke-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fabout-us%2F|title:About%20Us||\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row el_id=\"section-1\"][vc_column width=\"1/2\"][thb_fancybox thb_text_alignment=\"thb-center\" height=\"400px\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fdog-walking%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(55,130,209,0.8)\" bg_gradient2=\"rgba(66,145,216,0.8)\" image=\"152\" extra_class=\"top-block\"]\r\n<h2>Mid-Day Dog Walking</h2>\r\n[/thb_fancybox][vc_column_text]Our enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][thb_fancybox thb_text_alignment=\"thb-center\" height=\"400px\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fpet-sitting%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(55,130,209,0.8)\" bg_gradient2=\"rgba(66,145,216,0.8)\" image=\"173\" extra_class=\"top-block\"]\r\n<h2>Pet Sitting</h2>\r\n[/thb_fancybox][vc_column_text]Whether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-2\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Our Professional Pet Care Services Available In:</h2>\r\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Potomac, Rockville, Silver Spring and Wheaton</p>\r\n<p style=\"text-align: center;\">More Locations Coming Soon!</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-3\"][vc_column width=\"1/3\"][thb_image image=\"171\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fhouse-sitting%2F|title:House%20Sitting||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/house-sitting/\">House Sitting or Bed & Breakfast</a></h3>\r\nLet us pamper your pet in a warm setting of one of our caring pet sitter’s home or you can trust our experienced house sitters to take care of your pet in the comfort of your home. You can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"64\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Ftraining%2F|title:Training||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/training/\">Training</a></h3>\r\nOur pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"63\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fphotography%2F|title:Photography||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/photography/\">Photography</a></h3>\r\nLet us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][/vc_column][/vc_row][vc_row thb_full_width=\"true\" content_placement=\"middle\" el_id=\"section-4\" css=\".vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Clients who use our services are paired with pet caregivers who are professional, trustworthy and of integrity.</h2>\r\n<p style=\"text-align: center;\">Our highly experienced dog walkers and pet sitters are bonded and insured. In addition, we require background checks to provide an extra layer of safety for our clients and their precious pets.</p>\r\n<p style=\"text-align: center;\">Check Our Social Media for Current Specials!</p>\r\n[/vc_column_text][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','6-revision-v1','','','2020-02-18 18:08:21','2020-02-18 18:08:21','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(200,1,'2020-02-18 20:11:02','2020-02-18 20:11:02','[vc_row thb_full_width=\"true\" el_id=\"hero\" css=\".vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">The Leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland!</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and dependable service to your pets for over 30 years.</h2>\r\n[/vc_column_text][vc_btn title=\"Our Company\" el_id=\"stroke-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fabout-us%2F|title:About%20Us||\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row el_id=\"section-1\"][vc_column width=\"1/2\"][thb_fancybox thb_text_alignment=\"thb-center\" height=\"400px\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fdog-walking%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(55,130,209,0.8)\" bg_gradient2=\"rgba(66,145,216,0.8)\" image=\"152\" extra_class=\"top-block\"]\r\n<h2>Mid-Day Dog Walking</h2>\r\nOur enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/thb_fancybox][vc_column_text]Our enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][thb_fancybox thb_text_alignment=\"thb-center\" height=\"400px\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fpet-sitting%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(55,130,209,0.8)\" bg_gradient2=\"rgba(66,145,216,0.8)\" image=\"173\" extra_class=\"top-block\"]\r\n<h2>Pet Sitting</h2>\r\n[/thb_fancybox][vc_column_text]Whether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-2\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Our Professional Pet Care Services Available In:</h2>\r\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Potomac, Rockville, Silver Spring and Wheaton</p>\r\n<p style=\"text-align: center;\">More Locations Coming Soon!</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-3\"][vc_column width=\"1/3\"][thb_image image=\"171\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fhouse-sitting%2F|title:House%20Sitting||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/house-sitting/\">House Sitting or Bed & Breakfast</a></h3>\r\nLet us pamper your pet in a warm setting of one of our caring pet sitter’s home or you can trust our experienced house sitters to take care of your pet in the comfort of your home. You can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"64\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Ftraining%2F|title:Training||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/training/\">Training</a></h3>\r\nOur pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"63\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fphotography%2F|title:Photography||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/photography/\">Photography</a></h3>\r\nLet us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][/vc_column][/vc_row][vc_row thb_full_width=\"true\" content_placement=\"middle\" el_id=\"section-4\" css=\".vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Clients who use our services are paired with pet caregivers who are professional, trustworthy and of integrity.</h2>\r\n<p style=\"text-align: center;\">Our highly experienced dog walkers and pet sitters are bonded and insured. In addition, we require background checks to provide an extra layer of safety for our clients and their precious pets.</p>\r\n<p style=\"text-align: center;\">Check Our Social Media for Current Specials!</p>\r\n[/vc_column_text][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','6-revision-v1','','','2020-02-18 20:11:02','2020-02-18 20:11:02','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(201,1,'2020-02-18 20:11:39','2020-02-18 20:11:39','[vc_row thb_full_width=\"true\" el_id=\"hero\" css=\".vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">The Leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland!</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and dependable service to your pets for over 30 years.</h2>\r\n[/vc_column_text][vc_btn title=\"Our Company\" el_id=\"stroke-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fabout-us%2F|title:About%20Us||\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row el_id=\"section-1\"][vc_column width=\"1/2\"][thb_fancybox thb_text_alignment=\"thb-center\" height=\"400px\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fdog-walking%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(55,130,209,0.8)\" bg_gradient2=\"rgba(66,145,216,0.8)\" image=\"152\" extra_class=\"top-block\"]\r\n<h2>Mid-Day Dog Walking</h2>\r\n[/thb_fancybox][vc_column_text]Our enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][thb_fancybox thb_text_alignment=\"thb-center\" height=\"400px\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fpet-sitting%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(55,130,209,0.8)\" bg_gradient2=\"rgba(66,145,216,0.8)\" image=\"173\" extra_class=\"top-block\"]\r\n<h2>Pet Sitting</h2>\r\n[/thb_fancybox][vc_column_text]Whether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-2\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Our Professional Pet Care Services Available In:</h2>\r\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Potomac, Rockville, Silver Spring and Wheaton</p>\r\n<p style=\"text-align: center;\">More Locations Coming Soon!</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-3\"][vc_column width=\"1/3\"][thb_image image=\"171\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fhouse-sitting%2F|title:House%20Sitting||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/house-sitting/\">House Sitting or Bed & Breakfast</a></h3>\r\nLet us pamper your pet in a warm setting of one of our caring pet sitter’s home or you can trust our experienced house sitters to take care of your pet in the comfort of your home. You can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"64\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Ftraining%2F|title:Training||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/training/\">Training</a></h3>\r\nOur pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"63\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fphotography%2F|title:Photography||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/photography/\">Photography</a></h3>\r\nLet us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][/vc_column][/vc_row][vc_row thb_full_width=\"true\" content_placement=\"middle\" el_id=\"section-4\" css=\".vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Clients who use our services are paired with pet caregivers who are professional, trustworthy and of integrity.</h2>\r\n<p style=\"text-align: center;\">Our highly experienced dog walkers and pet sitters are bonded and insured. In addition, we require background checks to provide an extra layer of safety for our clients and their precious pets.</p>\r\n<p style=\"text-align: center;\">Check Our Social Media for Current Specials!</p>\r\n[/vc_column_text][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','6-revision-v1','','','2020-02-18 20:11:39','2020-02-18 20:11:39','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(202,1,'2020-02-20 13:22:36','2020-02-20 13:22:36','','about-page','','inherit','open','closed','','about-page','','','2020-02-20 13:22:36','2020-02-20 13:22:36','',0,'https://www.fffpetsitting.com/wp-content/uploads/about-page.jpg',0,'attachment','image/jpeg',0),(203,1,'2020-02-20 13:23:21','2020-02-20 13:23:21','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>About Us</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>We Provide the Care Your Pet Deserves and the Service You Can Count On!</h2>\r\nEstablished in 1989, Fur, Fins & Feathers is the oldest and largest dog walking and pet sitting service in Montgomery County, Maryland. We are a friendly, flexible, responsive and caring business providing outstanding pet care and services to our community.\r\n\r\nWhat sets us apart is that we have simply thought of everything to make our pet care a seamless experience for you. Services are highly personalized and procedures are streamlined with your convenience in mind.[/vc_column_text][vc_single_image image=\"202\" img_size=\"full\"][vc_column_text]\r\n<h3>Our Customized Services</h3>\r\nOver the past three decades, Fur, Fins & Feathers has expanded its services to meet our clients’ needs. We now offer the following customized services:\r\n<ul>\r\n <li>Mid-day Dog Walking</li>\r\n <li>House Sitting</li>\r\n <li>Pet Sitting</li>\r\n <li>Dog Training</li>\r\n <li>Pet Photography</li>\r\n <li>Bed & Breakfast</li>\r\n</ul>\r\nYou’ll experience our core values and professionalism from the start — from the initial point of contact to the questionnaire that contains detailed written instructions for your pet to the text you’ll receive after every visit so you can rest assured that all is well. Each of our clients meet their pet caregiver ahead of services to ensure confidence and to review pet care instructions.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Furry and Not-So-Furry BFFs</h3>\r\nWe are proud to offer services for all kinds of pets — the furry, feathered and scaled! We have worked with clients who have a range of pets, including dogs, cats, rabbits, ferrets, guinea pigs, birds, fish, snakes and more — even sugar gliders! We treat all pets like they are our own BFFs.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Trusted Pet Caregivers</h3>\r\nWe understand you want the person who cares for your pet and enters your home to be prompt, trustworthy and responsible. That’s why we only hire caregivers who share our core values of integrity, respect, teamwork and enthusiasm. We are also very flexible to ensure your pet is taken care of in the same way you would.\r\n\r\nMoreover, our dog walkers and pet sitters are carefully vetted through an interview process, reference check and statewide background check. Our high satisfaction ratings are the direct result of our outstanding sitters and office staff — who pet sit, too![/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Service Area</h3>\r\nWe are proud to serve our Montgomery County clients and their pets for over 30 years! We service the following areas: Bethesda, Chevy Chase, Gaithersburg, Germantown, Kensington, Potomac, Rockville, Silver Spring and Wheaton. More locations coming soon![/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Passion for Animals Guides Our Mission</h3>\r\nOur mission is to provide our clients with pet caregivers who are professional, trustworthy and of integrity while providing a fun and safe environment for their pets. With a genuine love for animals, we are committed to each of our clients in giving them individualized pet care services based on their pet’s needs. Our highly experienced dog walkers and pet sitters are carefully vetted, bonded and insured to provide an extra layer of safety for both our clients and their pets.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>“Fur, Fins & Feathers has been taking care of all three of my dogs for a number of years and I am totally pleased. This is a company you can trust. They are friendly, caring and always there when you need them.” </em>\r\n\r\n— Jerry[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Mid-Day Dog Walking</h3>\r\nOur enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Pet Sitting</h3>\r\nWhether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>House Sitting</h3>\r\nYou can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Bed & Breakfast</h3>\r\nOur Bed & Breakfast service gives your pet that at-home feel while you are away.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','23-revision-v1','','','2020-02-20 13:23:21','2020-02-20 13:23:21','',23,'https://www.fffpetsitting.com/23-revision-v1/',0,'revision','',0),(205,1,'2020-02-21 15:45:59','2020-02-21 15:45:59','','dog-training','','inherit','open','closed','','dog-training','','','2020-02-21 15:45:59','2020-02-21 15:45:59','',0,'https://www.fffpetsitting.com/wp-content/uploads/dog-training.jpg',0,'attachment','image/jpeg',0),(206,1,'2020-02-21 15:46:03','2020-02-21 15:46:03','','pet-photography','','inherit','open','closed','','pet-photography','','','2020-02-21 15:46:03','2020-02-21 15:46:03','',0,'https://www.fffpetsitting.com/wp-content/uploads/pet-photography.jpg',0,'attachment','image/jpeg',0),(207,1,'2020-02-21 15:59:49','2020-02-21 15:59:49','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Pet Photography</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>The mood and personality of your pet captured by a fellow pet lover is priceless. That is why Fur, Fins & Feathers offers pet photography.</h2>\r\nWe were inspired to offer this service based on the positive feedback clients gave on the photos sent with their pet reports. Our passion is to portray your pet’s character through photographs.\r\n\r\nWe offer two packages: Natural Environment and Special Occasions. For the Natural Environment shoots, our photographer will observe your pet and wait for opportunities to take organic photos. These photos are not staged, but rather capture your pet being a pet in a familiar location.\r\n\r\nBut, we also know how fun it is to get dressed up and capture the memories for special occasions, like a holiday or birthday. Our Special Occasions package is more formal and includes staged costume or posed photos. These photographs are taken in the comfort of your pet’s home or a designated place of your choosing.[/vc_column_text][vc_single_image image=\"206\" img_size=\"full\"][vc_column_text]\r\n<h3>Rates</h3>\r\nThe rate for the Natural Environment package is $150 for a one-hour session. This includes five to seven digital images. Each additional pet is $25 extra.\r\n\r\nThe rate for the Special Occasion package is $250 for a one- to two-hour session. This includes two outfit changes and five to seven digital images. Each additional pet is $50 extra.\r\n\r\nThe rate for the Special Occasion Family package $350 for a one- to two-hour session. This includes your pet and members of your immediate family and three digital images. Each additional pet is $50 extra.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>Not your typical photographer! All photos by Ayshia</em>[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Pet Photography</h3>\r\nLet us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Dog Training</h3>\r\nOur pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Ftraining%2F|title:Training||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Mid-Day Dog Walking</h3>\r\nOur enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fdog-walking%2F|title:Training||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Pet Sitting</h3>\r\nWhether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fpet-sitting%2F|title:Training||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Photography','','inherit','closed','closed','','17-revision-v1','','','2020-02-21 15:59:49','2020-02-21 15:59:49','',17,'https://www.fffpetsitting.com/17-revision-v1/',0,'revision','',0),(208,1,'2020-02-21 16:28:19','2020-02-21 16:28:19','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Dog Training</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Fur, Fins & Feathers offers obedience and behavioral dog training. Each one-hour, private session focuses on the needs of your dog.</h2>\r\nOur trainer has 24 years of experience raising and training dogs. She tends each dog with patience, kindness, positivity and love knowing that the levels of obedience training differ among each breed and pet owner’s needs. Our trainer’s goal is to provide you thorough guidance to improve your dog’s behavior and help you build a stronger relationship with your pet.[/vc_column_text][vc_single_image image=\"205\" img_size=\"full\"][vc_column_text]\r\n<h3>Training Sessions & Rates</h3>\r\nTraining sessions are designed to your dog’s specific issues and needs. Through positive training techniques there is no need for prongs, choke or electric collars — just love and consistency to achieve the goals of the client.\r\n\r\nWe offer basic obedience training, behavioral training and socialization training. We offer six- to 12-week session packages. Each session is 45 to 60 minutes long and conducted with 10-minute training intervals. The cost per session is $50. A one-time fee of $20 is charged for all new clients for the intake meeting; the fee for second meetings for existing clients is $10.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Meet & Greet</h3>\r\nDuring our intake meeting, we gather all of the important details when it comes to training your pet. Our trainer visits you in your home to meet you and your pet. We establish the dates and times we are needed and discuss paperwork, like completing our pet profile. At this time, you provide a copy of your pet’s veterinarian record and any other personality or behavioral traits we should know about your dog. We also have fun getting to know your pet in their environment.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Benefits</h3>\r\nOur trainer will conduct one-on-one dog training that is customized specifically for your pets breed and temperament. Each owner receives time spent with the trainer to learn how to execute and maintain the training commands and information about understanding their pet’s body language. This personalized training will help increase your pet’s social and emotional skills. It also helps you and your pet achieve a higher quality of life together.[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Dog Training</h3>\r\nOur pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Pet Photography</h3>\r\nLet us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fphotography%2F|title:Dog%20Walking||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Mid-Day Dog Walking</h3>\r\nOur enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fdog-walking%2F|title:Dog%20Walking||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>House Sitting</h3>\r\nYou can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fhouse-sitting%2F|title:Dog%20Walking||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Training','','inherit','closed','closed','','15-revision-v1','','','2020-02-21 16:28:19','2020-02-21 16:28:19','',15,'https://www.fffpetsitting.com/15-revision-v1/',0,'revision','',0),(209,1,'2020-02-21 16:53:49','2020-02-21 16:53:49','','nappp-logo-120','','inherit','open','closed','','nappp-logo-120','','','2020-02-21 16:53:49','2020-02-21 16:53:49','',0,'https://www.fffpetsitting.com/wp-content/uploads/nappp-logo-120.png',0,'attachment','image/png',0),(210,1,'2020-02-21 21:05:33','2020-02-21 21:05:33','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Pet Photography</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>The mood and personality of your pet captured by a fellow pet lover is priceless. That is why Fur, Fins & Feathers offers pet photography.</h2>\r\nWe were inspired to offer this service based on the positive feedback clients gave on the photos sent with their pet reports. Our passion is to portray your pet’s character through photographs.\r\n\r\nWe offer two packages: Natural Environment and Special Occasions. For the Natural Environment shoots, our photographer will observe your pet and wait for opportunities to take organic photos. These photos are not staged, but rather capture your pet being a pet in a familiar location.\r\n\r\nBut, we also know how fun it is to get dressed up and capture the memories for special occasions, like a holiday or birthday. Our Special Occasions package is more formal and includes staged costume or posed photos. These photographs are taken in the comfort of your pet’s home or a designated place of your choosing.[/vc_column_text][vc_single_image image=\"206\" img_size=\"full\"][vc_column_text]\r\n<h3>Rates</h3>\r\nThe rate for the Natural Environment package is $150 for a one-hour session. This includes five to seven digital images. Each additional pet is $25 extra.\r\n\r\nThe rate for the Special Occasion package is $250 for a one- to two-hour session. This includes two outfit changes and five to seven digital images. Each additional pet is $50 extra.\r\n\r\nThe rate for the Special Occasion Family package $350 for a one- to two-hour session. This includes your pet and members of your immediate family and three digital images. Each additional pet is $50 extra.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>Not your typical photographer! All photos by Ayshia</em>[/vc_column_text][vc_gallery thb_columns=\"small-6 large-3\" images=\"151,152,202,205,206\" img_size=\"full\"][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Pet Photography</h3>\r\nLet us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Dog Training</h3>\r\nOur pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Ftraining%2F|title:Training||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Mid-Day Dog Walking</h3>\r\nOur enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fdog-walking%2F|title:Training||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Pet Sitting</h3>\r\nWhether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fpet-sitting%2F|title:Training||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Photography','','inherit','closed','closed','','17-revision-v1','','','2020-02-21 21:05:33','2020-02-21 21:05:33','',17,'https://www.fffpetsitting.com/17-revision-v1/',0,'revision','',0),(211,1,'2020-02-21 21:07:22','2020-02-21 21:07:22','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Pet Photography</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>The mood and personality of your pet captured by a fellow pet lover is priceless. That is why Fur, Fins & Feathers offers pet photography.</h2>\r\nWe were inspired to offer this service based on the positive feedback clients gave on the photos sent with their pet reports. Our passion is to portray your pet’s character through photographs.\r\n\r\nWe offer two packages: Natural Environment and Special Occasions. For the Natural Environment shoots, our photographer will observe your pet and wait for opportunities to take organic photos. These photos are not staged, but rather capture your pet being a pet in a familiar location.\r\n\r\nBut, we also know how fun it is to get dressed up and capture the memories for special occasions, like a holiday or birthday. Our Special Occasions package is more formal and includes staged costume or posed photos. These photographs are taken in the comfort of your pet’s home or a designated place of your choosing.[/vc_column_text][vc_single_image image=\"206\" img_size=\"full\"][vc_column_text]\r\n<h3>Rates</h3>\r\nThe rate for the Natural Environment package is $150 for a one-hour session. This includes five to seven digital images. Each additional pet is $25 extra.\r\n\r\nThe rate for the Special Occasion package is $250 for a one- to two-hour session. This includes two outfit changes and five to seven digital images. Each additional pet is $50 extra.\r\n\r\nThe rate for the Special Occasion Family package $350 for a one- to two-hour session. This includes your pet and members of your immediate family and three digital images. Each additional pet is $50 extra.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>Not your typical photographer! All photos by Ayshia</em>[/vc_column_text][vc_gallery thb_columns=\"small-6 large-3\" images=\"151,152,202,205,206\" img_size=\"full\"][vc_images_carousel images=\"151,152,171,173,202,205,206\" slides_per_view=\"3\"][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Pet Photography</h3>\r\nLet us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Dog Training</h3>\r\nOur pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Ftraining%2F|title:Training||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Mid-Day Dog Walking</h3>\r\nOur enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fdog-walking%2F|title:Training||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Pet Sitting</h3>\r\nWhether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fpet-sitting%2F|title:Training||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Photography','','inherit','closed','closed','','17-revision-v1','','','2020-02-21 21:07:22','2020-02-21 21:07:22','',17,'https://www.fffpetsitting.com/17-revision-v1/',0,'revision','',0),(212,1,'2020-02-21 21:09:59','2020-02-21 21:09:59','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Pet Photography</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>The mood and personality of your pet captured by a fellow pet lover is priceless. That is why Fur, Fins & Feathers offers pet photography.</h2>\r\nWe were inspired to offer this service based on the positive feedback clients gave on the photos sent with their pet reports. Our passion is to portray your pet’s character through photographs.\r\n\r\nWe offer two packages: Natural Environment and Special Occasions. For the Natural Environment shoots, our photographer will observe your pet and wait for opportunities to take organic photos. These photos are not staged, but rather capture your pet being a pet in a familiar location.\r\n\r\nBut, we also know how fun it is to get dressed up and capture the memories for special occasions, like a holiday or birthday. Our Special Occasions package is more formal and includes staged costume or posed photos. These photographs are taken in the comfort of your pet’s home or a designated place of your choosing.[/vc_column_text][vc_single_image image=\"206\" img_size=\"full\"][vc_column_text]\r\n<h3>Rates</h3>\r\nThe rate for the Natural Environment package is $150 for a one-hour session. This includes five to seven digital images. Each additional pet is $25 extra.\r\n\r\nThe rate for the Special Occasion package is $250 for a one- to two-hour session. This includes two outfit changes and five to seven digital images. Each additional pet is $50 extra.\r\n\r\nThe rate for the Special Occasion Family package $350 for a one- to two-hour session. This includes your pet and members of your immediate family and three digital images. Each additional pet is $50 extra.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>Not your typical photographer! All photos by Ayshia</em>[/vc_column_text][vc_gallery thb_columns=\"small-6 large-3\" images=\"151,152,202,205,206\" img_size=\"full\"][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Pet Photography</h3>\r\nLet us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Dog Training</h3>\r\nOur pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Ftraining%2F|title:Training||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Mid-Day Dog Walking</h3>\r\nOur enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fdog-walking%2F|title:Training||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Pet Sitting</h3>\r\nWhether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fpet-sitting%2F|title:Training||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Photography','','inherit','closed','closed','','17-revision-v1','','','2020-02-21 21:09:59','2020-02-21 21:09:59','',17,'https://www.fffpetsitting.com/17-revision-v1/',0,'revision','',0),(213,1,'2020-02-24 16:42:51','2020-02-24 16:42:51','','fff-pet-sitting-photography-1','','inherit','open','closed','','fff-pet-sitting-photography-1','','','2020-02-24 16:42:51','2020-02-24 16:42:51','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-1.jpg',0,'attachment','image/jpeg',0),(214,1,'2020-02-24 16:42:55','2020-02-24 16:42:55','','fff-pet-sitting-photography-2','','inherit','open','closed','','fff-pet-sitting-photography-2','','','2020-02-24 16:42:55','2020-02-24 16:42:55','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-2.jpg',0,'attachment','image/jpeg',0),(215,1,'2020-02-24 16:42:58','2020-02-24 16:42:58','','fff-pet-sitting-photography-3','','inherit','open','closed','','fff-pet-sitting-photography-3','','','2020-02-24 16:42:58','2020-02-24 16:42:58','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-3.jpg',0,'attachment','image/jpeg',0),(216,1,'2020-02-24 16:43:02','2020-02-24 16:43:02','','fff-pet-sitting-photography-4','','inherit','open','closed','','fff-pet-sitting-photography-4','','','2020-02-24 16:43:02','2020-02-24 16:43:02','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-4.jpg',0,'attachment','image/jpeg',0),(217,1,'2020-02-24 16:43:05','2020-02-24 16:43:05','','fff-pet-sitting-photography-5','','inherit','open','closed','','fff-pet-sitting-photography-5','','','2020-02-24 16:43:05','2020-02-24 16:43:05','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-5.jpg',0,'attachment','image/jpeg',0),(218,1,'2020-02-24 16:43:09','2020-02-24 16:43:09','','fff-pet-sitting-photography-6','','inherit','open','closed','','fff-pet-sitting-photography-6','','','2020-02-24 16:43:09','2020-02-24 16:43:09','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-6.jpg',0,'attachment','image/jpeg',0),(219,1,'2020-02-24 16:43:13','2020-02-24 16:43:13','','fff-pet-sitting-photography-7','','inherit','open','closed','','fff-pet-sitting-photography-7','','','2020-02-24 16:43:13','2020-02-24 16:43:13','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-7.jpg',0,'attachment','image/jpeg',0),(220,1,'2020-02-24 16:43:18','2020-02-24 16:43:18','','fff-pet-sitting-photography-8','','inherit','open','closed','','fff-pet-sitting-photography-8','','','2020-02-24 16:43:18','2020-02-24 16:43:18','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-8.jpg',0,'attachment','image/jpeg',0),(221,1,'2020-02-24 16:43:22','2020-02-24 16:43:22','','fff-pet-sitting-photography-9','','inherit','open','closed','','fff-pet-sitting-photography-9','','','2020-02-24 16:43:22','2020-02-24 16:43:22','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-9.jpg',0,'attachment','image/jpeg',0),(222,1,'2020-02-24 16:43:26','2020-02-24 16:43:26','','fff-pet-sitting-photography-10','','inherit','open','closed','','fff-pet-sitting-photography-10','','','2020-02-24 16:43:26','2020-02-24 16:43:26','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-10.jpg',0,'attachment','image/jpeg',0),(223,1,'2020-02-24 16:43:30','2020-02-24 16:43:30','','fff-pet-sitting-photography-11','','inherit','open','closed','','fff-pet-sitting-photography-11','','','2020-02-24 16:43:30','2020-02-24 16:43:30','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-11.jpg',0,'attachment','image/jpeg',0),(224,1,'2020-02-24 16:43:35','2020-02-24 16:43:35','','fff-pet-sitting-photography-12','','inherit','open','closed','','fff-pet-sitting-photography-12','','','2020-02-24 16:43:35','2020-02-24 16:43:35','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-12.jpg',0,'attachment','image/jpeg',0),(225,1,'2020-02-24 16:43:39','2020-02-24 16:43:39','','fff-pet-sitting-photography-13','','inherit','open','closed','','fff-pet-sitting-photography-13','','','2020-02-24 16:43:39','2020-02-24 16:43:39','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-13.jpg',0,'attachment','image/jpeg',0),(226,1,'2020-02-24 16:43:42','2020-02-24 16:43:42','','fff-pet-sitting-photography-14','','inherit','open','closed','','fff-pet-sitting-photography-14','','','2020-02-24 16:43:42','2020-02-24 16:43:42','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-14.jpg',0,'attachment','image/jpeg',0),(227,1,'2020-02-24 16:43:46','2020-02-24 16:43:46','','fff-pet-sitting-photography-15','','inherit','open','closed','','fff-pet-sitting-photography-15','','','2020-02-24 16:43:46','2020-02-24 16:43:46','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-15.jpg',0,'attachment','image/jpeg',0),(228,1,'2020-02-24 16:43:50','2020-02-24 16:43:50','','fff-pet-sitting-photography-16','','inherit','open','closed','','fff-pet-sitting-photography-16','','','2020-02-24 16:43:50','2020-02-24 16:43:50','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-16.jpg',0,'attachment','image/jpeg',0),(229,1,'2020-02-24 16:43:53','2020-02-24 16:43:53','','fff-pet-sitting-photography-17','','inherit','open','closed','','fff-pet-sitting-photography-17','','','2020-02-24 16:43:53','2020-02-24 16:43:53','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-17.jpg',0,'attachment','image/jpeg',0),(230,1,'2020-02-24 16:43:59','2020-02-24 16:43:59','','fff-pet-sitting-photography-18','','inherit','open','closed','','fff-pet-sitting-photography-18','','','2020-02-24 16:43:59','2020-02-24 16:43:59','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-18.jpg',0,'attachment','image/jpeg',0),(231,1,'2020-02-24 16:44:03','2020-02-24 16:44:03','','fff-pet-sitting-photography-19','','inherit','open','closed','','fff-pet-sitting-photography-19','','','2020-02-24 16:44:03','2020-02-24 16:44:03','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-19.jpg',0,'attachment','image/jpeg',0),(232,1,'2020-02-24 16:44:07','2020-02-24 16:44:07','','fff-pet-sitting-photography-20','','inherit','open','closed','','fff-pet-sitting-photography-20','','','2020-02-24 16:44:07','2020-02-24 16:44:07','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-20.jpg',0,'attachment','image/jpeg',0),(233,1,'2020-02-24 16:44:13','2020-02-24 16:44:13','','fff-pet-sitting-photography-21','','inherit','open','closed','','fff-pet-sitting-photography-21','','','2020-02-24 16:44:13','2020-02-24 16:44:13','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-21.jpg',0,'attachment','image/jpeg',0),(234,1,'2020-02-24 16:44:17','2020-02-24 16:44:17','','fff-pet-sitting-photography-22','','inherit','open','closed','','fff-pet-sitting-photography-22','','','2020-02-24 16:44:17','2020-02-24 16:44:17','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-22.jpg',0,'attachment','image/jpeg',0),(235,1,'2020-02-24 16:44:21','2020-02-24 16:44:21','','fff-pet-sitting-photography-23','','inherit','open','closed','','fff-pet-sitting-photography-23','','','2020-02-24 16:44:21','2020-02-24 16:44:21','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-23.jpg',0,'attachment','image/jpeg',0),(236,1,'2020-02-24 16:44:25','2020-02-24 16:44:25','','fff-pet-sitting-photography-24','','inherit','open','closed','','fff-pet-sitting-photography-24','','','2020-02-24 16:44:25','2020-02-24 16:44:25','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-24.jpg',0,'attachment','image/jpeg',0),(237,1,'2020-02-24 16:44:28','2020-02-24 16:44:28','','fff-pet-sitting-photography-25','','inherit','open','closed','','fff-pet-sitting-photography-25','','','2020-02-24 16:44:28','2020-02-24 16:44:28','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-25.jpg',0,'attachment','image/jpeg',0),(238,1,'2020-02-24 16:44:32','2020-02-24 16:44:32','','fff-pet-sitting-photography-26','','inherit','open','closed','','fff-pet-sitting-photography-26','','','2020-02-24 16:44:32','2020-02-24 16:44:32','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-26.jpg',0,'attachment','image/jpeg',0),(239,1,'2020-02-24 16:44:36','2020-02-24 16:44:36','','fff-pet-sitting-photography-27','','inherit','open','closed','','fff-pet-sitting-photography-27','','','2020-02-24 16:44:36','2020-02-24 16:44:36','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-27.jpg',0,'attachment','image/jpeg',0),(240,1,'2020-02-24 16:44:40','2020-02-24 16:44:40','','fff-pet-sitting-photography-28','','inherit','open','closed','','fff-pet-sitting-photography-28','','','2020-02-24 16:44:40','2020-02-24 16:44:40','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-28.jpg',0,'attachment','image/jpeg',0),(241,1,'2020-02-24 16:44:46','2020-02-24 16:44:46','','fff-pet-sitting-photography-29','','inherit','open','closed','','fff-pet-sitting-photography-29','','','2020-02-24 16:44:46','2020-02-24 16:44:46','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-29.jpg',0,'attachment','image/jpeg',0),(242,1,'2020-02-24 16:44:50','2020-02-24 16:44:50','','fff-pet-sitting-photography-30','','inherit','open','closed','','fff-pet-sitting-photography-30','','','2020-02-24 16:44:50','2020-02-24 16:44:50','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-30.jpg',0,'attachment','image/jpeg',0),(243,1,'2020-02-24 16:44:55','2020-02-24 16:44:55','','fff-pet-sitting-photography-31','','inherit','open','closed','','fff-pet-sitting-photography-31','','','2020-02-24 16:44:55','2020-02-24 16:44:55','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-31.jpg',0,'attachment','image/jpeg',0),(244,1,'2020-02-24 16:44:59','2020-02-24 16:44:59','','fff-pet-sitting-photography-32','','inherit','open','closed','','fff-pet-sitting-photography-32','','','2020-02-24 16:44:59','2020-02-24 16:44:59','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-32.jpg',0,'attachment','image/jpeg',0),(245,1,'2020-02-24 16:45:03','2020-02-24 16:45:03','','fff-pet-sitting-photography-33','','inherit','open','closed','','fff-pet-sitting-photography-33','','','2020-02-24 16:45:03','2020-02-24 16:45:03','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-33.jpg',0,'attachment','image/jpeg',0),(246,1,'2020-02-24 16:45:07','2020-02-24 16:45:07','','fff-pet-sitting-photography-34','','inherit','open','closed','','fff-pet-sitting-photography-34','','','2020-02-24 16:45:07','2020-02-24 16:45:07','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-34.jpg',0,'attachment','image/jpeg',0),(247,1,'2020-02-24 16:45:11','2020-02-24 16:45:11','','fff-pet-sitting-photography-35','','inherit','open','closed','','fff-pet-sitting-photography-35','','','2020-02-24 16:45:11','2020-02-24 16:45:11','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-35.jpg',0,'attachment','image/jpeg',0),(248,1,'2020-02-24 16:45:15','2020-02-24 16:45:15','','fff-pet-sitting-photography-36','','inherit','open','closed','','fff-pet-sitting-photography-36','','','2020-02-24 16:45:15','2020-02-24 16:45:15','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-36.jpg',0,'attachment','image/jpeg',0),(249,1,'2020-02-24 16:45:18','2020-02-24 16:45:18','','fff-pet-sitting-photography-37','','inherit','open','closed','','fff-pet-sitting-photography-37','','','2020-02-24 16:45:18','2020-02-24 16:45:18','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-37.jpg',0,'attachment','image/jpeg',0),(250,1,'2020-02-24 16:45:22','2020-02-24 16:45:22','','fff-pet-sitting-photography-38','','inherit','open','closed','','fff-pet-sitting-photography-38','','','2020-02-24 16:45:22','2020-02-24 16:45:22','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-38.jpg',0,'attachment','image/jpeg',0),(251,1,'2020-02-24 16:45:26','2020-02-24 16:45:26','','fff-pet-sitting-photography-39','','inherit','open','closed','','fff-pet-sitting-photography-39','','','2020-02-24 16:45:26','2020-02-24 16:45:26','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-39.jpg',0,'attachment','image/jpeg',0),(252,1,'2020-02-24 16:45:30','2020-02-24 16:45:30','','fff-pet-sitting-photography-40','','inherit','open','closed','','fff-pet-sitting-photography-40','','','2020-02-24 16:45:30','2020-02-24 16:45:30','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-40.jpg',0,'attachment','image/jpeg',0),(253,1,'2020-02-24 16:45:34','2020-02-24 16:45:34','','fff-pet-sitting-photography-41','','inherit','open','closed','','fff-pet-sitting-photography-41','','','2020-02-24 16:45:34','2020-02-24 16:45:34','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-41.jpg',0,'attachment','image/jpeg',0),(254,1,'2020-02-24 16:45:41','2020-02-24 16:45:41','','fff-pet-sitting-photography-42','','inherit','open','closed','','fff-pet-sitting-photography-42','','','2020-02-24 16:45:41','2020-02-24 16:45:41','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-42.jpg',0,'attachment','image/jpeg',0),(255,1,'2020-02-24 16:45:45','2020-02-24 16:45:45','','fff-pet-sitting-photography-43','','inherit','open','closed','','fff-pet-sitting-photography-43','','','2020-02-24 16:45:45','2020-02-24 16:45:45','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-43.jpg',0,'attachment','image/jpeg',0),(256,1,'2020-02-24 16:45:49','2020-02-24 16:45:49','','fff-pet-sitting-photography-44','','inherit','open','closed','','fff-pet-sitting-photography-44','','','2020-02-24 16:45:49','2020-02-24 16:45:49','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-44.jpg',0,'attachment','image/jpeg',0),(257,1,'2020-02-24 16:45:53','2020-02-24 16:45:53','','fff-pet-sitting-photography-45','','inherit','open','closed','','fff-pet-sitting-photography-45','','','2020-02-24 16:45:53','2020-02-24 16:45:53','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-45.jpg',0,'attachment','image/jpeg',0),(258,1,'2020-02-24 16:45:57','2020-02-24 16:45:57','','fff-pet-sitting-photography-46','','inherit','open','closed','','fff-pet-sitting-photography-46','','','2020-02-24 16:45:57','2020-02-24 16:45:57','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-46.jpg',0,'attachment','image/jpeg',0),(259,1,'2020-02-24 16:46:03','2020-02-24 16:46:03','','fff-pet-sitting-photography-47','','inherit','open','closed','','fff-pet-sitting-photography-47','','','2020-02-24 16:46:03','2020-02-24 16:46:03','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-47.jpg',0,'attachment','image/jpeg',0),(260,1,'2020-02-24 16:46:07','2020-02-24 16:46:07','','fff-pet-sitting-photography-48','','inherit','open','closed','','fff-pet-sitting-photography-48','','','2020-02-24 16:46:07','2020-02-24 16:46:07','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-48.jpg',0,'attachment','image/jpeg',0),(261,1,'2020-02-24 16:46:11','2020-02-24 16:46:11','','fff-pet-sitting-photography-49','','inherit','open','closed','','fff-pet-sitting-photography-49','','','2020-02-24 16:46:11','2020-02-24 16:46:11','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-49.jpg',0,'attachment','image/jpeg',0),(262,1,'2020-02-24 16:46:15','2020-02-24 16:46:15','','fff-pet-sitting-photography-50','','inherit','open','closed','','fff-pet-sitting-photography-50','','','2020-02-24 16:46:15','2020-02-24 16:46:15','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-50.jpg',0,'attachment','image/jpeg',0),(263,1,'2020-02-24 16:46:18','2020-02-24 16:46:18','','fff-pet-sitting-photography-51','','inherit','open','closed','','fff-pet-sitting-photography-51','','','2020-02-24 16:46:18','2020-02-24 16:46:18','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-51.jpg',0,'attachment','image/jpeg',0),(264,1,'2020-02-24 16:46:22','2020-02-24 16:46:22','','fff-pet-sitting-photography-52','','inherit','open','closed','','fff-pet-sitting-photography-52','','','2020-02-24 16:46:22','2020-02-24 16:46:22','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-52.jpg',0,'attachment','image/jpeg',0),(265,1,'2020-02-24 16:46:26','2020-02-24 16:46:26','','fff-pet-sitting-photography-53','','inherit','open','closed','','fff-pet-sitting-photography-53','','','2020-02-24 16:46:26','2020-02-24 16:46:26','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-53.jpg',0,'attachment','image/jpeg',0),(266,1,'2020-02-24 16:46:30','2020-02-24 16:46:30','','fff-pet-sitting-photography-54','','inherit','open','closed','','fff-pet-sitting-photography-54','','','2020-02-24 16:46:30','2020-02-24 16:46:30','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-54.jpg',0,'attachment','image/jpeg',0),(267,1,'2020-02-24 16:46:37','2020-02-24 16:46:37','','fff-pet-sitting-photography-55','','inherit','open','closed','','fff-pet-sitting-photography-55','','','2020-02-24 16:46:37','2020-02-24 16:46:37','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-55.jpg',0,'attachment','image/jpeg',0),(268,1,'2020-02-24 16:46:41','2020-02-24 16:46:41','','fff-pet-sitting-photography-56','','inherit','open','closed','','fff-pet-sitting-photography-56','','','2020-02-24 16:46:41','2020-02-24 16:46:41','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-56.jpg',0,'attachment','image/jpeg',0),(269,1,'2020-02-24 16:46:45','2020-02-24 16:46:45','','fff-pet-sitting-photography-57','','inherit','open','closed','','fff-pet-sitting-photography-57','','','2020-02-24 16:46:45','2020-02-24 16:46:45','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-57.jpg',0,'attachment','image/jpeg',0),(270,1,'2020-02-24 16:46:48','2020-02-24 16:46:48','','fff-pet-sitting-photography-58','','inherit','open','closed','','fff-pet-sitting-photography-58','','','2020-02-24 16:46:48','2020-02-24 16:46:48','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-58.jpg',0,'attachment','image/jpeg',0),(271,1,'2020-02-24 16:46:52','2020-02-24 16:46:52','','fff-pet-sitting-photography-59','','inherit','open','closed','','fff-pet-sitting-photography-59','','','2020-02-24 16:46:52','2020-02-24 16:46:52','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-59.jpg',0,'attachment','image/jpeg',0),(272,1,'2020-02-24 16:46:55','2020-02-24 16:46:55','','fff-pet-sitting-photography-60','','inherit','open','closed','','fff-pet-sitting-photography-60','','','2020-02-24 16:46:55','2020-02-24 16:46:55','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-60.jpg',0,'attachment','image/jpeg',0),(273,1,'2020-02-24 16:46:59','2020-02-24 16:46:59','','fff-pet-sitting-photography-61','','inherit','open','closed','','fff-pet-sitting-photography-61','','','2020-02-24 16:46:59','2020-02-24 16:46:59','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-61.jpg',0,'attachment','image/jpeg',0),(274,1,'2020-02-24 16:47:03','2020-02-24 16:47:03','','fff-pet-sitting-photography-62','','inherit','open','closed','','fff-pet-sitting-photography-62','','','2020-02-24 16:47:03','2020-02-24 16:47:03','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-62.jpg',0,'attachment','image/jpeg',0),(275,1,'2020-02-24 16:47:07','2020-02-24 16:47:07','','fff-pet-sitting-photography-63','','inherit','open','closed','','fff-pet-sitting-photography-63','','','2020-02-24 16:47:07','2020-02-24 16:47:07','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-63.jpg',0,'attachment','image/jpeg',0),(276,1,'2020-02-24 16:47:11','2020-02-24 16:47:11','','fff-pet-sitting-photography-64','','inherit','open','closed','','fff-pet-sitting-photography-64','','','2020-02-24 16:47:11','2020-02-24 16:47:11','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-64.jpg',0,'attachment','image/jpeg',0),(277,1,'2020-02-24 16:47:15','2020-02-24 16:47:15','','fff-pet-sitting-photography-65','','inherit','open','closed','','fff-pet-sitting-photography-65','','','2020-02-24 16:47:15','2020-02-24 16:47:15','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-65.jpg',0,'attachment','image/jpeg',0),(278,1,'2020-02-24 16:47:19','2020-02-24 16:47:19','','fff-pet-sitting-photography-66','','inherit','open','closed','','fff-pet-sitting-photography-66','','','2020-02-24 16:47:19','2020-02-24 16:47:19','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-66.jpg',0,'attachment','image/jpeg',0),(279,1,'2020-02-24 16:47:23','2020-02-24 16:47:23','','fff-pet-sitting-photography-67','','inherit','open','closed','','fff-pet-sitting-photography-67','','','2020-02-24 16:47:23','2020-02-24 16:47:23','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-67.jpg',0,'attachment','image/jpeg',0),(280,1,'2020-02-24 16:47:27','2020-02-24 16:47:27','','fff-pet-sitting-photography-68','','inherit','open','closed','','fff-pet-sitting-photography-68','','','2020-02-24 16:47:27','2020-02-24 16:47:27','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-68.jpg',0,'attachment','image/jpeg',0),(281,1,'2020-02-24 16:47:30','2020-02-24 16:47:30','','fff-pet-sitting-photography-69','','inherit','open','closed','','fff-pet-sitting-photography-69','','','2020-02-24 16:47:30','2020-02-24 16:47:30','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-69.jpg',0,'attachment','image/jpeg',0),(282,1,'2020-02-24 16:47:34','2020-02-24 16:47:34','','fff-pet-sitting-photography-70','','inherit','open','closed','','fff-pet-sitting-photography-70','','','2020-02-24 16:47:34','2020-02-24 16:47:34','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-70.jpg',0,'attachment','image/jpeg',0),(283,1,'2020-02-24 16:47:38','2020-02-24 16:47:38','','fff-pet-sitting-photography-71','','inherit','open','closed','','fff-pet-sitting-photography-71','','','2020-02-24 16:47:38','2020-02-24 16:47:38','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-71.jpg',0,'attachment','image/jpeg',0),(284,1,'2020-02-24 16:47:42','2020-02-24 16:47:42','','fff-pet-sitting-photography-72','','inherit','open','closed','','fff-pet-sitting-photography-72','','','2020-02-24 16:47:42','2020-02-24 16:47:42','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-72.jpg',0,'attachment','image/jpeg',0),(285,1,'2020-02-24 16:47:47','2020-02-24 16:47:47','','fff-pet-sitting-photography-73','','inherit','open','closed','','fff-pet-sitting-photography-73','','','2020-02-24 16:47:47','2020-02-24 16:47:47','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-73.jpg',0,'attachment','image/jpeg',0),(286,1,'2020-02-24 16:47:51','2020-02-24 16:47:51','','fff-pet-sitting-photography-74','','inherit','open','closed','','fff-pet-sitting-photography-74','','','2020-02-24 16:47:51','2020-02-24 16:47:51','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-74.jpg',0,'attachment','image/jpeg',0),(287,1,'2020-02-24 16:47:54','2020-02-24 16:47:54','','fff-pet-sitting-photography-75','','inherit','open','closed','','fff-pet-sitting-photography-75','','','2020-02-24 16:47:54','2020-02-24 16:47:54','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-75.jpg',0,'attachment','image/jpeg',0),(288,1,'2020-02-24 16:47:57','2020-02-24 16:47:57','','fff-pet-sitting-photography-76','','inherit','open','closed','','fff-pet-sitting-photography-76','','','2020-02-24 16:47:57','2020-02-24 16:47:57','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-76.jpg',0,'attachment','image/jpeg',0),(289,1,'2020-02-24 16:48:01','2020-02-24 16:48:01','','fff-pet-sitting-photography-77','','inherit','open','closed','','fff-pet-sitting-photography-77','','','2020-02-24 16:48:01','2020-02-24 16:48:01','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-77.jpg',0,'attachment','image/jpeg',0),(290,1,'2020-02-24 16:48:06','2020-02-24 16:48:06','','fff-pet-sitting-photography-78','','inherit','open','closed','','fff-pet-sitting-photography-78','','','2020-02-24 16:48:06','2020-02-24 16:48:06','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-78.jpg',0,'attachment','image/jpeg',0),(291,1,'2020-02-24 16:48:10','2020-02-24 16:48:10','','fff-pet-sitting-photography-79','','inherit','open','closed','','fff-pet-sitting-photography-79','','','2020-02-24 16:48:10','2020-02-24 16:48:10','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-79.jpg',0,'attachment','image/jpeg',0),(292,1,'2020-02-24 16:48:13','2020-02-24 16:48:13','','fff-pet-sitting-photography-80','','inherit','open','closed','','fff-pet-sitting-photography-80','','','2020-02-24 16:48:13','2020-02-24 16:48:13','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-80.jpg',0,'attachment','image/jpeg',0),(293,1,'2020-02-24 16:48:17','2020-02-24 16:48:17','','fff-pet-sitting-photography-81','','inherit','open','closed','','fff-pet-sitting-photography-81','','','2020-02-24 16:48:17','2020-02-24 16:48:17','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-81.jpg',0,'attachment','image/jpeg',0),(294,1,'2020-02-24 16:48:20','2020-02-24 16:48:20','','fff-pet-sitting-photography-82','','inherit','open','closed','','fff-pet-sitting-photography-82','','','2020-02-24 16:48:20','2020-02-24 16:48:20','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-82.jpg',0,'attachment','image/jpeg',0),(295,1,'2020-02-24 16:48:24','2020-02-24 16:48:24','','fff-pet-sitting-photography-83','','inherit','open','closed','','fff-pet-sitting-photography-83','','','2020-02-24 16:48:24','2020-02-24 16:48:24','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-83.jpg',0,'attachment','image/jpeg',0),(296,1,'2020-02-24 16:48:29','2020-02-24 16:48:29','','fff-pet-sitting-photography-84','','inherit','open','closed','','fff-pet-sitting-photography-84','','','2020-02-24 16:48:29','2020-02-24 16:48:29','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-84.jpg',0,'attachment','image/jpeg',0),(297,1,'2020-02-24 16:48:33','2020-02-24 16:48:33','','fff-pet-sitting-photography-85','','inherit','open','closed','','fff-pet-sitting-photography-85','','','2020-02-24 16:48:33','2020-02-24 16:48:33','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-85.jpg',0,'attachment','image/jpeg',0),(298,1,'2020-02-24 16:48:37','2020-02-24 16:48:37','','fff-pet-sitting-photography-86','','inherit','open','closed','','fff-pet-sitting-photography-86','','','2020-02-24 16:48:37','2020-02-24 16:48:37','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-86.jpg',0,'attachment','image/jpeg',0),(299,1,'2020-02-24 16:48:41','2020-02-24 16:48:41','','fff-pet-sitting-photography-87','','inherit','open','closed','','fff-pet-sitting-photography-87','','','2020-02-24 16:48:41','2020-02-24 16:48:41','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-87.jpg',0,'attachment','image/jpeg',0),(300,1,'2020-02-24 16:48:45','2020-02-24 16:48:45','','fff-pet-sitting-photography-88','','inherit','open','closed','','fff-pet-sitting-photography-88','','','2020-02-24 16:48:45','2020-02-24 16:48:45','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-88.jpg',0,'attachment','image/jpeg',0),(301,1,'2020-02-24 16:48:49','2020-02-24 16:48:49','','fff-pet-sitting-photography-89','','inherit','open','closed','','fff-pet-sitting-photography-89','','','2020-02-24 16:48:49','2020-02-24 16:48:49','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-89.jpg',0,'attachment','image/jpeg',0),(302,1,'2020-02-24 16:48:53','2020-02-24 16:48:53','','fff-pet-sitting-photography-90','','inherit','open','closed','','fff-pet-sitting-photography-90','','','2020-02-24 16:48:53','2020-02-24 16:48:53','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-90.jpg',0,'attachment','image/jpeg',0),(303,1,'2020-02-24 16:48:57','2020-02-24 16:48:57','','fff-pet-sitting-photography-91','','inherit','open','closed','','fff-pet-sitting-photography-91','','','2020-02-24 16:48:57','2020-02-24 16:48:57','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-91.jpg',0,'attachment','image/jpeg',0),(304,1,'2020-02-24 16:49:01','2020-02-24 16:49:01','','fff-pet-sitting-photography-92','','inherit','open','closed','','fff-pet-sitting-photography-92','','','2020-02-24 16:49:01','2020-02-24 16:49:01','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-92.jpg',0,'attachment','image/jpeg',0),(305,1,'2020-02-24 16:49:04','2020-02-24 16:49:04','','fff-pet-sitting-photography-93','','inherit','open','closed','','fff-pet-sitting-photography-93','','','2020-02-24 16:49:04','2020-02-24 16:49:04','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-93.jpg',0,'attachment','image/jpeg',0),(306,1,'2020-02-24 16:49:08','2020-02-24 16:49:08','','fff-pet-sitting-photography-94','','inherit','open','closed','','fff-pet-sitting-photography-94','','','2020-02-24 16:49:08','2020-02-24 16:49:08','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-94.jpg',0,'attachment','image/jpeg',0),(307,1,'2020-02-24 16:49:12','2020-02-24 16:49:12','','fff-pet-sitting-photography-95','','inherit','open','closed','','fff-pet-sitting-photography-95','','','2020-02-24 16:49:12','2020-02-24 16:49:12','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-95.jpg',0,'attachment','image/jpeg',0),(308,1,'2020-02-24 16:49:16','2020-02-24 16:49:16','','fff-pet-sitting-photography-96','','inherit','open','closed','','fff-pet-sitting-photography-96','','','2020-02-24 16:49:16','2020-02-24 16:49:16','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-96.jpg',0,'attachment','image/jpeg',0),(309,1,'2020-02-24 16:49:20','2020-02-24 16:49:20','','fff-pet-sitting-photography-97','','inherit','open','closed','','fff-pet-sitting-photography-97','','','2020-02-24 16:49:20','2020-02-24 16:49:20','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-97.jpg',0,'attachment','image/jpeg',0),(310,1,'2020-02-24 16:49:25','2020-02-24 16:49:25','','fff-pet-sitting-photography-98','','inherit','open','closed','','fff-pet-sitting-photography-98','','','2020-02-24 16:49:25','2020-02-24 16:49:25','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-98.jpg',0,'attachment','image/jpeg',0),(311,1,'2020-02-24 16:49:29','2020-02-24 16:49:29','','fff-pet-sitting-photography-99','','inherit','open','closed','','fff-pet-sitting-photography-99','','','2020-02-24 16:49:29','2020-02-24 16:49:29','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-99.jpg',0,'attachment','image/jpeg',0),(312,1,'2020-02-24 16:49:33','2020-02-24 16:49:33','','fff-pet-sitting-photography-100','','inherit','open','closed','','fff-pet-sitting-photography-100','','','2020-02-24 16:49:33','2020-02-24 16:49:33','',5,'https://www.fffpetsitting.com/wp-content/uploads/fff-pet-sitting-photography-100.jpg',0,'attachment','image/jpeg',0),(313,1,'2020-02-24 16:57:35','2020-02-24 16:57:35','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Pet Photography</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>The mood and personality of your pet captured by a fellow pet lover is priceless. That is why Fur, Fins & Feathers offers pet photography.</h2>\r\nWe were inspired to offer this service based on the positive feedback clients gave on the photos sent with their pet reports. Our passion is to portray your pet’s character through photographs.\r\n\r\nWe offer two packages: Natural Environment and Special Occasions. For the Natural Environment shoots, our photographer will observe your pet and wait for opportunities to take organic photos. These photos are not staged, but rather capture your pet being a pet in a familiar location.\r\n\r\nBut, we also know how fun it is to get dressed up and capture the memories for special occasions, like a holiday or birthday. Our Special Occasions package is more formal and includes staged costume or posed photos. These photographs are taken in the comfort of your pet’s home or a designated place of your choosing.[/vc_column_text][vc_single_image image=\"206\" img_size=\"full\"][vc_column_text]\r\n<h3>Rates</h3>\r\nThe rate for the Natural Environment package is $150 for a one-hour session. This includes five to seven digital images. Each additional pet is $25 extra.\r\n\r\nThe rate for the Special Occasion package is $250 for a one- to two-hour session. This includes two outfit changes and five to seven digital images. Each additional pet is $50 extra.\r\n\r\nThe rate for the Special Occasion Family package $350 for a one- to two-hour session. This includes your pet and members of your immediate family and three digital images. Each additional pet is $50 extra.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>Not your typical photographer! All photos by Ayshia</em>[/vc_column_text][vc_gallery thb_columns=\"small-6 large-3\" images=\"151,152,202,205,206\" img_size=\"full\"][vc_column_text][unitegallery photography][/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Pet Photography</h3>\r\nLet us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Dog Training</h3>\r\nOur pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Ftraining%2F|title:Training||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Mid-Day Dog Walking</h3>\r\nOur enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fdog-walking%2F|title:Training||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Pet Sitting</h3>\r\nWhether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fpet-sitting%2F|title:Training||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Photography','','inherit','closed','closed','','17-revision-v1','','','2020-02-24 16:57:35','2020-02-24 16:57:35','',17,'https://www.fffpetsitting.com/17-revision-v1/',0,'revision','',0),(314,1,'2020-02-24 16:58:26','2020-02-24 16:58:26','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Pet Photography</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>The mood and personality of your pet captured by a fellow pet lover is priceless. That is why Fur, Fins & Feathers offers pet photography.</h2>\r\nWe were inspired to offer this service based on the positive feedback clients gave on the photos sent with their pet reports. Our passion is to portray your pet’s character through photographs.\r\n\r\nWe offer two packages: Natural Environment and Special Occasions. For the Natural Environment shoots, our photographer will observe your pet and wait for opportunities to take organic photos. These photos are not staged, but rather capture your pet being a pet in a familiar location.\r\n\r\nBut, we also know how fun it is to get dressed up and capture the memories for special occasions, like a holiday or birthday. Our Special Occasions package is more formal and includes staged costume or posed photos. These photographs are taken in the comfort of your pet’s home or a designated place of your choosing.[/vc_column_text][vc_single_image image=\"206\" img_size=\"full\"][vc_column_text]\r\n<h3>Rates</h3>\r\nThe rate for the Natural Environment package is $150 for a one-hour session. This includes five to seven digital images. Each additional pet is $25 extra.\r\n\r\nThe rate for the Special Occasion package is $250 for a one- to two-hour session. This includes two outfit changes and five to seven digital images. Each additional pet is $50 extra.\r\n\r\nThe rate for the Special Occasion Family package $350 for a one- to two-hour session. This includes your pet and members of your immediate family and three digital images. Each additional pet is $50 extra.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>Not your typical photographer! All photos by Ayshia</em>[/vc_column_text][vc_column_text][unitegallery photography][/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Pet Photography</h3>\r\nLet us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Dog Training</h3>\r\nOur pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Ftraining%2F|title:Training||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Mid-Day Dog Walking</h3>\r\nOur enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fdog-walking%2F|title:Training||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Pet Sitting</h3>\r\nWhether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fpet-sitting%2F|title:Training||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Photography','','inherit','closed','closed','','17-revision-v1','','','2020-02-24 16:58:26','2020-02-24 16:58:26','',17,'https://www.fffpetsitting.com/17-revision-v1/',0,'revision','',0),(315,1,'2020-02-25 19:18:58','2020-02-25 19:18:58','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Rates</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Dog Walking</h2>\r\n[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"Number of Dogs\r\n1\r\n2-3\r\n4+\" column_2_content=\"Price/visit\r\n$19.00\r\n$21.00\r\n$28.00\" extra_class=\"rate-row\"][vc_empty_space height=\"40px\"][vc_column_text]\r\n<h2>Pet Sitting</h2>\r\n[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"Number of Pets\r\n1\r\n2-3\r\n4+\" column_2_content=\"Price/visit\r\n$21.00\r\n$23.00\r\n$30.00\" extra_class=\"rate-row\"][vc_empty_space height=\"40px\"][vc_column_text]\r\n<h2>House Sitting / Bed & Breakfast</h2>\r\n[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"Number of Pets\r\n1\r\n2-4\r\n5+\" column_2_content=\"Price/day\r\n$77.00\r\n$85.00\r\n$105.00\" extra_class=\"rate-row\"][vc_empty_space height=\"40px\"][vc_column_text]\r\n<h2>Dog Training</h2>\r\n[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"6-12 week sessions\" column_2_content=\"45-60 min - $50.00\" extra_class=\"rate-row\"][vc_empty_space height=\"40px\"][vc_column_text]\r\n<h2>Pet Photography</h2>\r\n[/vc_column_text][vc_column_text]<strong>Natural Environment Package</strong>[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"1-hour session\r\nAdditional Pet\" column_2_content=\"$150.00\r\n$25.00\" extra_class=\"rate-row\"][vc_empty_space height=\"40px\"][vc_column_text]<strong>Special Occasion Package</strong>[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"1-2 hour session\r\nAdditional Pet\" column_2_content=\"$250.00\r\n$50.00\" extra_class=\"rate-row\"][vc_empty_space height=\"40px\"][vc_column_text]<strong>Pet & Family Package</strong>[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"1-2 hour session\r\nAdditional Pet\" column_2_content=\"$350.00\r\n$50.00\" extra_class=\"rate-row\"][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Service Title</h3>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Rates','','inherit','closed','closed','','25-revision-v1','','','2020-02-25 19:18:58','2020-02-25 19:18:58','',25,'https://www.fffpetsitting.com/25-revision-v1/',0,'revision','',0),(316,1,'2020-02-25 19:50:49','2020-02-25 19:50:49','[vc_row thb_full_width=\"true\" el_id=\"hero\" css=\".vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">The Leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland!</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and dependable service to your pets for over 30 years.</h2>\r\n[/vc_column_text][vc_btn title=\"Our Company\" el_id=\"stroke-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fabout-us%2F|title:About%20Us||\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row el_id=\"section-1\"][vc_column width=\"1/2\"][thb_fancybox thb_text_alignment=\"thb-center\" height=\"400px\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fdog-walking%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(55,130,209,0.8)\" bg_gradient2=\"rgba(66,145,216,0.8)\" image=\"152\" extra_class=\"top-block\"]\r\n<h2>Mid-Day Dog Walking</h2>\r\n[/thb_fancybox][vc_column_text]Our enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][thb_fancybox thb_text_alignment=\"thb-center\" height=\"400px\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fpet-sitting%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(55,130,209,0.8)\" bg_gradient2=\"rgba(66,145,216,0.8)\" image=\"173\" extra_class=\"top-block\"]\r\n<h2>Pet Sitting</h2>\r\n[/thb_fancybox][vc_column_text]Whether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-2\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Our Professional Pet Care Services Available In:</h2>\r\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Potomac, Rockville, Silver Spring and Wheaton</p>\r\n<p style=\"text-align: center;\">More Locations Coming Soon!</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-3\"][vc_column width=\"1/3\"][thb_image image=\"171\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fhouse-sitting%2F|title:House%20Sitting||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/house-sitting/\">House Sitting or Bed & Breakfast</a></h3>\r\nLet us pamper your pet in a warm setting of one of our caring pet sitter’s home or you can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"64\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Ftraining%2F|title:Training||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/training/\">Training</a></h3>\r\nOur pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"63\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fphotography%2F|title:Photography||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/photography/\">Photography</a></h3>\r\nLet us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][/vc_column][/vc_row][vc_row thb_full_width=\"true\" content_placement=\"middle\" el_id=\"section-4\" css=\".vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Clients who use our services are paired with pet caregivers who are professional, trustworthy and of integrity.</h2>\r\n<p style=\"text-align: center;\">Our highly experienced dog walkers and pet sitters are bonded and insured. In addition, we require background checks to provide an extra layer of safety for our clients and their precious pets.</p>\r\n<p style=\"text-align: center;\">Check Our Social Media for Current Specials!</p>\r\n[/vc_column_text][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','6-revision-v1','','','2020-02-25 19:50:49','2020-02-25 19:50:49','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(317,1,'2020-02-25 19:59:22','2020-02-25 19:59:22','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Schedule a Service</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Our Secure System makes Booking a Service Safe and Simple.</h2>\r\nThank you for your interest and the opportunity to provide pet care services to you and your lovable pet(s).[/vc_column_text][gravityform id=\"2\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Contact Us</h3>\r\nNeed more information or have comments or concerns, we’d love to hear from you!\r\n\r\n301-840-1989[/vc_column_text][vc_btn title=\"Get in touch\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fcontact%2F|title:Contact||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Schedule a Service','','inherit','closed','closed','','95-revision-v1','','','2020-02-25 19:59:22','2020-02-25 19:59:22','',95,'https://www.fffpetsitting.com/95-revision-v1/',0,'revision','',0),(318,1,'2020-02-25 20:00:07','2020-02-25 20:00:07','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Employment</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Online Application</h2>\r\n[/vc_column_text][gravityform id=\"3\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Contact Us</h3>\r\nNeed more information or have comments or concerns, we’d love to hear from you!\r\n\r\n301-840-1989[/vc_column_text][vc_btn title=\"Get in touch\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fcontact%2F|title:Contact||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Employment','','inherit','closed','closed','','27-revision-v1','','','2020-02-25 20:00:07','2020-02-25 20:00:07','',27,'https://www.fffpetsitting.com/27-revision-v1/',0,'revision','',0),(319,1,'2020-02-25 20:09:24','2020-02-25 20:09:24','[vc_row thb_full_width=\"true\" el_id=\"hero\" css=\".vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">The Leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland!</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and dependable service to your pets for over 30 years.</h2>\r\n[/vc_column_text][vc_btn title=\"Our Company\" el_id=\"stroke-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fabout-us%2F|title:About%20Us||\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row el_id=\"section-1\"][vc_column width=\"1/2\"][thb_fancybox thb_text_alignment=\"thb-center\" height=\"400px\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fdog-walking%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(55,130,209,0.8)\" bg_gradient2=\"rgba(66,145,216,0.8)\" image=\"152\" extra_class=\"top-block\"][/thb_fancybox][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/dog-walking/\">Mid-Day Dog Walking</a></h3>\r\nOur enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][thb_fancybox thb_text_alignment=\"thb-center\" height=\"400px\" animation=\"animation fade-in\" thb_text_color=\"fancy-light\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fpet-sitting%2F|title:LEARN%20MORE||\" bg_gradient1=\"rgba(55,130,209,0.8)\" bg_gradient2=\"rgba(66,145,216,0.8)\" image=\"173\" extra_class=\"top-block\"][/thb_fancybox][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/pet-sitting/\">Pet Sitting</a></h3>\r\nWhether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-2\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Our Professional Pet Care Services Available In:</h2>\r\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Potomac, Rockville, Silver Spring and Wheaton</p>\r\n<p style=\"text-align: center;\">More Locations Coming Soon!</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-3\"][vc_column width=\"1/3\"][thb_image image=\"171\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fhouse-sitting%2F|title:House%20Sitting||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/house-sitting/\">House Sitting or Bed & Breakfast</a></h3>\r\nLet us pamper your pet in a warm setting of one of our caring pet sitter’s home or you can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"64\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Ftraining%2F|title:Training||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/training/\">Training</a></h3>\r\nOur pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"63\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fphotography%2F|title:Photography||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/photography/\">Photography</a></h3>\r\nLet us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][/vc_column][/vc_row][vc_row thb_full_width=\"true\" content_placement=\"middle\" el_id=\"section-4\" css=\".vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Clients who use our services are paired with pet caregivers who are professional, trustworthy and of integrity.</h2>\r\n<p style=\"text-align: center;\">Our highly experienced dog walkers and pet sitters are bonded and insured. In addition, we require background checks to provide an extra layer of safety for our clients and their precious pets.</p>\r\n<p style=\"text-align: center;\">Check Our Social Media for Current Specials!</p>\r\n[/vc_column_text][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','6-revision-v1','','','2020-02-25 20:09:24','2020-02-25 20:09:24','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(320,1,'2020-02-25 20:11:20','2020-02-25 20:11:20','[vc_row thb_full_width=\"true\" el_id=\"hero\" css=\".vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">The Leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland!</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and dependable service to your pets for over 30 years.</h2>\r\n[/vc_column_text][vc_btn title=\"Our Company\" el_id=\"stroke-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fabout-us%2F|title:About%20Us||\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row el_id=\"section-1\"][vc_column width=\"1/2\"][thb_image image=\"56\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fhouse-sitting%2F|title:House%20Sitting||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/dog-walking/\">Mid-Day Dog Walking</a></h3>\r\nOur enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][thb_image image=\"173\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fhouse-sitting%2F|title:House%20Sitting||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/pet-sitting/\">Pet Sitting</a></h3>\r\nWhether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-2\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Our Professional Pet Care Services Available In:</h2>\r\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Potomac, Rockville, Silver Spring and Wheaton</p>\r\n<p style=\"text-align: center;\">More Locations Coming Soon!</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-3\"][vc_column width=\"1/3\"][thb_image image=\"171\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fhouse-sitting%2F|title:House%20Sitting||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/house-sitting/\">House Sitting or Bed & Breakfast</a></h3>\r\nLet us pamper your pet in a warm setting of one of our caring pet sitter’s home or you can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"64\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Ftraining%2F|title:Training||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/training/\">Training</a></h3>\r\nOur pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"63\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fphotography%2F|title:Photography||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/photography/\">Photography</a></h3>\r\nLet us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][/vc_column][/vc_row][vc_row thb_full_width=\"true\" content_placement=\"middle\" el_id=\"section-4\" css=\".vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Clients who use our services are paired with pet caregivers who are professional, trustworthy and of integrity.</h2>\r\n<p style=\"text-align: center;\">Our highly experienced dog walkers and pet sitters are bonded and insured. In addition, we require background checks to provide an extra layer of safety for our clients and their precious pets.</p>\r\n<p style=\"text-align: center;\">Check Our Social Media for Current Specials!</p>\r\n[/vc_column_text][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','6-revision-v1','','','2020-02-25 20:11:20','2020-02-25 20:11:20','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(321,1,'2020-02-26 21:25:08','2020-02-26 21:25:08','<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->','Hello world!','','inherit','closed','closed','','1-revision-v1','','','2020-02-26 21:25:08','2020-02-26 21:25:08','',1,'https://www.fffpetsitting.com/1-revision-v1/',0,'revision','',0),(323,1,'2020-02-26 21:46:59','2020-02-26 21:46:59','[vc_row thb_full_width=\"true\" el_id=\"hero\" css=\".vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">The Leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland!</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and dependable service to your pets for over 30 years.</h2>\r\n[/vc_column_text][vc_btn title=\"Our Company\" el_id=\"stroke-btn\" link=\"url:%2Fabout-us%2F|title:About%20Us||\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row el_id=\"section-1\"][vc_column width=\"1/2\"][thb_image image=\"56\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fhouse-sitting%2F|title:House%20Sitting||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/dog-walking/\">Mid-Day Dog Walking</a></h3>\r\nOur enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][thb_image image=\"173\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fhouse-sitting%2F|title:House%20Sitting||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/pet-sitting/\">Pet Sitting</a></h3>\r\nWhether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-2\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Our Professional Pet Care Services Available In:</h2>\r\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Potomac, Rockville, Silver Spring and Wheaton</p>\r\n<p style=\"text-align: center;\">More Locations Coming Soon!</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-3\"][vc_column width=\"1/3\"][thb_image image=\"171\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fhouse-sitting%2F|title:House%20Sitting||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/house-sitting/\">House Sitting or Bed & Breakfast</a></h3>\r\nLet us pamper your pet in a warm setting of one of our caring pet sitter’s home or you can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"64\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Ftraining%2F|title:Training||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/training/\">Training</a></h3>\r\nOur pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"63\" img_link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fphotography%2F|title:Photography||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/photography/\">Photography</a></h3>\r\nLet us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][/vc_column][/vc_row][vc_row thb_full_width=\"true\" content_placement=\"middle\" el_id=\"section-4\" css=\".vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Clients who use our services are paired with pet caregivers who are professional, trustworthy and of integrity.</h2>\r\n<p style=\"text-align: center;\">Our highly experienced dog walkers and pet sitters are bonded and insured. In addition, we require background checks to provide an extra layer of safety for our clients and their precious pets.</p>\r\n<p style=\"text-align: center;\">Check Our Social Media for Current Specials!</p>\r\n[/vc_column_text][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','6-revision-v1','','','2020-02-26 21:46:59','2020-02-26 21:46:59','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(324,1,'2020-02-26 21:54:24','2020-02-26 21:54:24','[vc_row thb_full_width=\"true\" el_id=\"hero\" css=\".vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">The Leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland!</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and dependable service to your pets for over 30 years.</h2>\r\n[/vc_column_text][vc_btn title=\"Our Company\" el_id=\"stroke-btn\" link=\"url:%2Fabout-us%2F|title:About%20Us||\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row el_id=\"section-1\"][vc_column width=\"1/2\"][thb_image image=\"56\" img_link=\"url:%2Fhouse-sitting%2F|title:House%20Sitting||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/dog-walking/\">Mid-Day Dog Walking</a></h3>\r\nOur enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][thb_image image=\"173\" img_link=\"url:%2Fhouse-sitting%2F|title:House%20Sitting||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/pet-sitting/\">Pet Sitting</a></h3>\r\nWhether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-2\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Our Professional Pet Care Services Available In:</h2>\r\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Potomac, Rockville, Silver Spring and Wheaton</p>\r\n<p style=\"text-align: center;\">More Locations Coming Soon!</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-3\"][vc_column width=\"1/3\"][thb_image image=\"171\" img_link=\"url:%2Fhouse-sitting%2F|title:House%20Sitting||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/house-sitting/\">House Sitting or Bed & Breakfast</a></h3>\r\nLet us pamper your pet in a warm setting of one of our caring pet sitter’s home or you can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"64\" img_link=\"url:%2Ftraining%2F|title:Training||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/training/\">Training</a></h3>\r\nOur pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"63\" img_link=\"url:%2Fphotography%2F|title:Photography||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/photography/\">Photography</a></h3>\r\nLet us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][/vc_column][/vc_row][vc_row thb_full_width=\"true\" content_placement=\"middle\" el_id=\"section-4\" css=\".vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Clients who use our services are paired with pet caregivers who are professional, trustworthy and of integrity.</h2>\r\n<p style=\"text-align: center;\">Our highly experienced dog walkers and pet sitters are bonded and insured. In addition, we require background checks to provide an extra layer of safety for our clients and their precious pets.</p>\r\n<p style=\"text-align: center;\">Check Our Social Media for Current Specials!</p>\r\n[/vc_column_text][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','6-revision-v1','','','2020-02-26 21:54:24','2020-02-26 21:54:24','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(325,1,'2020-02-26 21:54:44','2020-02-26 21:54:44','<p>[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]</p>\r\n<h1>Pet Photography</h1>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]</p>\r\n<h2>The mood and personality of your pet captured by a fellow pet lover is priceless. That is why Fur, Fins & Feathers offers pet photography.</h2>\r\n<p>We were inspired to offer this service based on the positive feedback clients gave on the photos sent with their pet reports. Our passion is to portray your pet’s character through photographs.</p>\r\n<p>We offer two packages: Natural Environment and Special Occasions. For the Natural Environment shoots, our photographer will observe your pet and wait for opportunities to take organic photos. These photos are not staged, but rather capture your pet being a pet in a familiar location.</p>\r\n<p>But, we also know how fun it is to get dressed up and capture the memories for special occasions, like a holiday or birthday. Our Special Occasions package is more formal and includes staged costume or posed photos. These photographs are taken in the comfort of your pet’s home or a designated place of your choosing.[/vc_column_text][vc_single_image image=\"206\" img_size=\"full\"][vc_column_text]</p>\r\n<h3>Rates</h3>\r\n<p>The rate for the Natural Environment package is $150 for a one-hour session. This includes five to seven digital images. Each additional pet is $25 extra.</p>\r\n<p>The rate for the Special Occasion package is $250 for a one- to two-hour session. This includes two outfit changes and five to seven digital images. Each additional pet is $50 extra.</p>\r\n<p>The rate for the Special Occasion Family package $350 for a one- to two-hour session. This includes your pet and members of your immediate family and three digital images. Each additional pet is $50 extra.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>Not your typical photographer! All photos by Ayshia</em>[/vc_column_text][vc_column_text][unitegallery photography][/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\r\n<h3>Pet Photography</h3>\r\n<p>Let us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:http%3A%2F%2F64.91.250.204%2F~fffpetsitting%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\r\n<h3>Dog Training</h3>\r\n<p>Our pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:https%3A%2F%2Fwww.fffpetsitting.com%2Ftraining%2F|title:Training||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\r\n<h3>Mid-Day Dog Walking</h3>\r\n<p>Our enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:https%3A%2F%2Fwww.fffpetsitting.com%2Ftraining%2F|title:Training||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\r\n<h3>Pet Sitting</h3>\r\n<p>Whether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:https%3A%2F%2Fwww.fffpetsitting.com%2Ftraining%2F|title:Training||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\r\n','Photography','','inherit','closed','closed','','17-revision-v1','','','2020-02-26 21:54:44','2020-02-26 21:54:44','',17,'https://www.fffpetsitting.com/17-revision-v1/',0,'revision','',0),(326,1,'2020-02-26 21:55:05','2020-02-26 21:55:05','[vc_row thb_full_width=\"true\" el_id=\"hero\" css=\".vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">The Leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland!</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and dependable service to your pets for over 30 years.</h2>\r\n[/vc_column_text][vc_btn title=\"Our Company\" el_id=\"stroke-btn\" link=\"url:%2Fabout-us%2F|title:About%20Us||\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row el_id=\"section-1\"][vc_column width=\"1/2\"][thb_image image=\"56\" img_link=\"url:%2Fhouse-sitting%2F|title:House%20Sitting||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/dog-walking/\">Mid-Day Dog Walking</a></h3>\r\nOur enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][thb_image image=\"173\" img_link=\"url:%2Fhouse-sitting%2F|title:House%20Sitting||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/pet-sitting/\">Pet Sitting</a></h3>\r\nWhether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-2\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Our Professional Pet Care Services Available In:</h2>\r\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Potomac, Rockville, Silver Spring and Wheaton</p>\r\n<p style=\"text-align: center;\">More Locations Coming Soon!</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-3\"][vc_column width=\"1/3\"][thb_image image=\"171\" img_link=\"url:%2Fhouse-sitting%2F|title:House%20Sitting||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/house-sitting/\">House Sitting or Bed & Breakfast</a></h3>\r\nLet us pamper your pet in a warm setting of one of our caring pet sitter’s home or you can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"64\" img_link=\"url:%2Ftraining%2F|title:Training||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/training/\">Training</a></h3>\r\nOur pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"63\" img_link=\"url:%2Fphotography%2F|title:Photography||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/photography/\">Photography</a></h3>\r\nLet us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][/vc_column][/vc_row][vc_row thb_full_width=\"true\" content_placement=\"middle\" el_id=\"section-4\" css=\".vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Clients who use our services are paired with pet caregivers who are professional, trustworthy and of integrity.</h2>\r\n<p style=\"text-align: center;\">Our highly experienced dog walkers and pet sitters are bonded and insured. In addition, we require background checks to provide an extra layer of safety for our clients and their precious pets.</p>\r\n<p style=\"text-align: center;\">Check Our Social Media for Current Specials!</p>\r\n[/vc_column_text][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','6-revision-v1','','','2020-02-26 21:55:05','2020-02-26 21:55:05','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(327,1,'2020-02-26 21:55:34','2020-02-26 21:55:34','<p>[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]</p>\r\n<h1>Pet Photography</h1>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]</p>\r\n<h2>The mood and personality of your pet captured by a fellow pet lover is priceless. That is why Fur, Fins & Feathers offers pet photography.</h2>\r\n<p>We were inspired to offer this service based on the positive feedback clients gave on the photos sent with their pet reports. Our passion is to portray your pet’s character through photographs.</p>\r\n<p>We offer two packages: Natural Environment and Special Occasions. For the Natural Environment shoots, our photographer will observe your pet and wait for opportunities to take organic photos. These photos are not staged, but rather capture your pet being a pet in a familiar location.</p>\r\n<p>But, we also know how fun it is to get dressed up and capture the memories for special occasions, like a holiday or birthday. Our Special Occasions package is more formal and includes staged costume or posed photos. These photographs are taken in the comfort of your pet’s home or a designated place of your choosing.[/vc_column_text][vc_single_image image=\"206\" img_size=\"full\"][vc_column_text]</p>\r\n<h3>Rates</h3>\r\n<p>The rate for the Natural Environment package is $150 for a one-hour session. This includes five to seven digital images. Each additional pet is $25 extra.</p>\r\n<p>The rate for the Special Occasion package is $250 for a one- to two-hour session. This includes two outfit changes and five to seven digital images. Each additional pet is $50 extra.</p>\r\n<p>The rate for the Special Occasion Family package $350 for a one- to two-hour session. This includes your pet and members of your immediate family and three digital images. Each additional pet is $50 extra.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>Not your typical photographer! All photos by Ayshia</em>[/vc_column_text][vc_column_text][unitegallery photography][/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\r\n<h3>Pet Photography</h3>\r\n<p>Let us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:https%3A%2F%2Fwww.fffpetsitting.com%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\r\n<h3>Dog Training</h3>\r\n<p>Our pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:https%3A%2F%2Fwww.fffpetsitting.com%2Ftraining%2F|title:Training||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\r\n<h3>Mid-Day Dog Walking</h3>\r\n<p>Our enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:https%3A%2F%2Fwww.fffpetsitting.com%2Ftraining%2F|title:Training||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\r\n<h3>Pet Sitting</h3>\r\n<p>Whether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:https%3A%2F%2Fwww.fffpetsitting.com%2Ftraining%2F|title:Training||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\r\n','Photography','','inherit','closed','closed','','17-revision-v1','','','2020-02-26 21:55:34','2020-02-26 21:55:34','',17,'https://www.fffpetsitting.com/17-revision-v1/',0,'revision','',0),(328,1,'2020-02-26 21:55:57','2020-02-26 21:55:57','<p>[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]</p>\r\n<h1>Employment</h1>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]</p>\r\n<h2>Online Application</h2>\r\n<p>[/vc_column_text][gravityform id=\"3\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\r\n<h3>Contact Us</h3>\r\n<p>Need more information or have comments or concerns, we’d love to hear from you!</p>\r\n<p>301-840-1989[/vc_column_text][vc_btn title=\"Get in touch\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:%2Fcontact%2F|title:Contact||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\r\n','Employment','','inherit','closed','closed','','27-revision-v1','','','2020-02-26 21:55:57','2020-02-26 21:55:57','',27,'https://www.fffpetsitting.com/27-revision-v1/',0,'revision','',0); INSERT INTO `wp_posts` VALUES (329,1,'2020-02-26 21:56:29','2020-02-26 21:56:29','<p>[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]</p>\r\n<h1>Bed & Breakfast</h1>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]</p>\r\n<h2>We want to treat your pet like family. Our Bed & Breakfast service gives your pet that at-home feel while you are away.</h2>\r\n<p>Our pet sitters host your pet in their own home, bringing the elements of comfort to your pet. We want your pet to have the care they need when you are away. No more kennels for your pup or kitty!</p>\r\n<p>To make your pet’s stay even homier, you bring their favorite belongings, like bedding and toys, as well as the needed food and supplies. They will even have free range of the pet sitter’s home. We want to keep their environment — as well as their bellies — comfortable!</p>\r\n<p>We also provide detailed pet reports and photos to keep you informed of your pet’s daily care. This pet report captures playtime, walks, potty breaks, overall behavior, etc. And, we send pictures throughout the day so you can see their loveable face.</p>\r\n<p>If needed, we can administer shots or medication as needed for an additional fee. Our goal is to make your pet feel at home while providing you with the comfort of knowing they’re being well taken care of.</p>\r\n<p>Depending on when your pet stays at our Bed & Breakfast, he or she could be the only guest. Keep in mind that our pet sitters can take up to three pets at a time. For the best outcome with Bed & Breakfast care, your pet should have a passive temperament, get along with other pets and be up-to-date with their veterinarian records.[/vc_column_text][vc_separator][vc_column_text]</p>\r\n<h3>Benefits</h3>\r\n<p>The benefits of Bed & Breakfast care are a loving home for your pet, free range of movement inside the home and being treated like one of our own. They can enjoy the comforts of home while having companionship and care.[/vc_column_text][vc_separator][vc_column_text]</p>\r\n<h3>Meet & Greet</h3>\r\n<p>During our intake meeting, we gather all of the important details when it comes to caring for your pet. Our pet sitter visits you in your home to meet you and your pet. We establish the dates and times we are needed and discuss paperwork, like completing our pet profile. At this time, you provide a copy of your pet’s veterinarian record and any other personality or behavioral traits we should know about your pet. We’ll also review all of your instructions. During this time, we also have fun getting to know your pet in their environment.[/vc_column_text][vc_separator][vc_column_text]</p>\r\n<h3>Rates</h3>\r\n<p>The rates for our Bed & Breakfast service — when pets are hosted in the pet sitter’s home — are $77 for one pet; $85 for two to four pets; and $105 for five or more pets. This service may not include 24 solid hours of care. We provide 30 minutes of care between 6 a.m. – 8 a.m., 10 a.m. – 3 p.m., 6 p.m. – 8 p.m. and overnight. A one-time fee of $15 is charged for all new clients for the intake meeting; and the fee for second meetings for existing clients is $7.50.[/vc_column_text][vc_separator][vc_column_text]</p>\r\n<h3>Policy</h3>\r\n<p>Special rates for pet sitting exotic birds and pets: $30 for 1 pet; $45 for two to three pets; and $55 for four or more pets.</p>\r\n<p>Pet transportation: Pickup and transport to vet, groomer, kennel or emergency situations, etc., billed at $20 per hour.</p>\r\n<p>Medication and shots: Call office for specific needs and fees.</p>\r\n<p>We request a minimum 24-hour advance cancellation notice.</p>\r\n<p>All holiday bookings will incur a 10 percent surcharge for services.</p>\r\n<p>Cancellations for the holidays are accepted one week prior to the start date of service without the client being charged. Otherwise, clients are charged a $30 fee.</p>\r\n<p>Inclement weather policy is important to observe. If you need a copy, please call the office.</p>\r\n<p>Pet sitter gratuities are always appreciated. Please make arrangement with your sitter.</p>\r\n<p><strong>Keys:</strong> There is a charge of $8.50 if you want a sitter to pick up and return your keys in person or you can schedule a day and time to pick up at our office. You must present our receptionist with a state photo I.D. before you receive keys. Keys will not be mailed.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>“Thank you so much for the updates. I am so glad you are bonding with my babies! It makes me feel so relieved to know that you are such a good caretaker!” </em></p>\r\n<p>— Tania[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\r\n<h3>Bed & Breakfast</h3>\r\n<p>Our Bed & Breakfast service gives your pet that at-home feel while you are away.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:https%3A%2F%2Fwww.fffpetsitting.com%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\r\n<h3>House Sitting</h3>\r\n<p>You can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:https%3A%2F%2Fwww.fffpetsitting.com%2Fhouse-sitting%2F|title:House%20Sitting||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\r\n<h3>Mid-Day Dog Walking</h3>\r\n<p>Our enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:https%3A%2F%2Fwww.fffpetsitting.com%2Fhouse-sitting%2F|title:House%20Sitting||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\r\n<h3>Pet Sitting</h3>\r\n<p>Whether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:https%3A%2F%2Fwww.fffpetsitting.com%2Fhouse-sitting%2F|title:House%20Sitting||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\r\n','Bed & Breakfast','','inherit','closed','closed','','19-revision-v1','','','2020-02-26 21:56:29','2020-02-26 21:56:29','',19,'https://www.fffpetsitting.com/19-revision-v1/',0,'revision','',0),(330,1,'2020-02-26 21:57:08','2020-02-26 21:57:08','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Get in Touch</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Please complete this form if you have questions, comments or complaints about our services and rates.</h2>\r\nIf you want to request services, please <a href=\"https://www.fffpetsitting.com/schedule-a-service/\">schedule a service</a>. As always, feel free to call us at: 301-840-1989. We’d love to hear from you![/vc_column_text][gravityform id=\"1\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Employment</h3>\r\nDo You Love Animals and Enjoy Working with Them? We Are Looking to Hire Professional Pet Care Lovers to Join Our Team![/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:https%3A%2F%2Fwww.fffpetsitting.com%2Femployment%2F|title:Employment||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','21-revision-v1','','','2020-02-26 21:57:08','2020-02-26 21:57:08','',21,'https://www.fffpetsitting.com/21-revision-v1/',0,'revision','',0),(331,1,'2020-02-26 21:58:41','2020-02-26 21:58:41','<p>[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]</p>\r\n<h1>Pet Sitting</h1>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]</p>\r\n<h2>Planning to be away and can’t bring your beloved pet? Have a special occasion or business travel? Or are you moving and need your pet to be cared for while you prepare?</h2>\r\n<p>In situations like these, pet sitting may be the best option for you and your pet. This is different than our <a href=\"https://www.fffpetsitting.com/house-sitting/\">house-sitting</a> or <a href=\"https://www.fffpetsitting.com/dog-walking/\">mid-day dog walking services</a>. Our pet caregiver will visit for 30 minutes up to three times per day, dependent on your pet’s needs. Prior to scheduling, we consult with you to figure out what’s best for your pet. We want to make sure that they stay on their normal eating, play and exercise routines. Our pet caregivers are pet lovers, too, and will provide the care and companionship needed while you are away. We also provide detailed pet reports and photos to keep you informed of your pet’s daily care.</p>\r\n<p>We also know the unexpected can happen and we want to be there for you and your pet. We offer pet sitting for emergency situations so you have one less thing to worry about![/vc_column_text][vc_separator][vc_column_text]</p>\r\n<h3>Benefits</h3>\r\n<p>Our pet-sitting services give you the flexibility to use our pet care when you need it. There are no long-term commitments, and we build the agenda around your pet and their daily schedule.[/vc_column_text][vc_separator][vc_column_text]</p>\r\n<h3>Meet & Greet</h3>\r\n<p>During our intake meeting, we gather all of the important details when it comes to caring for your pet. Our pet sitter visits with you in your home to meet you and your pet. We establish the dates and times we are needed and discuss paperwork, like completing our pet profile. At this time, you provide a copy of your pet’s veterinarian record and any other personality or behavioral traits we should know about your pet. We also review all of your instructions. This visit includes a tour of your home to show us the necessities, like leashes, food, kitty litter location, favorite toys, etc. During this time, we also have fun getting to know your pet in their environment.[/vc_column_text][vc_separator][vc_column_text]</p>\r\n<h3>Rates</h3>\r\n<p>We offer pet sitting for one or more pets for 30-minute visits. For one pet, the rate is $21 per visit; for two to three pets, the rate is $23 per visit; and for four or more pets, the rate is $30 per visit. For emergencies, our rate is $75 for the first visit, then it will defer to our regular rates. (If you are not already a client, we must have current veterinarian records and the pet must be current on their shots). A one-time fee of $15 is charged for all new clients for the intake meeting; the fee for second meetings for existing clients is $7.50.[/vc_column_text][vc_separator][vc_column_text]</p>\r\n<h3>Policy</h3>\r\n<p>Special rates for pet sitting exotic birds and pets: $30 for 1 pet; $45 for two to three pets; and $55 for four or more pets.</p>\r\n<p>Pet transportation: Pickup and transport to vet, groomer, kennel or emergency situations, etc., billed at $20 per hour.</p>\r\n<p>Medication and shots: Call office for specific needs and fees.</p>\r\n<p>We request a minimum 24-hour advance cancellation notice.</p>\r\n<p>All holiday bookings will incur a 10 percent surcharge for services.</p>\r\n<p>Cancellations for the holidays are accepted one week prior to the start date of service without the client being charged. Otherwise, clients are charged a $30 fee.</p>\r\n<p>Inclement weather policy is important to observe. If you need a copy, please call the office.</p>\r\n<p>Pet sitter gratuities are always appreciated. Please make arrangement with your sitter.</p>\r\n<p><strong>Keys:</strong> There is a charge of $8.50 if you want a sitter to pick up and return your keys in person or you can schedule a day and time to pick up at our office. You must present our receptionist with a state photo I.D. before you receive keys. Keys will not be mailed.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>“I am home and all is well with Luna. Thank you for taking good care of her.” </em></p>\r\n<p>— L.B.[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\r\n<h3>Pet Sitting</h3>\r\n<p>Whether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\r\n<h3>Mid-Day Dog Walking</h3>\r\n<p>Our enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:%2Fdog-walking%2F|title:Dog%20Walking||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\r\n<h3>House Sitting</h3>\r\n<p>You can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:%2Fhouse-sitting%2F|title:Dog%20Walking||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]</p>\r\n<h3>Bed & Breakfast</h3>\r\n<p>Our Bed & Breakfast service gives your pet that at-home feel while you are away.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:%2Fbed-breakfast%2F|title:Dog%20Walking||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\r\n','Pet Sitting','','inherit','closed','closed','','11-revision-v1','','','2020-02-26 21:58:41','2020-02-26 21:58:41','',11,'https://www.fffpetsitting.com/11-revision-v1/',0,'revision','',0),(332,1,'2020-02-26 21:59:10','2020-02-26 21:59:10','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Mid-Day Dog Walking</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Maybe it’s difficult for you to get away from the office at lunchtime to take your dog out for a walk.</h2>\r\nEven if you work from home, you might need extra assistance. There are myriad reasons why people just like you need a reliable and trustworthy mid-day dog walker. We provide that extra companionship your dog needs during the day. Our dog walkers will take your furry friend outside when you need us.\r\n\r\nDuring the walk, we give your dog the time to act like a dog — the time to sniff, walk and explore. This quality time also lets our dog walkers observe your dog’s behavior and build a relationship of trust and friendship. With our service, we not only take your dog for a walk rain or shine, we also provide a detailed pet report including photo of how it went so that you don’t miss their face during the day![/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Benefits</h3>\r\nThe benefits of mid-day dog walks are numerous for your beloved pet. Some are apparent, like the much-needed potty break. Others are not as obvious, like improved socialization, pet behavior and health. Plus, consistent mid-day dog walks provide your pet with a regular routine to look forward to.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Meet & Greet</h3>\r\nDuring our intake meeting, we gather all of the important details when it comes to caring for your pet. Our dog walker visits you in your home to meet you and your pet. We establish the dates and times we are needed and discuss paperwork, like completing our pet profile. At this time, you provide a copy of your pet’s veterinarian record and any other personality or behavioral traits we should know about your dog. We’ll also review all of your instructions. The visit includes a tour of your home so we can find the necessities, like leashes, bags, food, favorite toys, etc. During this time, we also have fun getting to know your pet in their environment.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Rates</h3>\r\nWe offer 30-minute walks Monday through Friday between 10 a.m. – 3 p.m. This service is provided as a discount. Our fees are based on a minimum commitment of 12 weeks with no fewer than 15 visits per month in order to maintain the discounted rate. Otherwise, if you don’t need us as often, you will be billed at the pet sit rates. This package rate is $19 per walk for one dog; $21 per walk for two to three dogs; and $28 per walk for four or more dogs. A one-time fee of $15 is charged for all new clients for the intake meeting; the fee for second meetings for existing clients is $7.50.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Policy</h3>\r\nMid-day dog walking observes the standard pet-sitting policies with the following payment modifications:\r\n\r\nPayment for services is due upon receipt of semi-monthly billing on the 15th and last day of the month. Credits for cancellations will be applied on the following month’s invoice. Additional service requests during the week or on weekends will be billed at the pet sit rate and billed separately.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>New Clients</h3>\r\nWe will make our best effort to walk your dog at the requested times. Noon is a very common request for mid-day walks, so please be flexible with us and give us at least a two-hour window for walking your dog. Conditions such as holidays, traffic, weather and difficult sits, may cause delays.\r\n\r\nWe request a 24-hour advance cancellation notice, but will accept emergency cancellations by 6:00 a.m. the day of service. Any cancellations after this time will continue to be billed.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>“I just want to say how totally dependent my dogs and I are on Fur, Fins and Feathers and how completely responsible they are so I never have a worry. My family has been using this company for many, many years and we never had any serious problems in the care of our dogs. I trust our dogs and our home to them absolutely. And the dogs love our FF&F dog walkers.” </em>\r\n\r\n— Evan[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Mid-Day Dog Walking</h3>\r\nOur enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:https%3A%2F%2Fwww.fffpetsitting.com%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Pet Sitting</h3>\r\nWhether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:https%3A%2F%2Fwww.fffpetsitting.com%2Fpet-sitting%2F|title:Pet%20Sitting||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>House Sitting</h3>\r\nYou can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:https%3A%2F%2Fwww.fffpetsitting.com%2Fhouse-sitting%2F|title:House%20Sitting||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Bed & Breakfast</h3>\r\nOur Bed & Breakfast service gives your pet that at-home feel while you are away.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:https%3A%2F%2Fwww.fffpetsitting.com%2Fbed-breakfast%2F|title:Pet%20Sitting||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Dog Walking','','inherit','closed','closed','','9-revision-v1','','','2020-02-26 21:59:10','2020-02-26 21:59:10','',9,'https://www.fffpetsitting.com/9-revision-v1/',0,'revision','',0),(333,1,'2020-02-26 21:59:28','2020-02-26 21:59:28','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Rates</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Dog Walking</h2>\r\n[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"Number of Dogs\r\n1\r\n2-3\r\n4+\" column_2_content=\"Price/visit\r\n$19.00\r\n$21.00\r\n$28.00\" extra_class=\"rate-row\"][vc_empty_space height=\"40px\"][vc_column_text]\r\n<h2>Pet Sitting</h2>\r\n[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"Number of Pets\r\n1\r\n2-3\r\n4+\" column_2_content=\"Price/visit\r\n$21.00\r\n$23.00\r\n$30.00\" extra_class=\"rate-row\"][vc_empty_space height=\"40px\"][vc_column_text]\r\n<h2>House Sitting / Bed & Breakfast</h2>\r\n[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"Number of Pets\r\n1\r\n2-4\r\n5+\" column_2_content=\"Price/day\r\n$77.00\r\n$85.00\r\n$105.00\" extra_class=\"rate-row\"][vc_empty_space height=\"40px\"][vc_column_text]\r\n<h2>Dog Training</h2>\r\n[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"6-12 week sessions\" column_2_content=\"45-60 min - $50.00\" extra_class=\"rate-row\"][vc_empty_space height=\"40px\"][vc_column_text]\r\n<h2>Pet Photography</h2>\r\n[/vc_column_text][vc_column_text]<strong>Natural Environment Package</strong>[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"1-hour session\r\nAdditional Pet\" column_2_content=\"$150.00\r\n$25.00\" extra_class=\"rate-row\"][vc_empty_space height=\"40px\"][vc_column_text]<strong>Special Occasion Package</strong>[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"1-2 hour session\r\nAdditional Pet\" column_2_content=\"$250.00\r\n$50.00\" extra_class=\"rate-row\"][vc_empty_space height=\"40px\"][vc_column_text]<strong>Pet & Family Package</strong>[/vc_column_text][thb_horizontal_list thb_columns=\"2\" column_1_content=\"1-2 hour session\r\nAdditional Pet\" column_2_content=\"$350.00\r\n$50.00\" extra_class=\"rate-row\"][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Contact Us</h3>\r\nNeed more information or have comments or concerns, we’d love to hear from you!\r\n\r\n301-840-1989[/vc_column_text][vc_btn title=\"Get in touch\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:https%3A%2F%2Fwww.fffpetsitting.com%2Fcontact%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Rates','','inherit','closed','closed','','25-revision-v1','','','2020-02-26 21:59:28','2020-02-26 21:59:28','',25,'https://www.fffpetsitting.com/25-revision-v1/',0,'revision','',0),(334,1,'2020-02-26 21:59:55','2020-02-26 21:59:55','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Schedule a Service</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Our Secure System makes Booking a Service Safe and Simple.</h2>\r\nThank you for your interest and the opportunity to provide pet care services to you and your lovable pet(s).[/vc_column_text][gravityform id=\"2\" title=\"false\" description=\"false\" ajax=\"false\"][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Contact Us</h3>\r\nNeed more information or have comments or concerns, we’d love to hear from you!\r\n\r\n301-840-1989[/vc_column_text][vc_btn title=\"Get in touch\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:%2Fcontact%2F|title:Contact||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Schedule a Service','','inherit','closed','closed','','95-revision-v1','','','2020-02-26 21:59:55','2020-02-26 21:59:55','',95,'https://www.fffpetsitting.com/95-revision-v1/',0,'revision','',0),(335,1,'2020-02-26 22:00:28','2020-02-26 22:00:28','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>About Us</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>We Provide the Care Your Pet Deserves and the Service You Can Count On!</h2>\r\nEstablished in 1989, Fur, Fins & Feathers is the oldest and largest dog walking and pet sitting service in Montgomery County, Maryland. We are a friendly, flexible, responsive and caring business providing outstanding pet care and services to our community.\r\n\r\nWhat sets us apart is that we have simply thought of everything to make our pet care a seamless experience for you. Services are highly personalized and procedures are streamlined with your convenience in mind.[/vc_column_text][vc_single_image image=\"202\" img_size=\"full\"][vc_column_text]\r\n<h3>Our Customized Services</h3>\r\nOver the past three decades, Fur, Fins & Feathers has expanded its services to meet our clients’ needs. We now offer the following customized services:\r\n<ul>\r\n <li>Mid-day Dog Walking</li>\r\n <li>House Sitting</li>\r\n <li>Pet Sitting</li>\r\n <li>Dog Training</li>\r\n <li>Pet Photography</li>\r\n <li>Bed & Breakfast</li>\r\n</ul>\r\nYou’ll experience our core values and professionalism from the start — from the initial point of contact to the questionnaire that contains detailed written instructions for your pet to the text you’ll receive after every visit so you can rest assured that all is well. Each of our clients meet their pet caregiver ahead of services to ensure confidence and to review pet care instructions.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Furry and Not-So-Furry BFFs</h3>\r\nWe are proud to offer services for all kinds of pets — the furry, feathered and scaled! We have worked with clients who have a range of pets, including dogs, cats, rabbits, ferrets, guinea pigs, birds, fish, snakes and more — even sugar gliders! We treat all pets like they are our own BFFs.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Trusted Pet Caregivers</h3>\r\nWe understand you want the person who cares for your pet and enters your home to be prompt, trustworthy and responsible. That’s why we only hire caregivers who share our core values of integrity, respect, teamwork and enthusiasm. We are also very flexible to ensure your pet is taken care of in the same way you would.\r\n\r\nMoreover, our dog walkers and pet sitters are carefully vetted through an interview process, reference check and statewide background check. Our high satisfaction ratings are the direct result of our outstanding sitters and office staff — who pet sit, too![/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Service Area</h3>\r\nWe are proud to serve our Montgomery County clients and their pets for over 30 years! We service the following areas: Bethesda, Chevy Chase, Gaithersburg, Germantown, Kensington, Potomac, Rockville, Silver Spring and Wheaton. More locations coming soon![/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Our Passion for Animals Guides Our Mission</h3>\r\nOur mission is to provide our clients with pet caregivers who are professional, trustworthy and of integrity while providing a fun and safe environment for their pets. With a genuine love for animals, we are committed to each of our clients in giving them individualized pet care services based on their pet’s needs. Our highly experienced dog walkers and pet sitters are carefully vetted, bonded and insured to provide an extra layer of safety for both our clients and their pets.[/vc_column_text][vc_separator][vc_column_text el_class=\"testimonial-row\"]<em>“Fur, Fins & Feathers has been taking care of all three of my dogs for a number of years and I am totally pleased. This is a company you can trust. They are friendly, caring and always there when you need them.” </em>\r\n\r\n— Jerry[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Mid-Day Dog Walking</h3>\r\nOur enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:https%3A%2F%2Fwww.fffpetsitting.com%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Pet Sitting</h3>\r\nWhether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:https%3A%2F%2Fwww.fffpetsitting.com%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>House Sitting</h3>\r\nYou can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:https%3A%2F%2Fwww.fffpetsitting.com%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Bed & Breakfast</h3>\r\nOur Bed & Breakfast service gives your pet that at-home feel while you are away.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:https%3A%2F%2Fwww.fffpetsitting.com%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','23-revision-v1','','','2020-02-26 22:00:28','2020-02-26 22:00:28','',23,'https://www.fffpetsitting.com/23-revision-v1/',0,'revision','',0),(336,1,'2020-02-26 22:01:04','2020-02-26 22:01:04','[vc_row thb_full_width=\"true\" el_id=\"interior-banner\" css=\".vc_custom_1581005942944{margin-bottom: 100px !important;padding-top: 80px !important;padding-bottom: 45px !important;background-image: url(https://www.fffpetsitting.com/wp-content/uploads/interior-banner.jpg?id=79) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>Dog Training</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_id=\"content-row\"][vc_column width=\"3/4\" el_id=\"main-content\"][vc_column_text]\r\n<h2>Fur, Fins & Feathers offers obedience and behavioral dog training. Each one-hour, private session focuses on the needs of your dog.</h2>\r\nOur trainer has 24 years of experience raising and training dogs. She tends each dog with patience, kindness, positivity and love knowing that the levels of obedience training differ among each breed and pet owner’s needs. Our trainer’s goal is to provide you thorough guidance to improve your dog’s behavior and help you build a stronger relationship with your pet.[/vc_column_text][vc_single_image image=\"205\" img_size=\"full\"][vc_column_text]\r\n<h3>Training Sessions & Rates</h3>\r\nTraining sessions are designed to your dog’s specific issues and needs. Through positive training techniques there is no need for prongs, choke or electric collars — just love and consistency to achieve the goals of the client.\r\n\r\nWe offer basic obedience training, behavioral training and socialization training. We offer six- to 12-week session packages. Each session is 45 to 60 minutes long and conducted with 10-minute training intervals. The cost per session is $50. A one-time fee of $20 is charged for all new clients for the intake meeting; the fee for second meetings for existing clients is $10.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Meet & Greet</h3>\r\nDuring our intake meeting, we gather all of the important details when it comes to training your pet. Our trainer visits you in your home to meet you and your pet. We establish the dates and times we are needed and discuss paperwork, like completing our pet profile. At this time, you provide a copy of your pet’s veterinarian record and any other personality or behavioral traits we should know about your dog. We also have fun getting to know your pet in their environment.[/vc_column_text][vc_separator][vc_column_text]\r\n<h3>Benefits</h3>\r\nOur trainer will conduct one-on-one dog training that is customized specifically for your pets breed and temperament. Each owner receives time spent with the trainer to learn how to execute and maintain the training commands and information about understanding their pet’s body language. This personalized training will help increase your pet’s social and emotional skills. It also helps you and your pet achieve a higher quality of life together.[/vc_column_text][/vc_column][vc_column width=\"1/4\" el_id=\"sidebar\"][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Dog Training</h3>\r\nOur pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][vc_btn title=\"Schedule a Service\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Pet Photography</h3>\r\nLet us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:%2Fphotography%2F|title:Dog%20Walking||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>Mid-Day Dog Walking</h3>\r\nOur enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:%2Fdog-walking%2F|title:Dog%20Walking||\"][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"sidebar-block\"][vc_column_inner][vc_column_text]\r\n<h3>House Sitting</h3>\r\nYou can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][vc_btn title=\"Learn more\" style=\"flat\" color=\"blue\" size=\"lg\" el_class=\"sidebar-btn\" link=\"url:%2Fhouse-sitting%2F|title:Dog%20Walking||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Training','','inherit','closed','closed','','15-revision-v1','','','2020-02-26 22:01:04','2020-02-26 22:01:04','',15,'https://www.fffpetsitting.com/15-revision-v1/',0,'revision','',0),(337,1,'2020-02-26 22:01:56','2020-02-26 22:01:56','[vc_row thb_full_width=\"true\" el_id=\"hero\" css=\".vc_custom_1578067188882{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hero.jpg?id=52) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">The Leading Dog Walking and Pet Sitting Service in Montgomery County, Maryland!</h1>\r\n<h2 style=\"text-align: center;\">Providing loving care and dependable service to your pets for over 30 years.</h2>\r\n[/vc_column_text][vc_btn title=\"Our Company\" el_id=\"stroke-btn\" link=\"url:%2Fabout-us%2F|title:About%20Us||\"][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row el_id=\"section-1\"][vc_column width=\"1/2\"][thb_image image=\"56\" img_link=\"url:https%3A%2F%2Fwww.fffpetsitting.com%2Fdog-walking%2F|title:House%20Sitting||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/dog-walking/\">Mid-Day Dog Walking</a></h3>\r\nOur enthusiastic dog walkers can take your pup out for a mid-day break and some exercise.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][thb_image image=\"173\" img_link=\"url:https%3A%2F%2Fwww.fffpetsitting.com%2Fpet-sitting%2F|title:House%20Sitting||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/pet-sitting/\">Pet Sitting</a></h3>\r\nWhether it’s a family vacation or even an emergency, we provide the attention your pet deserves.[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-2\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">Our Professional Pet Care Services Available In:</h2>\r\n<p style=\"text-align: center;\">Bethesda, Chevy Chase, Clarksburg, Gaithersburg, Germantown, Kensington, Potomac, Rockville, Silver Spring and Wheaton</p>\r\n<p style=\"text-align: center;\">More Locations Coming Soon!</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"section-3\"][vc_column width=\"1/3\"][thb_image image=\"171\" img_link=\"url:%2Fhouse-sitting%2F|title:House%20Sitting||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/house-sitting/\">House Sitting or Bed & Breakfast</a></h3>\r\nLet us pamper your pet in a warm setting of one of our caring pet sitter’s home or you can trust our experienced house sitters to take care of your pet in the comfort of your home.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"64\" img_link=\"url:%2Ftraining%2F|title:Training||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/training/\">Training</a></h3>\r\nOur pet trainer can teach your dog appropriate behaviors through positive reinforcement and breed-specific techniques.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][thb_image image=\"63\" img_link=\"url:%2Fphotography%2F|title:Photography||\"][/thb_image][vc_column_text]\r\n<h3><a href=\"https://www.fffpetsitting.com/photography/\">Photography</a></h3>\r\nLet us capture the beauty of your beloved pet. We offer photography sessions that let their personalities shine.[/vc_column_text][/vc_column][/vc_row][vc_row thb_full_width=\"true\" content_placement=\"middle\" el_id=\"section-4\" css=\".vc_custom_1578082687360{background-image: url(https://www.fffpetsitting.com/wp-content/uploads/hp-bottom.jpg?id=66) !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Clients who use our services are paired with pet caregivers who are professional, trustworthy and of integrity.</h2>\r\n<p style=\"text-align: center;\">Our highly experienced dog walkers and pet sitters are bonded and insured. In addition, we require background checks to provide an extra layer of safety for our clients and their precious pets.</p>\r\n<p style=\"text-align: center;\">Check Our Social Media for Current Specials!</p>\r\n[/vc_column_text][vc_btn title=\"Schedule a Service\" el_id=\"main-btn\" link=\"url:%2Fschedule-a-service%2F|title:Schedule%20a%20Service||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','6-revision-v1','','','2020-02-26 22:01:56','2020-02-26 22:01:56','',6,'https://www.fffpetsitting.com/6-revision-v1/',0,'revision','',0),(338,1,'2020-03-02 14:18:07','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2020-03-02 14:18:07','0000-00-00 00:00:00','',0,'https://www.fffpetsitting.com/?p=338',0,'post','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_form` -- DROP TABLE IF EXISTS `wp_rg_form`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_rg_form` ( `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(150) COLLATE utf8mb4_unicode_ci NOT NULL, `date_created` datetime NOT NULL, `is_active` tinyint(1) NOT NULL DEFAULT '1', `is_trash` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_rg_form` -- LOCK TABLES `wp_rg_form` WRITE; /*!40000 ALTER TABLE `wp_rg_form` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_rg_form` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_form_meta` -- DROP TABLE IF EXISTS `wp_rg_form_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_rg_form_meta` ( `form_id` mediumint(8) unsigned NOT NULL, `display_meta` longtext COLLATE utf8mb4_unicode_ci, `entries_grid_meta` longtext COLLATE utf8mb4_unicode_ci, `confirmations` longtext COLLATE utf8mb4_unicode_ci, `notifications` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`form_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_rg_form_meta` -- LOCK TABLES `wp_rg_form_meta` WRITE; /*!40000 ALTER TABLE `wp_rg_form_meta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_rg_form_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_form_view` -- DROP TABLE IF EXISTS `wp_rg_form_view`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_rg_form_view` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `form_id` mediumint(8) unsigned NOT NULL, `date_created` datetime NOT NULL, `ip` char(15) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `count` mediumint(8) unsigned NOT NULL DEFAULT '1', PRIMARY KEY (`id`), KEY `form_id` (`form_id`), KEY `date_created` (`date_created`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_rg_form_view` -- LOCK TABLES `wp_rg_form_view` WRITE; /*!40000 ALTER TABLE `wp_rg_form_view` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_rg_form_view` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_incomplete_submissions` -- DROP TABLE IF EXISTS `wp_rg_incomplete_submissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_rg_incomplete_submissions` ( `uuid` char(32) COLLATE utf8mb4_unicode_ci NOT NULL, `email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `form_id` mediumint(8) unsigned NOT NULL, `date_created` datetime NOT NULL, `ip` varchar(39) COLLATE utf8mb4_unicode_ci NOT NULL, `source_url` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `submission` longtext COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`uuid`), KEY `form_id` (`form_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_rg_incomplete_submissions` -- LOCK TABLES `wp_rg_incomplete_submissions` WRITE; /*!40000 ALTER TABLE `wp_rg_incomplete_submissions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_rg_incomplete_submissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_lead` -- DROP TABLE IF EXISTS `wp_rg_lead`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_rg_lead` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `form_id` mediumint(8) unsigned NOT NULL, `post_id` bigint(20) unsigned DEFAULT NULL, `date_created` datetime NOT NULL, `is_starred` tinyint(1) NOT NULL DEFAULT '0', `is_read` tinyint(1) NOT NULL DEFAULT '0', `ip` varchar(39) COLLATE utf8mb4_unicode_ci NOT NULL, `source_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_agent` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `currency` varchar(5) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `payment_status` varchar(15) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `payment_date` datetime DEFAULT NULL, `payment_amount` decimal(19,2) DEFAULT NULL, `payment_method` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `transaction_id` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_fulfilled` tinyint(1) DEFAULT NULL, `created_by` bigint(20) unsigned DEFAULT NULL, `transaction_type` tinyint(1) DEFAULT NULL, `status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'active', PRIMARY KEY (`id`), KEY `form_id` (`form_id`), KEY `status` (`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_rg_lead` -- LOCK TABLES `wp_rg_lead` WRITE; /*!40000 ALTER TABLE `wp_rg_lead` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_rg_lead` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_lead_detail` -- DROP TABLE IF EXISTS `wp_rg_lead_detail`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_rg_lead_detail` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `lead_id` int(10) unsigned NOT NULL, `form_id` mediumint(8) unsigned NOT NULL, `field_number` float NOT NULL, `value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), KEY `form_id` (`form_id`), KEY `lead_id` (`lead_id`), KEY `lead_field_number` (`lead_id`,`field_number`), KEY `lead_field_value` (`value`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_rg_lead_detail` -- LOCK TABLES `wp_rg_lead_detail` WRITE; /*!40000 ALTER TABLE `wp_rg_lead_detail` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_rg_lead_detail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_lead_detail_long` -- DROP TABLE IF EXISTS `wp_rg_lead_detail_long`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_rg_lead_detail_long` ( `lead_detail_id` bigint(20) unsigned NOT NULL, `value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`lead_detail_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_rg_lead_detail_long` -- LOCK TABLES `wp_rg_lead_detail_long` WRITE; /*!40000 ALTER TABLE `wp_rg_lead_detail_long` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_rg_lead_detail_long` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_lead_meta` -- DROP TABLE IF EXISTS `wp_rg_lead_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_rg_lead_meta` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `form_id` mediumint(8) unsigned NOT NULL DEFAULT '0', `lead_id` bigint(20) unsigned NOT NULL, `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), KEY `meta_key` (`meta_key`(191)), KEY `lead_id` (`lead_id`), KEY `form_id_meta_key` (`form_id`,`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_rg_lead_meta` -- LOCK TABLES `wp_rg_lead_meta` WRITE; /*!40000 ALTER TABLE `wp_rg_lead_meta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_rg_lead_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_lead_notes` -- DROP TABLE IF EXISTS `wp_rg_lead_notes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_rg_lead_notes` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `lead_id` int(10) unsigned NOT NULL, `user_name` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `user_id` bigint(20) DEFAULT NULL, `date_created` datetime NOT NULL, `value` longtext COLLATE utf8mb4_unicode_ci, `note_type` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), KEY `lead_id` (`lead_id`), KEY `lead_user_key` (`lead_id`,`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_rg_lead_notes` -- LOCK TABLES `wp_rg_lead_notes` WRITE; /*!40000 ALTER TABLE `wp_rg_lead_notes` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_rg_lead_notes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_smush_dir_images` -- DROP TABLE IF EXISTS `wp_smush_dir_images`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_smush_dir_images` ( `id` mediumint(9) NOT NULL AUTO_INCREMENT, `path` text COLLATE utf8mb4_unicode_ci NOT NULL, `path_hash` char(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `resize` varchar(55) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `lossy` varchar(55) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `error` varchar(55) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `image_size` int(10) unsigned DEFAULT NULL, `orig_size` int(10) unsigned DEFAULT NULL, `file_time` int(10) unsigned DEFAULT NULL, `last_scan` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `meta` text COLLATE utf8mb4_unicode_ci, UNIQUE KEY `id` (`id`), UNIQUE KEY `path_hash` (`path_hash`), KEY `image_size` (`image_size`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_smush_dir_images` -- LOCK TABLES `wp_smush_dir_images` WRITE; /*!40000 ALTER TABLE `wp_smush_dir_images` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_smush_dir_images` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (1,1,0),(31,2,0),(32,2,0),(33,2,0),(34,2,0),(35,2,0),(36,2,0),(37,2,0),(38,2,0),(41,3,0),(42,3,0),(43,3,0),(44,3,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=4 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,8),(3,3,'nav_menu','',0,4); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Main Navigation','main-navigation',0),(3,'Footer Navigation','footer-navigation',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_unitegallery_categories` -- DROP TABLE IF EXISTS `wp_unitegallery_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_unitegallery_categories` ( `id` int(9) NOT NULL AUTO_INCREMENT, `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `alias` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `ordering` int(11) NOT NULL, `params` text COLLATE utf8mb4_unicode_ci NOT NULL, `type` tinytext COLLATE utf8mb4_unicode_ci, `parent_id` int(9) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_unitegallery_categories` -- LOCK TABLES `wp_unitegallery_categories` WRITE; /*!40000 ALTER TABLE `wp_unitegallery_categories` DISABLE KEYS */; INSERT INTO `wp_unitegallery_categories` VALUES (1,'Pet Photography',NULL,1,'',NULL,NULL); /*!40000 ALTER TABLE `wp_unitegallery_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_unitegallery_galleries` -- DROP TABLE IF EXISTS `wp_unitegallery_galleries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_unitegallery_galleries` ( `id` int(9) NOT NULL AUTO_INCREMENT, `type` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL, `title` tinytext COLLATE utf8mb4_unicode_ci NOT NULL, `alias` tinytext COLLATE utf8mb4_unicode_ci, `ordering` int(11) NOT NULL, `params` text COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_unitegallery_galleries` -- LOCK TABLES `wp_unitegallery_galleries` WRITE; /*!40000 ALTER TABLE `wp_unitegallery_galleries` DISABLE KEYS */; INSERT INTO `wp_unitegallery_galleries` VALUES (1,'ug-tilesgrid','Pet Photography','photography',1,'{\"title\":\"Pet Photography\",\"alias\":\"photography\",\"category\":\"1\",\"full_width\":\"true\",\"gallery_width\":\"1000\",\"categories\":1,\"shortcode\":\"[unitegallery photography]\",\"gallery_theme_info\":\"Tiles Grid\",\"enable_category_tabs\":\"false\",\"gallery_min_width\":\"170\",\"tile_width\":\"170\",\"tile_height\":\"170\",\"theme_gallery_padding\":\"0\",\"grid_padding\":\"10\",\"grid_space_between_cols\":\"20\",\"grid_space_between_rows\":\"20\",\"grid_space_between_mobile\":\"10\",\"grid_min_cols\":\"2\",\"gallery_shuffle\":\"false\",\"theme_open_lightbox_at_start\":\"false\",\"theme_auto_open\":\"0\",\"thumb_resolution\":\"full\",\"thumb_resolution_mobile\":\"\",\"big_image_resolution\":\"full\",\"big_image_resolution_mobile\":\"\",\"custom_enable_navigation\":\"true\",\"grid_num_rows\":\"3\",\"theme_navigation_type\":\"bullets\",\"theme_arrows_margin_top\":\"20\",\"theme_space_between_arrows\":\"5\",\"theme_bullets_color\":\"gray\",\"bullets_space_between\":\"12\",\"theme_bullets_margin_top\":\"40\",\"position\":\"left\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"tile_enable_action\":\"true\",\"tile_as_link\":\"false\",\"tile_link_newpage\":\"true\",\"tile_enable_background\":\"false\",\"tile_background_color\":\"#f0f0f0\",\"tile_enable_border\":\"false\",\"tile_border_width\":\"3\",\"tile_border_color\":\"#f0f0f0\",\"tile_border_radius\":\"2\",\"tile_enable_outline\":\"false\",\"tile_outline_color\":\"#8b8b8b\",\"tile_enable_shadow\":\"false\",\"tile_shadow_h\":\"1\",\"tile_shadow_v\":\"1\",\"tile_shadow_blur\":\"3\",\"tile_shadow_spread\":\"2\",\"tile_shadow_color\":\"#8b8b8b\",\"tile_enable_image_effect\":\"false\",\"tile_image_effect_type\":\"bw\",\"tile_image_effect_reverse\":\"false\",\"tile_enable_overlay\":\"true\",\"tile_overlay_opacity\":\"0.4\",\"tile_overlay_color\":\"#000000\",\"tile_enable_icons\":\"true\",\"tile_show_link_icon\":\"false\",\"tile_space_between_icons\":\"26\",\"tile_videoplay_icon_always_on\":\"never\",\"tile_enable_textpanel\":\"false\",\"tile_textpanel_source\":\"title\",\"tile_textpanel_position\":\"inside_bottom\",\"tile_textpanel_always_on\":\"false\",\"tile_textpanel_appear_type\":\"slide\",\"tile_textpanel_offset\":\"0\",\"tile_textpanel_padding_top\":\"8\",\"tile_textpanel_padding_bottom\":\"8\",\"tile_textpanel_padding_left\":\"11\",\"tile_textpanel_padding_right\":\"11\",\"tile_textpanel_bg_color\":\"#000000\",\"tile_textpanel_bg_opacity\":\"0.6\",\"tile_textpanel_title_color\":\"#ffffff\",\"tile_textpanel_title_text_align\":\"left\",\"tile_textpanel_title_font_size\":\"14\",\"tile_textpanel_title_bold\":\"true\",\"tile_textpanel_additional_css\":\"\",\"tile_textpanel_desc_bold\":\"false\",\"tile_textpanel_desc_additional_css\":\"\",\"lightbox_type\":\"compact\",\"lightbox_hide_arrows_onvideoplay\":\"true\",\"lightbox_slider_control_swipe\":\"true\",\"lightbox_slider_control_zoom\":\"true\",\"lightbox_slider_zoom_max_ratio\":\"6\",\"gallery_mousewheel_role\":\"zoom\",\"lightbox_slider_transition\":\"fade\",\"lightbox_close_on_emptyspace\":\"true\",\"lightbox_overlay_opacity\":\"1\",\"lightbox_overlay_color\":\"#000000\",\"lightbox_top_panel_opacity\":\"0.4\",\"lightbox_show_numbers\":\"true\",\"lightbox_numbers_size\":\"14\",\"lightbox_numbers_color\":\"#e5e5e5\",\"lightbox_show_textpanel\":\"true\",\"lightbox_textpanel_width\":\"550\",\"lightbox_textpanel_source\":\"title\",\"lightbox_textpanel_title_color\":\"#e5e5e5\",\"lightbox_textpanel_title_text_align\":\"left\",\"lightbox_textpanel_title_font_size\":\"14\",\"lightbox_textpanel_title_bold\":\"false\",\"lightbox_textpanel_desc_addcss\":\"\",\"lightbox_compact_overlay_opacity\":\"0.6\",\"lightbox_compact_overlay_color\":\"#000000\",\"lightbox_arrows_position\":\"sides\",\"lightbox_arrows_inside_alwayson\":\"false\",\"lightbox_compact_show_numbers\":\"true\",\"lightbox_compact_numbers_size\":\"14\",\"lightbox_compact_numbers_color\":\"#e5e5e5\",\"lightbox_compact_numbers_padding_top\":\"7\",\"lightbox_compact_numbers_padding_right\":\"5\",\"lightbox_compact_show_textpanel\":\"true\",\"lightbox_compact_textpanel_source\":\"title\",\"lightbox_compact_textpanel_title_color\":\"#e5e5e5\",\"lightbox_compact_textpanel_title_font_size\":\"14\",\"lightbox_compact_textpanel_title_bold\":\"false\",\"lightbox_compact_textpanel_padding_top\":\"5\",\"lightbox_compact_textpanel_padding_left\":\"10\",\"lightbox_compact_textpanel_padding_right\":\"10\",\"lightbox_compact_slider_image_border\":\"true\",\"lightbox_compact_slider_image_border_width\":\"10\",\"lightbox_compact_slider_image_border_color\":\"#ffffff\",\"lightbox_compact_slider_image_border_radius\":\"0\",\"lightbox_compact_slider_image_shadow\":\"true\",\"show_advanced_tab\":\"false\",\"include_jquery\":\"true\",\"js_to_body\":\"false\",\"compress_output\":\"false\",\"gallery_debug_errors\":\"false\"}'); /*!40000 ALTER TABLE `wp_unitegallery_galleries` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_unitegallery_items` -- DROP TABLE IF EXISTS `wp_unitegallery_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_unitegallery_items` ( `id` int(9) NOT NULL AUTO_INCREMENT, `published` int(2) NOT NULL, `title` tinytext COLLATE utf8mb4_unicode_ci NOT NULL, `alias` tinytext COLLATE utf8mb4_unicode_ci, `type` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `url_image` tinytext COLLATE utf8mb4_unicode_ci, `url_thumb` tinytext COLLATE utf8mb4_unicode_ci, `ordering` int(11) NOT NULL, `catid` int(9) NOT NULL, `imageid` int(9) DEFAULT NULL, `params` text COLLATE utf8mb4_unicode_ci, `content` text COLLATE utf8mb4_unicode_ci, `contentid` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `parent_id` int(9) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=101 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_unitegallery_items` -- LOCK TABLES `wp_unitegallery_items` WRITE; /*!40000 ALTER TABLE `wp_unitegallery_items` DISABLE KEYS */; INSERT INTO `wp_unitegallery_items` VALUES (1,1,'fff-pet-sitting-photography-1',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-1.jpg','wp-content/uploads/fff-pet-sitting-photography-1-225x300.jpg',1,1,213,'[]',NULL,NULL,NULL),(2,1,'fff-pet-sitting-photography-2',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-2.jpg','wp-content/uploads/fff-pet-sitting-photography-2-225x300.jpg',2,1,214,'[]',NULL,NULL,NULL),(3,1,'fff-pet-sitting-photography-3',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-3.jpg','wp-content/uploads/fff-pet-sitting-photography-3-225x300.jpg',3,1,215,'[]',NULL,NULL,NULL),(4,1,'fff-pet-sitting-photography-4',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-4.jpg','wp-content/uploads/fff-pet-sitting-photography-4-225x300.jpg',4,1,216,'[]',NULL,NULL,NULL),(5,1,'fff-pet-sitting-photography-5',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-5.jpg','wp-content/uploads/fff-pet-sitting-photography-5-225x300.jpg',5,1,217,'[]',NULL,NULL,NULL),(6,1,'fff-pet-sitting-photography-6',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-6.jpg','wp-content/uploads/fff-pet-sitting-photography-6-225x300.jpg',6,1,218,'[]',NULL,NULL,NULL),(7,1,'fff-pet-sitting-photography-7',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-7.jpg','wp-content/uploads/fff-pet-sitting-photography-7-225x300.jpg',7,1,219,'[]',NULL,NULL,NULL),(8,1,'fff-pet-sitting-photography-8',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-8.jpg','wp-content/uploads/fff-pet-sitting-photography-8-225x300.jpg',8,1,220,'[]',NULL,NULL,NULL),(9,1,'fff-pet-sitting-photography-9',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-9.jpg','wp-content/uploads/fff-pet-sitting-photography-9-225x300.jpg',9,1,221,'[]',NULL,NULL,NULL),(10,1,'fff-pet-sitting-photography-10',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-10.jpg','wp-content/uploads/fff-pet-sitting-photography-10-225x300.jpg',10,1,222,'[]',NULL,NULL,NULL),(11,1,'fff-pet-sitting-photography-11',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-11.jpg','wp-content/uploads/fff-pet-sitting-photography-11-225x300.jpg',11,1,223,'[]',NULL,NULL,NULL),(12,1,'fff-pet-sitting-photography-12',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-12.jpg','wp-content/uploads/fff-pet-sitting-photography-12-225x300.jpg',12,1,224,'[]',NULL,NULL,NULL),(13,1,'fff-pet-sitting-photography-13',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-13.jpg','wp-content/uploads/fff-pet-sitting-photography-13-146x300.jpg',13,1,225,'[]',NULL,NULL,NULL),(14,1,'fff-pet-sitting-photography-14',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-14.jpg','wp-content/uploads/fff-pet-sitting-photography-14-225x300.jpg',14,1,226,'[]',NULL,NULL,NULL),(15,1,'fff-pet-sitting-photography-15',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-15.jpg','wp-content/uploads/fff-pet-sitting-photography-15-225x300.jpg',15,1,227,'[]',NULL,NULL,NULL),(16,1,'fff-pet-sitting-photography-16',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-16.jpg','wp-content/uploads/fff-pet-sitting-photography-16-225x300.jpg',16,1,228,'[]',NULL,NULL,NULL),(17,1,'fff-pet-sitting-photography-17',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-17.jpg','wp-content/uploads/fff-pet-sitting-photography-17-225x300.jpg',17,1,229,'[]',NULL,NULL,NULL),(18,1,'fff-pet-sitting-photography-18',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-18.jpg','wp-content/uploads/fff-pet-sitting-photography-18-225x300.jpg',18,1,230,'[]',NULL,NULL,NULL),(19,1,'fff-pet-sitting-photography-19',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-19.jpg','wp-content/uploads/fff-pet-sitting-photography-19-225x300.jpg',19,1,231,'[]',NULL,NULL,NULL),(20,1,'fff-pet-sitting-photography-20',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-20.jpg','wp-content/uploads/fff-pet-sitting-photography-20-225x300.jpg',20,1,232,'[]',NULL,NULL,NULL),(21,1,'fff-pet-sitting-photography-21',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-21.jpg','wp-content/uploads/fff-pet-sitting-photography-21-225x300.jpg',21,1,233,'[]',NULL,NULL,NULL),(22,1,'fff-pet-sitting-photography-22',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-22.jpg','wp-content/uploads/fff-pet-sitting-photography-22-225x300.jpg',22,1,234,'[]',NULL,NULL,NULL),(23,1,'fff-pet-sitting-photography-23',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-23.jpg','wp-content/uploads/fff-pet-sitting-photography-23-225x300.jpg',23,1,235,'[]',NULL,NULL,NULL),(24,1,'fff-pet-sitting-photography-24',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-24.jpg','wp-content/uploads/fff-pet-sitting-photography-24-225x300.jpg',24,1,236,'[]',NULL,NULL,NULL),(25,1,'fff-pet-sitting-photography-25',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-25.jpg','wp-content/uploads/fff-pet-sitting-photography-25-225x300.jpg',25,1,237,'[]',NULL,NULL,NULL),(26,1,'fff-pet-sitting-photography-26',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-26.jpg','wp-content/uploads/fff-pet-sitting-photography-26-225x300.jpg',26,1,238,'[]',NULL,NULL,NULL),(27,1,'fff-pet-sitting-photography-27',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-27.jpg','wp-content/uploads/fff-pet-sitting-photography-27-225x300.jpg',27,1,239,'[]',NULL,NULL,NULL),(28,1,'fff-pet-sitting-photography-28',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-28.jpg','wp-content/uploads/fff-pet-sitting-photography-28-225x300.jpg',28,1,240,'[]',NULL,NULL,NULL),(29,1,'fff-pet-sitting-photography-29',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-29.jpg','wp-content/uploads/fff-pet-sitting-photography-29-225x300.jpg',29,1,241,'[]',NULL,NULL,NULL),(30,1,'fff-pet-sitting-photography-30',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-30.jpg','wp-content/uploads/fff-pet-sitting-photography-30-225x300.jpg',30,1,242,'[]',NULL,NULL,NULL),(31,1,'fff-pet-sitting-photography-31',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-31.jpg','wp-content/uploads/fff-pet-sitting-photography-31-225x300.jpg',31,1,243,'[]',NULL,NULL,NULL),(32,1,'fff-pet-sitting-photography-32',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-32.jpg','wp-content/uploads/fff-pet-sitting-photography-32-225x300.jpg',32,1,244,'[]',NULL,NULL,NULL),(33,1,'fff-pet-sitting-photography-33',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-33.jpg','wp-content/uploads/fff-pet-sitting-photography-33-225x300.jpg',33,1,245,'[]',NULL,NULL,NULL),(34,1,'fff-pet-sitting-photography-34',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-34.jpg','wp-content/uploads/fff-pet-sitting-photography-34-225x300.jpg',34,1,246,'[]',NULL,NULL,NULL),(35,1,'fff-pet-sitting-photography-35',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-35.jpg','wp-content/uploads/fff-pet-sitting-photography-35-225x300.jpg',35,1,247,'[]',NULL,NULL,NULL),(36,1,'fff-pet-sitting-photography-36',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-36.jpg','wp-content/uploads/fff-pet-sitting-photography-36-225x300.jpg',36,1,248,'[]',NULL,NULL,NULL),(37,1,'fff-pet-sitting-photography-37',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-37.jpg','wp-content/uploads/fff-pet-sitting-photography-37-225x300.jpg',37,1,249,'[]',NULL,NULL,NULL),(38,1,'fff-pet-sitting-photography-38',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-38.jpg','wp-content/uploads/fff-pet-sitting-photography-38-225x300.jpg',38,1,250,'[]',NULL,NULL,NULL),(39,1,'fff-pet-sitting-photography-39',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-39.jpg','wp-content/uploads/fff-pet-sitting-photography-39-225x300.jpg',39,1,251,'[]',NULL,NULL,NULL),(40,1,'fff-pet-sitting-photography-40',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-40.jpg','wp-content/uploads/fff-pet-sitting-photography-40-225x300.jpg',40,1,252,'[]',NULL,NULL,NULL),(41,1,'fff-pet-sitting-photography-41',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-41.jpg','wp-content/uploads/fff-pet-sitting-photography-41-225x300.jpg',41,1,253,'[]',NULL,NULL,NULL),(42,1,'fff-pet-sitting-photography-42',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-42.jpg','wp-content/uploads/fff-pet-sitting-photography-42-225x300.jpg',42,1,254,'[]',NULL,NULL,NULL),(43,1,'fff-pet-sitting-photography-43',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-43.jpg','wp-content/uploads/fff-pet-sitting-photography-43-225x300.jpg',43,1,255,'[]',NULL,NULL,NULL),(44,1,'fff-pet-sitting-photography-44',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-44.jpg','wp-content/uploads/fff-pet-sitting-photography-44-225x300.jpg',44,1,256,'[]',NULL,NULL,NULL),(45,1,'fff-pet-sitting-photography-45',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-45.jpg','wp-content/uploads/fff-pet-sitting-photography-45-225x300.jpg',45,1,257,'[]',NULL,NULL,NULL),(46,1,'fff-pet-sitting-photography-46',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-46.jpg','wp-content/uploads/fff-pet-sitting-photography-46-225x300.jpg',46,1,258,'[]',NULL,NULL,NULL),(47,1,'fff-pet-sitting-photography-47',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-47.jpg','wp-content/uploads/fff-pet-sitting-photography-47-225x300.jpg',47,1,259,'[]',NULL,NULL,NULL),(48,1,'fff-pet-sitting-photography-48',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-48.jpg','wp-content/uploads/fff-pet-sitting-photography-48-225x300.jpg',48,1,260,'[]',NULL,NULL,NULL),(49,1,'fff-pet-sitting-photography-49',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-49.jpg','wp-content/uploads/fff-pet-sitting-photography-49-225x300.jpg',49,1,261,'[]',NULL,NULL,NULL),(50,1,'fff-pet-sitting-photography-50',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-50.jpg','wp-content/uploads/fff-pet-sitting-photography-50-225x300.jpg',50,1,262,'[]',NULL,NULL,NULL),(51,1,'fff-pet-sitting-photography-51',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-51.jpg','wp-content/uploads/fff-pet-sitting-photography-51-225x300.jpg',51,1,263,'[]',NULL,NULL,NULL),(52,1,'fff-pet-sitting-photography-52',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-52.jpg','wp-content/uploads/fff-pet-sitting-photography-52-225x300.jpg',52,1,264,'[]',NULL,NULL,NULL),(53,1,'fff-pet-sitting-photography-53',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-53.jpg','wp-content/uploads/fff-pet-sitting-photography-53-225x300.jpg',53,1,265,'[]',NULL,NULL,NULL),(54,1,'fff-pet-sitting-photography-54',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-54.jpg','wp-content/uploads/fff-pet-sitting-photography-54-225x300.jpg',54,1,266,'[]',NULL,NULL,NULL),(55,1,'fff-pet-sitting-photography-55',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-55.jpg','wp-content/uploads/fff-pet-sitting-photography-55-225x300.jpg',55,1,267,'[]',NULL,NULL,NULL),(56,1,'fff-pet-sitting-photography-56',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-56.jpg','wp-content/uploads/fff-pet-sitting-photography-56-225x300.jpg',56,1,268,'[]',NULL,NULL,NULL),(57,1,'fff-pet-sitting-photography-57',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-57.jpg','wp-content/uploads/fff-pet-sitting-photography-57-188x300.jpg',57,1,269,'[]',NULL,NULL,NULL),(58,1,'fff-pet-sitting-photography-58',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-58.jpg','wp-content/uploads/fff-pet-sitting-photography-58-225x300.jpg',58,1,270,'[]',NULL,NULL,NULL),(59,1,'fff-pet-sitting-photography-59',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-59.jpg','wp-content/uploads/fff-pet-sitting-photography-59-225x300.jpg',59,1,271,'[]',NULL,NULL,NULL),(60,1,'fff-pet-sitting-photography-60',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-60.jpg','wp-content/uploads/fff-pet-sitting-photography-60-225x300.jpg',60,1,272,'[]',NULL,NULL,NULL),(61,1,'fff-pet-sitting-photography-61',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-61.jpg','wp-content/uploads/fff-pet-sitting-photography-61-225x300.jpg',61,1,273,'[]',NULL,NULL,NULL),(62,1,'fff-pet-sitting-photography-62',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-62.jpg','wp-content/uploads/fff-pet-sitting-photography-62-225x300.jpg',62,1,274,'[]',NULL,NULL,NULL),(63,1,'fff-pet-sitting-photography-63',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-63.jpg','wp-content/uploads/fff-pet-sitting-photography-63-225x300.jpg',63,1,275,'[]',NULL,NULL,NULL),(64,1,'fff-pet-sitting-photography-64',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-64.jpg','wp-content/uploads/fff-pet-sitting-photography-64-225x300.jpg',64,1,276,'[]',NULL,NULL,NULL),(65,1,'fff-pet-sitting-photography-65',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-65.jpg','wp-content/uploads/fff-pet-sitting-photography-65-225x300.jpg',65,1,277,'[]',NULL,NULL,NULL),(66,1,'fff-pet-sitting-photography-66',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-66.jpg','wp-content/uploads/fff-pet-sitting-photography-66-225x300.jpg',66,1,278,'[]',NULL,NULL,NULL),(67,1,'fff-pet-sitting-photography-67',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-67.jpg','wp-content/uploads/fff-pet-sitting-photography-67-225x300.jpg',67,1,279,'[]',NULL,NULL,NULL),(68,1,'fff-pet-sitting-photography-68',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-68.jpg','wp-content/uploads/fff-pet-sitting-photography-68-225x300.jpg',68,1,280,'[]',NULL,NULL,NULL),(69,1,'fff-pet-sitting-photography-69',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-69.jpg','wp-content/uploads/fff-pet-sitting-photography-69-225x300.jpg',69,1,281,'[]',NULL,NULL,NULL),(70,1,'fff-pet-sitting-photography-70',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-70.jpg','wp-content/uploads/fff-pet-sitting-photography-70-225x300.jpg',70,1,282,'[]',NULL,NULL,NULL),(71,1,'fff-pet-sitting-photography-71',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-71.jpg','wp-content/uploads/fff-pet-sitting-photography-71-225x300.jpg',71,1,283,'[]',NULL,NULL,NULL),(72,1,'fff-pet-sitting-photography-72',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-72.jpg','wp-content/uploads/fff-pet-sitting-photography-72-225x300.jpg',72,1,284,'[]',NULL,NULL,NULL),(73,1,'fff-pet-sitting-photography-73',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-73.jpg','wp-content/uploads/fff-pet-sitting-photography-73-225x300.jpg',73,1,285,'[]',NULL,NULL,NULL),(74,1,'fff-pet-sitting-photography-74',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-74.jpg','wp-content/uploads/fff-pet-sitting-photography-74-225x300.jpg',74,1,286,'[]',NULL,NULL,NULL),(75,1,'fff-pet-sitting-photography-75',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-75.jpg','wp-content/uploads/fff-pet-sitting-photography-75-225x300.jpg',75,1,287,'[]',NULL,NULL,NULL),(76,1,'fff-pet-sitting-photography-76',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-76.jpg','wp-content/uploads/fff-pet-sitting-photography-76-225x300.jpg',76,1,288,'[]',NULL,NULL,NULL),(77,1,'fff-pet-sitting-photography-77',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-77.jpg','wp-content/uploads/fff-pet-sitting-photography-77-225x300.jpg',77,1,289,'[]',NULL,NULL,NULL),(78,1,'fff-pet-sitting-photography-78',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-78.jpg','wp-content/uploads/fff-pet-sitting-photography-78-225x300.jpg',78,1,290,'[]',NULL,NULL,NULL),(79,1,'fff-pet-sitting-photography-79',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-79.jpg','wp-content/uploads/fff-pet-sitting-photography-79-225x300.jpg',79,1,291,'[]',NULL,NULL,NULL),(80,1,'fff-pet-sitting-photography-80',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-80.jpg','wp-content/uploads/fff-pet-sitting-photography-80-225x300.jpg',80,1,292,'[]',NULL,NULL,NULL),(81,1,'fff-pet-sitting-photography-81',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-81.jpg','wp-content/uploads/fff-pet-sitting-photography-81-225x300.jpg',81,1,293,'[]',NULL,NULL,NULL),(82,1,'fff-pet-sitting-photography-82',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-82.jpg','wp-content/uploads/fff-pet-sitting-photography-82-225x300.jpg',82,1,294,'[]',NULL,NULL,NULL),(83,1,'fff-pet-sitting-photography-83',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-83.jpg','wp-content/uploads/fff-pet-sitting-photography-83-225x300.jpg',83,1,295,'[]',NULL,NULL,NULL),(84,1,'fff-pet-sitting-photography-84',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-84.jpg','wp-content/uploads/fff-pet-sitting-photography-84-225x300.jpg',84,1,296,'[]',NULL,NULL,NULL),(85,1,'fff-pet-sitting-photography-85',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-85.jpg','wp-content/uploads/fff-pet-sitting-photography-85-225x300.jpg',85,1,297,'[]',NULL,NULL,NULL),(86,1,'fff-pet-sitting-photography-86',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-86.jpg','wp-content/uploads/fff-pet-sitting-photography-86-300x225.jpg',86,1,298,'[]',NULL,NULL,NULL),(87,1,'fff-pet-sitting-photography-87',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-87.jpg','wp-content/uploads/fff-pet-sitting-photography-87-225x300.jpg',87,1,299,'[]',NULL,NULL,NULL),(88,1,'fff-pet-sitting-photography-88',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-88.jpg','wp-content/uploads/fff-pet-sitting-photography-88-225x300.jpg',88,1,300,'[]',NULL,NULL,NULL),(89,1,'fff-pet-sitting-photography-89',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-89.jpg','wp-content/uploads/fff-pet-sitting-photography-89-225x300.jpg',89,1,301,'[]',NULL,NULL,NULL),(90,1,'fff-pet-sitting-photography-90',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-90.jpg','wp-content/uploads/fff-pet-sitting-photography-90-225x300.jpg',90,1,302,'[]',NULL,NULL,NULL),(91,1,'fff-pet-sitting-photography-91',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-91.jpg','wp-content/uploads/fff-pet-sitting-photography-91-300x225.jpg',91,1,303,'[]',NULL,NULL,NULL),(92,1,'fff-pet-sitting-photography-92',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-92.jpg','wp-content/uploads/fff-pet-sitting-photography-92-169x300.jpg',92,1,304,'[]',NULL,NULL,NULL),(93,1,'fff-pet-sitting-photography-93',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-93.jpg','wp-content/uploads/fff-pet-sitting-photography-93-225x300.jpg',93,1,305,'[]',NULL,NULL,NULL),(94,1,'fff-pet-sitting-photography-94',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-94.jpg','wp-content/uploads/fff-pet-sitting-photography-94-225x300.jpg',94,1,306,'[]',NULL,NULL,NULL),(95,1,'fff-pet-sitting-photography-95',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-95.jpg','wp-content/uploads/fff-pet-sitting-photography-95-225x300.jpg',95,1,307,'[]',NULL,NULL,NULL),(96,1,'fff-pet-sitting-photography-96',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-96.jpg','wp-content/uploads/fff-pet-sitting-photography-96-225x300.jpg',96,1,308,'[]',NULL,NULL,NULL),(97,1,'fff-pet-sitting-photography-97',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-97.jpg','wp-content/uploads/fff-pet-sitting-photography-97-225x300.jpg',97,1,309,'[]',NULL,NULL,NULL),(98,1,'fff-pet-sitting-photography-98',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-98.jpg','wp-content/uploads/fff-pet-sitting-photography-98-225x300.jpg',98,1,310,'[]',NULL,NULL,NULL),(99,1,'fff-pet-sitting-photography-99',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-99.jpg','wp-content/uploads/fff-pet-sitting-photography-99-225x300.jpg',99,1,311,'[]',NULL,NULL,NULL),(100,1,'fff-pet-sitting-photography-100',NULL,'image','wp-content/uploads/fff-pet-sitting-photography-100.jpg','wp-content/uploads/fff-pet-sitting-photography-100-225x300.jpg',100,1,312,'[]',NULL,NULL,NULL); /*!40000 ALTER TABLE `wp_unitegallery_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=41 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','ACS Admin'),(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','vc_pointers_backend_editor,text_widget_custom_html'),(15,1,'show_welcome_panel','0'),(17,1,'wp_dashboard_quick_press_last_post_id','338'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:11:\"108.51.93.0\";}'),(20,1,'tgmpa_dismissed_notice_thb','1'),(21,1,'wp_user-settings','libraryContent=browse&edit_element_vcUIPanelWidth=828&edit_element_vcUIPanelLeft=356px&edit_element_vcUIPanelTop=124px&editor=tinymce'),(22,1,'wp_user-settings-time','1582754346'),(23,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\";}'),(24,1,'metaboxhidden_nav-menus','a:4:{i:0;s:23:\"add-post-type-portfolio\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";i:3;s:22:\"add-portfolio-category\";}'),(26,1,'session_tokens','a:3:{s:64:\"37e0348cdd56c935702c5dc1d889096265e1cb06b27440c53fe4e9d34ce1802d\";a:4:{s:10:\"expiration\";i:1583339650;s:2:\"ip\";s:13:\"108.28.189.72\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36\";s:5:\"login\";i:1583166850;}s:64:\"fd49203b7c8955b5437a60a511846d09ab53e94d4cb5c4887dba7320ed9a9b22\";a:4:{s:10:\"expiration\";i:1583505767;s:2:\"ip\";s:13:\"108.28.189.72\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36\";s:5:\"login\";i:1583332967;}s:64:\"9afd192549e0a8297d201aaaae64c9fb1d45584d71e1346182eaa828e6c0451d\";a:4:{s:10:\"expiration\";i:1583505949;s:2:\"ip\";s:12:\"108.51.93.50\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36\";s:5:\"login\";i:1583333149;}}'),(27,2,'nickname','FFF Admin'),(28,2,'first_name','Ayshia'),(29,2,'last_name','Reed'),(30,2,'description',''),(31,2,'rich_editing','true'),(32,2,'syntax_highlighting','true'),(33,2,'comment_shortcuts','false'),(34,2,'admin_color','fresh'),(35,2,'use_ssl','0'),(36,2,'show_admin_bar_front','true'),(37,2,'locale',''),(38,2,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(39,2,'wp_user_level','10'),(40,2,'dismissed_wp_pointers',''); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=3 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,'ACS Admin','$P$BZrEovvElbSYAVd2h9gh2i3HRiLQm9/','acs-admin','chris@acscreative.com','','2019-12-30 17:37:02','',0,'ACS Admin'),(2,'FFF Admin','$P$BBbxNzajK1Vf2D3lChvhkkdmQGjtxf1','fff-admin','info@fffpetsitting.com','','2020-03-02 14:37:07','1583159827:$P$BzmoPYUWcwJ3hp.iWjlFkYOcODlFIs0',0,'Ayshia Reed'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'fxu3xcefv' -- /*!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 2020-06-14 4:51:32